Hello community,

here is the log from the commit of package yast2-qt-pkg for openSUSE:Factory
checked in at Wed Sep 21 17:33:14 CEST 2011.



--------
--- yast2-qt-pkg/yast2-qt-pkg.changes   2011-08-17 15:57:17.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-qt-pkg/yast2-qt-pkg.changes      
2011-09-20 14:43:57.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 14:42:24 CEST 2011 - tgoettlic...@suse.de
+
+- respect stylesheet in package selector
+- 2.21.7
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-qt-pkg-2.21.6.tar.bz2

New:
----
  yast2-qt-pkg-2.21.7.tar.bz2

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

Other differences:
------------------
++++++ yast2-qt-pkg.spec ++++++
--- /var/tmp/diff_new_pack.p8kKrC/_old  2011-09-21 17:33:08.000000000 +0200
+++ /var/tmp/diff_new_pack.p8kKrC/_new  2011-09-21 17:33:08.000000000 +0200
@@ -15,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           yast2-qt-pkg
-Version:        2.21.6
-Release:        1
+Version:        2.21.7
+Release:        0
+
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-qt-pkg-2.21.6.tar.bz2
+Source0:        yast2-qt-pkg-2.21.7.tar.bz2
 Group:          System/YaST
 License:        GPL v2 or later
 BuildRequires:  docbook-xsl-stylesheets doxygen libdrm-devel libjpeg-devel 
libxcrypt-devel
-BuildRequires:  libqt4-devel libxslt perl-XML-Writer sgml-skel 
update-desktop-files
+BuildRequires:  libxslt perl-XML-Writer libqt4-devel sgml-skel 
update-desktop-files
 
 Summary:        YaST2 - Graphical User Interface
 BuildRequires:  yast2-devtools >= 2.16.3
@@ -69,6 +68,7 @@
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
+
 %files
 %defattr (-, root, root)
 %doc COPYING

++++++ yast2-qt-pkg-2.21.6.tar.bz2 -> yast2-qt-pkg-2.21.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.6/VERSION.cmake 
new/yast2-qt-pkg-2.21.7/VERSION.cmake
--- old/yast2-qt-pkg-2.21.6/VERSION.cmake       2011-08-17 15:57:02.000000000 
+0200
+++ new/yast2-qt-pkg-2.21.7/VERSION.cmake       2011-09-20 16:47:17.000000000 
+0200
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "21")
-SET(VERSION_PATCH "6")
+SET(VERSION_PATCH "7")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.6/package/yast2-qt-pkg.changes 
new/yast2-qt-pkg-2.21.7/package/yast2-qt-pkg.changes
--- old/yast2-qt-pkg-2.21.6/package/yast2-qt-pkg.changes        2011-08-17 
15:57:02.000000000 +0200
+++ new/yast2-qt-pkg-2.21.7/package/yast2-qt-pkg.changes        2011-09-20 
16:47:17.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Sep 20 14:42:24 CEST 2011 - tgoettlic...@suse.de
+
+- respect stylesheet in package selector
+- 2.21.7
+
+-------------------------------------------------------------------
 Wed Aug 17 15:54:49 CEST 2011 - tgoettlic...@suse.de
 
 - fixed bnc#712191: Yast2 displays Cyrillic .desktop descriptions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.6/src/YQPackageSelector.cc 
new/yast2-qt-pkg-2.21.7/src/YQPackageSelector.cc
--- old/yast2-qt-pkg-2.21.6/src/YQPackageSelector.cc    2011-08-17 
15:57:02.000000000 +0200
+++ new/yast2-qt-pkg-2.21.7/src/YQPackageSelector.cc    2011-09-20 
16:47:17.000000000 +0200
@@ -119,6 +119,7 @@
 #include "YQi18n.h"
 
 
+
 using std::max;
 using std::string;
 using std::map;
@@ -249,6 +250,7 @@
 
     }
 #endif
+
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.6/src/YQPackageSelectorBase.cc 
new/yast2-qt-pkg-2.21.7/src/YQPackageSelectorBase.cc
--- old/yast2-qt-pkg-2.21.6/src/YQPackageSelectorBase.cc        2011-08-17 
15:57:02.000000000 +0200
+++ new/yast2-qt-pkg-2.21.7/src/YQPackageSelectorBase.cc        2011-09-20 
16:47:17.000000000 +0200
@@ -64,6 +64,7 @@
 #include "YQUI.h"
 #include "YEvent.h"
 #include "YQi18n.h"
+#include "QY2Styler.h"
 
 using std::max;
 using std::string;
@@ -104,6 +105,8 @@
 
     _wmCloseHandler = new YQPkgSelWmCloseHandler( this );
 
+    QY2Styler::styler()->registerWidget( this );
+
     yuiMilestone() << "PackageSelectorBase init done" << endl;
 }
 
@@ -112,6 +115,8 @@
 {
     yuiMilestone() << "Destroying PackageSelector" << endl;
 
+    QY2Styler::styler()->unregisterWidget( this );
+
     if ( _wmCloseHandler )
        delete _wmCloseHandler;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.6/yast2-qt-pkg.spec.in 
new/yast2-qt-pkg-2.21.7/yast2-qt-pkg.spec.in
--- old/yast2-qt-pkg-2.21.6/yast2-qt-pkg.spec.in        2011-08-17 
15:57:02.000000000 +0200
+++ new/yast2-qt-pkg-2.21.7/yast2-qt-pkg.spec.in        2011-09-20 
16:47:17.000000000 +0200
@@ -1,5 +1,19 @@
-@HEADERCOMMENT@
-
+#
+# spec file for package yast2-qt-pkg
+#
+# Copyright (c) 2011 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
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+ 
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 @HEADER@
 Group: System/YaST


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



Remember to have fun...

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

Reply via email to