Hello community, here is the log from the commit of package yast2-control-center for openSUSE:Factory checked in at Mon Aug 8 15:15:50 CEST 2011.
-------- --- yast2-control-center/yast2-control-center.changes 2011-05-05 15:59:46.000000000 +0200 +++ /mounts/work_src_done/STABLE/yast2-control-center/yast2-control-center.changes 2011-08-05 14:50:27.000000000 +0200 @@ -1,0 +2,12 @@ +Fri Aug 5 14:48:57 CEST 2011 - tgoettlic...@suse.de + +- Added application icon (bnc #621010) +- 2.21.4 + +------------------------------------------------------------------- +Fri Aug 5 12:31:14 CEST 2011 - tgoettlic...@suse.de + +- fixed .desktop file (bnc #681249) +- 2.21.3 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-control-center-2.21.2.tar.bz2 New: ---- yast2-control-center-2.21.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-control-center.spec ++++++ --- /var/tmp/diff_new_pack.Vl1Io8/_old 2011-08-08 15:15:12.000000000 +0200 +++ /var/tmp/diff_new_pack.Vl1Io8/_new 2011-08-08 15:15:12.000000000 +0200 @@ -18,11 +18,11 @@ Name: yast2-control-center -Version: 2.21.2 +Version: 2.21.4 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-control-center-2.21.2.tar.bz2 +Source0: yast2-control-center-2.21.4.tar.bz2 Group: System/YaST License: GPLv2+ BuildRequires: libdrm-devel libjpeg-devel libqt4-devel pkgconfig update-desktop-files yast2-devtools @@ -37,7 +37,7 @@ This package contains the menu selection component for YaST2. %package qt -License: GPLv2+ + Summary: YaST2 - Control Center (Qt Version) Requires: yast2-control-center Provides: yast2-control-center-binary ++++++ yast2-control-center-2.21.2.tar.bz2 -> yast2-control-center-2.21.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-2.21.2/VERSION.cmake new/yast2-control-center-2.21.4/VERSION.cmake --- old/yast2-control-center-2.21.2/VERSION.cmake 2011-05-05 15:59:29.000000000 +0200 +++ new/yast2-control-center-2.21.4/VERSION.cmake 2011-08-05 14:50:14.000000000 +0200 @@ -1,3 +1,3 @@ SET(VERSION_MAJOR "2") SET(VERSION_MINOR "21") -SET(VERSION_PATCH "2") +SET(VERSION_PATCH "4") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-2.21.2/package/yast2-control-center.changes new/yast2-control-center-2.21.4/package/yast2-control-center.changes --- old/yast2-control-center-2.21.2/package/yast2-control-center.changes 2011-05-05 15:59:29.000000000 +0200 +++ new/yast2-control-center-2.21.4/package/yast2-control-center.changes 2011-08-05 14:50:14.000000000 +0200 @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Fri Aug 5 14:48:57 CEST 2011 - tgoettlic...@suse.de + +- Added application icon (bnc #621010) +- 2.21.4 + +------------------------------------------------------------------- +Fri Aug 5 12:31:14 CEST 2011 - tgoettlic...@suse.de + +- fixed .desktop file (bnc #681249) +- 2.21.3 + +------------------------------------------------------------------- Thu May 5 15:57:43 CEST 2011 - tgoettlic...@suse.de - Fixed module highlighting when window is scrolled (bnc #685446) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-2.21.2/src/YaST-systemsettings.desktop new/yast2-control-center-2.21.4/src/YaST-systemsettings.desktop --- old/yast2-control-center-2.21.2/src/YaST-systemsettings.desktop 2011-05-05 15:59:29.000000000 +0200 +++ new/yast2-control-center-2.21.4/src/YaST-systemsettings.desktop 2011-08-05 14:50:14.000000000 +0200 @@ -4,6 +4,5 @@ Icon=yast GenericName=Administrator Settings Exec=kdesu -c /sbin/yast2 -X-KDE-RootOnly=true X-KDE-System-Settings-Parent-Category=system-administration X-KDE-ServiceTypes=SystemSettingsExternalApp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-2.21.2/src/main.cpp new/yast2-control-center-2.21.4/src/main.cpp --- old/yast2-control-center-2.21.2/src/main.cpp 2011-05-05 15:59:29.000000000 +0200 +++ new/yast2-control-center-2.21.4/src/main.cpp 2011-08-05 14:50:14.000000000 +0200 @@ -60,6 +60,7 @@ mainWin.setFullScreen ( fullscreen ); mainWin.setNoBorder( noborder ); + mainWin.setWindowIcon( QIcon( "/usr/share/pixmaps/yast.png" ) ); if ( fullscreen ) { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org