Hello community,

here is the log from the commit of package ptpd for openSUSE:Factory checked in 
at 2016-05-17 17:15:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ptpd (Old)
 and      /work/SRC/openSUSE:Factory/.ptpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ptpd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ptpd/ptpd.changes        2015-06-09 
08:50:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ptpd.new/ptpd.changes   2016-05-17 
17:15:20.000000000 +0200
@@ -1,0 +2,8 @@
+Thu May 12 19:33:35 UTC 2016 - mplus...@suse.com
+
+- Update to 2.3.1
+  * see attached Changelog for full list of changes
+- Update project and download url
+- Small spec file cleanups
+
+-------------------------------------------------------------------

Old:
----
  ptpd-2.3.0.tar.gz

New:
----
  ptpd-2.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ptpd.spec ++++++
--- /var/tmp/diff_new_pack.7Xdyhf/_old  2016-05-17 17:15:22.000000000 +0200
+++ /var/tmp/diff_new_pack.7Xdyhf/_new  2016-05-17 17:15:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ptpd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           ptpd
-Version:        2.3.0
+Version:        2.3.1
 Release:        0
 Summary:        Implements the Precision Time protocol as defined by IEEE 1588 
standard
 License:        BSD-3-Clause
 Group:          System/Daemons
-Url:            http://ptpd.sourceforge.net/
-Source0:        
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
+Url:            https://github.com/ptpd/ptpd
+Source0:        https://github.com/ptpd/ptpd/archive/ptpd-%{version}.tar.gz
 Source1:        ptpd2.service
 Source2:        ptpd2.conf
 Source3:        conf.sysconfig.ptpd
@@ -58,17 +58,15 @@
 PTPd is free. Everyone is invited to use and contribute to PTPd.
 
 %prep
-%setup -q
-autoreconf -fiv
+%setup -q -n %{name}-%{name}-%{version}
 
 %build
+autoreconf -fiv
 %configure \
-    --enable-statistics \
-    --enable-ntpdc \
-    --enable-sigusr2=counters
+  --enable-statistics
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 install -D -m 644 %{SOURCE1} %{buildroot}/%{_unitdir}/%{name}2.service
 ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}2
 install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}2.conf
@@ -77,17 +75,6 @@
 install -d %{buildroot}%{_localstatedir}/log
 touch %{buildroot}%{_localstatedir}/log/ptpd2_kernelclock.drift
 
-%files
-%defattr(-, root, root)
-%doc COPYRIGHT ChangeLog README
-%config %{_sysconfdir}/%{name}2.conf
-%{_sbindir}/*
-%{_mandir}/man8/*
-%{_mandir}/man5/*
-%{_libexecdir}/systemd/system/ptpd2.service
-%{_localstatedir}/adm/fillup-templates/*
-%config %ghost %{_localstatedir}/log/ptpd2_kernelclock.drift
-
 %pre
 %service_add_pre %{name}2.service
 
@@ -101,4 +88,16 @@
 %postun
 %service_del_postun %{name}2.service
 
+%files
+%defattr(-, root, root)
+%doc COPYRIGHT ChangeLog README
+%config %{_sysconfdir}/%{name}2.conf
+%{_sbindir}/*
+%{_mandir}/man8/*
+%{_mandir}/man5/*
+%{_datadir}/ptpd
+%{_libexecdir}/systemd/system/ptpd2.service
+%{_localstatedir}/adm/fillup-templates/*
+%config %ghost %{_localstatedir}/log/ptpd2_kernelclock.drift
+
 %changelog

++++++ ptpd-2.3.0.tar.gz -> ptpd-2.3.1.tar.gz ++++++
++++ 30164 lines of diff (skipped)


Reply via email to