- 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
This commit is contained in:
Martin Pluskal 2022-11-29 06:31:12 +00:00 committed by Git OBS Bridge
parent 9c347a5c0a
commit 56364434ec
7 changed files with 37 additions and 13 deletions

View File

@ -1,15 +1,15 @@
<services> <services>
<service mode="disabled" name="tar_scm"> <service mode="disabled" name="obs_scm">
<param name="url">https://github.com/ago/pps-tools.git</param> <param name="url">https://github.com/ago/pps-tools.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="exclude">.git</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<param name="filename">pps-tools</param> <param name="filename">pps-tools</param>
<param name="versionformat">0.0.0+git.%cd</param> <param name="versionformat">0.0.0+git.%cd</param>
</service> </service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/> <service mode="disabled" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services> </services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/ago/pps-tools.git</param>
<param name="changesrevision">c50cb7183e252b47308fa22f420e0a877277aa29</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44daa98f632ddb526baee76af7b8dc37c113dcc12d13fa8e17fbc408823c948e
size 11792

BIN
pps-tools-0.0.0+git.20211122.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Nov 29 06:29:58 UTC 2022 - Martin Pluskal <mpluskal@suse.com>
- 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 <mardnh@gmx.de> Sat Jan 9 21:07:50 UTC 2021 - Martin Hauke <mardnh@gmx.de>

4
pps-tools.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: pps-tools
version: 0.0.0+git.20211122
mtime: 1637567329
commit: c50cb7183e252b47308fa22f420e0a877277aa29

View File

@ -1,7 +1,7 @@
# #
# spec file for package pps-tools # 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 # 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
@ -16,15 +16,15 @@
# #
%define version_unconverted 0.0.0+git.20181203 %define version_unconverted 0.0.0+git.20211122
Name: pps-tools Name: pps-tools
Version: 0.0.0+git.20181203 Version: 0.0.0+git.20211122
Release: 0 Release: 0
Summary: Userspace tools for the Linux Pulse Per Second subsystem Summary: Userspace tools for the Linux Pulse Per Second subsystem
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Hardware/Other Group: Hardware/Other
URL: http://linuxpps.org URL: http://linuxpps.org
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.gz
Source1: pps.rules Source1: pps.rules
Requires: pps-udev Requires: pps-udev
@ -72,6 +72,7 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_udevrulesdir}/89-pps.rules
%udev_rules_update %udev_rules_update
%files %files
%doc README.md
%license COPYING %license COPYING
%{_bindir}/ppsctl %{_bindir}/ppsctl
%{_bindir}/ppsfind %{_bindir}/ppsfind