From 842d471b210eecff9d96e6a38f324af90b29066fe43cdfb73a6268b76d8ea108 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 8 Feb 2018 12:20:29 +0000 Subject: [PATCH] Accepting request 574229 from home:jbohac:branches:network:time - change the versioning scheme, resulting in version 1.8+git65.g303b08c - Update to version 1.8+git65.g303b08c: * clock: Don't forward management requests to UDS port. * Add an acknowledgment in the readme for Meinberg. * phc2sys: update '-s' option * sk: don't leak socket when reading of IB GUID fails. * Add compile time sanity check for interface name lengths. * phc_ctl: fix adj command to accept negative offset. * port: return timestamping iface in port properties * phc2sys: re-create clock clkid and servo when phc index changed * phc2sys: split servo_add from function clock_add * transport: pass struct interface to transport_open OBS-URL: https://build.opensuse.org/request/show/574229 OBS-URL: https://build.opensuse.org/package/show/network:time/linuxptp?expand=0&rev=11 --- _service | 8 ++++---- _servicedata | 2 +- linuxptp-1.8+git.20180101.tar.xz | 3 --- linuxptp-1.8+git65.g303b08c.tar.xz | 3 +++ linuxptp.changes | 21 +++++++++++++++++++++ linuxptp.spec | 4 ++-- 6 files changed, 31 insertions(+), 10 deletions(-) delete mode 100644 linuxptp-1.8+git.20180101.tar.xz create mode 100644 linuxptp-1.8+git65.g303b08c.tar.xz diff --git a/_service b/_service index 94dffd0..7ed5e2c 100644 --- a/_service +++ b/_service @@ -1,15 +1,15 @@ - + git://git.code.sf.net/p/linuxptp/code git enable linuxptp - @PARENT_TAG@+git.%cd + @PARENT_TAG@+git@TAG_OFFSET@.g%h v(.*) - + *.tar xz - + diff --git a/_servicedata b/_servicedata index ee6f379..18bbcbb 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://git.code.sf.net/p/linuxptp/code - 303b08cbf55096aba55bd08a314e0701e5c33482 \ No newline at end of file + 303b08cbf55096aba55bd08a314e0701e5c33482 diff --git a/linuxptp-1.8+git.20180101.tar.xz b/linuxptp-1.8+git.20180101.tar.xz deleted file mode 100644 index 07c99f8..0000000 --- a/linuxptp-1.8+git.20180101.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a715a93c47a0e539a47d0e00a45f81e84fed702c99fc95356d1e72d3525d30c7 -size 117376 diff --git a/linuxptp-1.8+git65.g303b08c.tar.xz b/linuxptp-1.8+git65.g303b08c.tar.xz new file mode 100644 index 0000000..bf66306 --- /dev/null +++ b/linuxptp-1.8+git65.g303b08c.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62872ae9109aabce3229677ad106fea56eb292031b8d009f3926e019d23aefcb +size 117340 diff --git a/linuxptp.changes b/linuxptp.changes index 3db2f42..09bffae 100644 --- a/linuxptp.changes +++ b/linuxptp.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Feb 8 12:08:37 UTC 2018 - jbohac@suse.com + +- change the versioning scheme, resulting in version + 1.8+git65.g303b08c + +------------------------------------------------------------------- +Thu Feb 08 12:06:33 UTC 2018 - opensuse-packaging@opensuse.org + +- Update to version 1.8+git65.g303b08c: + * clock: Don't forward management requests to UDS port. + * Add an acknowledgment in the readme for Meinberg. + * phc2sys: update '-s' option + * sk: don't leak socket when reading of IB GUID fails. + * Add compile time sanity check for interface name lengths. + * phc_ctl: fix adj command to accept negative offset. + * port: return timestamping iface in port properties + * phc2sys: re-create clock clkid and servo when phc index changed + * phc2sys: split servo_add from function clock_add + * transport: pass struct interface to transport_open + ------------------------------------------------------------------- Thu Feb 8 08:51:50 UTC 2018 - mpluskal@suse.com diff --git a/linuxptp.spec b/linuxptp.spec index f2627f4..e2141f1 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -21,12 +21,12 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: linuxptp -Version: 1.8+git.20180101 +Version: 1.8+git65.g303b08c Release: 0 Summary: Precision Time Protocol v2 daemon License: GPL-2.0+ Group: Productivity/Networking/Other -URL: http://linuxptp.sourceforge.net/ +Url: http://linuxptp.sourceforge.net/ Source0: %{name}-%{version}.tar.xz Source1: ptp4l.service Source2: sysconfig.ptp4l