Hello community,

here is the log from the commit of package yast2-control-center for 
openSUSE:Factory checked in at 2013-08-01 11:07:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-control-center"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-control-center/yast2-control-center.changes    
    2013-07-07 22:26:55.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-control-center.new/yast2-control-center.changes
   2013-08-01 11:07:46.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 08:02:01 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-control-center-2.22.2.tar.bz2
  yast2-control-center-2.22.4.tar.bz2
  yast2-control-center-2.22.5.tar.bz2
  yast2-control-center-2.22.6.tar.bz2

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

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

Other differences:
------------------
++++++ yast2-control-center.spec ++++++
--- /var/tmp/diff_new_pack.YweXGs/_old  2013-08-01 11:07:47.000000000 +0200
+++ /var/tmp/diff_new_pack.YweXGs/_new  2013-08-01 11:07:47.000000000 +0200
@@ -17,11 +17,11 @@
 
 
 Name:           yast2-control-center
-Version:        2.22.6
+Version:        3.0.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-control-center-2.22.6.tar.bz2
+Source0:        yast2-control-center-3.0.0.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  libdrm-devel
 BuildRequires:  libjpeg-devel

++++++ yast2-control-center-2.22.2.tar.bz2 -> 
yast2-control-center-3.0.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-2.22.2/VERSION.cmake 
new/yast2-control-center-3.0.0/VERSION.cmake
--- old/yast2-control-center-2.22.2/VERSION.cmake       2013-01-22 
11:09:51.000000000 +0100
+++ new/yast2-control-center-3.0.0/VERSION.cmake        2013-07-30 
10:26:47.000000000 +0200
@@ -1,3 +1,3 @@
-SET(VERSION_MAJOR "2")
-SET(VERSION_MINOR "22")
-SET(VERSION_PATCH "2")
+SET(VERSION_MAJOR "3")
+SET(VERSION_MINOR "0")
+SET(VERSION_PATCH "0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-2.22.2/package/yast2-control-center.changes 
new/yast2-control-center-3.0.0/package/yast2-control-center.changes
--- old/yast2-control-center-2.22.2/package/yast2-control-center.changes        
2013-01-22 11:09:51.000000000 +0100
+++ new/yast2-control-center-3.0.0/package/yast2-control-center.changes 
2013-07-30 10:26:47.000000000 +0200
@@ -1,4 +1,40 @@
 -------------------------------------------------------------------
+Tue Jul 30 08:02:01 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+-------------------------------------------------------------------
+Fri Jul  5 15:39:03 CEST 2013 - tgoettlic...@suse.de
+
+- fixed inconsistency, double vs single click (bnc#780349)
+- Version: 2.22.6
+
+-------------------------------------------------------------------
+Wed May 22 15:10:27 CEST 2013 - tgoettlic...@suse.de
+
+- Adapted requirement for libyui-qt5
+- Version: 2.22.5
+
+-------------------------------------------------------------------
+Sat Mar 30 14:54:01 UTC 2013 - dims...@opensuse.org
+
+- Add X-GNOME-SystemSettings as category to YaST.desktop: allows
+  YaST to be seen by gnome-control-center and to be added
+  transparently.
+
+-------------------------------------------------------------------
+Tue Feb 26 15:20:07 CET 2013 - tgoettlic...@suse.de
+
+- Adapted requirement for libyui-qt4
+- Version: 2.22.4
+
+-------------------------------------------------------------------
+Tue Feb 26 15:09:31 CET 2013 - tgoettlic...@suse.de
+
+- Added requirement for yast2-theme
+- Version: 2.22.3
+
+-------------------------------------------------------------------
 Fri Apr 27 15:25:14 CEST 2012 - tgoettlic...@suse.de
 
 - workaround for gcc 4.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-2.22.2/src/main_window.cpp 
new/yast2-control-center-3.0.0/src/main_window.cpp
--- old/yast2-control-center-2.22.2/src/main_window.cpp 2013-01-22 
11:09:51.000000000 +0100
+++ new/yast2-control-center-3.0.0/src/main_window.cpp  2013-07-05 
15:45:50.000000000 +0200
@@ -190,7 +190,7 @@
     setWinTitle();
     statusBar()->showMessage( _("Ready") );
     
-    connect( d->groupview, SIGNAL( activated( const QModelIndex & ) ),
+    connect( d->groupview, SIGNAL( clicked( const QModelIndex & ) ),
              SLOT( slotGroupPressed( const QModelIndex & ) ) );
 
     connect( d->modview, SIGNAL( leftMouseClick ( const QModelIndex  &) ),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-2.22.2/yast2-control-center.spec.in 
new/yast2-control-center-3.0.0/yast2-control-center.spec.in
--- old/yast2-control-center-2.22.2/yast2-control-center.spec.in        
2013-01-22 11:09:51.000000000 +0100
+++ new/yast2-control-center-3.0.0/yast2-control-center.spec.in 2013-07-02 
11:07:30.000000000 +0200
@@ -7,6 +7,8 @@
 BuildRequires: libdrm-devel libjpeg-devel pkgconfig libqt4-devel 
update-desktop-files yast2-devtools
 BuildRequires:  cmake
 
+Requires:       yast2_theme
+
 %if 0%{?force_gcc_46}
 BuildRequires:  gcc46
 BuildRequires:  gcc46-c++
@@ -28,7 +30,7 @@
 Requires:      yast2-control-center
 Provides:      yast2-control-center-binary
 Provides:      yast2-control-center:%{_prefix}/lib/YaST2/bin/y2controlcenter
-Recommends:    yast2-qt
+Recommends:    libyui-qt5
 Supplements:   kdebase3
 Supplements:   kdebase4-session
 Group:         System/YaST
@@ -63,7 +65,7 @@
 cd ..
 
 
-%suse_update_desktop_file -G "Administrator Settings"  
%{buildroot}%{_datadir}/applications/YaST.desktop Core-System 
X-SuSE-ControlCenter-System
+%suse_update_desktop_file -G "Administrator Settings"  
%{buildroot}%{_datadir}/applications/YaST.desktop Core-System 
X-SuSE-ControlCenter-System X-GNOME-SystemSettings
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/kde4/services/YaST-systemsettings.desktop 
 
 %clean

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

Reply via email to