diff --git a/hwinfo-23.2.tar.gz b/hwinfo-23.2.tar.gz deleted file mode 100644 index 41803816ce0e1198600f3f17bf0c3d6055f969d6..0000000000000000000000000000000000000000 Binary files a/hwinfo-23.2.tar.gz and /dev/null differ diff --git a/hwinfo-23.3.tar.gz b/hwinfo-23.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cb1beadc0f2e588b9f23d6cf43f355fe78238a46 Binary files /dev/null and b/hwinfo-23.3.tar.gz differ diff --git a/hwinfo.spec b/hwinfo.spec index db13b815ae4c7f567e906ef5e6777b599faaf564..27654b05d38fc6a6a1e38a90347499b109ef19e5 100644 --- a/hwinfo.spec +++ b/hwinfo.spec @@ -1,8 +1,8 @@ Name: hwinfo -Version: 23.2 +Version: 23.3 Release: 1 Summary: Probe for hardware -License: GPL+ +License: GPL-2.0-or-later URL: https://github.com/openSUSE/hwinfo Source0: https://github.com/openSUSE/hwinfo/archive/%{version}/%{name}-%{version}.tar.gz Patch1: hwinfo-23.2-sw.patch @@ -26,13 +26,10 @@ The header files and libraries for developing %{name}. %autosetup -n %{name}-%{version} -p1 %build -make LDFLAGS="%{__global_ldflags} -Lsrc" LIBDIR=%{_libdir} HWINFO_VERSION=%{version} +make LDFLAGS="%{build_ldflags} -Lsrc" LIBDIR=%{_libdir} HWINFO_VERSION=%{version} %install -%make_install LDFLAGS="%{__global_ldflags} -Lsrc" LIBDIR=%{_libdir} HWINFO_VERSION=%{version} - -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%make_install LDFLAGS="%{build_ldflags} -Lsrc" LIBDIR=%{_libdir} HWINFO_VERSION=%{version} %files %license COPYING @@ -50,6 +47,9 @@ make LDFLAGS="%{__global_ldflags} -Lsrc" LIBDIR=%{_libdir} HWINFO_VERSION=%{vers %{_datadir}/hwinfo %changelog +* Wed Oct 30 2024 Funda Wang - 23.3-1 +- update to 23.3 + * Tue Feb 06 2024 zhangnaichuan - 23.2-1 - update to hwinfo-23.2 diff --git a/hwinfo.yaml b/hwinfo.yaml index f31adea60b453a011a14bb216c2a506d7f754741..e19d2429c985ed102cf377a86ded9d3ddc3ba1b5 100644 --- a/hwinfo.yaml +++ b/hwinfo.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: openSUSE/hwinfo -tag_prefix: ^ -seperator: . +tag_prefix: +separator: .