Upgrade to 0.3.10

This commit is contained in:
jxy_git 2022-07-01 17:19:02 +08:00
parent d0f32c60c1
commit 96085ca672
3 changed files with 6 additions and 3 deletions

BIN
libgusb-0.3.10.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: libgusb Name: libgusb
Version: 0.3.8 Version: 0.3.10
Release: 2 Release: 1
Summary: GObject-based library for libusb1 Summary: GObject-based library for libusb1
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/hughsie/libgusb URL: https://github.com/hughsie/libgusb
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
BuildRequires: vala-devel vala-tools meson libusb1-devel gtk-doc gobject-introspection-devel glib2-devel libxslt BuildRequires: vala meson libusb1-devel gtk-doc gobject-introspection-devel glib2-devel
%description %description
GUsb is a GObject wrapper for libusb1 that makes it easy to do GUsb is a GObject wrapper for libusb1 that makes it easy to do
@ -60,6 +60,9 @@ The %{name}-devel package contains libraries and header files for %{name}.
%{_datadir}/gtk-doc/html/gusb/* %{_datadir}/gtk-doc/html/gusb/*
%changelog %changelog
* Fri Jul 01 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.3.10-1
- Upgrade to 0.3.10
* Sat Mar 26 2022 wangkerong <wangkerong@h-partners.com> - 0.3.8-2 * Sat Mar 26 2022 wangkerong <wangkerong@h-partners.com> - 0.3.8-2
- enable test case - enable test case