update to 0.4.6

This commit is contained in:
zhouwenpei 2023-07-22 15:54:42 +08:00
parent a8d22f2ebf
commit 28fa268fe1
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
libgusb-0.4.6.tar.xz Normal file

Binary file not shown.

View File

@ -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 <zhouwenpei1@h-partners.com> - 0.4.6-1
- update to 0.4.6
* Fri Jul 01 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.3.10-1
- Upgrade to 0.3.10