From 92fab229ec40fe5a6cc62612d6425511caaf18a6b07d80d23896119774b9ac6a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 26 Nov 2018 12:50:11 +0000 Subject: [PATCH] - Update to stable release 2.0: * Peer-to-Peer Transparent Clock support * End-to-End Transparent Clock support * Unicast support * Support for all three Telecom Profiles + T-REC-G.8265.1-201407 + T-REC-G.8275.1-201606 + T-REC-G.8275.2-201708 - Changes for version 1.9.2: * Fixed stack buffer overflow in the new NetSync Monitor code (since 1.9) * Command line support for every configuration variable via long options * IPoIB interface support * Improved Delay Request performance at high message rates * Improved UTC offset tracking * Multiple TLV support * NetSync Monitor protocol support * Peer to peer one-step * Support for bonded interfaces - No longer use _service OBS-URL: https://build.opensuse.org/package/show/network:time/linuxptp?expand=0&rev=14 --- _service | 15 --------------- _servicedata | 4 ---- linuxptp-1.8+git65.g303b08c.tar.xz | 3 --- linuxptp-2.0.tgz | 3 +++ linuxptp.changes | 23 +++++++++++++++++++++++ linuxptp.spec | 26 ++++++++++++++------------ 6 files changed, 40 insertions(+), 34 deletions(-) delete mode 100644 _service delete mode 100644 _servicedata delete mode 100644 linuxptp-1.8+git65.g303b08c.tar.xz create mode 100644 linuxptp-2.0.tgz diff --git a/_service b/_service deleted file mode 100644 index 7ed5e2c..0000000 --- a/_service +++ /dev/null @@ -1,15 +0,0 @@ - - - git://git.code.sf.net/p/linuxptp/code - git - enable - linuxptp - @PARENT_TAG@+git@TAG_OFFSET@.g%h - v(.*) - - - *.tar - xz - - - diff --git a/_servicedata b/_servicedata deleted file mode 100644 index 18bbcbb..0000000 --- a/_servicedata +++ /dev/null @@ -1,4 +0,0 @@ - - - git://git.code.sf.net/p/linuxptp/code - 303b08cbf55096aba55bd08a314e0701e5c33482 diff --git a/linuxptp-1.8+git65.g303b08c.tar.xz b/linuxptp-1.8+git65.g303b08c.tar.xz deleted file mode 100644 index bf66306..0000000 --- a/linuxptp-1.8+git65.g303b08c.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62872ae9109aabce3229677ad106fea56eb292031b8d009f3926e019d23aefcb -size 117340 diff --git a/linuxptp-2.0.tgz b/linuxptp-2.0.tgz new file mode 100644 index 0000000..4420037 --- /dev/null +++ b/linuxptp-2.0.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a24d9401e87d4af023d201e234d91127d82c350daad93432106284aa9459c7d +size 184942 diff --git a/linuxptp.changes b/linuxptp.changes index 09da556..3e827f7 100644 --- a/linuxptp.changes +++ b/linuxptp.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Nov 26 12:43:06 UTC 2018 - Martin Pluskal + +- Update to stable release 2.0: + * Peer-to-Peer Transparent Clock support + * End-to-End Transparent Clock support + * Unicast support + * Support for all three Telecom Profiles + + T-REC-G.8265.1-201407 + + T-REC-G.8275.1-201606 + + T-REC-G.8275.2-201708 +- Changes for version 1.9.2: + * Fixed stack buffer overflow in the new NetSync Monitor code (since 1.9) + * Command line support for every configuration variable via long options + * IPoIB interface support + * Improved Delay Request performance at high message rates + * Improved UTC offset tracking + * Multiple TLV support + * NetSync Monitor protocol support + * Peer to peer one-step + * Support for bonded interfaces +- No longer use _service + ------------------------------------------------------------------- Thu Feb 8 12:08:37 UTC 2018 - jbohac@suse.com diff --git a/linuxptp.spec b/linuxptp.spec index 855d719..6fcf460 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -12,7 +12,7 @@ # 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/ # @@ -21,13 +21,13 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: linuxptp -Version: 1.8+git65.g303b08c +Version: 2.0 Release: 0 Summary: Precision Time Protocol v2 daemon -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/Other URL: http://linuxptp.sourceforge.net/ -Source0: %{name}-%{version}.tar.xz +Source0: http://sourceforge.net/projects/linuxptp/files/v%{version}/linuxptp-%{version}.tgz Source1: ptp4l.service Source2: sysconfig.ptp4l Source3: linuxptp.firewall @@ -61,7 +61,7 @@ install -Dpm 644 %{SOURCE5} %{buildroot}/%{_unitdir}/phc2sys.service ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcptp4l ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcphc2sys -install -Dpm 644 default.cfg %{buildroot}/%{_sysconfdir}/ptp4l.conf +install -Dpm 644 configs/default.cfg %{buildroot}/%{_sysconfdir}/ptp4l.conf install -Dpm 644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.ptp4l install -Dpm 644 %{SOURCE6} %{buildroot}%{_fillupdir}/sysconfig.phc2sys @@ -83,7 +83,8 @@ install -Dpm 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2. %service_del_postun ptp4l.service phc2sys.service %files -%doc README.org COPYING linuxptp-howto.txt +%license COPYING +%doc README.org linuxptp-howto.txt configs %{_unitdir}/ptp4l.service %{_unitdir}/phc2sys.service %{_sbindir}/rcptp4l @@ -95,13 +96,14 @@ install -Dpm 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2. %{_sbindir}/phc_ctl %{_sbindir}/pmc %{_sbindir}/ptp4l +%{_sbindir}/nsm %{_sbindir}/timemaster -%{_mandir}/man8/hwstamp_ctl.8%{ext_man} -%{_mandir}/man8/phc2sys.8%{ext_man} -%{_mandir}/man8/phc_ctl.8%{ext_man} -%{_mandir}/man8/pmc.8%{ext_man} -%{_mandir}/man8/ptp4l.8%{ext_man} -%{_mandir}/man8/timemaster.8%{ext_man} +%{_mandir}/man8/hwstamp_ctl.8%{?ext_man} +%{_mandir}/man8/phc2sys.8%{?ext_man} +%{_mandir}/man8/phc_ctl.8%{?ext_man} +%{_mandir}/man8/pmc.8%{?ext_man} +%{_mandir}/man8/ptp4l.8%{?ext_man} +%{_mandir}/man8/timemaster.8%{?ext_man} %{_fillupdir}/sysconfig.ptp4l %{_fillupdir}/sysconfig.phc2sys