Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2013-02-12 16:39:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-gtk", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes    2013-02-04 
21:13:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes       
2013-02-12 16:40:01.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 11 16:53:11 CET 2013 - tgoettlic...@suse.de
+- Fixed window size (bnc #722053)
+- 2.42.3
+
+-------------------------------------------------------------------

Old:
----
  libyui-gtk-2.42.2.tar.bz2

New:
----
  libyui-gtk-2.42.3.tar.bz2

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

Other differences:
------------------
++++++ libyui-gtk-doc.spec ++++++
--- /var/tmp/diff_new_pack.fi1sPa/_old  2013-02-12 16:40:02.000000000 +0100
+++ /var/tmp/diff_new_pack.fi1sPa/_new  2013-02-12 16:40:02.000000000 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.42.2)
+# spec file for package libyui-gtk (Version 2.42.3)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:          libyui-gtk-doc
-Version:       2.42.2
+Version:       2.42.3
 Release:       0
 License:       LGPL-2.1 or LGPL-3.0
 Source:                libyui-gtk-%{version}.tar.bz2

++++++ libyui-gtk.spec ++++++
--- /var/tmp/diff_new_pack.fi1sPa/_old  2013-02-12 16:40:02.000000000 +0100
+++ /var/tmp/diff_new_pack.fi1sPa/_new  2013-02-12 16:40:02.000000000 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.42.2)
+# spec file for package libyui-gtk (Version 2.42.3)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -17,7 +17,7 @@
 # norootforbuild
 
 Name:       libyui-gtk
-Version:    2.42.2
+Version:    2.42.3
 Release:    0
 License:    LGPL-2.1 or LGPL-3.0
 Source:     libyui-gtk-%{version}.tar.bz2

++++++ libyui-gtk-2.42.2.tar.bz2 -> libyui-gtk-2.42.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.2/ChangeLog 
new/libyui-gtk-2.42.3/ChangeLog
--- old/libyui-gtk-2.42.2/ChangeLog     2013-01-18 15:40:52.000000000 +0100
+++ new/libyui-gtk-2.42.3/ChangeLog     2013-02-11 16:57:46.000000000 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Mon Feb 11 16:53:11 CET 2013 - tgoettlic...@suse.de
+- Fixed window size (bnc #722053)
+- 2.42.3
+
+-------------------------------------------------------------------
 Fri Jan 18 15:13:21 CET 2013 - anase...@linux.it
 - Added a basic theme management by using css style (style.css)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.2/VERSION.cmake 
new/libyui-gtk-2.42.3/VERSION.cmake
--- old/libyui-gtk-2.42.2/VERSION.cmake 2013-01-18 15:40:52.000000000 +0100
+++ new/libyui-gtk-2.42.3/VERSION.cmake 2013-02-11 16:57:46.000000000 +0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
 SET( VERSION_MINOR "42" )
-SET( VERSION_PATCH "2" )
+SET( VERSION_PATCH "3" )
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1}" )
 
 ##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.2/src/YGDialog.cc 
new/libyui-gtk-2.42.3/src/YGDialog.cc
--- old/libyui-gtk-2.42.2/src/YGDialog.cc       2013-01-18 15:40:52.000000000 
+0100
+++ new/libyui-gtk-2.42.3/src/YGDialog.cc       2013-02-11 16:57:46.000000000 
+0100
@@ -127,6 +127,8 @@
                                height = MIN (height, 
YUI::app()->displayHeight());
 
                        gtk_window_set_default_size (window, width, height);
+                       gtk_window_resize(window, width, height);
+
                                if (YGUI::ui()->setFullscreen())
                                        gtk_window_fullscreen (window);
                                else if (YUI::app()->displayWidth() <= 800 || 
YUI::app()->displayHeight() <= 600)

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

Reply via email to