commit kamera for openSUSE:Factory
Hello community, here is the log from the commit of package kamera for openSUSE:Factory checked in at 2013-12-02 12:31:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-10-03 15:50:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kamera.new/kamera.changes 2013-12-02 12:31:47.000000000 +0100 @@ -1,0 +2,21 @@ +Sat Nov 16 17:52:11 UTC 2013 - tittiatcoke@gmail.com + +- Update to 4.11.90 + * KDE 4.12 Beta 2 release + * See http://www.kde.org/announcements/announce-4.12-beta2.php + +------------------------------------------------------------------- +Sat Nov 9 22:53:24 UTC 2013 - tittiatcoke@gmail.com + +- Update to 4.11.80 + * KDE 4.12 Beta 1 release + * See http://www.kde.org/announcements/announce-4.12-beta1.php + +------------------------------------------------------------------- +Sat Nov 2 15:07:08 UTC 2013 - tittiatcoke@gmail.com + +- Update to 4.11.3 + * KDE 4.11.3 bugfix release + * See http://www.kde.org/announcements/announce-4.11.3.php + +------------------------------------------------------------------- Old: ---- kamera-4.11.2.tar.xz New: ---- kamera-4.11.90.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kamera.spec ++++++ --- /var/tmp/diff_new_pack.CLP3N3/_old 2013-12-02 12:31:48.000000000 +0100 +++ /var/tmp/diff_new_pack.CLP3N3/_new 2013-12-02 12:31:48.000000000 +0100 @@ -17,7 +17,7 @@ Name: kamera -Version: 4.11.2 +Version: 4.11.90 Release: 0 Summary: Base package for kdegraphics apps License: LGPL-2.1+ ++++++ kamera-4.11.2.tar.xz -> kamera-4.11.90.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-4.11.2/kcontrol/kamera.cpp new/kamera-4.11.90/kcontrol/kamera.cpp --- old/kamera-4.11.2/kcontrol/kamera.cpp 2013-06-28 19:36:05.000000000 +0200 +++ new/kamera-4.11.90/kcontrol/kamera.cpp 2013-10-25 16:45:46.000000000 +0200 @@ -50,8 +50,6 @@ // --------------- Camera control center module widget --- -KKameraConfig *KKameraConfig::m_instance = NULL; - KKameraConfig::KKameraConfig(QWidget *parent, const QVariantList &) : KCModule(KKameraConfigFactory::componentData(), parent/*, name*/) { @@ -72,9 +70,6 @@ displayGPFailureDialogue(); } - - // store instance for frontend_prompt - m_instance = this; } KKameraConfig::~KKameraConfig() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-4.11.2/kcontrol/kamera.h new/kamera-4.11.90/kcontrol/kamera.h --- old/kamera-4.11.2/kcontrol/kamera.h 2013-06-28 19:36:05.000000000 +0200 +++ new/kamera-4.11.90/kcontrol/kamera.h 2013-10-25 16:45:46.000000000 +0200 @@ -104,8 +104,6 @@ // true if libgphoto2 was initialised successfully in // the constructor bool m_gpInitialised; - - static KKameraConfig *m_instance; }; #endif -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de