Files
sane-airscan/_service
Richard Rahl 0ae5583be9 - Update to version 0.99.36:
* mdns: fixed crash, when WSDD calls DNS-SD resolver during Avahi client restart
  * test-uri: added http_uri_get_host() test
  * Fixed typo in the man page
  * Don't enable console log automatically when protocol trace is enabled
  * escl: Xerox WorkCentre 3345 quirks
  * Statically choose minimum compression for JPEG and TIFF.
  * README.md: added Lexmark CX310dn

OBS-URL: https://build.opensuse.org/package/show/graphics/sane-airscan?expand=0&rev=23
2025-07-25 14:44:19 +00:00

15 lines
517 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/alexpevzner/sane-airscan.git</param>
<param name="scm">git</param>
<param name="revision">0.99.36</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>