Hello community,

here is the log from the commit of package gnome-panel for openSUSE:Factory
checked in at Fri Sep 9 13:45:24 CEST 2011.



--------
--- GNOME/gnome-panel/gnome-panel.changes       2011-07-07 10:06:11.000000000 
+0200
+++ /mounts/work_src_done/STABLE/gnome-panel/gnome-panel.changes        
2011-09-05 10:40:10.000000000 +0200
@@ -1,0 +2,42 @@
+Mon Sep  5 08:38:30 UTC 2011 - [email protected]
+
+- Update to version 3.1.91:
+  + Panel:
+    - Do not forcecully center non-expanded panels on login
+    - Fix srcdir != builddir build
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Aug 12 14:33:00 CEST 2011 - [email protected]
+
+- Update to version 3.1.5:
+  + Panel:
+    - Stop using G_CONST_RETURN
+    - Remove unused variables
+    - Port to new gnome-menus API
+    - Always keep the same window icon for run dialog
+  + libpanel-applet:
+    - Fix build warning
+  + Clock Applet:
+    - Do not miss seconds when displaying seconds
+  + Notification Area Applet:
+    - Fix build with --as-needed
+  + Misc:
+    - Modernize build system
+  + Updated translations.
+- Replace pkgconfig(libgnome-menu) BuildRequires with
+  pkgconfig(libgnome-menu-3.0).
+- Rebase gnome-panel-recently-used-apps.patch and
+  gnome-panel-main-menu-name.patch.
+
+-------------------------------------------------------------------
+Wed Aug  3 11:53:15 CEST 2011 - [email protected]
+
+- Update gnome-panel-beagle-search.patch: use tracker-needle,
+  instead of nautilus-search, as we do not ship a
+  nautilus-search.desktop file anymore (it was added by a patch,
+  which doesn't make sense in GNOME 3).
+- Add tracker-gui Recommends, since this means we want
+  tracker-needle to be installed, if possible.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gnome-panel-3.0.2.tar.bz2

New:
----
  gnome-panel-3.1.91.tar.bz2

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

Other differences:
------------------
++++++ gnome-panel.spec ++++++
--- /var/tmp/diff_new_pack.410L4r/_old  2011-09-09 13:45:19.000000000 +0200
+++ /var/tmp/diff_new_pack.410L4r/_new  2011-09-09 13:45:19.000000000 +0200
@@ -18,14 +18,14 @@
 
 
 Name:           gnome-panel
-Version:        3.0.2
-Release:        2
+Version:        3.1.91
+Release:        1
 # 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
 Group:          System/GUI/GNOME
-Source:         
ftp://ftp.gnome.org/pub/gnome/sources/gnome-panel/2.24/%{name}-%{version}.tar.bz2
+Source:         
http://download.gnome.org/sources/gnome-panel/3.1/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
 # 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
@@ -64,7 +64,7 @@
 BuildRequires:  pkgconfig(libecal-1.2)
 BuildRequires:  pkgconfig(libedataserver-1.2)
 BuildRequires:  pkgconfig(libedataserverui-3.0)
-BuildRequires:  pkgconfig(libgnome-menu)
+BuildRequires:  pkgconfig(libgnome-menu-3.0) >= 3.1.4
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(pango)
@@ -78,6 +78,8 @@
 # Required by clock/tz.c:
 Requires:       timezone
 Recommends:     %{name}-lang
+# For change from gnome-panel-beagle-search.patch
+Recommends:     tracker-gui
 Obsoletes:      gnome-core
 # For upgrade from SLE 10
 Provides:       gnome-panel-nld > 2.12.3

++++++ gnome-panel-3.0.2.tar.bz2 -> gnome-panel-3.1.91.tar.bz2 ++++++
++++ 63633 lines of diff (skipped)

++++++ gnome-panel-beagle-search.patch ++++++
--- /var/tmp/diff_new_pack.410L4r/_old  2011-09-09 13:45:20.000000000 +0200
+++ /var/tmp/diff_new_pack.410L4r/_new  2011-09-09 13:45:20.000000000 +0200
@@ -8,8 +8,8 @@
        screen = gtk_widget_get_screen (widget);
 -      panel_launch_desktop_file_with_fallback ("gnome-search-tool.desktop",
 -                                               "gnome-search-tool",
-+      panel_launch_desktop_file_with_fallback ("nautilus-search.desktop",
-+                                               "nautilus-search.desktop",
++      panel_launch_desktop_file_with_fallback ("tracker-needle.desktop",
++                                               "tracker-needle",
                                                 screen, NULL);
  }
  
@@ -22,7 +22,7 @@
        add_menu_separator (places_menu);
  
 -      item = panel_menu_item_desktop_new ("gnome-search-tool.desktop",
-+      item = panel_menu_item_desktop_new ("nautilus-search.desktop",
++      item = panel_menu_item_desktop_new ("tracker-needle.desktop",
                                            NULL,
                                            FALSE);
        if (item)

++++++ gnome-panel-main-menu-name.patch ++++++
--- /var/tmp/diff_new_pack.410L4r/_old  2011-09-09 13:45:20.000000000 +0200
+++ /var/tmp/diff_new_pack.410L4r/_new  2011-09-09 13:45:20.000000000 +0200
@@ -1,17 +1,15 @@
 Index: gnome-panel/panel-addto.c
 ===================================================================
---- gnome-panel/panel-addto.c.orig     2009-11-13 00:55:26.000000000 +1100
-+++ gnome-panel/panel-addto.c  2010-01-14 11:31:24.000000000 +1100
-@@ -139,9 +139,9 @@ static PanelAddtoItemInfo special_addto_
- static PanelAddtoItemInfo internal_addto_items [] = {
+--- gnome-panel/panel-addto.c.orig
++++ gnome-panel/panel-addto.c
+@@ -142,8 +142,8 @@ prepend_internal_applets (GSList *list)
  
-       { PANEL_ADDTO_MENU,
--        N_("Main Menu"),
--        N_("The main GNOME menu"),
--        PANEL_ICON_MAIN_MENU,
-+        N_("Traditional Main Menu"),
-+        N_("The traditional GNOME menu"),
-+      PANEL_ICON_MAIN_MENU,
-         PANEL_ACTION_NONE,
-         NULL,
-         NULL,
+       internal = g_new0 (PanelAddtoItemInfo, 1);
+       internal->type = PANEL_ADDTO_MENU;
+-      internal->name = _("Main Menu");
+-      internal->description = _("The main GNOME menu");
++      internal->name = _("Traditional Main Menu");
++      internal->description = _("The traditional GNOME menu");
+       internal->icon = g_themed_icon_new (PANEL_ICON_MAIN_MENU);
+       internal->action_type = PANEL_ACTION_NONE;
+       internal->iid = "MENU:MAIN";

++++++ gnome-panel-recently-used-apps.patch ++++++
--- /var/tmp/diff_new_pack.410L4r/_old  2011-09-09 13:45:20.000000000 +0200
+++ /var/tmp/diff_new_pack.410L4r/_new  2011-09-09 13:45:20.000000000 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- gnome-panel/panel-run-dialog.c.orig
 +++ gnome-panel/panel-run-dialog.c
-@@ -62,6 +62,12 @@
+@@ -63,6 +63,12 @@
  #include "panel-icon-names.h"
  #include "panel-schemas.h"
  
@@ -15,7 +15,7 @@
  typedef struct {
        GtkWidget        *run_dialog;
  
-@@ -139,6 +145,8 @@ _panel_run_get_recent_programs_list (Pan
+@@ -136,6 +142,8 @@ _panel_run_get_recent_programs_list (Pan
        return GTK_TREE_MODEL (list);
  }
  
@@ -24,7 +24,7 @@
  static void
  _panel_run_save_recent_programs_list (PanelRunDialog *dialog,
                                      char           *last_command)
-@@ -483,6 +491,8 @@ panel_run_dialog_execute (PanelRunDialog
+@@ -444,6 +452,8 @@ panel_run_dialog_execute (PanelRunDialog
        if (result) {
                /* only save working commands in history */
                _panel_run_save_recent_programs_list (dialog, command);
@@ -33,7 +33,7 @@
                
                /* only close the dialog if we successfully showed or launched
                 * something */
-@@ -737,6 +747,160 @@ panel_run_dialog_find_command_idle (Pane
+@@ -603,6 +613,160 @@ panel_run_dialog_make_all_list_visible (
        return FALSE;
  }
  
@@ -192,5 +192,5 @@
 +}
 +
  static gboolean
- panel_run_dialog_add_icon_idle (PanelRunDialog *dialog)
+ panel_run_dialog_find_command_idle (PanelRunDialog *dialog)
  {


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to