Hello community, here is the log from the commit of package yast2-country for openSUSE:Factory checked in at 2017-08-02 11:26:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-country (Old) and /work/SRC/openSUSE:Factory/.yast2-country.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-country" Wed Aug 2 11:26:46 2017 rev:183 rq:512863 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes 2017-06-22 10:35:12.557469742 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 2017-08-02 11:26:47.569844394 +0200 @@ -1,0 +2,8 @@ +Thu Jul 27 11:19:13 UTC 2017 - [email protected] + +- No longer read /content file from media, instead language from + control.xml is used and list of supported languages is dropped + (FATE#322386) +- 3.3.0 + +------------------------------------------------------------------- Old: ---- yast2-country-3.2.12.tar.bz2 New: ---- yast2-country-3.3.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-country.spec ++++++ --- /var/tmp/diff_new_pack.ybIZ0s/_old 2017-08-02 11:26:48.477716039 +0200 +++ /var/tmp/diff_new_pack.ybIZ0s/_new 2017-08-02 11:26:48.481715474 +0200 @@ -17,7 +17,7 @@ Name: yast2-country -Version: 3.2.12 +Version: 3.3.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-country-3.2.12.tar.bz2 -> yast2-country-3.3.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-country-3.2.12/language/src/modules/Language.rb new/yast2-country-3.3.0/language/src/modules/Language.rb --- old/yast2-country-3.2.12/language/src/modules/Language.rb 2017-06-20 09:46:51.649714053 +0200 +++ new/yast2-country-3.3.0/language/src/modules/Language.rb 2017-07-28 09:47:23.953816176 +0200 @@ -599,8 +599,8 @@ end if Stage.initial && !Mode.live_installation - lang = Convert.to_string(SCR.Read(path(".content.LANGUAGE"))) - Builtins.y2milestone("content LANGUAGE %1", lang) + lang = ProductFeatures.GetStringFeature("globals", "language") + Builtins.y2milestone("product LANGUAGE %1", lang) @preselected = Linuxrc.InstallInf("Locale") Builtins.y2milestone("install_inf Locale %1", @preselected) @@ -1318,39 +1318,10 @@ # check if selected language has support on media (F301238) # show a warning when not - def CheckLanguagesSupport(selected_language) - linguas = Convert.to_string(SCR.Read(path(".content.LINGUAS"))) - - if linguas == nil - Builtins.y2warning("No LINGUAS tag defined in content file") - return - end - - Builtins.y2milestone("content LINGUAS %1", linguas) - all_linguas = Builtins.splitstring(linguas, " ") - language_short = Ops.get( - Builtins.splitstring(selected_language, "_"), - 0, - "" - ) - - if !Builtins.contains(all_linguas, selected_language) && - !Builtins.contains(all_linguas, language_short) - Builtins.y2milestone( - "Language %1 is not fully supported", - selected_language - ) - # popup message - Popup.Message( - _( - "Only minimal support for the selected language is included on this media.\n" + - "Enable online repositories later in order to get the appropriate support\n" + - "for this language.\n" - ) - ) - end - - nil + # @deprecated does nothing + def CheckLanguagesSupport(_selected_language) + log.warn "Called check for language support, but it does nothing" + return end # Set current YaST language to English if method for showing text in diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-country-3.2.12/package/yast2-country.changes new/yast2-country-3.3.0/package/yast2-country.changes --- old/yast2-country-3.2.12/package/yast2-country.changes 2017-06-20 09:46:51.649714053 +0200 +++ new/yast2-country-3.3.0/package/yast2-country.changes 2017-07-28 09:47:23.957816176 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Thu Jul 27 11:19:13 UTC 2017 - [email protected] + +- No longer read /content file from media, instead language from + control.xml is used and list of supported languages is dropped + (FATE#322386) +- 3.3.0 + +------------------------------------------------------------------- Mon Jun 19 14:45:17 UTC 2017 - [email protected] - Alterations in vconsole.conf performed by localectl and not diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-country-3.2.12/package/yast2-country.spec new/yast2-country-3.3.0/package/yast2-country.spec --- old/yast2-country-3.2.12/package/yast2-country.spec 2017-06-20 09:46:51.649714053 +0200 +++ new/yast2-country-3.3.0/package/yast2-country.spec 2017-07-28 09:47:23.957816176 +0200 @@ -17,7 +17,7 @@ Name: yast2-country -Version: 3.2.12 +Version: 3.3.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build
