diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -1,6 +1,7 @@ libgusb.so.2:LIBGUSB_0.1.0 libgusb.so.2:LIBGUSB_0.1.1 libgusb.so.2:LIBGUSB_0.1.7 +libgusb.so.2:LIBGUSB_0.2.11 libgusb.so.2:LIBGUSB_0.2.2 libgusb.so.2:LIBGUSB_0.2.4 libgusb.so.2:LIBGUSB_0.2.5 @@ -12,11 +13,13 @@ libgusb.so.2:g_usb_context_find_by_platform_id libgusb.so.2:g_usb_context_find_by_vid_pid libgusb.so.2:g_usb_context_get_devices +libgusb.so.2:g_usb_context_get_flags libgusb.so.2:g_usb_context_get_main_context libgusb.so.2:g_usb_context_get_source libgusb.so.2:g_usb_context_get_type libgusb.so.2:g_usb_context_new libgusb.so.2:g_usb_context_set_debug +libgusb.so.2:g_usb_context_set_flags libgusb.so.2:g_usb_context_set_main_context libgusb.so.2:g_usb_context_wait_for_replug libgusb.so.2:g_usb_device_bulk_transfer diff --git a/abi_symbols32 b/abi_symbols32 --- a/abi_symbols32 +++ b/abi_symbols32 @@ -1,6 +1,7 @@ libgusb.so.2:LIBGUSB_0.1.0 libgusb.so.2:LIBGUSB_0.1.1 libgusb.so.2:LIBGUSB_0.1.7 +libgusb.so.2:LIBGUSB_0.2.11 libgusb.so.2:LIBGUSB_0.2.2 libgusb.so.2:LIBGUSB_0.2.4 libgusb.so.2:LIBGUSB_0.2.5 @@ -12,11 +13,13 @@ libgusb.so.2:g_usb_context_find_by_platform_id libgusb.so.2:g_usb_context_find_by_vid_pid libgusb.so.2:g_usb_context_get_devices +libgusb.so.2:g_usb_context_get_flags libgusb.so.2:g_usb_context_get_main_context libgusb.so.2:g_usb_context_get_source libgusb.so.2:g_usb_context_get_type libgusb.so.2:g_usb_context_new libgusb.so.2:g_usb_context_set_debug +libgusb.so.2:g_usb_context_set_flags libgusb.so.2:g_usb_context_set_main_context libgusb.so.2:g_usb_context_wait_for_replug libgusb.so.2:g_usb_device_bulk_transfer diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,21 +1,23 @@ name : libgusb -version : 0.2.10 -release : 8 +version : 0.2.11 +release : 9 source : - - https://people.freedesktop.org/~hughsient/releases/libgusb-0.2.10.tar.xz : 5c0442f5e00792bea939bbd16df09245740ae0d8b6ad9890d09189e1f4a3a17a + - https://people.freedesktop.org/~hughsient/releases/libgusb-0.2.11.tar.xz : 9cb143493fab1dc3d0d0fdba2114b1d8ec8c5b6fad05bfd0f7700e4e4ff8f7de license : LGPL-2.1 summary : GObject wrapper for libusb -description: | - The libgusb package contains the GObject wrappers for libusb-1.0 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop. component : system.base -emul32 : yes builddeps : - - pkgconfig32(libusb-1.0) - pkgconfig32(gio-unix-2.0) - - vala + - pkgconfig32(libusb-1.0) + - pkgconfig32(mount) +emul32 : yes +description: | + The libgusb package contains the GObject wrappers for libusb-1.0 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop. setup : | - %configure --disable-static --prefix=/usr + %configure --disable-static build : | %make install : | %make_install +check : | + %make check diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ libgusb - Joshua Strobl - joshua@stroblindustries.com + Pierre-Yves + pyu@riseup.net LGPL-2.1 system.base @@ -32,7 +32,7 @@ emul32 - libgusb + libgusb /usr/lib32/ @@ -46,8 +46,8 @@ programming.devel - libgusb-32bit - libgusb-devel + libgusb-32bit + libgusb-devel /usr/lib32/lib*.so @@ -61,13 +61,12 @@ programming.devel - libgusb + libgusb /usr/include/ /usr/lib64/lib*.so /usr/lib64/pkgconfig/*.pc - /usr/share/vala*/vapi/* @@ -81,12 +80,12 @@ - - 2018-01-02 - 0.2.10 + + 2018-01-23 + 0.2.11 Packaging update - Joshua Strobl - joshua@stroblindustries.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file