diff --git a/hwdata.spec b/hwdata.spec index 625c856d48b9ee88c8140e8ae7326f1742f9eeed..1d5f351ea99d9154d8d3ccfd9f6003a29c3bd2fc 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -1,6 +1,6 @@ Name: hwdata Summary: Hardware identification and configuration data -Version: 0.390 +Version: 0.396 Release: 1 License: GPL-2.0-or-later Source: https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz @@ -16,10 +16,10 @@ such as the pci.ids and usb.ids databases. %autosetup -n %{name}-%{version} -p1 %build -%configure +%configure --libdir=%{_prefix}/lib %install -%make_install libdir=%{_prefix}/lib +%make_install %files %license COPYING LICENSE @@ -29,6 +29,9 @@ such as the pci.ids and usb.ids databases. %{_datadir}/pkgconfig/%{name}.pc %changelog +* Mon Jun 23 2025 Funda Wang - 0.396-1 +- update to 0.396 + * Fri Dec 06 2024 Funda Wang - 0.390-1 - update to 0.390 diff --git a/v0.390.tar.gz b/v0.390.tar.gz deleted file mode 100644 index b634b08519e3d5129b2e5f3788c461cd391ac4a0..0000000000000000000000000000000000000000 Binary files a/v0.390.tar.gz and /dev/null differ diff --git a/v0.396.tar.gz b/v0.396.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..307dbf4fc1d33c389dece78e0cece769dd7e1392 Binary files /dev/null and b/v0.396.tar.gz differ