New upstream version
This commit is contained in:
parent
a8081f1d77
commit
79291b3dd3
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/libgusb-0.2.4.tar.xz
|
||||
/libgusb-0.2.5.tar.xz
|
||||
/libgusb-0.2.6.tar.xz
|
||||
/libgusb-0.2.7.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: GLib wrapper around libusb1
|
||||
Name: libgusb
|
||||
Version: 0.2.6
|
||||
Version: 0.2.7
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://gitorious.org/gusb/
|
||||
@ -63,6 +63,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la
|
||||
%{_datadir}/vala/vapi/gusb.vapi
|
||||
|
||||
%changelog
|
||||
* Tue Sep 15 2015 Richard Hughes <richard@hughsie.com> 0.2.7-1
|
||||
- New upstream version
|
||||
- Add missing element-type annotations
|
||||
- Support g_autoptr() for all gusb object types
|
||||
|
||||
* Mon Jul 06 2015 Richard Hughes <richard@hughsie.com> 0.2.6-1
|
||||
- New upstream version
|
||||
Do not unref the GMainContext after each request
|
||||
|
Loading…
Reference in New Issue
Block a user