Hello community,

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

Package is "yast2-scanner"

Wed Jul 31 14:20:34 2019 rev:55 rq:707660 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes      
2019-02-28 21:47:54.577409638 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new.4126/yast2-scanner.changes    
2019-07-31 14:20:39.838582754 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:38:15 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-scanner.spec ++++++
--- /var/tmp/diff_new_pack.eFuchp/_old  2019-07-31 14:20:40.282582401 +0200
+++ /var/tmp/diff_new_pack.eFuchp/_new  2019-07-31 14:20:40.290582395 +0200
@@ -17,10 +17,13 @@
 
 
 Name:           yast2-scanner
-Version:        4.1.0
+Version:        4.2.0
 Release:        0
+Summary:        YaST2 - Scanner Configuration
+License:        GPL-2.0-only
+Group:          System/YaST
+Url:            https://github.com/yast/yast-scanner
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  docbook-xsl-stylesheets
@@ -32,19 +35,15 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-testsuite
+
 Requires:       yast2
 # Used to exclude libX11, libXau, libxcb, and libxcb-xlib from the requires 
list
 # which are pulled in by Autoreqprov because of the displaytest tool:
 %define my_requires /tmp/my-requires
-
 Requires:       yast2-ruby-bindings >= 1.0.0
 
-Summary:        YaST2 - Scanner Configuration
-License:        GPL-2.0-only
-Group:          System/YaST
-
 %description
 This package provides support for the configuration of USB scanners,
 SCSI scanners, scanners in HP all-in-one devices, and scanning via
@@ -58,7 +57,7 @@
 "sane-backends".
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
@@ -73,16 +72,16 @@
 EOF
 chmod 755 %{my_requires}
 %define __find_requires %{my_requires}
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/scanner
-%{yast_yncludedir}/scanner/*
-%{yast_clientdir}/scanner.rb
-%{yast_moduledir}/Scanner.*
-%{yast_desktopdir}/scanner.desktop
-%{yast_ybindir}/*scanner*
-%{yast_ybindir}/displaytest
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_ybindir}
+%{yast_ybindir}
 %{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING

++++++ yast2-scanner-4.1.0.tar.bz2 -> yast2-scanner-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.1.0/Dockerfile 
new/yast2-scanner-4.2.0/Dockerfile
--- old/yast2-scanner-4.1.0/Dockerfile  2019-02-27 15:43:54.000000000 +0100
+++ new/yast2-scanner-4.2.0/Dockerfile  2019-06-04 17:38:17.000000000 +0200
@@ -1,4 +1,4 @@
-FROM yastdevel/cpp
+FROM registry.opensuse.org/yast/head/containers/yast-cpp:latest
 RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
   xorg-x11-libX11-devel \
   yast2 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.1.0/package/yast2-scanner.changes 
new/yast2-scanner-4.2.0/package/yast2-scanner.changes
--- old/yast2-scanner-4.1.0/package/yast2-scanner.changes       2019-02-27 
15:43:54.000000000 +0100
+++ new/yast2-scanner-4.2.0/package/yast2-scanner.changes       2019-06-04 
17:38:17.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:38:15 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Tue Feb 26 12:18:53 UTC 2019 - José Iván López González <[email protected]>
 
 - Version bump (bsc#1124009)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.1.0/package/yast2-scanner.spec 
new/yast2-scanner-4.2.0/package/yast2-scanner.spec
--- old/yast2-scanner-4.1.0/package/yast2-scanner.spec  2019-02-27 
15:43:54.000000000 +0100
+++ new/yast2-scanner-4.2.0/package/yast2-scanner.spec  2019-06-04 
17:38:17.000000000 +0200
@@ -12,30 +12,38 @@
 # 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-scanner
-Version:        4.1.0
+Version:        4.2.0
 Release:        0
-Group:         System/YaST
+Group:          System/YaST
+Summary:        YaST2 - Scanner Configuration
+License:        GPL-2.0-only
+Url:            https://github.com/yast/yast-scanner
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer 
sgml-skel update-desktop-files xorg-x11-libX11-devel yast2 yast2-testsuite 
libtool
-BuildRequires:  yast2-devtools >= 3.1.10
-Requires:      yast2
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  doxygen
+BuildRequires:  libxslt
+BuildRequires:  perl-XML-Writer
+BuildRequires:  sgml-skel
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-libX11-devel
+BuildRequires:  yast2
+BuildRequires:  yast2-testsuite
+BuildRequires:  libtool
+BuildRequires:  yast2-devtools >= 4.2.2
+
+Requires:       yast2
 # Used to exclude libX11, libXau, libxcb, and libxcb-xlib from the requires 
list
 # which are pulled in by Autoreqprov because of the displaytest tool:
 %define my_requires /tmp/my-requires
-
 Requires:       yast2-ruby-bindings >= 1.0.0
 
-Summary:       YaST2 - Scanner Configuration
-License:        GPL-2.0-only
-
 %description
 This package provides support for the configuration of USB scanners,
 SCSI scanners, scanners in HP all-in-one devices, and scanning via
@@ -49,7 +57,7 @@
 "sane-backends".
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
@@ -64,20 +72,19 @@
 EOF
 chmod 755 %{my_requires}
 %define __find_requires %{my_requires}
+%yast_metainfo
 
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/scanner
-%{yast_yncludedir}/scanner/*
-%{yast_clientdir}/scanner.rb
-%{yast_moduledir}/Scanner.*
-%{yast_desktopdir}/scanner.desktop
-%{yast_ybindir}/*scanner*
-%{yast_ybindir}/displaytest
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_ybindir}
+%{yast_ybindir}
 %{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING
 
 %changelog
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.1.0/src/Makefile.am 
new/yast2-scanner-4.2.0/src/Makefile.am
--- old/yast2-scanner-4.1.0/src/Makefile.am     2019-02-27 15:43:54.000000000 
+0100
+++ new/yast2-scanner-4.2.0/src/Makefile.am     2019-06-04 17:38:17.000000000 
+0200
@@ -13,7 +13,7 @@
   include/scanner/helps.rb
 
 desktop_DATA = \
-  desktop/scanner.desktop
+  desktop/org.opensuse.yast.Scanner.desktop
 
 symbolicdir = @icondir@/hicolor/symbolic/apps
 symbolic_DATA = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-scanner-4.1.0/src/desktop/org.opensuse.yast.Scanner.desktop 
new/yast2-scanner-4.2.0/src/desktop/org.opensuse.yast.Scanner.desktop
--- old/yast2-scanner-4.1.0/src/desktop/org.opensuse.yast.Scanner.desktop       
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-scanner-4.2.0/src/desktop/org.opensuse.yast.Scanner.desktop       
2019-06-04 17:38:17.000000000 +0200
@@ -0,0 +1,20 @@
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Hardware;
+X-KDE-ModuleType=Library
+X-KDE-HasReadOnlyMode=true
+X-SuSE-YaST-Call=scanner
+X-SuSE-YaST-Group=Hardware
+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=
+X-SuSE-YaST-Keywords=system,hardware,photo,document,ocr
+Icon=yast-scanner
+Exec=xdg-su -c "/sbin/yast2 scanner"
+Name=YaST Scanner
+GenericName=Scanner
+Comment=Configure a scanner
+StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.1.0/src/desktop/scanner.desktop 
new/yast2-scanner-4.2.0/src/desktop/scanner.desktop
--- old/yast2-scanner-4.1.0/src/desktop/scanner.desktop 2019-02-27 
15:43:54.000000000 +0100
+++ new/yast2-scanner-4.2.0/src/desktop/scanner.desktop 1970-01-01 
01:00:00.000000000 +0100
@@ -1,19 +0,0 @@
-[Desktop Entry]
-Type=Application
-Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Hardware;
-X-KDE-ModuleType=Library
-X-KDE-HasReadOnlyMode=true
-X-SuSE-YaST-Call=scanner
-X-SuSE-YaST-Group=Hardware
-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=
-X-SuSE-YaST-Keywords=system,hardware,photo,document,ocr
-Icon=yast-scanner
-Exec=xdg-su -c "/sbin/yast2 scanner"
-Name=Scanner
-GenericName=Configure a scanner
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.1.0/src/include/scanner/wizards.rb 
new/yast2-scanner-4.2.0/src/include/scanner/wizards.rb
--- old/yast2-scanner-4.1.0/src/include/scanner/wizards.rb      2019-02-27 
15:43:54.000000000 +0100
+++ new/yast2-scanner-4.2.0/src/include/scanner/wizards.rb      2019-06-04 
17:38:17.000000000 +0200
@@ -101,7 +101,7 @@
         "write"    => { :abort => :abort, :next => :next }
       }
       Wizard.CreateDialog
-      Wizard.SetDesktopIcon("scanner")
+      Wizard.SetDesktopIcon("org.opensuse.yast.Scanner")
       ret = Sequencer.Run(aliases, sequence)
       UI.CloseDialog
       deep_copy(ret)
@@ -122,7 +122,7 @@
         Label.BackButton,
         Label.NextButton
       )
-      Wizard.SetDesktopIcon("scanner")
+      Wizard.SetDesktopIcon("org.opensuse.yast.Scanner")
       ret = MainSequence()
       UI.CloseDialog
       deep_copy(ret)


Reply via email to