Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2019-07-31 14:25:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-country (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-country.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-country"

Wed Jul 31 14:25:01 2019 rev:203 rq:717845 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes      
2019-05-10 09:13:29.995669098 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-country.new.4126/yast2-country.changes    
2019-07-31 14:25:02.630327341 +0200
@@ -1,0 +2,29 @@
+Tue Jul 23 10:25:14 UTC 2019 - Ancor Gonzalez Sosa <[email protected]>
+
+- Unify keyboard maps for openSUSE and other distributions. Now
+  the keymaps based on the xkb layouts from xkeyboard-config are
+  preferred in all distributions (follow-up of bsc#1124921).
+- 4.2.2
+
+-------------------------------------------------------------------
+Mon Jul 22 14:09:42 UTC 2019 - Ancor Gonzalez Sosa <[email protected]>
+
+- Fixed some wrong keyboard maps (follow-up of bsc#1124921)
+- 4.2.1
+
+-------------------------------------------------------------------
+Fri May 31 12:28:08 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
+Mon May 27 09:39:20 CEST 2019 - [email protected]
+
+- Language change: Warning if no repo is available for installing
+  translation packages (bsc#1133414).
+- 4.1.13
+
+-------------------------------------------------------------------

Old:
----
  yast2-country-4.1.12.tar.bz2

New:
----
  yast2-country-4.2.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-country.spec ++++++
--- /var/tmp/diff_new_pack.EunQLZ/_old  2019-07-31 14:25:04.010326406 +0200
+++ /var/tmp/diff_new_pack.EunQLZ/_new  2019-07-31 14:25:04.046326381 +0200
@@ -17,15 +17,18 @@
 
 
 Name:           yast2-country
-Version:        4.1.12
+Version:        4.2.2
 Release:        0
+Summary:        YaST2 - Country Settings (Language, Keyboard, and Timezone)
+License:        GPL-2.0-only
+Group:          System/YaST
+Url:            https://github.com/yast/yast-country
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-perl-bindings
 BuildRequires:  yast2-testsuite
 # For tests
@@ -47,27 +50,32 @@
 Requires:       yast2-pkg-bindings >= 2.15.3
 # IconPath support for MultiSelectionBox
 Requires:       yast2-core >= 2.16.28
-# new API of ntp-client_proposal.rb
-Conflicts:      yast2-ntp-client < 4.1.5
-
 Requires:       yast2-packager >= 2.23.3
 # VMware detection (.probe.is_vmware)
-Requires:       yast2-hardware-detection >= 3.1.6
-
 Requires:       yast2-country-data
+Requires:       yast2-hardware-detection >= 3.1.6
 Requires:       yast2-ruby-bindings >= 1.0.0
 Requires:       rubygem(%{rb_default_ruby_abi}:ruby-dbus)
 
-Summary:        YaST2 - Country Settings (Language, Keyboard, and Timezone)
-License:        GPL-2.0-only
-Group:          System/YaST
+# new API of ntp-client_proposal.rb
+Conflicts:      yast2-ntp-client < 4.1.5
 
 %description
 Country specific data and configuration modules (language, keyboard,
 timezone) for yast2.
 
+%package data
+Requires:       yast2-ruby-bindings >= 1.0.0
+
+Summary:        YaST2 - Data files for Country settings
+Group:          System/YaST
+
+%description data
+Data files for yast2-country together with the most often used API
+functions (Language module)
+
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
@@ -76,15 +84,16 @@
 %yast_install
 
 %ifarch s390 s390x
-rm -f $RPM_BUILD_ROOT%{yast_desktopdir}/keyboard.desktop
+rm -f %{buildroot}%{yast_desktopdir}/org.opensuse.yast.Keyboard.desktop
 %endif
 
+%yast_metainfo
+
 # Policies
-mkdir -p $RPM_BUILD_ROOT/usr/share/polkit-1/actions
+mkdir -p %{buildroot}%{_datadir}/polkit-1/actions
 
 # common
 %files
-%defattr(-,root,root)
 %doc %{yast_docdir}
 %license COPYING
 %{yast_moduledir}/Console.rb
@@ -98,29 +107,14 @@
 %{yast_libdir}/y2country/widgets
 %{yast_ydatadir}/*.ycp
 %{yast_ydatadir}/*.json
-%{yast_yncludedir}/keyboard/
-%{yast_yncludedir}/timezone/
-%{yast_scrconfdir}/*.scr
-%{yast_schemadir}/autoyast/rnc/*.rnc
-%{yast_desktopdir}/yast-language.desktop
-%{yast_desktopdir}/timezone.desktop
+%{yast_yncludedir}
+%{yast_scrconfdir}
+%{yast_schemadir}
+%{yast_desktopdir}
+%{yast_metainfodir}
 %{yast_icondir}
-%ifnarch s390 s390x
-%{yast_desktopdir}/keyboard.desktop
-%endif
-
-%package data
-Requires:       yast2-ruby-bindings >= 1.0.0
-
-Summary:        YaST2 - Data files for Country settings
-Group:          System/YaST
-
-%description data
-Data files for yast2-country together with the most often used API
-functions (Language module)
 
 %files data
-%defattr(-,root,root)
 %dir %{yast_ydatadir}/languages
 %{yast_ydatadir}/languages/*.ycp
 %{yast_moduledir}/Language.rb

++++++ yast2-country-4.1.12.tar.bz2 -> yast2-country-4.2.2.tar.bz2 ++++++
++++ 2155 lines of diff (skipped)


Reply via email to