diff --git a/libgusb-0.3.10.tar.xz b/libgusb-0.3.10.tar.xz deleted file mode 100644 index 5c0220a4b721b0565bea230c94ffe0d6aa53ccd5..0000000000000000000000000000000000000000 Binary files a/libgusb-0.3.10.tar.xz and /dev/null differ diff --git a/libgusb-0.4.6.tar.xz b/libgusb-0.4.6.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..936b01f5177005f36a099f4292089dde1579b30d Binary files /dev/null and b/libgusb-0.4.6.tar.xz differ diff --git a/libgusb.spec b/libgusb.spec index 77c93ef83cd203576c27e34dc8336641de76edce..d1f912a4ab38e74f98d8042344ab710569a9a0b2 100644 --- a/libgusb.spec +++ b/libgusb.spec @@ -1,12 +1,12 @@ Name: libgusb -Version: 0.3.10 +Version: 0.4.6 Release: 1 Summary: GObject-based library for libusb1 License: LGPLv2+ URL: https://github.com/hughsie/libgusb -Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz +Source0: https://github.com/hughsie/libgusb/releases/download/%{version}/%{name}-%{version}.tar.xz -BuildRequires: vala meson libusb1-devel gtk-doc gobject-introspection-devel glib2-devel +BuildRequires: vala meson libusb1-devel gtk-doc gobject-introspection-devel glib2-devel umockdev-devel gi-docgen %description GUsb is a GObject wrapper for libusb1 that makes it easy to do @@ -57,9 +57,12 @@ The %{name}-devel package contains libraries and header files for %{name}. %files help %defattr(-,root,root) %doc NEWS README.md -%{_datadir}/gtk-doc/html/gusb/* +%{_datadir}/doc/libgusb/* %changelog +* Sat Jul 22 2023 zhouwenpei - 0.4.6-1 +- update to 0.4.6 + * Fri Jul 01 2022 jiangxinyu - 0.3.10-1 - Upgrade to 0.3.10