Hello community,

here is the log from the commit of package yast2-control-center-gnome for 
openSUSE:Factory checked in at 2015-08-31 22:59:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-control-center-gnome (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-control-center-gnome.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-control-center-gnome"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-control-center-gnome/yast2-control-center-gnome.changes
    2014-08-11 10:08:59.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-control-center-gnome.new/yast2-control-center-gnome.changes
       2015-08-31 22:59:37.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 31 08:24:09 UTC 2015 - [email protected]
+
+- Set scroll window size after it's realized. (bsc#893879)
+- 3.1.10
+
+-------------------------------------------------------------------

Old:
----
  yast2-control-center-gnome-3.1.9.tar.bz2

New:
----
  yast2-control-center-gnome-3.1.10.tar.bz2

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

Other differences:
------------------
++++++ yast2-control-center-gnome.spec ++++++
--- /var/tmp/diff_new_pack.9l6yBc/_old  2015-08-31 22:59:38.000000000 +0200
+++ /var/tmp/diff_new_pack.9l6yBc/_new  2015-08-31 22:59:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-control-center-gnome
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-control-center-gnome
-Version:        3.1.9
+Version:        3.1.10
 Release:        0
 
 Summary:        YaST2 - Control Center (GNOME version)
@@ -59,7 +59,7 @@
 
 %files
 %defattr (-, root, root)
-%doc COPYING README
+%doc COPYING README.md
 %{_sysconfdir}/xdg/menus/*.menu
 %{_sysconfdir}/xdg/menus/YaST-gnome-merged
 %{_libexecdir}/YaST2/bin/y2controlcenter-gnome

++++++ yast2-control-center-gnome-3.1.9.tar.bz2 -> 
yast2-control-center-gnome-3.1.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-gnome-3.1.9/.travis.yml 
new/yast2-control-center-gnome-3.1.10/.travis.yml
--- old/yast2-control-center-gnome-3.1.9/.travis.yml    1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-control-center-gnome-3.1.10/.travis.yml   2015-08-19 
16:55:08.000000000 +0200
@@ -0,0 +1,18 @@
+language: cpp
+compiler:
+    - gcc
+before_install:
+    # disable rvm, use system Ruby
+    - rvm reset
+    - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+    - sh ./travis_setup.sh
+    # install newer glib (2.34 instead of provided 2.32)
+    - sudo add-apt-repository ppa:ricotz/testing -y
+    - sudo apt-get update -q
+    - sudo apt-get install yast2-devtools yast2-testsuite libgtk-3-dev 
libgnome-menu-3-dev libglib2.0-dev
+script:
+    - make -f Makefile.cvs
+    - make
+    - sudo make install
+    - make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-gnome-3.1.9/CONTRIBUTING.md 
new/yast2-control-center-gnome-3.1.10/CONTRIBUTING.md
--- old/yast2-control-center-gnome-3.1.9/CONTRIBUTING.md        2014-08-05 
10:51:01.000000000 +0200
+++ new/yast2-control-center-gnome-3.1.10/CONTRIBUTING.md       2015-08-19 
16:55:08.000000000 +0200
@@ -12,13 +12,13 @@
 -----------
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-gnome-3.1.9/MAINTAINER 
new/yast2-control-center-gnome-3.1.10/MAINTAINER
--- old/yast2-control-center-gnome-3.1.9/MAINTAINER     2014-08-05 
10:51:01.000000000 +0200
+++ new/yast2-control-center-gnome-3.1.10/MAINTAINER    2015-08-19 
16:55:08.000000000 +0200
@@ -1 +1 @@
-Gnome Team <[email protected]>
+Deprecated file. Use `osc maintainer yast2-control-center-gnome` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-gnome-3.1.9/README.md 
new/yast2-control-center-gnome-3.1.10/README.md
--- old/yast2-control-center-gnome-3.1.9/README.md      1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-control-center-gnome-3.1.10/README.md     2015-08-31 
10:35:11.000000000 +0200
@@ -0,0 +1,5 @@
+# YaST - The GNOME Control Center #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-control-center-gnome.svg?branch=master)](https://travis-ci.org/yast/yast-control-center-gnome)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-control-center-gnome-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-control-center-gnome-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-gnome-3.1.9/package/yast2-control-center-gnome.changes 
new/yast2-control-center-gnome-3.1.10/package/yast2-control-center-gnome.changes
--- 
old/yast2-control-center-gnome-3.1.9/package/yast2-control-center-gnome.changes 
    2014-08-08 15:10:43.000000000 +0200
+++ 
new/yast2-control-center-gnome-3.1.10/package/yast2-control-center-gnome.changes
    2015-08-31 10:35:12.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Aug 31 08:24:09 UTC 2015 - [email protected]
+
+- Set scroll window size after it's realized. (bsc#893879)
+- 3.1.10
+
+-------------------------------------------------------------------
 Fri Aug  8 13:04:59 UTC 2014 - [email protected]
 
 - fix the display problem in 800x600 (bnc#889959)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-gnome-3.1.9/package/yast2-control-center-gnome.spec 
new/yast2-control-center-gnome-3.1.10/package/yast2-control-center-gnome.spec
--- 
old/yast2-control-center-gnome-3.1.9/package/yast2-control-center-gnome.spec    
    2014-08-08 15:10:43.000000000 +0200
+++ 
new/yast2-control-center-gnome-3.1.10/package/yast2-control-center-gnome.spec   
    2015-08-31 10:35:12.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-control-center-gnome
-Version:        3.1.9
+Version:        3.1.10
 Release:        0
 
 Summary:        YaST2 - Control Center (GNOME version)
@@ -58,7 +58,7 @@
 
 %files
 %defattr (-, root, root)
-%doc COPYING README
+%doc COPYING README.md
 %{_sysconfdir}/xdg/menus/*.menu
 %{_sysconfdir}/xdg/menus/YaST-gnome-merged
 %{_libexecdir}/YaST2/bin/y2controlcenter-gnome
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-gnome-3.1.9/src/gnome-control-center.c 
new/yast2-control-center-gnome-3.1.10/src/gnome-control-center.c
--- old/yast2-control-center-gnome-3.1.9/src/gnome-control-center.c     
2014-08-08 15:10:43.000000000 +0200
+++ new/yast2-control-center-gnome-3.1.10/src/gnome-control-center.c    
2015-08-19 16:55:08.000000000 +0200
@@ -993,6 +993,7 @@
       gtk_widget_hide (W (priv->builder, "home-button"));
       gtk_widget_show (W (priv->builder, "search-entry"));
       gtk_widget_hide (W (priv->builder, "lock-button"));
+      gtk_widget_set_size_request (priv->scrolled_window, FIXED_WIDTH, 
priv->small_screen == SMALL_SCREEN_TRUE ? SMALL_SCREEN_FIXED_HEIGHT : 
YAST_FIXED_HEIGHT);
       gtk_scrolled_window_set_min_content_height (GTK_SCROLLED_WINDOW 
(priv->scrolled_window), priv->small_screen == SMALL_SCREEN_TRUE ? 
SMALL_SCREEN_FIXED_HEIGHT : YAST_FIXED_HEIGHT);
 #if 0
       gtk_widget_get_preferred_height_for_width (GTK_WIDGET (priv->main_vbox),
@@ -1468,8 +1469,6 @@
 
   /* Main scrolled window */
   priv->scrolled_window = W (priv->builder, "scrolledwindow1");
-  update_small_screen_settings (self);
-  gtk_widget_set_size_request (priv->scrolled_window, FIXED_WIDTH, 
priv->small_screen == SMALL_SCREEN_TRUE ? SMALL_SCREEN_FIXED_HEIGHT : 
YAST_FIXED_HEIGHT);
 #if 0
   gtk_widget_set_size_request (priv->scrolled_window, FIXED_WIDTH, -1);
 #endif


Reply via email to