From feb0c993d407773858db64564f45137556372a49ee3266e8e75bd0fda9dbc568 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 14 Dec 2018 11:15:36 +0000 Subject: [PATCH] - Update to version 0.0.0+git.20181203: * Makefile: fix installation to empty DESTDIR * ppsfind: Use /bin/sh, fix possible issues. * ppswatch: Fix quitting after signal * Fix linking under -Wl,--as-needed * Add ppsldisc from LKML patch by Rodolfo Giometti. * Makefile: Cleanup CFLAGS: remove -I. add -fPIC. * Removes OFFSETASSERT requirement from ppstest and ppsctl. * ppsfind: Add licence to the file header. * Remove debian directory. * ppswatch: Add useful stats output. OBS-URL: https://build.opensuse.org/package/show/network:time/pps-tools?expand=0&rev=9 --- _service | 6 +++--- pps-tools-0.0.0+git.20120407.tar.xz | 3 --- pps-tools-0.0.0+git.20181203.tar.xz | 3 +++ pps-tools.changes | 15 +++++++++++++++ pps-tools.spec | 27 +++++++++++---------------- 5 files changed, 32 insertions(+), 22 deletions(-) delete mode 100644 pps-tools-0.0.0+git.20120407.tar.xz create mode 100644 pps-tools-0.0.0+git.20181203.tar.xz diff --git a/_service b/_service index 46facc9..725d947 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + https://github.com/ago/pps-tools.git git .git @@ -7,9 +7,9 @@ pps-tools 0.0.0+git.%cd - + *.tar xz - + diff --git a/pps-tools-0.0.0+git.20120407.tar.xz b/pps-tools-0.0.0+git.20120407.tar.xz deleted file mode 100644 index 0f1d286..0000000 --- a/pps-tools-0.0.0+git.20120407.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7949ac890e18cf9e0f4769aba863e0fae84f61ed35cf8f09872f268aec3e889 -size 12636 diff --git a/pps-tools-0.0.0+git.20181203.tar.xz b/pps-tools-0.0.0+git.20181203.tar.xz new file mode 100644 index 0000000..e30a9cf --- /dev/null +++ b/pps-tools-0.0.0+git.20181203.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44daa98f632ddb526baee76af7b8dc37c113dcc12d13fa8e17fbc408823c948e +size 11792 diff --git a/pps-tools.changes b/pps-tools.changes index 373c4e3..f6455b2 100644 --- a/pps-tools.changes +++ b/pps-tools.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Dec 14 10:58:06 UTC 2018 - Martin Pluskal + +- Update to version 0.0.0+git.20181203: + * Makefile: fix installation to empty DESTDIR + * ppsfind: Use /bin/sh, fix possible issues. + * ppswatch: Fix quitting after signal + * Fix linking under -Wl,--as-needed + * Add ppsldisc from LKML patch by Rodolfo Giometti. + * Makefile: Cleanup CFLAGS: remove -I. add -fPIC. + * Removes OFFSETASSERT requirement from ppstest and ppsctl. + * ppsfind: Add licence to the file header. + * Remove debian directory. + * ppswatch: Add useful stats output. + ------------------------------------------------------------------- Mon Aug 8 09:44:32 UTC 2016 - benoit.monin@gmx.fr diff --git a/pps-tools.spec b/pps-tools.spec index 42238ff..ccb4a13 100644 --- a/pps-tools.spec +++ b/pps-tools.spec @@ -1,7 +1,7 @@ # # spec file for package pps-tools # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,20 @@ # 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/ # -%define version_unconverted 0.0.0+git.20120407 - +%define version_unconverted 0.0.0+git.20181203 Name: pps-tools -Version: 0.0.0+git.20120407 +Version: 0.0.0+git.20181203 Release: 0 Summary: Userspace tools for the Linux Pulse Per Second subsystem -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Hardware/Other -Url: http://linuxpps.org +URL: http://linuxpps.org Source: %{name}-%{version}.tar.xz BuildRequires: xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Userland tools to test Linux kernel PPS API. See Documentations/pps/pps.txt @@ -51,21 +49,18 @@ export CFLAGS="%{optflags}" make %{?_smp_mflags} %install -install -D -m 0755 ppsctl %{buildroot}%{_bindir}/ppsctl -install -D -m 0755 ppsfind %{buildroot}%{_bindir}/ppsfind -install -D -m 0755 ppstest %{buildroot}%{_bindir}/ppstest -install -D -m 0644 timepps.h %{buildroot}%{_includedir}/sys/timepps.h +%make_install %files -%defattr(-,root,root) -%doc COPYING +%license COPYING %{_bindir}/ppsctl %{_bindir}/ppsfind +%{_bindir}/ppsldisc %{_bindir}/ppstest +%{_bindir}/ppswatch %files devel -%defattr(-,root,root) -%doc COPYING +%license COPYING %{_includedir}/sys/timepps.h %changelog