Hello community,

here is the log from the commit of package simple-scan for openSUSE:Factory 
checked in at 2018-10-17 08:18:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/simple-scan (Old)
 and      /work/SRC/openSUSE:Factory/.simple-scan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "simple-scan"

Wed Oct 17 08:18:49 2018 rev:59 rq:639054 version:3.30.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/simple-scan/simple-scan.changes  2018-04-19 
15:25:35.988571369 +0200
+++ /work/SRC/openSUSE:Factory/.simple-scan.new/simple-scan.changes     
2018-10-17 08:18:53.766927696 +0200
@@ -1,0 +2,58 @@
+Fri Sep 28 09:39:59 UTC 2018 - [email protected]
+
+- Update to version 3.30.1.1:
+  + Rebuild tarball as 3.30 releases have out of date content.
+  + Update homepage from Launchpad to gitlab.gnome.org.
+
+-------------------------------------------------------------------
+Wed Sep 26 11:48:07 UTC 2018 - [email protected]
+
+- Update to version 3.30.1:
+  + Updated translations.
+- Changes from version 3.30.0:
+  + Keep scanning while pages are reordered.
+  + Update README.
+
+-------------------------------------------------------------------
+Tue Aug 28 12:30:39 UTC 2018 - [email protected]
+
+- Update to version 3.29.92:
+  + Keep scanning while pages are reordered.
+  + Update README.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Aug 13 08:05:47 UTC 2018 - [email protected]
+
+- Update to version 3.29.91:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Jul 30 08:53:55 UTC 2018 - [email protected]
+
+- Update to version 3.29.90:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Jul 13 03:10:14 UTC 2018 - [email protected]
+
+- Update to version 3.29.4:
+  + Add A3 paper size to preferences.
+  + Remove app menu and add menu into headerbar.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Jun 17 23:41:28 UTC 2018 - [email protected]
+
+- Update to version 3.29.3:
+  + Handle NO_DOCS response during sane_read calls.
+
+-------------------------------------------------------------------
+Tue May 22 03:16:07 UTC 2018 - [email protected]
+
+- Update to version 3.29.2:
+  + No visible changes for the user.
+- Drop conditional use of gnome-icon-theme BuildRequires meant for
+  old releases.
+
+-------------------------------------------------------------------

Old:
----
  simple-scan-3.28.1.tar.xz

New:
----
  simple-scan-3.30.1.1.tar.xz

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

Other differences:
------------------
++++++ simple-scan.spec ++++++
--- /var/tmp/diff_new_pack.ffnChD/_old  2018-10-17 08:18:54.186927507 +0200
+++ /var/tmp/diff_new_pack.ffnChD/_new  2018-10-17 08:18:54.194927503 +0200
@@ -12,26 +12,20 @@
 # 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/
 #
 
 
-%if 0%{?suse_version} > 1315
-%define _icontheme adwaita
-%define _iconlocation Adwaita
-%else
-%define _icontheme gnome
-%define _iconlocation gnome
-%endif
 Name:           simple-scan
-Version:        3.28.1
+Version:        3.30.1.1
 Release:        0
 Summary:        Simple Scanning Utility
 License:        GPL-3.0-or-later
 Group:          System/GUI/GNOME
 URL:            https://gitlab.gnome.org/GNOME/simple-scan
-Source0:        
http://download.gnome.org/sources/simple-scan/3.28/%{name}-%{version}.tar.xz
-BuildRequires:  %{_icontheme}-icon-theme
+Source0:        
https://download.gnome.org/sources/simple-scan/3.30/%{name}-%{version}.tar.xz
+
+BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes
 BuildRequires:  meson
 BuildRequires:  pkgconfig
@@ -44,7 +38,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.38
 BuildRequires:  pkgconfig(gmodule-export-2.0)
 BuildRequires:  pkgconfig(gthread-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
 BuildRequires:  pkgconfig(gusb) >= 0.2.7
 BuildRequires:  pkgconfig(libwebp)
 BuildRequires:  pkgconfig(libwebpmux)
@@ -75,14 +69,14 @@
 %meson_install
 # workaround annoying brpcheck for icons
 for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
-        if test -f 
%{_datadir}/icons/%{_iconlocation}/$size/devices/scanner.png; then
+        if test -f %{_datadir}/icons/Adwaita/$size/devices/scanner.png; then
                 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/$size/apps
-                cp -a 
%{_datadir}/icons/%{_iconlocation}/$size/devices/scanner.png 
%{buildroot}%{_datadir}/icons/hicolor/$size/apps/simple-scan.png
+                cp -a %{_datadir}/icons/Adwaita/$size/devices/scanner.png 
%{buildroot}%{_datadir}/icons/hicolor/$size/apps/simple-scan.png
         fi
 done
-if test -f %{_datadir}/icons/%{_iconlocation}/scalable/devices/scanner.svg; 
then
+if test -f %{_datadir}/icons/Adwaita/scalable/devices/scanner.svg; then
         mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
-        cp -a %{_datadir}/icons/%{_iconlocation}/scalable/devices/scanner.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/simple-scan.svg
+        cp -a %{_datadir}/icons/Adwaita/scalable/devices/scanner.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/simple-scan.svg
 fi
 sed -i "s/\(Icon.*=\)scanner/\1simple-scan/g" 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 %find_lang %{name} %{?no_lang_C}

++++++ simple-scan-3.28.1.tar.xz -> simple-scan-3.30.1.1.tar.xz ++++++
++++ 23351 lines of diff (skipped)


Reply via email to