Hello community,

here is the log from the commit of package uget for openSUSE:12.1:Update:Test 
checked in at 2012-01-18 01:40:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/uget (Old)
 and      /work/SRC/openSUSE:12.1:Update:Test/.uget.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uget", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/uget/uget.changes       2012-01-18 
01:40:56.000000000 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.uget.new/uget.changes  2012-01-18 
01:40:56.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Jan 16 14:09:31 UTC 2012 - dims...@opensuse.org
+
+- Fix uget-gtk-deprecation.patch: Some gtk_vbox_new calls were
+  wrongly replaced with horizontal gtk_box_new replacements, which
+  broke the layout [bnc#741473].
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ uget.spec ++++++
--- /var/tmp/diff_new_pack.GMkHGI/_old  2012-01-18 01:40:56.000000000 +0100
+++ /var/tmp/diff_new_pack.GMkHGI/_new  2012-01-18 01:40:56.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package uget
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           uget
 Version:        1.8.0
-Release:        5
-License:        LGPLv2.1+
+Release:        0
 Summary:        Easy-to-use GTK+ Download Manager
-Url:            http://urlget.sourceforge.net/
+License:        LGPL-2.1+
 Group:          Productivity/Networking/Web/Utilities
+Url:            http://urlget.sourceforge.net/
 Source:         %{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM uget-gtk-deprecation.patch sf#3388226 
dims...@opensuse.org -- Replace deprecated gtk_[hv].*_new with current 
equivalents.
 Patch0:         uget-gtk-deprecation.patch

++++++ uget-gtk-deprecation.patch ++++++
--- /var/tmp/diff_new_pack.GMkHGI/_old  2012-01-18 01:40:56.000000000 +0100
+++ /var/tmp/diff_new_pack.GMkHGI/_new  2012-01-18 01:40:56.000000000 +0100
@@ -43,12 +43,12 @@
  
        // top container for Main Window
 -      vbox = (GtkBox*) gtk_vbox_new (FALSE, 0);
-+      vbox = (GtkBox*) gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
++      vbox = (GtkBox*) gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
        gtk_container_add (GTK_CONTAINER (window->self), GTK_WIDGET (vbox));
        gtk_box_pack_start (vbox, app->menubar.self, FALSE, FALSE, 0);
        // right side vbox
 -      rbox = (GtkBox*) gtk_vbox_new (FALSE, 0);
-+      rbox = (GtkBox*) gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
++      rbox = (GtkBox*) gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
        gtk_box_pack_start (rbox, app->toolbar.self, FALSE, FALSE, 0);
        // hpaned
 -      window->hpaned = (GtkPaned*) gtk_hpaned_new ();

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

Reply via email to