Hello community,

here is the log from the commit of package gnome-panel for openSUSE:Factory 
checked in at 2012-01-09 12:55:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-panel (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-panel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-panel", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-panel/gnome-panel.changes  2011-10-18 
14:13:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-panel.new/gnome-panel.changes     
2012-01-09 12:55:07.000000000 +0100
@@ -1,0 +2,31 @@
+Tue Dec 20 09:31:11 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Explicitly link to gmodule-2.0.
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+-------------------------------------------------------------------
+Fri Dec  9 09:25:38 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-PanelApplet-4_0 subpackage.
+- Add typelib-1_0-PanelApplet-4_0 Requires to devel subpackage.
+
+-------------------------------------------------------------------
+Wed Oct 26 20:46:05 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Integrate fixes from 3.2.1.
+  + Support instance configuration of objects in default layout.
+  + Make it possible to load a default layout from the user config.
+  + Fix panels forced to be big because of user menu.
+  + Fix wrong height of Places menu item in main menu.
+  + Change default size of icon in menu bar & user menu applets to
+    16.
+- Drop gnome-panel-improved-default-layout-handling.patch and
+  gnome-panel-allow-smaller-panels.patch: fixed upstream.
+- Rebase gnome-panel-bnc356242-recently-used-apps-hidden.patch.
+
+-------------------------------------------------------------------

Old:
----
  gnome-panel-3.2.1.tar.bz2
  gnome-panel-allow-smaller-panels.patch
  gnome-panel-improved-default-layout-handling.patch

New:
----
  gnome-panel-3.3.3.tar.xz

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

Other differences:
------------------
++++++ gnome-panel.spec ++++++
--- /var/tmp/diff_new_pack.OwkBIB/_old  2012-01-09 12:55:14.000000000 +0100
+++ /var/tmp/diff_new_pack.OwkBIB/_new  2012-01-09 12:55:14.000000000 +0100
@@ -16,21 +16,16 @@
 #
 
 
-
 Name:           gnome-panel
-Version:        3.2.1
-Release:        1
+Version:        3.3.3
+Release:        0
 # FIXME: gnome-main-menu not ported to new panel API, for this reason we do 
not Recommend gnome-main-menu.
-License:        GPLv2+
 Summary:        The GNOME Desktop Panel
-Url:            http://www.gnome.org
+License:        GPL-2.0+
 Group:          System/GUI/GNOME
-Source:         
http://download.gnome.org/sources/gnome-panel/3.2/%{name}-%{version}.tar.bz2
+Url:            http://www.gnome.org
+Source:         
http://download.gnome.org/sources/gnome-panel/3.3/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
-# PATCH-FEATURE-UPSTREAM gnome-panel-improved-default-layout-handling.patch 
vu...@opensuse.org -- Improve default layout handling, so that we can load it 
from the user dir
-Patch0:         gnome-panel-improved-default-layout-handling.patch
-# PATCH-FEATURE-UPSTREAM gnome-panel-allow-smaller-panels.patch 
vu...@opensuse.org -- Some changes related to how we set the size of the icons 
in the user menu applet, so we don't create an artificial limit on the size of 
panels. Taken from git.
-Patch1:         gnome-panel-allow-smaller-panels.patch
 # PATCH-FIX-UPSTREAM gnome-panel-recent-check-exists.patch -- Show an error 
when clicking on a recent item that doesn't exist anymore
 Patch25:        gnome-panel-recent-check-exists.patch
 # PATCH-FIX-UPSTREAM gnome-panel-beagle-search.patch bgo336726 -- Use nautilus 
search instead of gnome-search-tool
@@ -55,6 +50,8 @@
 BuildRequires:  pkg-config
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(NetworkManager)
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(dconf)
@@ -107,8 +104,8 @@
 programs, and organize access to your data.
 
 %package branding-upstream
-License:        GPLv2+
 Summary:        The GNOME Desktop Panel -- Upstream default layout
+License:        GPL-2.0+
 Group:          System/GUI/GNOME
 Requires:       %{name} = %{version}
 Provides:       %{name}-branding = %{version}
@@ -128,8 +125,8 @@
 This package contains the upstream default layout for GNOME Panel.
 
 %package -n libpanel-applet-4-0
-License:        LGPLv2+
 Summary:        GNOME Panel Applet Library -- D-Bus-based library
+License:        LGPL-2.1+
 Group:          System/GUI/GNOME
 
 %description -n libpanel-applet-4-0
@@ -137,12 +134,25 @@
 easy-to-use and functional interface to manage your desktop, start
 programs, and organize access to your data.
 
-This package contains the library used by GNOME panel applets,
-based on D-Bus.
+This package contains the libpanel-applet library used by GNOME panel
+applets, based on D-Bus.
+
+%package -n typelib-1_0-PanelApplet-4_0
+Summary:        GNOME Panel Applet Library -- Introspection bindings
+License:        GPL-2.0+
+Group:          System/Libraries
+
+%description -n typelib-1_0-PanelApplet-4_0
+This package contains the GNOME Desktop Panel. The panel is an
+easy-to-use and functional interface to manage your desktop, start
+programs, and organize access to your data.
+
+This package provides the GObject Introspection bindings for the
+libpanel-applet library used by GNOME panel applets.
 
 %package extras
-License:        GPLv2+
 Summary:        Extra panel applets
+License:        GPL-2.0+
 Group:          System/GUI/GNOME
 Requires:       %{name} = %{version}
 Requires:       fortune
@@ -159,10 +169,11 @@
 This package contains extra panel applets such as Wanda the fish.
 
 %package devel
-License:        LGPLv2+
 Summary:        GNOME Panel Applet Library -- Development Files
+License:        LGPL-2.1+
 Group:          Development/Libraries/GNOME
 Requires:       libpanel-applet-4-0 = %{version}
+Requires:       typelib-1_0-PanelApplet-4_0 = %{version}
 # For upgrade from SLE 10
 Provides:       gnome-panel-nld-devel > 2.12.3
 Obsoletes:      gnome-panel-nld-devel <= 2.12.3
@@ -176,8 +187,8 @@
 to develop applications that require these.
 
 %package doc
-License:        LGPLv2+
 Summary:        GNOME Panel Applet Library -- Developer Documentation
+License:        LGPL-2.1+
 Group:          System/GUI/GNOME
 Requires:       %{name} = %{version}
 # For upgrade from SLE 10
@@ -197,8 +208,6 @@
 %setup -q
 translation-update-upstream
 gnome-patch-translation-prepare
-%patch0 -p1
-%patch1 -p1
 %patch25 -p0
 %patch34
 %patch40
@@ -328,6 +337,9 @@
 %dir %{_datadir}/gnome-panel/4.0
 %dir %{_datadir}/gnome-panel/4.0/applets
 %{_libdir}/libpanel-applet-4.so.*
+
+%files -n typelib-1_0-PanelApplet-4_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/PanelApplet-4.0.typelib
 
 %files lang -f %{name}-3.0.lang

++++++ gnome-panel-bnc356242-recently-used-apps-hidden.patch ++++++
--- /var/tmp/diff_new_pack.OwkBIB/_old  2012-01-09 12:55:14.000000000 +0100
+++ /var/tmp/diff_new_pack.OwkBIB/_new  2012-01-09 12:55:14.000000000 +0100
@@ -1,7 +1,7 @@
 Index: gnome-panel/panel-recent.c
 ===================================================================
---- gnome-panel/panel-recent.c.orig    2010-01-14 11:31:23.000000000 +1100
-+++ gnome-panel/panel-recent.c 2010-01-14 11:31:25.000000000 +1100
+--- gnome-panel/panel-recent.c.orig
++++ gnome-panel/panel-recent.c
 @@ -196,6 +196,23 @@ recent_documents_clear_cb (GtkMenuItem
        gtk_widget_show (clear_recent_dialog);
  }

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

Reply via email to