Hello community,

here is the log from the commit of package kamera for openSUSE:Factory checked 
in at 2013-08-16 13:40:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-30 
15:57:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kamera.new/kamera.changes       2013-08-16 
13:40:06.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Aug  8 15:02:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+-------------------------------------------------------------------

Old:
----
  kamera-4.10.97.tar.xz

New:
----
  kamera-4.11.0.tar.xz

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

Other differences:
------------------
++++++ kamera.spec ++++++
--- /var/tmp/diff_new_pack.D47TQp/_old  2013-08-16 13:40:06.000000000 +0200
+++ /var/tmp/diff_new_pack.D47TQp/_new  2013-08-16 13:40:06.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kamera
-Version:        4.10.97
+Version:        4.11.0
 Release:        0
 Summary:        Base package for kdegraphics apps
 License:        LGPL-2.1+

++++++ kamera-4.10.97.tar.xz -> kamera-4.11.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-4.10.97/kcontrol/kameraconfigdialog.cpp 
new/kamera-4.11.0/kcontrol/kameraconfigdialog.cpp
--- old/kamera-4.10.97/kcontrol/kameraconfigdialog.cpp  2013-07-10 
01:14:00.000000000 +0200
+++ new/kamera-4.11.0/kcontrol/kameraconfigdialog.cpp   2013-08-06 
14:46:14.000000000 +0200
@@ -73,7 +73,7 @@
        const char *widget_label;
        float widget_value_float;
        int widget_value_int;
-       const char *widget_value_string;
+       const char *widget_value_string = NULL;
        gp_widget_get_type(widget, &widget_type);
        gp_widget_get_label(widget, &widget_label);
        gp_widget_get_info(widget, &widget_info);
@@ -182,7 +182,7 @@
                                gp_widget_get_choice(widget, i, &widget_choice);
 
                                new QRadioButton(widget_choice, buttonGroup);
-                               if(!strcmp(widget_value_string, widget_choice))
+                               if(widget_value_string && 
!strcmp(widget_value_string, widget_choice))
                                        buttonGroup->setButton(i);
                        }
                        m_wmap.insert(widget, buttonGroup);
@@ -204,7 +204,7 @@
                                gp_widget_get_choice(widget, i, &widget_choice);
 
                                comboBox->addItem(widget_choice);
-                               if(!strcmp(widget_value_string, widget_choice))
+                               if(widget_value_string && 
!strcmp(widget_value_string, widget_choice))
                                        comboBox->setCurrentIndex(i);
                        }
                        m_wmap.insert(widget, comboBox);

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

Reply via email to