Commit Graph

30 Commits

Author SHA256 Message Date
b584a09d1f Accepting request 1124052 from GNOME:Next
New upstream release

OBS-URL: https://build.opensuse.org/request/show/1124052
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=46
2023-11-07 20:59:17 +00:00
70a52fe3b0 Accepting request 1117866 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1117866
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=44
2023-10-16 10:36:03 +00:00
4bdf18b657 OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=42 2022-08-05 14:29:51 +00:00
4d5f6b966c Accepting request 993334 from home:bnavigator:setuptools63
- Add no-pkg-resources.patch by and Matej Cepl <mcepl@suse.com>
  * Replaces pkg_resources with python-packaging
  * pkg_resources is provided by setuptools, but the previously
    transitive pull in of setuptools has been broken by
    gtk-doc --> python3-Pygments -/-> python3-setuptools
- Update to version 0.3.10:
  + New Features:
    - Add API to change the hotplug poll interval.
- Update to version 0.3.9:
  - Add g_usb_device_get_string_descriptor_bytes()
  - Do not double-reference USB devices
  - Fix hotplug handling and signal emission during enumerate
  - Add the GUsbEndpoint methods to the docs
  - Add g_usb_device_get_string_descriptor_bytes_full
  - Fix hotplug after threaded device removal
  - Don't hard-code the list of OS supporting --version-script
- Add baselibs.conf: build libgusb2-32bit, which is a dependency to
  libfprint-2-2-32bit. Due to a installcheck bot issue, this
  happened to be undetected for a while though.
- update to 0.3.5:
  - Add a way to get iConfiguration (Benson Leung)
  - Allow building GtkDoc when building as a subproject (Richard Hughes)
  - Fix version script to be more portable (Laurent Bigonville, Ting-Wei Lan)
  - Include methods on plain structs in the version script (Simon McVittie)
  - This fixes the symbol version for g_usb_version_string() to be in the right
    place, so update this library alongside with external programs if you've
    already started using this symbol for example in fwupd. We've put a mechanism
    in place so this kind of thing can't happen again. Sorry!
  - Validate the exported symbol list during check (Richard Hughes)
  - Include the USB bus in the generated platform_id (Richard Hughes)
  - Add a thin glib wrapper around libusb_endpoint_descriptor (Emmanuel Pacaud)
  - Fix high number of wakeups when checking the GUsbContext (Richard Hughes)
  - Use '#pragma once' to reduce boilerplate (Richard Hughes)
  - Wrap the upstream libusb_strerror() (Richard Hughes)
  - Do not use deprecated libusb API (Richard Hughes)
  - Fix compilation on macOS (Richard Hughes)
  - Use a 1ms timeout in the Windows event thread (Richard Hughes)
  - Use has_link_argument() to detect linker flags (Richard Hughes)
  - Add g_usb_device_get_spec() (Richard Hughes)
  - Add g_usb_version_string() for fwupd (Richard Hughes)
  - Add -Wswitch-enum (Benjamin Berg)
  - Fix GI length introspection annotations (grindhold)
  - Make gir generation optional (maxice8)
- Update to version 0.3.0:
  + New Features:
    - Add Travis integration.
    - Allow changing the path to usb.ids file.
    - Port to the Meson build system.
  + Replace libusb-1.0/libusb.h with libusb.h.
- Port to meson build system:
  + Add meson BuildRequires.
  + Replace configure/make/make_install with
    meson/meson_build/meson_install.
- Add gtk-doc BuildRequires: the meson-based tarball no longer
  ships pre-built documentation.
- Drop xz BuildRequires: this is implicit in all openSUSE
  buildroots.
- Fix SRPM group. Update summaries.
- Modernize spec-file by calling spec-cleaner
- Update to version 0.2.11:
  + New Features: Add g_usb_context_set_flags().
  + Bugfix: Fix the actual required GLib version.
- Update to version 0.2.10:
  + Correctly detect removed devices when rescanning.
  + Fix a memory leak when using control tranfers.
  + Fix gtk-doc build when builddir != srcdir.
  + Fix symbol version table up to version 0.2.9.
- Update to GNOME 3.20  Fate#318572
- Update to version 0.2.9:
  + Add g_usb_context_wait_for_replug().
  + Install gusbcmd as a debugging aid.
- Update to version 0.2.8:
  + New Features:
    - Add a PERMISSION_DENIED error enum.
    - Add a thin glib wrapper around a libusb_interface_descriptor.
    - Add g_usb_device_get_interfaces().
    - Add g_usb_device_get_release().
    - Add g_usb_device_set_interface_alt().
  + Bugfix: Ignore the not-found error when resetting a device.
- Update to version 0.2.7:
  + Support g_autoptr() for all gusb object types.
  + Bugfixes:
    - Add missing element-type annotations.
- Changes from version 0.2.6:
  + Bugfixes:
    - Do not unref the GMainContext after each request.
- Update to version 0.2.5:
  + Add g_usb_device_get_custom_index().
  + Allow setting the GMainContext when used for sync methods.
  + Include all the USB device class codes.
  + Use symbol versioning.
- Update to version 0.2.4:
  + Various API extensions.
  + Bugfixes:
    - Don't filter out hub devices when getting the device list.
    - Make the platform ID persistent across re-plug.
    - Port to GTask.
    - Use new Glib features for various code cleanups.
- Update to version 0.2.3:
  + Bugfixes: Correctly terminate the libusb event thread.
- Changes from version 0.2.2:
  + New Features: Official Windows support!
  + Bugfixes:
    - No longer require G_USB_API_IS_SUBJECT_TO_CHANGE.
    - Use a thread to process libusb1 events.
- Changes from version 0.2.1:
  + Bugfixes:
    - Always set a device platform ID.
    - Ignore 'unsupported' as a return value for kernel drivers.
- Changes from version 0.2.0:
  + Notes:
    - This release raises the GLib requirement to 2.32 and libusb
      to 1.0.19.
    - No GUdev functionality is now required.
  + New Features:
    - Add g_usb_device_get_device_class().
    - Use the native hotplug support in libusb 1.0.19.
  + Bugfixes:
    - Fix a crash where libusb_get_pollfds() is unavailable.
    - Manually coldplug devices and poll if hotplugging is not
      available.
- Update to version 0.1.6:
  + Do not use deprecated GLib functionality.
  + Remove duplicate gtk-doc check in configure.
  + Unref the GMainloop after it has been run, not when just quit.
- Changes from version 0.1.5:
  + Don't use the deprecated INCLUDES in Makefile.am.
  + Fix documentation build.
  + Fix obvious typo in README.
- Update to version 0.1.4:
  + Add GObject Introspection support.
  + Add g_usb_device_reset() to reset a connected device.
  + Add Vala bindings.
  + Assorted introspection annotation fixes.
  + Rename inconsistently named gusb_* symbols to g_usb_*.
- Add pkgconfig(gobject-introspection-1.0) and vala BuildRequires:
  New dependency for the GObject introspection support and the vala
  bindings.
- Create new typelib-1_0-GUsb-1_0 subpackage.
- Cleanup packaging so it can get pushed to Factory.
- Initial package, version 0.1.3

OBS-URL: https://build.opensuse.org/request/show/993334
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=41
2022-08-05 14:29:16 +00:00
a99242db6a OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=40 2022-08-05 12:40:08 +00:00
5da6cffbbf Accepting request 993301 from home:mcepl:branches:hardware
- Add no-pkg-resources.patch to fix the crash with missing Python
  pkg_resources pacakge (removd in Python 3.10).

OBS-URL: https://build.opensuse.org/request/show/993301
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=39
2022-08-05 12:39:42 +00:00
a93fd3666e Accepting request 975733 from home:polslinux:branches:hardware
- Update to version 0.3.10:
  + New Features:
    - Add API to change the hotplug poll interval.

OBS-URL: https://build.opensuse.org/request/show/975733
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=37
2022-05-09 08:15:00 +00:00
72f006218a Accepting request 942102 from home:gmbr3:Active
- Update to version 0.3.9:
  - Add g_usb_device_get_string_descriptor_bytes()
  - Do not double-reference USB devices
  - Fix hotplug handling and signal emission during enumerate
  - Add the GUsbEndpoint methods to the docs
  - Add g_usb_device_get_string_descriptor_bytes_full
  - Fix hotplug after threaded device removal
  - Don't hard-code the list of OS supporting --version-script

OBS-URL: https://build.opensuse.org/request/show/942102
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=36
2021-12-22 12:15:03 +00:00
83d714b6da Accepting request 861537 from GNOME:Next
- Add baselibs.conf: build libgusb2-32bit, which is a dependency to
  libfprint-2-2-32bit. Due to a installcheck bot issue, this
  happened to be undetected for a while though.

OBS-URL: https://build.opensuse.org/request/show/861537
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=34
2021-01-08 13:46:39 +00:00
19acea97c1 Accepting request 834277 from home:dirkmueller:branches:hardware
- update to 0.3.5:
  - Add a way to get iConfiguration (Benson Leung)
  - Allow building GtkDoc when building as a subproject (Richard Hughes)
  - Fix version script to be more portable (Laurent Bigonville, Ting-Wei Lan)
  - Include methods on plain structs in the version script (Simon McVittie)
  - This fixes the symbol version for g_usb_version_string() to be in the right
    place, so update this library alongside with external programs if you've
    already started using this symbol for example in fwupd. We've put a mechanism
    in place so this kind of thing can't happen again. Sorry!
  - Validate the exported symbol list during check (Richard Hughes)
  - Include the USB bus in the generated platform_id (Richard Hughes)
  - Add a thin glib wrapper around libusb_endpoint_descriptor (Emmanuel Pacaud)
  - Fix high number of wakeups when checking the GUsbContext (Richard Hughes)
  - Use '#pragma once' to reduce boilerplate (Richard Hughes)
  - Wrap the upstream libusb_strerror() (Richard Hughes)
  - Do not use deprecated libusb API (Richard Hughes)
  - Fix compilation on macOS (Richard Hughes)
  - Use a 1ms timeout in the Windows event thread (Richard Hughes)
  - Use has_link_argument() to detect linker flags (Richard Hughes)
  - Add g_usb_device_get_spec() (Richard Hughes)
  - Add g_usb_version_string() for fwupd (Richard Hughes)
  - Add -Wswitch-enum (Benjamin Berg)
  - Fix GI length introspection annotations (grindhold)
  - Make gir generation optional (maxice8)

OBS-URL: https://build.opensuse.org/request/show/834277
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=32
2020-09-15 10:39:21 +00:00
5cc2227a2e Accepting request 584809 from GNOME:Next
Update to 0.3.0

OBS-URL: https://build.opensuse.org/request/show/584809
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=30
2018-03-09 11:48:32 +00:00
87600d2b87 Accepting request 584455 from GNOME:Factory
- Fix SRPM group. Update summaries.

OBS-URL: https://build.opensuse.org/request/show/584455
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=29
2018-03-09 10:49:11 +00:00
e5ddc6d34b Accepting request 581239 from GNOME:Next
spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/581239
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=27
2018-03-05 17:52:49 +00:00
Bjørn Lie
3f0638d68d Accepting request 521786 from GNOME:Next
Update to 0.2.11

OBS-URL: https://build.opensuse.org/request/show/521786
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=25
2017-09-06 20:30:49 +00:00
Bjørn Lie
5f442f9d66 Accepting request 503414 from GNOME:Next
Update to 0.2.10

OBS-URL: https://build.opensuse.org/request/show/503414
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=23
2017-06-13 18:54:45 +00:00
Bjørn Lie
3180db345f Accepting request 418924 from GNOME:Factory
Scripted push of project GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/418924
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=21
2016-08-13 18:50:36 +00:00
Bjørn Lie
64c2cc6c92 Accepting request 381792 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/381792
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=19
2016-03-31 19:45:29 +00:00
Bjørn Lie
c770d9e8a0 Accepting request 348249 from home:dimstar:branches:hardware
Update to 0.2.8

OBS-URL: https://build.opensuse.org/request/show/348249
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=17
2015-12-10 15:56:36 +00:00
856962d5ff Accepting request 331467 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/331467
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=15
2015-09-16 18:36:51 +00:00
0ed3112559 Accepting request 312515 from home:Zaitor:branches:hardware
New upstream release

OBS-URL: https://build.opensuse.org/request/show/312515
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=13
2015-06-18 14:24:35 +00:00
34758cae0b OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=12 2015-02-23 08:21:51 +00:00
cb5bb1e008 Accepting request 287203 from home:benoit_monin:branches:hardware
- update to version 0.2.4
- update project url
- increase glib build requirement to 2.38

OBS-URL: https://build.opensuse.org/request/show/287203
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=11
2015-02-23 08:21:07 +00:00
Bjørn Lie
67a9b5df65 Tweak .changes
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=10
2014-12-19 10:20:34 +00:00
Bjørn Lie
c334919f52 Accepting request 265887 from home:kwk:branches:hardware
- Update to version 0.2.3
  Bugfixes:
  - Correctly terminate the libusb event thread (Richard Hughes)
- Update to version 0.2.2
  New Features:
  - Official Windows support!
  Bugfixes:
  - No longer require G_USB_API_IS_SUBJECT_TO_CHANGE (Richard Hughes)
  - Use a thread to process libusb1 events (Richard Hughes)
- Update to version 0.2.1
  Bugfixes:
  - Always set a device platform ID (Richard Hughes)
  - Ignore 'unsupported' as a return value for kernel drivers (Richard Hughes)
- Update to version 0.2.0
  Notes:
  - This release raises the GLib requirement to 2.32 and libusb to 1.0.19
  - No GUdev functionality is now required
  New Features:
  - Add g_usb_device_get_device_class() (Richard Hughes)
  - Use the native hotplug support in libusb 1.0.19 (Richard Hughes)
  Bugfixes:
  - Fix a crash where libusb_get_pollfds() is unavailable (Richard Hughes)
  - Manually coldplug devices and poll if hotplugging is not available (Richard Hughes)

OBS-URL: https://build.opensuse.org/request/show/265887
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=9
2014-12-19 10:11:57 +00:00
Ismail Dönmez
8f624f2a33 Accepting request 158669 from home:dimstar:branches:hardware
Update to 0.1.6

OBS-URL: https://build.opensuse.org/request/show/158669
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=7
2013-03-12 12:42:07 +00:00
8bf57ed607 OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=5 2012-11-19 10:04:51 +00:00
9bf69e13d7 Accepting request 141186 from home:dimstar:branches:hardware
Update to 0.1.4

OBS-URL: https://build.opensuse.org/request/show/141186
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=4
2012-11-19 10:04:30 +00:00
Vincent Untz
f49c6872c8 Accepting request 132757 from GNOME:Next
Starting to push GNOME:Next...

OBS-URL: https://build.opensuse.org/request/show/132757
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=3
2012-09-07 15:46:28 +00:00
Stephan Kulow
57d33377b3 Accepting request 100529 from hardware
New package, which is needed for colord and other things; needed in Factory (forwarded request from vuntz)

OBS-URL: https://build.opensuse.org/request/show/100529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgusb?expand=0&rev=1
2012-01-19 08:42:51 +00:00
Ismail Dönmez
610bf6893a Accepting request 100522 from home:vuntz
New package, which is needed for colord and other things; needed in Factory (I can maintain it)

OBS-URL: https://build.opensuse.org/request/show/100522
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=1
2012-01-18 08:53:29 +00:00