- Update to release 2020.12.0
OBS-URL: https://build.opensuse.org/package/show/network/canutils?expand=0&rev=23
This commit is contained in:
parent
9ee3a0f752
commit
4a60a56293
14
_service
14
_service
@ -1,14 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="tar_scm" mode="disabled">
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="url">https://github.com/linux-can/can-utils</param>
|
|
||||||
<param name="revision">v2020.11.0</param>
|
|
||||||
<param name="parent-tag">v2020.11.0</param>
|
|
||||||
<param name="versionformat">2020.11.0</param>
|
|
||||||
</service>
|
|
||||||
<service name="recompress" mode="disabled">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">xz</param>
|
|
||||||
</service>
|
|
||||||
<service name="set_version" mode="disabled"/>
|
|
||||||
</services>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:875b2ffba82b47e15f5c3a6975ab55ab6d4975df6aeb16a297dfff3828b4454c
|
|
||||||
size 101036
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 29 22:16:03 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2020.12.0
|
||||||
|
* candump: Enable zero relative timestamps to be used in
|
||||||
|
log files.
|
||||||
|
* "-tz" and "-ta" are now valid options for the logfile format.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 30 12:46:23 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Mon Nov 30 12:46:23 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -20,11 +20,10 @@ Name: canutils
|
|||||||
Summary: Utilities for Controller Area Networks from the Linux-CAN project
|
Summary: Utilities for Controller Area Networks from the Linux-CAN project
|
||||||
License: GPL-2.0-only AND BSD-3-Clause
|
License: GPL-2.0-only AND BSD-3-Clause
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
Version: 2020.11.0
|
Version: 2020.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://github.com/linux-can/can-utils
|
URL: https://github.com/linux-can/can-utils
|
||||||
|
Source: https://github.com/linux-can/can-utils/archive/v%version.tar.gz
|
||||||
Source: can-utils-%version.tar.xz
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
@ -47,7 +46,7 @@ SocketCAN subsystem.
|
|||||||
%autosetup -n can-utils-%version -p1
|
%autosetup -n can-utils-%version -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
if test ! -e configure; then ./autogen.sh; fi
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
3
v2020.12.0.tar.gz
Normal file
3
v2020.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5c22a00ce2ea7578d7617ac0affef8f47a349be58e708780d703b979f324a2b
|
||||||
|
size 132010
|
Loading…
Reference in New Issue
Block a user