commit yast2-country for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-country for openSUSE:Factory checked in at 2014-04-26 17:01:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-country (Old) and /work/SRC/openSUSE:Factory/.yast2-country.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-country" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes 2014-04-13 13:13:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 2014-04-26 17:01:47.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Apr 23 08:59:09 CEST 2014 - jsuchome@suse.cz + +- do not try to save settings when user did not change them + (bnc#850571) +- 3.1.9 + +------------------------------------------------------------------- Old: ---- yast2-country-3.1.8.tar.bz2 New: ---- yast2-country-3.1.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-country.spec ++++++ --- /var/tmp/diff_new_pack.1WXMaO/_old 2014-04-26 17:01:48.000000000 +0200 +++ /var/tmp/diff_new_pack.1WXMaO/_new 2014-04-26 17:01:48.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-country -Version: 3.1.8 +Version: 3.1.9 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-country-3.1.8.tar.bz2 -> yast2-country-3.1.9.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-country-3.1.8/package/yast2-country.changes new/yast2-country-3.1.9/package/yast2-country.changes --- old/yast2-country-3.1.8/package/yast2-country.changes 2014-04-10 12:35:41.000000000 +0200 +++ new/yast2-country-3.1.9/package/yast2-country.changes 2014-04-23 09:30:42.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Apr 23 08:59:09 CEST 2014 - jsuchome@suse.cz + +- do not try to save settings when user did not change them + (bnc#850571) +- 3.1.9 + +------------------------------------------------------------------- Thu Apr 10 09:41:15 UTC 2014 - mvidner@suse.com - Ensure that the title stays on top during the installation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-country-3.1.8/package/yast2-country.spec new/yast2-country-3.1.9/package/yast2-country.spec --- old/yast2-country-3.1.8/package/yast2-country.spec 2014-04-10 12:35:41.000000000 +0200 +++ new/yast2-country-3.1.9/package/yast2-country.spec 2014-04-23 09:30:42.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-country -Version: 3.1.8 +Version: 3.1.9 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-country-3.1.8/timezone/src/include/timezone/dialogs.rb new/yast2-country-3.1.9/timezone/src/include/timezone/dialogs.rb --- old/yast2-country-3.1.8/timezone/src/include/timezone/dialogs.rb 2014-04-10 12:35:41.000000000 +0200 +++ new/yast2-country-3.1.9/timezone/src/include/timezone/dialogs.rb 2014-04-23 09:30:42.000000000 +0200 @@ -973,7 +973,7 @@ changed_time = true if timezone != timezone_old timezone_old = timezone hwclock_s_old = @hwclock_s - SetTimezone(@hwclock_s, timezone, ret == :next, changed_time) + SetTimezone(@hwclock_s, timezone, ret == :next && (changed_time || @hwclock_s != @hwclock_s_initial), changed_time) end if ret == :next -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de