Files
ipp-usb/_service
Johannes Meixner af84426223 Accepting request 1255086 from home:rrahl0
- update to 0.9.30:
  * Ensure printer-uri Adheres to RFC 3510 – Must Start with "ipp:" Scheme
  * added quirks file to make Brother QL-810W work properly
  * correct typo in TestAddPDL error message
  * Fix typo extected to expected
  * Added "usb-send-delay" quirk
  * Fixed possibly panic on certain error conditions
  * Name QuirkNmUsbSendDelay consistent with QuirkNmUsbMaxInterfaces
  * More refactoring around QuirkNmUsbSendDelay
  * usb-send-delay quirk documented
  * Added the usb-send-delay-threshold quirk
  * Fixed typo in usb-send-delay-threshold on the man page
  * Cosmetic (removed stalled, now meaningless comment)
  * Added quirks for HP X677
  * Add rockcraft support for ipp-usb
  * Cosmetic (removed the blank line from the ..gitignore file)

OBS-URL: https://build.opensuse.org/request/show/1255086
OBS-URL: https://build.opensuse.org/package/show/Printing/ipp-usb?expand=0&rev=6
2025-03-26 07:56:33 +00:00

16 lines
541 B
XML

<?xml version="1.0" ?>
<services>
<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>
<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>