Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2015-10-19 22:43:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libksane (Old)
 and      /work/SRC/openSUSE:Factory/.libksane.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libksane"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libksane/libksane.changes        2015-10-03 
20:26:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2015-10-19 
22:43:48.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:44:42 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+-------------------------------------------------------------------

Old:
----
  libksane-15.08.1.tar.xz

New:
----
  libksane-15.08.2.tar.xz

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

Other differences:
------------------
++++++ libksane.spec ++++++
--- /var/tmp/diff_new_pack.uIG6SD/_old  2015-10-19 22:43:49.000000000 +0200
+++ /var/tmp/diff_new_pack.uIG6SD/_new  2015-10-19 22:43:49.000000000 +0200
@@ -31,7 +31,7 @@
 License:        GPL-2.0+
 Group:          Development/Libraries/KDE
 Url:            http://www.kde.org
-Version:        15.08.1
+Version:        15.08.2
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ libksane-15.08.1.tar.xz -> libksane-15.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-15.08.1/libksane/ksane_widget_private.cpp 
new/libksane-15.08.2/libksane/ksane_widget_private.cpp
--- old/libksane-15.08.1/libksane/ksane_widget_private.cpp      2014-11-20 
10:49:50.000000000 +0100
+++ new/libksane-15.08.2/libksane/ksane_widget_private.cpp      2015-09-27 
22:52:58.000000000 +0200
@@ -918,9 +918,9 @@
             QString source;
             m_optSource->getValue(source);
 
-            if (source.contains("Automatic Document Feeder")) {
+            if (source.contains("Automatic Document Feeder") || 
source.contains("ADF")) {
                 // in batch mode only one area can be scanned per page
-                //kDebug() << "source == \"Automatic Document Feeder\"";
+                //kDebug() << "source == " << source;
                 m_updProgressTmr.start();
                 m_scanThread->start();
                 return;


Reply via email to