Hello community,

here is the log from the commit of package ntp2chrony for openSUSE:Factory 
checked in at 2019-08-05 10:34:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ntp2chrony (Old)
 and      /work/SRC/openSUSE:Factory/.ntp2chrony.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ntp2chrony"

Mon Aug  5 10:34:48 2019 rev:3 rq:719992 version:0.3+git20190605.f616151

Changes:
--------
--- /work/SRC/openSUSE:Factory/ntp2chrony/ntp2chrony.changes    2018-08-07 
09:44:16.645435232 +0200
+++ /work/SRC/openSUSE:Factory/.ntp2chrony.new.4126/ntp2chrony.changes  
2019-08-05 10:34:49.515375628 +0200
@@ -1,0 +2,21 @@
+Wed Jul 31 07:30:55 UTC 2019 - ku...@suse.com
+
+- Update to version 0.3+git20190605.f616151:
+  * improve code style
+  * add test for source options
+  * add test for refclocks
+  * add comments for asserts
+  * use os.path.join() instead of string concatenation
+  * don't modify NtpConfiguration in get_processed_time_sources()
+  * refactor time sources processing
+  * add initial ntp->chrony converter tests
+  * add initial unit tests
+  * add basic packaging
+  * change license to MIT
+  * don't use id and type as variables
+  * avoid exceptions in conversion of tos and fudge values
+  * add variable for file encoding
+  * use logging module for printing messages
+  * convert {0,1,2,3}.*pool.ntp.org servers to pool directive
+
+-------------------------------------------------------------------

Old:
----
  ntp2chrony-0.0+git20180405.9824262.tar.xz

New:
----
  ntp2chrony-0.3+git20190605.f616151.tar.xz

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

Other differences:
------------------
++++++ ntp2chrony.spec ++++++
--- /var/tmp/diff_new_pack.RTPDnd/_old  2019-08-05 10:34:50.139375277 +0200
+++ /var/tmp/diff_new_pack.RTPDnd/_new  2019-08-05 10:34:50.139375277 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ntp2chrony
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,15 +12,15 @@
 # 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/
 #
 
 
 Name:           ntp2chrony
-Version:        0.0+git20180405.9824262
+Version:        0.3+git20190605.f616151
 Release:        0
-Summary:        ntpd configuration converter for chrony
-License:        GPL-2.0-or-later
+Summary:        Utility to convert ntpd configuration files to chrony
+License:        MIT
 Group:          Productivity/Networking/Other
 Url:            https://github.com/mlichvar/ntp2chrony
 Source:         ntp2chrony-%{version}.tar.xz
@@ -41,10 +41,10 @@
 
 %install
 mkdir -p %{buildroot}%{_sbindir}
-install -m 755 ntp2chrony.py %{buildroot}%{_sbindir}/ntp2chrony
+install -m 755 ntp2chrony/ntp2chrony.py %{buildroot}%{_sbindir}/ntp2chrony
 
 %files
-%license COPYING
+%license COPYRIGHT
 %{_sbindir}/ntp2chrony
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.RTPDnd/_old  2019-08-05 10:34:50.179375254 +0200
+++ /var/tmp/diff_new_pack.RTPDnd/_new  2019-08-05 10:34:50.179375254 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="version">0.0</param>
-    <param name="versionformat">0.0+git%cd.%h</param>
+    <param name="version">0.3</param>
+    <param name="versionformat">0.3+git%cd.%h</param>
     <param name="url">git://github.com/mlichvar/ntp2chrony.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.RTPDnd/_old  2019-08-05 10:34:50.195375245 +0200
+++ /var/tmp/diff_new_pack.RTPDnd/_new  2019-08-05 10:34:50.199375243 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/mlichvar/ntp2chrony.git</param>
-    <param 
name="changesrevision">9824262e2f1b2b8356bfaf4ce3bd7d38fdd717c5</param>
+    <param 
name="changesrevision">f6161510f4d2aa6a7ed376df3861aff58692f11b</param>
  </service>
 </servicedata>
\ No newline at end of file

++++++ ntp2chrony-0.0+git20180405.9824262.tar.xz -> 
ntp2chrony-0.3+git20190605.f616151.tar.xz ++++++
++++ 2454 lines of diff (skipped)

++++++ python3.patch ++++++
--- /var/tmp/diff_new_pack.RTPDnd/_old  2019-08-05 10:34:50.263375207 +0200
+++ /var/tmp/diff_new_pack.RTPDnd/_new  2019-08-05 10:34:50.267375205 +0200
@@ -1,5 +1,5 @@
---- ntp2chrony.py
-+++ ntp2chrony.py      2018/06/13 11:12:24
+--- ntp2chrony/ntp2chrony.py
++++ ntp2chrony/ntp2chrony.py   2018/06/13 11:12:24
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python
 +#!/usr/bin/python3


Reply via email to