Hello community,

here is the log from the commit of package alacarte for openSUSE:Factory 
checked in at 2013-04-02 11:38:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alacarte (Old)
 and      /work/SRC/openSUSE:Factory/.alacarte.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/alacarte/alacarte.changes        2013-01-13 
14:05:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.alacarte.new/alacarte.changes   2013-04-02 
11:38:20.000000000 +0200
@@ -1,0 +2,34 @@
+Thu Feb 28 08:13:45 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.90:
+  + Remove dependency on gnome-panel by rewriting the menu/item
+    editor.
+  + Cleanups to the UI.
+  + Allow editing menus other than applications.menu.
+  + Updated translations.
+- Drop alacarte-desktop.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Tue Jan 15 10:55:45 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.3:
+  + Enforce the use of Gtk3 (bgo#691599)
+  + Allow specifying a menu basename other than applications.menu.
+  + Updated translations.
+- Drop alacarte-force-Gtk3.patch: fixed upstream.
+- Drop alacarte-support-exo-desktop-item-edit.patch: no longer
+  applicable, as an internal menu editor is now being used.
+- Add alacarte-desktop.patch: fix a typo which avoided the
+  installation of the .desktop file.
+
+-------------------------------------------------------------------
+Sun Jan 13 11:20:57 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.7.2:
+  + Deal with the case of having no $XDG_MENU_PREFIX
+  + Fix some crashes when writing out unicode files.
+  + Misc cleanups
+  + Updated translations.
+- Rebase alacarte-force-Gtk3.patch.
+
+-------------------------------------------------------------------

Old:
----
  alacarte-3.6.1.tar.xz
  alacarte-force-Gtk3.patch
  alacarte-support-exo-desktop-item-edit.patch

New:
----
  alacarte-3.7.90.tar.xz

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

Other differences:
------------------
++++++ alacarte.spec ++++++
--- /var/tmp/diff_new_pack.KDRjYO/_old  2013-04-02 11:38:22.000000000 +0200
+++ /var/tmp/diff_new_pack.KDRjYO/_new  2013-04-02 11:38:22.000000000 +0200
@@ -17,21 +17,17 @@
 
 
 Name:           alacarte
-Version:        3.6.1
+Version:        3.7.90
 Release:        0
 Url:            http://www.realistanew.com/projects/alacarte
 Summary:        Menu editor for GNOME
 License:        LGPL-2.1+
 Group:          System/GUI/GNOME
-Source:         
http://download.gnome.org/sources/alacarte/3.6/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/alacarte/3.7/%{name}-%{version}.tar.xz
 # PATCH-NEEDS-REBASE alacarte_system_edit_mode.patch sree...@novell.com (was 
PATCH-FEATURE-OPENSUSE)
 Patch1:         alacarte_system_edit_mode.patch
-# PATCH-FEATURE-UPSTREAM alacarte-support-exo-desktop-item-edit.patch 
bnc#728482 bgo#664114 g...@opensuse.org -- Add support for 
exo-desktop-item-edit as an alternative to gnome-desktop-item-edit
-Patch2:         alacarte-support-exo-desktop-item-edit.patch
 # PATCH-FIX-UPSTREAM alacarte-nohelp.patch bnc#779062 bgo#677332 
dims...@opensuse.org -- Do not show help button, as there is no help in alacarte
 Patch3:         alacarte-nohelp.patch
-# PATCH-FIX-UPSTREAM alacarte-force-Gtk3.patch bnc#798181 bgo#691599 
dims...@opensuse.org -- Force the usage of Gtk3, as Gtk2 does not really work 
with gobject-introspection.
-Patch4:         alacarte-force-Gtk3.patch
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
 # Needed for the typelib() dependency parser
@@ -61,9 +57,7 @@
 # Needs rebase. Reenable suse_update_desktop_file call below when enabling
 # again
 # %patch1 -p0
-%patch2 -p1
 %patch3 -p1
-%patch4 -p1
 
 %build
 # Patch is disabled
@@ -73,12 +67,6 @@
 
 %install
 %makeinstall
-%if 0%{?suse_version} <= 1110
-%{__rm} %{buildroot}%{_datadir}/locale/bem/LC_MESSAGES/*
-%endif
-%if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
-%endif
 %suse_update_desktop_file -r alacarte GNOME Utility DesktopUtility
 # Patch is disabled
 # suse_update_desktop_file alacarte-system X-SuSE-ControlCenter-LookAndFeel

++++++ alacarte-3.6.1.tar.xz -> alacarte-3.7.90.tar.xz ++++++
++++ 6221 lines of diff (skipped)

++++++ alacarte-nohelp.patch ++++++
--- /var/tmp/diff_new_pack.KDRjYO/_old  2013-04-02 11:38:22.000000000 +0200
+++ /var/tmp/diff_new_pack.KDRjYO/_new  2013-04-02 11:38:22.000000000 +0200
@@ -1,46 +1,17 @@
-Index: alacarte-3.5.5/Alacarte/MainWindow.py
+Index: alacarte-3.7.3/Alacarte/MainWindow.py
 ===================================================================
---- alacarte-3.5.5.orig/Alacarte/MainWindow.py
-+++ alacarte-3.5.5/Alacarte/MainWindow.py
-@@ -54,10 +54,6 @@ class MainWindow(object):
+--- alacarte-3.7.3.orig/Alacarte/MainWindow.py
++++ alacarte-3.7.3/Alacarte/MainWindow.py
+@@ -50,12 +50,6 @@ class MainWindow(object):
          self.tree.get_object('move_up_button').set_sensitive(False)
          self.tree.get_object('move_down_button').set_sensitive(False)
          self.tree.get_object('new_separator_button').set_sensitive(False)
 -        accelgroup = Gtk.AccelGroup()
 -        keyval, modifier = Gtk.accelerator_parse('F1')
 -        accelgroup.connect(keyval, modifier, Gtk.AccelFlags.VISIBLE, 
self.on_help_button_clicked)
--        self.tree.get_object('mainwindow').add_accel_group(accelgroup)
+-
+-        self.main_window = self.tree.get_object('mainwindow')
+-        self.main_window.add_accel_group(accelgroup)
+ 
+         self.editor = None
  
-     def run(self):
-         self.loadMenus()
-Index: alacarte-3.5.5/data/alacarte.ui
-===================================================================
---- alacarte-3.5.5.orig/data/alacarte.ui
-+++ alacarte-3.5.5/data/alacarte.ui
-@@ -68,18 +68,6 @@
-             <property name="visible">True</property>
-             <property name="layout_style">GTK_BUTTONBOX_END</property>
-             <child>
--              <object class="GtkButton" id="help_button">
--                <property name="visible">True</property>
--                <property name="can_default">True</property>
--                <property name="can_focus">True</property>
--                <property name="label">gtk-help</property>
--                <property name="use_stock">True</property>
--                <property name="relief">GTK_RELIEF_NORMAL</property>
--                <property name="focus_on_click">True</property>
--                <signal handler="on_help_button_clicked" name="clicked"/>
--              </object>
--            </child>
--            <child>
-               <object class="GtkButton" id="restore_button">
-                 <property name="visible">True</property>
-                 <property name="tooltip-text" translatable="yes">Restore the 
default menu layout</property>
-@@ -392,7 +380,6 @@
-       </object>
-     </child>
-     <action-widgets>
--      <action-widget response="-11">help_button</action-widget>
-       <action-widget response="0">restore_button</action-widget>
-       <action-widget response="-7">close_button</action-widget>
-     </action-widgets>

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

Reply via email to