Hello community,

here is the log from the commit of package yast2-control-center for 
openSUSE:Factory checked in at 2012-01-31 10:22:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-control-center", Maintainer is "tgoettlic...@suse.com"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-control-center/yast2-control-center.changes    
    2011-12-25 17:43:35.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-control-center.new/yast2-control-center.changes
   2012-01-31 10:22:58.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Jan 30 16:46:38 CET 2012 - tgoettlic...@suse.de
+
+- Fixed bnc#742748: selected groups with keyboard 
+- Version: 2.22.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-control-center-2.22.0.tar.bz2

New:
----
  yast2-control-center-2.22.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-control-center.spec ++++++
--- /var/tmp/diff_new_pack.tfFpBv/_old  2012-01-31 10:22:59.000000000 +0100
+++ /var/tmp/diff_new_pack.tfFpBv/_new  2012-01-31 10:22:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-control-center
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,11 @@
 
 
 Name:           yast2-control-center
-Version:        2.22.0
+Version:        2.22.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-control-center-2.22.0.tar.bz2
+Source0:        yast2-control-center-2.22.1.tar.bz2
 Group:          System/YaST
 License:        GPL-2.0
 BuildRequires:  libdrm-devel libjpeg-devel libqt4-devel pkgconfig 
update-desktop-files yast2-devtools

++++++ yast2-control-center-2.22.0.tar.bz2 -> 
yast2-control-center-2.22.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-2.22.0/VERSION.cmake 
new/yast2-control-center-2.22.1/VERSION.cmake
--- old/yast2-control-center-2.22.0/VERSION.cmake       2011-12-21 
17:53:47.000000000 +0100
+++ new/yast2-control-center-2.22.1/VERSION.cmake       2012-01-30 
16:48:14.000000000 +0100
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "22")
-SET(VERSION_PATCH "0")
+SET(VERSION_PATCH "1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-2.22.0/package/yast2-control-center.changes 
new/yast2-control-center-2.22.1/package/yast2-control-center.changes
--- old/yast2-control-center-2.22.0/package/yast2-control-center.changes        
2011-12-21 17:53:47.000000000 +0100
+++ new/yast2-control-center-2.22.1/package/yast2-control-center.changes        
2012-01-30 16:48:14.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Jan 30 16:46:38 CET 2012 - tgoettlic...@suse.de
+
+- Fixed bnc#742748: selected groups with keyboard 
+- Version: 2.22.1
+
+-------------------------------------------------------------------
 Wed Dec 21 17:52:53 CET 2011 - tgoettlic...@suse.de
 
 - Confirmed license
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-2.22.0/src/main_window.cpp 
new/yast2-control-center-2.22.1/src/main_window.cpp
--- old/yast2-control-center-2.22.0/src/main_window.cpp 2011-12-21 
17:53:47.000000000 +0100
+++ new/yast2-control-center-2.22.1/src/main_window.cpp 2012-01-30 
16:48:14.000000000 +0100
@@ -190,7 +190,7 @@
     setWinTitle();
     statusBar()->showMessage( _("Ready") );
     
-    connect( d->groupview, SIGNAL( pressed( const QModelIndex & ) ),
+    connect( d->groupview, SIGNAL( activated( const QModelIndex & ) ),
              SLOT( slotGroupPressed( const QModelIndex & ) ) );
 
     connect( d->modview, SIGNAL( leftMouseClick ( const QModelIndex  &) ),

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

Reply via email to