Files
ipp-usb/_service

16 lines
541 B
Plaintext
Raw Permalink Normal View History

<?xml version="1.0" ?>
<services>
Accepting request 1249339 from home:rrahl0 - update to 0.9.29: * USB: zero-length read logged at Debug level * Fixed formatting of debug message * Performance tuning after 0-length USB packets reception * fixed typo in names of two local variables * Fixed crash on ipp-usb status * Added tcp port info to status output * Applied changes for pull request * Fixed ipp-usb status formatting for small port numbers (<10000) * Fixed crash with blacklisted devices * USB serial number and vendor/device ID exposed via TXT record * ipp-usb status: if HTTP port is not available, print "-" instead of "0" * Newly added usb_SER and usb_HWID TXT records documented on the man page * Quirks handling refactored. Quirks tests updated. * Low-level USB I/O refactored to be cancelable via context.Context * Added comprehensive test of quirks value parsers * Fixed go 1.11 build * avoided code duplication in decoding libusb_transfer results * Refactiring: UsbIO renamed to UsbEIO, for consistency with other error codes * Refactoring: use context.Context to specify low-level USB I/O timeout * Don't start USB low-level I/O operation, if context.Context already expired * Removed unused function * Device initialization timeout handling revisited * Fixed premature context.Context cancellation for HTTP requests with timeout * Added alternative syntax for delays in the quirks * ipp-usb-quirks/README updated * Device init timeout was mistakenly left enabled after the initialization OBS-URL: https://build.opensuse.org/request/show/1249339 OBS-URL: https://build.opensuse.org/package/show/Printing/ipp-usb?expand=0&rev=4
2025-03-03 13:08:48 +00:00
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/OpenPrinting/ipp-usb.git</param>
<param name="scm">git</param>
<param name="revision">refs/tags/0.9.30</param>
<param name="versionformat">@PARENT_TAG@</param>
</service>
Accepting request 1249339 from home:rrahl0 - update to 0.9.29: * USB: zero-length read logged at Debug level * Fixed formatting of debug message * Performance tuning after 0-length USB packets reception * fixed typo in names of two local variables * Fixed crash on ipp-usb status * Added tcp port info to status output * Applied changes for pull request * Fixed ipp-usb status formatting for small port numbers (<10000) * Fixed crash with blacklisted devices * USB serial number and vendor/device ID exposed via TXT record * ipp-usb status: if HTTP port is not available, print "-" instead of "0" * Newly added usb_SER and usb_HWID TXT records documented on the man page * Quirks handling refactored. Quirks tests updated. * Low-level USB I/O refactored to be cancelable via context.Context * Added comprehensive test of quirks value parsers * Fixed go 1.11 build * avoided code duplication in decoding libusb_transfer results * Refactiring: UsbIO renamed to UsbEIO, for consistency with other error codes * Refactoring: use context.Context to specify low-level USB I/O timeout * Don't start USB low-level I/O operation, if context.Context already expired * Removed unused function * Device initialization timeout handling revisited * Fixed premature context.Context cancellation for HTTP requests with timeout * Added alternative syntax for delays in the quirks * ipp-usb-quirks/README updated * Device init timeout was mistakenly left enabled after the initialization OBS-URL: https://build.opensuse.org/request/show/1249339 OBS-URL: https://build.opensuse.org/package/show/Printing/ipp-usb?expand=0&rev=4
2025-03-03 13:08:48 +00:00
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>