diff --git a/_service b/_service index 74aa39b..1bc6201 100644 --- a/_service +++ b/_service @@ -1,12 +1,17 @@ - + git - git://repo.or.cz/libjaylink.git + https://gitlab.zapb.de/libjaylink/libjaylink.git libjaylink + + 0.2.0 + @PARENT_TAG@ - *libjaylink-*.tar xz diff --git a/libjaylink-0.2.0.tar.xz b/libjaylink-0.2.0.tar.xz new file mode 100644 index 0000000..ae33a2b --- /dev/null +++ b/libjaylink-0.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb91e0bd5fa1f40935a78bf7b32ad11ef5ea88cba8cd27e224a0685c64b1079b +size 59268 diff --git a/libjaylink-0.2.0~git.20170831.tar.xz b/libjaylink-0.2.0~git.20170831.tar.xz deleted file mode 100644 index b26d97c..0000000 --- a/libjaylink-0.2.0~git.20170831.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87f4eb7088b1b86608e86c7443a17bab13afee2ed720555c7e71ec5a31231d1a -size 58680 diff --git a/libjaylink.changes b/libjaylink.changes index df4a782..40b5017 100644 --- a/libjaylink.changes +++ b/libjaylink.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Feb 26 17:02:27 UTC 2021 - Philipp Wagner + +- 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 - diff --git a/libjaylink.spec b/libjaylink.spec index e6e9fd8..153fe94 100644 --- a/libjaylink.spec +++ b/libjaylink.spec @@ -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"/' %{buildr %files %defattr(-,root,root,-) -%doc COPYING +%license COPYING %{_udevdir}/rules.d/99-libjaylink.rules %files -n libjaylink0