Hello community,

here is the log from the commit of package kamera for openSUSE:Factory checked 
in at 2015-01-08 23:16:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kamera (Old)
 and      /work/SRC/openSUSE:Factory/.kamera.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kamera"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kamera/kamera.changes    2014-11-19 
20:28:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kamera.new/kamera.changes       2015-01-08 
23:16:14.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Dec 17 20:33:23 UTC 2014 - [email protected]
+
+- Update to KDE Applications 14.12.0
+   * KDE Applications 14.12.0
+   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
+
+-------------------------------------------------------------------

Old:
----
  kamera-4.14.3.tar.xz

New:
----
  kamera-14.12.0.tar.xz

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

Other differences:
------------------
++++++ kamera.spec ++++++
--- /var/tmp/diff_new_pack.krtXMY/_old  2015-01-08 23:16:15.000000000 +0100
+++ /var/tmp/diff_new_pack.krtXMY/_new  2015-01-08 23:16:15.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kamera
-Version:        4.14.3
+Version:        14.12.0
 Release:        0
 Summary:        Base package for kdegraphics apps
 License:        LGPL-2.1+

++++++ kamera-4.14.3.tar.xz -> kamera-14.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-4.14.3/kcontrol/kamera.desktop 
new/kamera-14.12.0/kcontrol/kamera.desktop
--- old/kamera-4.14.3/kcontrol/kamera.desktop   2014-10-09 09:07:12.000000000 
+0200
+++ new/kamera-14.12.0/kcontrol/kamera.desktop  2014-11-15 08:22:58.000000000 
+0100
@@ -119,7 +119,7 @@
 
X-KDE-Keywords[sr@latin]=gphoto,camera,digicam,webcam,kamera,GPhoto,aparat,fotoaparat,Digikam,veb
 kamera,kamera
 X-KDE-Keywords[sv]=gphoto,kamera,digicam,webbkamera,kamera
 X-KDE-Keywords[tr]=gphoto,kamera,dijital fotoğraf makinesi,web 
kamerası,kamera,fotoğraf makinesi
-X-KDE-Keywords[uk]=gphoto;camera;digicam;webcam;kamera;фотоапарат;камера
+X-KDE-Keywords[uk]=gphoto,camera,digicam,webcam,kamera,фотоапарат,камера
 X-KDE-Keywords[x-test]=xxgphoto,camera,digicam,webcam,kameraxx
 X-KDE-Keywords[zh_CN]=gphoto,camera,digicam,webcam,kamera,相机,数码相机,摄像头,照片,相片,照相机
 X-KDE-Keywords[zh_TW]=gphoto,camera,digicam,webcam,kamera
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-4.14.3/kioslave/kamera.cpp 
new/kamera-14.12.0/kioslave/kamera.cpp
--- old/kamera-4.14.3/kioslave/kamera.cpp       2014-10-09 09:07:12.000000000 
+0200
+++ new/kamera-14.12.0/kioslave/kamera.cpp      2014-11-15 08:22:58.000000000 
+0100
@@ -1031,7 +1031,7 @@
        /* libgphoto2 2.5 has resolved this already, no need for print */
        object->infoMessage(QString::fromLocal8Bit(status));
 #endif
-       object->totalSize((int)totalsize); // hack: call slot directly
+       object->totalSize((KIO::filesize_t)totalsize); // hack: call slot 
directly
        return GP_OK;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-4.14.3/kioslave/kamera.h 
new/kamera-14.12.0/kioslave/kamera.h
--- old/kamera-4.14.3/kioslave/kamera.h 2014-10-09 09:07:12.000000000 +0200
+++ new/kamera-14.12.0/kioslave/kamera.h        2014-11-15 08:22:58.000000000 
+0100
@@ -41,8 +41,8 @@
        virtual void special(const QByteArray &data);
 
         CameraFile *getFile() { return m_file; }
-        int getFileSize() { return m_fileSize; }
-        void setFileSize(int newfs) { m_fileSize = newfs; }
+        KIO::filesize_t getFileSize() { return m_fileSize; }
+        void setFileSize(KIO::filesize_t newfs) { m_fileSize = newfs; }
 
 private:
        Camera *m_camera;
@@ -75,7 +75,7 @@
        QString m_lockfile;
        int     idletime;
 
-       int m_fileSize;
+       KIO::filesize_t m_fileSize;
        CameraFile *m_file;
        bool actiondone, cameraopen;
 };

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

Reply via email to