Accepting request 880386 from hardware
OBS-URL: https://build.opensuse.org/request/show/880386 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjaylink?expand=0&rev=6
This commit is contained in:
commit
c69b99fc7b
16
_service
16
_service
@ -1,13 +1,17 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<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>
|
<param name="filename">libjaylink</param>
|
||||||
<!--param name="versionformat">0.1.0~git.%cd</param-->
|
<!--
|
||||||
<param name="versionformat">0.1.0</param>
|
Use to package an unreleased git version:
|
||||||
<param name="revision">0.1.0</param>
|
|
||||||
|
<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>
|
||||||
<service name="tar" mode="disabled"/>
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*libjaylink-*.tar</param>
|
<param name="file">*libjaylink-*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:de2f52e4c7547f23188cfe2f72c5efec4d6cbcb5d5387fd4d96d2feb70341809
|
|
||||||
size 54144
|
|
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 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- Update to latest Git snapshot (8645845c1abebd004e991ba9a7f808f4fd0c608b)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 28 19:42:45 UTC 2017 - afaerber@suse.de
|
Thu Dec 28 19:42:45 UTC 2017 - afaerber@suse.de
|
||||||
|
|
||||||
@ -50,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
|
Sun Oct 25 02:02:04 UTC 2015 - afaerber@suse.de
|
||||||
|
|
||||||
- Initial
|
- Initial
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libjaylink
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: libjaylink
|
||||||
Version: 0.1.0
|
Version: 0.2.0
|
||||||
Release: 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
|
Summary: USB interface library for J-Link
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
Source: libjaylink-%{version}.tar.xz
|
Source: libjaylink-%{version}.tar.xz
|
||||||
BuildRequires: autoconf >= 2.64
|
BuildRequires: autoconf >= 2.64
|
||||||
@ -84,7 +84,7 @@ sed -e 's/GROUP="plugdev"/GROUP="users"/' <contrib/99-libjaylink.rules >%{buildr
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
%{_udevdir}/rules.d/99-libjaylink.rules
|
%{_udevdir}/rules.d/99-libjaylink.rules
|
||||||
|
|
||||||
%files -n libjaylink0
|
%files -n libjaylink0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user