Hello community,

here is the log from the commit of package simple-scan for openSUSE:Factory 
checked in at 2014-09-30 19:37:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/simple-scan (Old)
 and      /work/SRC/openSUSE:Factory/.simple-scan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "simple-scan"

Changes:
--------
--- /work/SRC/openSUSE:Factory/simple-scan/simple-scan.changes  2014-04-02 
17:25:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.simple-scan.new/simple-scan.changes     
2014-09-30 19:37:15.000000000 +0200
@@ -1,0 +2,53 @@
+Sun Sep 21 14:13:44 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.0:
+  + No changes since 3.13.92, stable release.
+- Changes from version 3.13.92:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Aug 30 11:17:37 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.13.91:
+  + Updated translations.
+- Changes from version 3.13.90:
+  + Duplex scanning from Brother MFC-8910DW ADF does not work
+    (lp#1343773).
+  + Duplex support for HP Printers/Scanners (lp#1353599).
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Aug  9 12:26:22 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.4.2:
+  + Fix scan menu not working in toolbar.
+  + Fix warning about button that was trying to set both a label
+    and an image.
+  + Stop warning when no autosave information.
+- Changes from version 3.13.4.1:
+  + Don't access a variable after ownership is transferred - was
+    breaking scans.
+  + Fix some UI objects not being accessed since GtkTemplate
+    changes.
+  + Correct method signature for delete-event.
+- Changes from version 3.13.4:
+  + Stop configure if vala not found.
+  + Make conditions where traditional menubar is shown more
+    contrained so it shows in elementary.
+  + Use GtkTemplate (requires Vala 0.22).
+- Changes from version 3.13.3:
+  + Use GtkHeaderbar on systems that support it.
+- Changes from version 3.13.1:
+  + Correct generation of PDF trailer to conform to the PDF
+    standard.
+  + Add options to reorder pages.
+
+-------------------------------------------------------------------
+Sun Jul 13 20:39:25 UTC 2014 - dims...@opensuse.org
+
+- Use Adwaita-icon-theme on openSUSE 13.2 (GNOME 3.14):
+  gnome-icon-theme merged the multiple subpackages and was renamed
+  to adwaita-icon-theme. The presence of the icon is responsibility
+  of GTK 3.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ simple-scan.spec ++++++
--- /var/tmp/diff_new_pack.VWv7hv/_old  2014-09-30 19:37:16.000000000 +0200
+++ /var/tmp/diff_new_pack.VWv7hv/_new  2014-09-30 19:37:16.000000000 +0200
@@ -16,21 +16,29 @@
 #
 
 
+%if 0%{?suse_version} > 1315
+%define _icontheme adwaita
+%define _iconlocation Adwaita
+%else
+%define _icontheme gnome
+%define _iconlocation gnome
+%endif
+
 Name:           simple-scan
-Version:        3.12.0
+Version:        3.14.0
 Release:        0
 Summary:        Simple Scanning Utility
 License:        GPL-3.0+
 Group:          System/GUI/GNOME
 Url:            https://launchpad.net/simple-scan
-Source0:        
https://launchpad.net/simple-scan/3.12/%{version}/+download/%{name}-%{version}.tar.xz
+Source0:        
https://launchpad.net/simple-scan/3.14/%{version}/+download/%{name}-%{version}.tar.xz
+BuildRequires:  %{_icontheme}-icon-theme
 BuildRequires:  fdupes
-BuildRequires:  gnome-icon-theme
 BuildRequires:  intltool
 BuildRequires:  libjpeg-devel
 BuildRequires:  sane-backends-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  vala
+BuildRequires:  vala >= 0.22.0
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(colord)
@@ -64,14 +72,14 @@
 %makeinstall
 # workaround annoying brpcheck for icons
 for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
-        if test -f %{_datadir}/icons/gnome/$size/devices/scanner.png; then
+        if test -f 
%{_datadir}/icons/%{_iconlocation}/$size/devices/scanner.png; then
                 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/$size/apps
-                cp -a %{_datadir}/icons/gnome/$size/devices/scanner.png 
%{buildroot}%{_datadir}/icons/hicolor/$size/apps/simple-scan.png
+                cp -a 
%{_datadir}/icons/%{_iconlocation}/$size/devices/scanner.png 
%{buildroot}%{_datadir}/icons/hicolor/$size/apps/simple-scan.png
         fi
 done
-if test -f %{_datadir}/icons/gnome/scalable/devices/scanner.svg; then
+if test -f %{_datadir}/icons/%{_iconlocation}/scalable/devices/scanner.svg; 
then
         mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
-        cp -a %{_datadir}/icons/gnome/scalable/devices/scanner.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/simple-scan.svg
+        cp -a %{_datadir}/icons/%{_iconlocation}/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
 %suse_update_desktop_file %{name}

++++++ simple-scan-3.12.0.tar.xz -> simple-scan-3.14.0.tar.xz ++++++
++++ 106802 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to