Hello community,
here is the log from the commit of package yast2-ntp-client for
openSUSE:Factory checked in at 2019-03-21 09:52:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ntp-client (Old)
and /work/SRC/openSUSE:Factory/.yast2-ntp-client.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ntp-client"
Thu Mar 21 09:52:08 2019 rev:111 rq:686890 version:4.1.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes
2018-12-31 09:43:47.758344043 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-ntp-client.new.28833/yast2-ntp-client.changes
2019-03-21 09:52:10.282807175 +0100
@@ -1,0 +2,7 @@
+Tue Mar 19 16:33:52 UTC 2019 - [email protected]
+
+- Activate translations for the SelectFrom widget (bsc#1126523,
+ bsc#1126520).
+- 4.1.8
+
+-------------------------------------------------------------------
Old:
----
yast2-ntp-client-4.1.7.tar.bz2
New:
----
yast2-ntp-client-4.1.8.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ntp-client.spec ++++++
--- /var/tmp/diff_new_pack.fwOwXL/_old 2019-03-21 09:52:12.142806672 +0100
+++ /var/tmp/diff_new_pack.fwOwXL/_new 2019-03-21 09:52:12.178806662 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-ntp-client
#
-# 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
@@ -17,7 +17,7 @@
Name: yast2-ntp-client
-Version: 4.1.7
+Version: 4.1.8
Release: 0
Summary: YaST2 - NTP Client Configuration
License: GPL-2.0-or-later
++++++ yast2-ntp-client-4.1.7.tar.bz2 -> yast2-ntp-client-4.1.8.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ntp-client-4.1.7/package/yast2-ntp-client.changes
new/yast2-ntp-client-4.1.8/package/yast2-ntp-client.changes
--- old/yast2-ntp-client-4.1.7/package/yast2-ntp-client.changes 2018-12-13
16:18:33.000000000 +0100
+++ new/yast2-ntp-client-4.1.8/package/yast2-ntp-client.changes 2019-03-20
10:42:42.000000000 +0100
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Tue Mar 19 16:33:52 UTC 2019 - [email protected]
+
+- Activate translations for the SelectFrom widget (bsc#1126523,
+ bsc#1126520).
+- 4.1.8
+
+-------------------------------------------------------------------
Sun Nov 25 20:37:21 UTC 2018 - Noah Davis <[email protected]>
- Provide icon with module (boo#1109310)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ntp-client-4.1.7/package/yast2-ntp-client.spec
new/yast2-ntp-client-4.1.8/package/yast2-ntp-client.spec
--- old/yast2-ntp-client-4.1.7/package/yast2-ntp-client.spec 2018-12-13
16:18:33.000000000 +0100
+++ new/yast2-ntp-client-4.1.8/package/yast2-ntp-client.spec 2019-03-20
10:42:42.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-ntp-client
-Version: 4.1.7
+Version: 4.1.8
Release: 0
Summary: YaST2 - NTP Client Configuration
License: GPL-2.0-or-later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ntp-client-4.1.7/src/lib/y2ntp_client/widgets/pool_widgets.rb
new/yast2-ntp-client-4.1.8/src/lib/y2ntp_client/widgets/pool_widgets.rb
--- old/yast2-ntp-client-4.1.7/src/lib/y2ntp_client/widgets/pool_widgets.rb
2018-12-13 16:18:33.000000000 +0100
+++ new/yast2-ntp-client-4.1.8/src/lib/y2ntp_client/widgets/pool_widgets.rb
2019-03-20 10:42:42.000000000 +0100
@@ -151,6 +151,7 @@
#
# @param address_widget [PoolAddress] the dialog pool address widget
def initialize(address_widget)
+ textdomain "ntp-client"
@address_widget = address_widget
end