diff --git a/hwdata.spec b/hwdata.spec index 4d66fec..e264081 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -1,6 +1,6 @@ Name: hwdata Summary: Hardware identification and configuration data -Version: 0.370 +Version: 0.375 Release: 1 License: GPL-2.0-or-later Source: https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz @@ -33,6 +33,9 @@ make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib %{_datadir}/pkgconfig/%{name}.pc %changelog +* Tue Oct 31 2023 li weigang - 0.375-1 +- update to version v0.375 + * Sat May 20 2023 kiritakekumi - 0.370-1 - Update to 0.370 diff --git a/hwdata.yaml b/hwdata.yaml index 8eb7888..83bb873 100644 --- a/hwdata.yaml +++ b/hwdata.yaml @@ -1,5 +1,5 @@ version_control: github src_repo: vcrhonec/hwdata tag_prefix: "^v" -seperator: "." +separator: "." diff --git a/v0.370.tar.gz b/v0.370.tar.gz deleted file mode 100644 index ee38ebd..0000000 Binary files a/v0.370.tar.gz and /dev/null differ diff --git a/v0.375.tar.gz b/v0.375.tar.gz new file mode 100644 index 0000000..3e393fe Binary files /dev/null and b/v0.375.tar.gz differ