Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2014-07-16 16:18:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-06-19 
13:15:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2014-07-16 
16:19:00.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:20:36 UTC 2014 - [email protected]
+
+- Update to 4.13.80
+   * KDE 4.14 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.14-beta1.php
+
+-------------------------------------------------------------------

Old:
----
  libksane-4.13.2.tar.xz

New:
----
  libksane-4.13.80.tar.xz

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

Other differences:
------------------
++++++ libksane.spec ++++++
--- /var/tmp/diff_new_pack.RfMoQg/_old  2014-07-16 16:19:01.000000000 +0200
+++ /var/tmp/diff_new_pack.RfMoQg/_new  2014-07-16 16:19:01.000000000 +0200
@@ -31,7 +31,7 @@
 License:        GPL-2.0+
 Group:          Development/Libraries/KDE
 Url:            http://www.kde.org
-Version:        4.13.2
+Version:        4.13.80
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ libksane-4.13.2.tar.xz -> libksane-4.13.80.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-4.13.2/ksanetwain/twainiface.cpp 
new/libksane-4.13.80/ksanetwain/twainiface.cpp
--- old/libksane-4.13.2/ksanetwain/twainiface.cpp       2014-01-05 
12:23:25.000000000 +0100
+++ new/libksane-4.13.80/ksanetwain/twainiface.cpp      2014-06-13 
14:27:35.000000000 +0200
@@ -7,7 +7,7 @@
  *
  * Copyright (C) 2002-2003 Stephan Stapel <stephan dot stapel at web dot de>
  * Copyright (C) 2008-2009 by Gilles Caulier <caulier dot gilles at gmail dot 
com>
- * Copyright (C) 2009 by Kare Sars <kare dot sars at iki dot fi>
+ * Copyright (C) 2009      by Kare Sars <kare dot sars at iki dot fi>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -30,7 +30,6 @@
  // I renamed the class to KSaneWidgetPrivate to remove 
  // the need for a wrapper class with this name. (Kare)
 
-#include "twainiface.h"
 #include "twainiface.moc"
 #include "ksane.h"
 
@@ -405,7 +404,7 @@
     }
     else {
         if(m_returnCode == TWRC_CHECKSTATUS) {
-            TW_UINT32 count;
+            TW_UINT32 count = 0;
 
             if(GetCapability(CAP_XFERCOUNT, count)) {
                 nCount = (TW_INT16)count;
@@ -593,4 +592,4 @@
     }
 }
 
-}
+} // namespace KSaneIface
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-4.13.2/ksanetwain/twainiface.h 
new/libksane-4.13.80/ksanetwain/twainiface.h
--- old/libksane-4.13.2/ksanetwain/twainiface.h 2014-01-05 12:23:25.000000000 
+0100
+++ new/libksane-4.13.80/ksanetwain/twainiface.h        2014-06-13 
14:27:35.000000000 +0200
@@ -7,7 +7,7 @@
  *
  * Copyright (C) 2002-2003 Stephan Stapel <stephan dot stapel at web dot de>
  * Copyright (C) 2008-2009 by Gilles Caulier <caulier dot gilles at gmail dot 
com>
- * Copyright (C) 2009 by Kare Sars <kare dot sars at iki dot fi>
+ * Copyright (C) 2009      by Kare Sars <kare dot sars at iki dot fi>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -40,7 +40,6 @@
 namespace KSaneIface
 {
 
-
 class KSaneWidgetPrivate : public QWidget
 {
     Q_OBJECT
@@ -61,13 +60,14 @@
     QString SelectSource();
     bool OpenSource(const QString &device);
 
-
 public Q_SLOTS:
+
     bool OpenDialog();
     bool ReOpenDialog();
 
 
 Q_SIGNALS:
+
     void ImageReady(QByteArray &data, int width, int height, int 
bytes_per_line, int format);
 
 private:
@@ -122,6 +122,6 @@
     HWND         m_hMessageWnd;
 };
 
-}
+} // namespace KSaneIface
 
 #endif /* TWAINIFACE_H */

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to