Hello community,

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

Package is "yast2-alternatives"

Wed Jul 31 14:24:01 2019 rev:6 rq:716993 version:4.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-alternatives/yast2-alternatives.changes    
2019-01-03 18:05:43.308188689 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-alternatives.new.4126/yast2-alternatives.changes
  2019-07-31 14:24:02.354393152 +0200
@@ -1,0 +2,15 @@
+Fri Jul 19 09:09:41 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Added "BuildRequires: update-desktop-files"
+- Related to the previous desktop file changes (fate#319035)
+- 4.2.1
+
+-------------------------------------------------------------------
+Fri May 31 12:24:51 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-alternatives-4.1.0.tar.bz2

New:
----
  yast2-alternatives-4.2.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-alternatives.spec ++++++
--- /var/tmp/diff_new_pack.ZZUrOd/_old  2019-07-31 14:24:02.890392544 +0200
+++ /var/tmp/diff_new_pack.ZZUrOd/_new  2019-07-31 14:24:02.890392544 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-alternatives
 #
-# 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,46 +17,44 @@
 
 
 Name:           yast2-alternatives
-Version:        4.1.0
+Version:        4.2.1
 Release:        0
 Summary:        YaST2 - Manage Update-alternatives switching
 License:        GPL-2.0-only
 Group:          System/Yast
 Url:            https://github.com/yast/yast-alternatives
+
 Source0:        %{name}-%{version}.tar.bz2
+
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-ruby-bindings
 # For install
 BuildRequires:  rubygem(yast-rake)
 # For test
+BuildRequires:  update-desktop-files
 BuildRequires:  rubygem(rspec)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A YaST2 module to manage update alternatives switching
+
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 
 %check
-rake test:unit
+%yast_check
 
 %install
-rake install DESTDIR=%{buildroot}
-
-%post
-
-%postun
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%{yast_dir}/clients/*.rb
-%{yast_dir}/lib/y2_alternatives/
-%{yast_dir}/lib/y2_alternatives/dialog
-%{yast_dir}/lib/y2_alternatives/control
-%{yast_desktopdir}/alternatives.desktop
+%{yast_clientdir}
+%{yast_libdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
 %{yast_icondir}
 %doc COPYING
 %doc README.md

++++++ yast2-alternatives-4.1.0.tar.bz2 -> yast2-alternatives-4.2.1.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-alternatives-4.1.0/Dockerfile 
new/yast2-alternatives-4.2.1/Dockerfile
--- old/yast2-alternatives-4.1.0/Dockerfile     2018-11-28 12:09:57.000000000 
+0100
+++ new/yast2-alternatives-4.2.1/Dockerfile     2019-07-19 11:45:34.000000000 
+0200
@@ -1,3 +1,3 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 COPY . /usr/src/app
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-alternatives-4.1.0/package/yast2-alternatives.changes 
new/yast2-alternatives-4.2.1/package/yast2-alternatives.changes
--- old/yast2-alternatives-4.1.0/package/yast2-alternatives.changes     
2018-11-28 12:09:57.000000000 +0100
+++ new/yast2-alternatives-4.2.1/package/yast2-alternatives.changes     
2019-07-19 11:45:34.000000000 +0200
@@ -1,4 +1,19 @@
 -------------------------------------------------------------------
+Fri Jul 19 09:09:41 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Added "BuildRequires: update-desktop-files"
+- Related to the previous desktop file changes (fate#319035)
+- 4.2.1
+
+-------------------------------------------------------------------
+Fri May 31 12:24:51 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Fri Nov 23 19:02:13 UTC 2018 - Stasiek Michalski <[email protected]>
 
 - Provide icon with module (boo#1109310)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-alternatives-4.1.0/package/yast2-alternatives.spec 
new/yast2-alternatives-4.2.1/package/yast2-alternatives.spec
--- old/yast2-alternatives-4.1.0/package/yast2-alternatives.spec        
2018-11-28 12:09:57.000000000 +0100
+++ new/yast2-alternatives-4.2.1/package/yast2-alternatives.spec        
2019-07-19 11:45:34.000000000 +0200
@@ -12,50 +12,48 @@
 # 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:           yast2-alternatives
-Version:        4.1.0
+Version:        4.2.1
 Release:        0
 License:        GPL-2.0
 Summary:        YaST2 - Manage Update-alternatives switching
 Url:            https://github.com/yast/yast-alternatives
 Group:          System/Yast
+
 Source0:        %{name}-%{version}.tar.bz2
+
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-ruby-bindings
 # For install
 BuildRequires:  rubygem(yast-rake)
 # For test
 BuildRequires:  rubygem(rspec)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  update-desktop-files
 
 %description
 A YaST2 module to manage update alternatives switching
+
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 
 %check
-rake test:unit
+%yast_check
 
 %install
-rake install DESTDIR=%{buildroot}
-
-%post
-
-%postun
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%{yast_dir}/clients/*.rb
-%{yast_dir}/lib/y2_alternatives/
-%{yast_dir}/lib/y2_alternatives/dialog
-%{yast_dir}/lib/y2_alternatives/control
-%{yast_desktopdir}/alternatives.desktop
+%{yast_clientdir}
+%{yast_libdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
 %{yast_icondir}
 %doc COPYING
 %doc README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-alternatives-4.1.0/src/desktop/alternatives.desktop 
new/yast2-alternatives-4.2.1/src/desktop/alternatives.desktop
--- old/yast2-alternatives-4.1.0/src/desktop/alternatives.desktop       
2018-11-28 12:09:57.000000000 +0100
+++ new/yast2-alternatives-4.2.1/src/desktop/alternatives.desktop       
1970-01-01 01:00:00.000000000 +0100
@@ -1,17 +0,0 @@
-[Desktop Entry]
-Type=Application
-Categories=Settings;System;Qt;X-SuSE-YaST;
-
-X-KDE-ModuleType=Library
-X-KDE-HasReadOnlyMode=true
-X-SuSE-YaST-Call=alternatives
-
-X-SuSE-YaST-Group=Misc
-X-SuSE-YaST-RootOnly=true
-
-Icon=yast-alternatives
-Exec=/sbin/yast2 alternatives
-
-Name=Alternatives
-GenericName=Manage update-alternatives switching
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-alternatives-4.1.0/src/desktop/org.opensuse.yast.Alternatives.desktop 
new/yast2-alternatives-4.2.1/src/desktop/org.opensuse.yast.Alternatives.desktop
--- 
old/yast2-alternatives-4.1.0/src/desktop/org.opensuse.yast.Alternatives.desktop 
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/yast2-alternatives-4.2.1/src/desktop/org.opensuse.yast.Alternatives.desktop 
    2019-07-19 11:45:34.000000000 +0200
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;
+
+X-KDE-ModuleType=Library
+X-KDE-HasReadOnlyMode=true
+X-SuSE-YaST-Call=alternatives
+
+X-SuSE-YaST-Group=Misc
+X-SuSE-YaST-RootOnly=true
+
+Icon=yast-alternatives
+Exec=/sbin/yast2 alternatives
+
+Name=YaST Alternatives
+GenericName=Alternatives
+Comment=Manage update-alternatives switching
+StartupNotify=true


Reply via email to