Accepting request 1207864 from network:time

OBS-URL: https://build.opensuse.org/request/show/1207864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pps-tools?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2024-10-15 12:57:40 +00:00 committed by Git OBS Bridge
commit 00d9158857
7 changed files with 23 additions and 13 deletions

View File

@ -1,12 +1,13 @@
<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/ago/pps-tools.git</param>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/redlab-i/pps-tools</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">pps-tools</param>
<param name="versionformat">0.0.0+git.%cd</param>
<param name="versionformat">@PARENT_TAG@+git%cd</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>

View File

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

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

Binary file not shown.

BIN
pps-tools-1.0.3+git20240314.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Oct 12 09:10:15 UTC 2024 - mardnh@gmx.de
- Update to version 1.0.3+git20240314:
* Add support for "echo" function of pps-gpio driver
* Use %lld in printf for 64-bit time_t
-------------------------------------------------------------------
Tue Nov 29 06:29:58 UTC 2022 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,4 +1,4 @@
name: pps-tools
version: 0.0.0+git.20211122
mtime: 1637567329
commit: c50cb7183e252b47308fa22f420e0a877277aa29
version: 1.0.3+git20240314
mtime: 1710416833
commit: e5083fe1481a34373dee2acfabb63001ee9c40e0

View File

@ -16,9 +16,9 @@
#
%define version_unconverted 0.0.0+git.20211122
%define version_unconverted 1.0.3+git20240314
Name: pps-tools
Version: 0.0.0+git.20211122
Version: 1.0.3+git20240314
Release: 0
Summary: Userspace tools for the Linux Pulse Per Second subsystem
License: GPL-2.0-or-later