From eae7dfc03f1efdd0c4ff1fb5de7e41d927780ffa4e5056a132c6e147b031d879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Wed, 8 Feb 2023 18:59:32 +0000 Subject: [PATCH] Accepting request 1063886 from home:Simmphonie - Update to version 0.3.1 * Fix building with Autoconf < 2.7 - version 0.3.0 * New package version scheme * New supported target interfaces: - Silicon Labs 2-wire interface (C2) - Serial peripheral interface (SPI) - Compact JTAG (cJTAG) * Add support for querying USB voltage * jtag: Add functions to set/clear the TCK and TMS signals * New string utility functions: - jaylink_target_interface_string() - jaylink_hardware_type_string() * transport/tcp: Implement connection timeout OBS-URL: https://build.opensuse.org/request/show/1063886 OBS-URL: https://build.opensuse.org/package/show/hardware/libjaylink?expand=0&rev=18 --- _service | 2 +- libjaylink-0.2.0.tar.xz | 3 --- libjaylink-0.3.1.tar.xz | 3 +++ libjaylink.changes | 18 ++++++++++++++++++ libjaylink.spec | 9 +++------ 5 files changed, 25 insertions(+), 10 deletions(-) delete mode 100644 libjaylink-0.2.0.tar.xz create mode 100644 libjaylink-0.3.1.tar.xz diff --git a/_service b/_service index 1bc6201..f799d43 100644 --- a/_service +++ b/_service @@ -9,7 +9,7 @@ 0.2.0~git.%cd master --> - 0.2.0 + 0.3.1 @PARENT_TAG@ diff --git a/libjaylink-0.2.0.tar.xz b/libjaylink-0.2.0.tar.xz deleted file mode 100644 index ae33a2b..0000000 --- a/libjaylink-0.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb91e0bd5fa1f40935a78bf7b32ad11ef5ea88cba8cd27e224a0685c64b1079b -size 59268 diff --git a/libjaylink-0.3.1.tar.xz b/libjaylink-0.3.1.tar.xz new file mode 100644 index 0000000..02b3caa --- /dev/null +++ b/libjaylink-0.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdeba564f7fb6d95c0e00f5c746deab28fa075367b450e36c64117fb1fd1e8b6 +size 61616 diff --git a/libjaylink.changes b/libjaylink.changes index 40b5017..99d9c12 100644 --- a/libjaylink.changes +++ b/libjaylink.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Feb 8 15:11:45 UTC 2023 - Torsten Gruner + +- Update to version 0.3.1 + * Fix building with Autoconf < 2.7 +- version 0.3.0 + * New package version scheme + * New supported target interfaces: + - Silicon Labs 2-wire interface (C2) + - Serial peripheral interface (SPI) + - Compact JTAG (cJTAG) + * Add support for querying USB voltage + * jtag: Add functions to set/clear the TCK and TMS signals + * New string utility functions: + - jaylink_target_interface_string() + - jaylink_hardware_type_string() + * transport/tcp: Implement connection timeout + ------------------------------------------------------------------- Fri Feb 26 17:02:27 UTC 2021 - Philipp Wagner diff --git a/libjaylink.spec b/libjaylink.spec index 153fe94..1d3f53c 100644 --- a/libjaylink.spec +++ b/libjaylink.spec @@ -1,7 +1,7 @@ # # spec file for package libjaylink # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libjaylink -Version: 0.2.0 +Version: 0.3.1 Release: 0 URL: https://gitlab.zapb.de/libjaylink/libjaylink.git Summary: USB interface library for J-Link @@ -33,7 +33,7 @@ BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(udev) BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(post): udev -Requires(postun): udev +Requires(postun):udev %define _udevdir %(pkg-config --variable udevdir udev) Provides: libjaylink0:%{_udevdir}/rules.d/99-libjaylink.rules @@ -83,16 +83,13 @@ sed -e 's/GROUP="plugdev"/GROUP="users"/' %{buildr %postun -n libjaylink0 -p /sbin/ldconfig %files -%defattr(-,root,root,-) %license COPYING %{_udevdir}/rules.d/99-libjaylink.rules %files -n libjaylink0 -%defattr(-,root,root,-) %{_libdir}/libjaylink.so.0* %files devel -%defattr(-,root,root,-) %{_includedir}/libjaylink/ %{_libdir}/libjaylink.so %{_libdir}/pkgconfig/libjaylink.pc