From 56364434ecb01d43cadc34575c988d2072541d1923897c64a94d3e85e2f35316 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 29 Nov 2022 06:31:12 +0000 Subject: [PATCH] - Update to version 0.0.0+git.20211122: * added README * added way to add sysroot * timepps: Ensure structs passed to kernel are zero initialized * 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. OBS-URL: https://build.opensuse.org/package/show/network:time/pps-tools?expand=0&rev=16 --- _service | 12 ++++++------ _servicedata | 4 ++++ pps-tools-0.0.0+git.20181203.tar.xz | 3 --- pps-tools-0.0.0+git.20211122.obscpio | 3 +++ pps-tools.changes | 15 +++++++++++++++ pps-tools.obsinfo | 4 ++++ pps-tools.spec | 9 +++++---- 7 files changed, 37 insertions(+), 13 deletions(-) create mode 100644 _servicedata delete mode 100644 pps-tools-0.0.0+git.20181203.tar.xz create mode 100644 pps-tools-0.0.0+git.20211122.obscpio create mode 100644 pps-tools.obsinfo diff --git a/_service b/_service index 725d947..3c61deb 100644 --- a/_service +++ b/_service @@ -1,15 +1,15 @@ - + https://github.com/ago/pps-tools.git git - .git enable pps-tools 0.0.0+git.%cd - - *.tar - xz - + + + *.tar + gz + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..f8ea89a --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/ago/pps-tools.git + c50cb7183e252b47308fa22f420e0a877277aa29 \ No newline at end of file diff --git a/pps-tools-0.0.0+git.20181203.tar.xz b/pps-tools-0.0.0+git.20181203.tar.xz deleted file mode 100644 index e30a9cf..0000000 --- a/pps-tools-0.0.0+git.20181203.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44daa98f632ddb526baee76af7b8dc37c113dcc12d13fa8e17fbc408823c948e -size 11792 diff --git a/pps-tools-0.0.0+git.20211122.obscpio b/pps-tools-0.0.0+git.20211122.obscpio new file mode 100644 index 0000000..24cd168 --- /dev/null +++ b/pps-tools-0.0.0+git.20211122.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205273e6ea023e72b263eb7ae411b2181f714667c64e0592d115c1fd4ddcec47 +size 45066 diff --git a/pps-tools.changes b/pps-tools.changes index 2977c3c..d7ff44a 100644 --- a/pps-tools.changes +++ b/pps-tools.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 29 06:29:58 UTC 2022 - Martin Pluskal + +- Update to version 0.0.0+git.20211122: + * added README + * added way to add sysroot + * timepps: Ensure structs passed to kernel are zero initialized + * 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. + ------------------------------------------------------------------- Sat Jan 9 21:07:50 UTC 2021 - Martin Hauke diff --git a/pps-tools.obsinfo b/pps-tools.obsinfo new file mode 100644 index 0000000..1ac3453 --- /dev/null +++ b/pps-tools.obsinfo @@ -0,0 +1,4 @@ +name: pps-tools +version: 0.0.0+git.20211122 +mtime: 1637567329 +commit: c50cb7183e252b47308fa22f420e0a877277aa29 diff --git a/pps-tools.spec b/pps-tools.spec index b8a4ba0..24dc563 100644 --- a/pps-tools.spec +++ b/pps-tools.spec @@ -1,7 +1,7 @@ # # spec file for package pps-tools # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,15 @@ # -%define version_unconverted 0.0.0+git.20181203 +%define version_unconverted 0.0.0+git.20211122 Name: pps-tools -Version: 0.0.0+git.20181203 +Version: 0.0.0+git.20211122 Release: 0 Summary: Userspace tools for the Linux Pulse Per Second subsystem License: GPL-2.0-or-later Group: Hardware/Other URL: http://linuxpps.org -Source: %{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.gz Source1: pps.rules Requires: pps-udev @@ -72,6 +72,7 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_udevrulesdir}/89-pps.rules %udev_rules_update %files +%doc README.md %license COPYING %{_bindir}/ppsctl %{_bindir}/ppsfind