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
This commit is contained in:
parent
d3bab7808d
commit
eae7dfc03f
2
_service
2
_service
@ -9,7 +9,7 @@
|
||||
<param name="versionformat">0.2.0~git.%cd</param>
|
||||
<param name="revision">master</param>
|
||||
-->
|
||||
<param name="revision">0.2.0</param>
|
||||
<param name="revision">0.3.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb91e0bd5fa1f40935a78bf7b32ad11ef5ea88cba8cd27e224a0685c64b1079b
|
||||
size 59268
|
BIN
libjaylink-0.3.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
libjaylink-0.3.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 15:11:45 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
|
||||
|
||||
- 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 <mail@philipp-wagner.com>
|
||||
|
||||
|
@ -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"/' <contrib/99-libjaylink.rules >%{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
|
||||
|
Loading…
Reference in New Issue
Block a user