d3bab7808d
- Update to upstream version 0.2.0 * Initial support for TCP/IP devices * libusb is now optional * configure: Add switch to build without libusb * configure: Show enabled transports * Support for various new USB product IDs * Fix build issue with MSYS2 * Fix socket timeouts on Windows * Make library C++ compatible * New log level for I/O debug messages * Add function to get USB bus and port numbers of a device * Add function to retrieve counter values - Update repository URL - Switch from obs_scm to obs_tar for disabled service, as the additional tar service seems unavailable these days. OBS-URL: https://build.opensuse.org/request/show/875499 OBS-URL: https://build.opensuse.org/package/show/hardware/libjaylink?expand=0&rev=16
21 lines
689 B
Plaintext
21 lines
689 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.zapb.de/libjaylink/libjaylink.git</param>
|
|
<param name="filename">libjaylink</param>
|
|
<!--
|
|
Use to package an unreleased git version:
|
|
|
|
<param name="versionformat">0.2.0~git.%cd</param>
|
|
<param name="revision">master</param>
|
|
-->
|
|
<param name="revision">0.2.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*libjaylink-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|