Accepting request 875499 from home:phiwag:branches:hardware
- 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
This commit is contained in:
parent
d28d92e6d8
commit
d3bab7808d
11
_service
11
_service
@ -1,12 +1,17 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">git://repo.or.cz/libjaylink.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="tar" mode="disabled"/>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*libjaylink-*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
|
3
libjaylink-0.2.0.tar.xz
Normal file
3
libjaylink-0.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb91e0bd5fa1f40935a78bf7b32ad11ef5ea88cba8cd27e224a0685c64b1079b
|
||||
size 59268
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87f4eb7088b1b86608e86c7443a17bab13afee2ed720555c7e71ec5a31231d1a
|
||||
size 58680
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 17:02:27 UTC 2021 - Philipp Wagner <mail@philipp-wagner.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 28 20:41:04 UTC 2017 - afaerber@suse.de
|
||||
|
||||
@ -55,4 +74,3 @@ Sun Nov 29 16:03:33 UTC 2015 - afaerber@suse.de
|
||||
Sun Oct 25 02:02:04 UTC 2015 - afaerber@suse.de
|
||||
|
||||
- Initial
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libjaylink
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,16 +12,16 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libjaylink
|
||||
Version: 0.2.0~git.20170831
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
Url: http://git.zapb.de/libjaylink.git
|
||||
URL: https://gitlab.zapb.de/libjaylink/libjaylink.git
|
||||
Summary: USB interface library for J-Link
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Debuggers
|
||||
Source: libjaylink-%{version}.tar.xz
|
||||
BuildRequires: autoconf >= 2.64
|
||||
@ -84,7 +84,7 @@ sed -e 's/GROUP="plugdev"/GROUP="users"/' <contrib/99-libjaylink.rules >%{buildr
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%{_udevdir}/rules.d/99-libjaylink.rules
|
||||
|
||||
%files -n libjaylink0
|
||||
|
Loading…
x
Reference in New Issue
Block a user