Hello community,

here is the log from the commit of package libksane for openSUSE:Factory
checked in at Fri Sep 9 11:42:58 CEST 2011.



--------
--- libksane/libksane.changes   2011-08-18 17:13:25.000000000 +0200
+++ /mounts/work_src_done/STABLE/libksane/libksane.changes      2011-09-07 
14:50:23.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep  1 23:29:50 CEST 2011 - dmuel...@suse.de
+
+- update to 4.7.1
+  * Bugfixes over KDE 4.7.0
+  *  see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for 
details
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libksane-4.7.0.tar.bz2

New:
----
  libksane-4.7.1.tar.bz2

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

Other differences:
------------------
++++++ libksane.spec ++++++
--- /var/tmp/diff_new_pack.IaBmEM/_old  2011-09-09 11:42:52.000000000 +0200
+++ /var/tmp/diff_new_pack.IaBmEM/_new  2011-09-09 11:42:52.000000000 +0200
@@ -37,12 +37,12 @@
 %else
 BuildRequires:  sane-backends
 %endif
-License:        LGPLv2.1+
+License:        GPLv2+
 Group:          Development/Libraries/KDE
 Summary:        KDE Image Plugin Interface
 Url:            http://www.kde.org
-Version:        4.7.0
-Release:        3
+Version:        4.7.1
+Release:        1
 Source0:        %{name}-%version.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires

++++++ libksane-4.7.0.tar.bz2 -> libksane-4.7.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-4.7.0/KSaneConfig.cmake.in 
new/libksane-4.7.1/KSaneConfig.cmake.in
--- old/libksane-4.7.0/KSaneConfig.cmake.in     2011-05-20 22:36:12.000000000 
+0200
+++ new/libksane-4.7.1/KSaneConfig.cmake.in     2011-09-01 22:47:59.000000000 
+0200
@@ -1,3 +1,7 @@
-SET(KSANE_LIBRARY "@LIBPATH@/@LIB_OUT_NAME@" CACHE FILEPATH "KSane image 
scanning library")
-SET(KSANE_INCLUDE_DIR "@INCLUDE_DIRECTORY@" CACHE PATH "Include path for KSane 
library")
+GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
+GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}/../.." ABSOLUTE)
+
+find_library(KSANE_LIBRARY NAMES ksane PATHS ${_IMPORT_PREFIX} NO_DEFAULT_PATH)
+SET(KSANE_LIBRARY "${KSANE_LIBRARY}" CACHE FILEPATH "KSane image scanning 
library")
+SET(KSANE_INCLUDE_DIR "${_IMPORT_PREFIX}/include" CACHE PATH "Include path for 
KSane library")
 SET(KSANE_FOUND TRUE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-4.7.0/ksanetwain/ktwain_widget.cpp 
new/libksane-4.7.1/ksanetwain/ktwain_widget.cpp
--- old/libksane-4.7.0/ksanetwain/ktwain_widget.cpp     2011-05-20 
22:36:12.000000000 +0200
+++ new/libksane-4.7.1/ksanetwain/ktwain_widget.cpp     2011-09-01 
22:47:59.000000000 +0200
@@ -104,6 +104,20 @@
     return img;
 }
 
+QImage KSaneWidget::toQImageSilent(const QByteArray &data,
+                                   int width,
+                                   int height,
+                                   int bytes_per_line,
+                                   ImageFormat format)
+{
+    return KSaneWidget::toQImage(data,
+                                width,
+                                height,
+                                bytes_per_line,
+                                format);
+}
+
+
 void KSaneWidget::scanFinal()
 {
 }
@@ -129,6 +143,7 @@
 void KSaneWidget::setSelection(QPointF lefttop, QPointF 
rightbottom){Q_UNUSED(lefttop); Q_UNUSED(rightbottom);}
 void KSaneWidget::setOptionsCollapsed(bool){}
 void KSaneWidget::setScanButtonHidden(bool){}
+void KSaneWidget::initGetDeviceList() const {}
 
 
 }  // NameSpace KSaneIface


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



Remember to have fun...

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

Reply via email to