Hello community,

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

Package is "yast2-snapper"

Wed Jul 31 14:21:04 2019 rev:61 rq:707669 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes      
2019-03-10 09:29:35.264262140 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new.4126/yast2-snapper.changes    
2019-07-31 14:21:05.774562152 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:39:43 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-snapper-4.1.2.tar.bz2

New:
----
  yast2-snapper-4.2.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-snapper.spec ++++++
--- /var/tmp/diff_new_pack.Ebs1e3/_old  2019-07-31 14:21:06.294561739 +0200
+++ /var/tmp/diff_new_pack.Ebs1e3/_new  2019-07-31 14:21:06.306561730 +0200
@@ -17,52 +17,51 @@
 
 
 Name:           yast2-snapper
-Version:        4.1.2
+Version:        4.2.0
 Release:        0
+Summary:        YaST - file system snapshots review
+License:        GPL-2.0-only
+Group:          System/YaST
+Url:            https://github.com/yast/yast-snapper/
 
-# change to noarch causes problems according to behlert
-# BuildArch:   noarch
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
+Requires:       snapper
+Requires:       yast2 >= 4.1.60
+Requires:       yast2-ruby-bindings >= 1.0.0
+Requires:       rubygem(%{rb_default_ruby_abi}:ruby-dbus)
+
 BuildRequires:  doxygen
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 4.1.60
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:ruby-dbus)
-Requires:       snapper
-Requires:       yast2 >= 4.1.60
-Requires:       yast2-ruby-bindings >= 1.0.0
-Requires:       rubygem(%{rb_default_ruby_abi}:ruby-dbus)
-Supplements:    packageand(snapper:yast2)
 
-Summary:        YaST - file system snapshots review
-License:        GPL-2.0-only
-Group:          System/YaST
-Url:            http://github.com/yast/yast-snapper/
+Supplements:    (snapper and yast2)
+
+# change to noarch causes problems according to behlert
+# BuildArch:      noarch
 
 %description
 YaST module for accessing and managing file-system snapshots
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/snapper
-%{yast_yncludedir}/snapper/*
-%{yast_clientdir}/snapper.rb
-%{yast_moduledir}/Snapper.rb
-%{yast_moduledir}/SnapperDbus.rb
-%{yast_desktopdir}/snapper.desktop
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
 %{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING

++++++ yast2-snapper-4.1.2.tar.bz2 -> yast2-snapper-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.1.2/Dockerfile 
new/yast2-snapper-4.2.0/Dockerfile
--- old/yast2-snapper-4.1.2/Dockerfile  2019-03-07 10:11:02.000000000 +0100
+++ new/yast2-snapper-4.2.0/Dockerfile  2019-06-04 17:51:51.000000000 +0200
@@ -1,4 +1,4 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 RUN RUBY_VERSION=`rpm --eval '%{rb_default_ruby_abi}'` && \
   zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
   "rubygem($RUBY_VERSION:ruby-dbus)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.1.2/package/yast2-snapper.changes 
new/yast2-snapper-4.2.0/package/yast2-snapper.changes
--- old/yast2-snapper-4.1.2/package/yast2-snapper.changes       2019-03-07 
10:11:02.000000000 +0100
+++ new/yast2-snapper-4.2.0/package/yast2-snapper.changes       2019-06-04 
17:51:51.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:39:43 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Wed Mar 06 22:06:46 CET 2019 - [email protected]
 
 - added button to refresh list of snapshots (bsc#1128279, or just
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.1.2/package/yast2-snapper.spec 
new/yast2-snapper-4.2.0/package/yast2-snapper.spec
--- old/yast2-snapper-4.1.2/package/yast2-snapper.spec  2019-03-07 
10:11:02.000000000 +0100
+++ new/yast2-snapper-4.2.0/package/yast2-snapper.spec  2019-06-04 
17:51:51.000000000 +0200
@@ -12,58 +12,55 @@
 # 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-snapper
-Version:        4.1.2
+Version:        4.2.0
 Release:        0
-Group:         System/YaST
-
-# change to noarch causes problems according to behlert
-# BuildArch:   noarch
+Group:          System/YaST
+Summary:        YaST - file system snapshots review
+Url:            https://github.com/yast/yast-snapper/
+License:        GPL-2.0-only
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-License:        GPL-2.0-only
+Requires:       snapper
+Requires:       yast2 >= 4.1.60
+Requires:       yast2-ruby-bindings >= 1.0.0
+Requires:       rubygem(%{rb_default_ruby_abi}:ruby-dbus)
 
 BuildRequires:  doxygen
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 4.1.60
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:ruby-dbus)
-Requires:       snapper
-Requires:       yast2 >= 4.1.60
-Requires:       yast2-ruby-bindings >= 1.0.0
-Requires:       rubygem(%{rb_default_ruby_abi}:ruby-dbus)
-Supplements:    packageand(snapper:yast2)
 
-Summary:       YaST - file system snapshots review
-Url:            http://github.com/yast/yast-snapper/
+Supplements:    (snapper and yast2)
+
+# change to noarch causes problems according to behlert
+# BuildArch:      noarch
 
 %description
 YaST module for accessing and managing file-system snapshots
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/snapper
-%{yast_yncludedir}/snapper/*
-%{yast_clientdir}/snapper.rb
-%{yast_moduledir}/Snapper.rb
-%{yast_moduledir}/SnapperDbus.rb
-%{yast_desktopdir}/snapper.desktop
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
 %{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.1.2/src/Makefile.am 
new/yast2-snapper-4.2.0/src/Makefile.am
--- old/yast2-snapper-4.1.2/src/Makefile.am     2019-03-07 10:11:02.000000000 
+0100
+++ new/yast2-snapper-4.2.0/src/Makefile.am     2019-06-04 17:51:51.000000000 
+0200
@@ -14,7 +14,7 @@
   include/snapper/helps.rb
 
 desktop_DATA = \
-  desktop/snapper.desktop
+  desktop/org.opensuse.yast.Snapper.desktop
 
 scalabledir = @icondir@/hicolor/scalable/apps
 scalable_DATA = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-snapper-4.1.2/src/desktop/org.opensuse.yast.Snapper.desktop 
new/yast2-snapper-4.2.0/src/desktop/org.opensuse.yast.Snapper.desktop
--- old/yast2-snapper-4.1.2/src/desktop/org.opensuse.yast.Snapper.desktop       
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-snapper-4.2.0/src/desktop/org.opensuse.yast.Snapper.desktop       
2019-06-04 17:51:51.000000000 +0200
@@ -0,0 +1,24 @@
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Misc;
+
+X-KDE-ModuleType=Library
+X-KDE-HasReadOnlyMode=true
+X-SuSE-YaST-Call=snapper
+
+X-SuSE-YaST-Group=Misc
+X-SuSE-YaST-Argument=
+X-SuSE-YaST-RootOnly=true
+X-SuSE-YaST-AutoInst=
+X-SuSE-YaST-Geometry=
+X-SuSE-YaST-SortKey=
+X-SuSE-YaST-AutoInstResource=snapper
+X-SuSE-YaST-Keywords=disk,backup,restore
+
+Icon=yast-snapper
+Exec=/usr/bin/xdg-su -c '/sbin/yast2 snapper'
+
+Name=YaST Filesystem Snapshots
+GenericName=Filesystem Snapshots
+Comment=Manage Btrfs / LVM filesystem snapshots
+StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.1.2/src/desktop/snapper.desktop 
new/yast2-snapper-4.2.0/src/desktop/snapper.desktop
--- old/yast2-snapper-4.1.2/src/desktop/snapper.desktop 2019-03-07 
10:11:02.000000000 +0100
+++ new/yast2-snapper-4.2.0/src/desktop/snapper.desktop 1970-01-01 
01:00:00.000000000 +0100
@@ -1,23 +0,0 @@
-[Desktop Entry]
-Type=Application
-Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Misc;
-
-X-KDE-ModuleType=Library
-X-KDE-HasReadOnlyMode=true
-X-SuSE-YaST-Call=snapper
-
-X-SuSE-YaST-Group=Misc
-X-SuSE-YaST-Argument=
-X-SuSE-YaST-RootOnly=true
-X-SuSE-YaST-AutoInst=
-X-SuSE-YaST-Geometry=
-X-SuSE-YaST-SortKey=
-X-SuSE-YaST-AutoInstResource=snapper
-X-SuSE-YaST-Keywords=disk,backup,restore
-
-Icon=yast-snapper
-Exec=/usr/bin/xdg-su -c '/sbin/yast2 snapper'
-
-Name=Filesystem Snapshots
-GenericName=Manage Btrfs / LVM filesystem snapshots
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.1.2/src/include/snapper/wizards.rb 
new/yast2-snapper-4.2.0/src/include/snapper/wizards.rb
--- old/yast2-snapper-4.1.2/src/include/snapper/wizards.rb      2019-03-07 
10:11:02.000000000 +0100
+++ new/yast2-snapper-4.2.0/src/include/snapper/wizards.rb      2019-06-04 
17:51:51.000000000 +0200
@@ -69,7 +69,7 @@
       }
 
       Wizard.CreateDialog
-      Wizard.SetDesktopTitleAndIcon("snapper")
+      Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.Snapper")
       ret = Sequencer.Run(aliases, sequence)
 
       UI.CloseDialog


Reply via email to