diff --git a/0.17.9.tar.gz b/0.17.9.tar.gz deleted file mode 100644 index 3242d86..0000000 Binary files a/0.17.9.tar.gz and /dev/null differ diff --git a/umockdev-0.17.17.tar.xz b/umockdev-0.17.17.tar.xz new file mode 100644 index 0000000..8996c27 Binary files /dev/null and b/umockdev-0.17.17.tar.xz differ diff --git a/umockdev.spec b/umockdev.spec index 58c5ebc..b030daf 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,14 +1,14 @@ Name: umockdev -Version: 0.17.9 +Version: 0.17.17 Release: 1 Summary: Mock hardware devices License: LGPLv2+ URL: https://github.com/martinpitt/%{name} -Source0: https://github.com/martinpitt/%{name}/archive/%{version}.tar.gz +Source0: https://github.com/martinpitt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildRequires: autoconf automake libtool gtk-doc gobject-introspection-devel glib2-devel -BuildRequires: libgudev1-devel systemd-devel vala chrpath python3 gphoto2 -BuildRequires: meson libpcap-devel +BuildRequires: libgudev1-devel systemd-devel vala chrpath python3 +BuildRequires: meson libpcap-devel systemd-udev %description umockdev mocks Linux devices for creating integration tests for hardware related libraries and programs. @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %{_datadir}/vala/vapi/umockdev-1.0.vapi %changelog +* Mon Jul 17 2023 chenchen - 0.17.17-1 +- update to 0.17.17 + * Mon Apr 25 2022 caodongxia - 0.17.9-1 - update to 0.17.9