| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libgnome-menu-3-0 | Distribution: openSUSE 12.1 |
| Version: 3.2.0.1 | Vendor: openSUSE |
| Release: 4.2.1 | Build date: Wed Nov 2 12:07:27 2011 |
| Group: System/GUI/GNOME | Build host: build09 |
| Size: 101456 | Source RPM: gnome-menus-3.2.0.1-4.2.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnome.org | |
| Summary: The GNOME Desktop Menu | |
The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: http://www.freedesktop.org/Standards/menu-spec
LGPLv2.1+
* Mon Oct 31 2011 vuntz@opensuse.org
- Add gnome-menus-ignore-invalid-files.patch: ignore invalid
.desktop files (with no Exec line, for instance). This is
especially important as those can make gnome-shell crash.
Fix bnc#727253.
* Wed Oct 12 2011 vuntz@opensuse.org
- Drop gnome-menus-x-suse-unimportant.patch: we moved to not using
X-SuSE-Unimportant=true, but NoDisplay=true. So no need to rebase
this patch anymore.
* Fri Oct 07 2011 vuntz@opensuse.org
- Add gnome-menus-other-end.patch: put the Other menu at the end,
after other menus. Taken from git.
* Wed Sep 28 2011 vuntz@opensuse.org
- Update to version 3.2.0.1:
+ Menu Editor
- Work with latest pygobject
- Drop gnome-menus-fix-editor.patch: fixed upstream.
* Tue Sep 27 2011 vuntz@opensuse.org
- Add gnome-menus-fix-editor.patch: fix the editor to work with
latest python-gobject.
* Mon Sep 26 2011 vuntz@opensuse.org
- Update to version 3.2.0:
+ Updated translations.
* Tue Sep 20 2011 vuntz@opensuse.org
- Update to version 3.1.92:
+ Fix build failure with --enable-debug
+ Updated translations.
* Tue Sep 13 2011 vuntz@opensuse.org
- Remove wrong libgnome-menu2 Requires from gnome-menus-editor: it
really doesn't depend on the old library.
- Remove unneeded glib2-devel BuildRequires: it is already covered
with the pkgconfig(gio-unix-2.0) BuildRequires.
* Tue Aug 30 2011 vuntz@opensuse.org
- Update to version 3.1.90:
+ libmenu:
- Don't try to unref potentially NULL pointers
* Fri Aug 12 2011 dimstar@opensuse.org
- Update to version 3.1.5:
+ libmenu:
- Rebase internal representation of .desktop files on top of
GDesktopAppInfo
- Make GMenuTree a GObject
- Use GSlice for various data
- Use thread-default main context for callbacks for future
flexibility for thread support
- Many API changes, see new headers for changes. The most
visible one is that gmenu_tree_load_sync() should explicitly
be used to load the menu now.
- Drop support for "KDE Desktop Entry" group
- Return GIcon instead of char * for icon-related API
- Various fixes and cleanups to merge Colin's branch
- Add gmenu_tree_get_entry_by_id() API
- Support XDG_CURRENT_DESKTOP
+ Menu Editor:
- Port to introspection-based bindings
- Stop editing settings.menu
+ Python:
- Drop static python bindings; introspection-based ones should
be used now
+ Misc:
- Replace example of python code with javascript code
- Change library name, header directory, pkg-config filename
- Require glib 2.29.15 for new API
+ Updated translations.
- Add pkgconfig(gio-unix-2.0) BuildRequires.
- Disable gnome-menus-x-suse-unimportant.patch: Needs rebase.
- Drop python-gnome-menus subpackage, which were the no longer
supported static python bindings.
- Rename libgnome-menu2 subpackage to libgnome-menu-3-0,
following the upstream library rename.
* Fri Jul 22 2011 vuntz@opensuse.org
- Explicitly list the files in the branding-upstream subpackage, so
it's easier to know when to update other gnome-menus branding
packages.
* Thu Jul 07 2011 vuntz@opensuse.org
- Fix License tags: all the code is LGPLv2.1+, except the editor
which is GPLv2+.
* Wed Jul 06 2011 vuntz@opensuse.org
- Change branding-upstream subpackage:
+ Add Requires for gnome-menus since the branding package is
useless without it.
+ Update summary and description.
+ Make noarch.
- Update descriptions in other subpackages.
- Change branding Requires in main subpackage to be "= %{version}"
since it has to be versioned.
* Wed Apr 27 2011 fcrozat@novell.com
- Update to version 3.0.1:
+ Updated translations.
* Tue Apr 05 2011 fcrozat@novell.com
- Update to version 3.0.0:
+ Layout:
- Show administration tools and old capplets in Other
+ Updated translations.
* Mon Mar 07 2011 fcrozat@novell.com
- Update to version 2.91.91:
+ Menu Editor:
- Fix to work with latest pygi.
+ Misc:
- Build fix.
+ Updated translations.
* Tue Mar 01 2011 vuntz@opensuse.org
- Drop python-gtk Requires in python-gnome-menus: this is actually
not true since this is a pure python binding.
- Change python-gnome-menus Requires in gnome-menus-editor to
libgnome-menu2 and python-gobject Requires, as the editor got
ported to pygobject-based introspection bindings.
* Mon Feb 14 2011 fcrozat@novell.com
- Update to version 2.91.6:
+ libmenu:
- Do not send multiple notifications for one file change
+ Menu Editor:
- Port to pygobject-based introspection bindings
- Make editor GTK+ 3 ready
+ Improve introspection build
+ Drop settings.menu
+ Translations updates.
- Add support for source service checkout, with %BUILD_FROM_VCS:
+ Add gnome-common BuildRequires.
+ Add call to ./autogen.sh.
* Sun Feb 13 2011 vuntz@opensuse.org
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Change Requires of lang subpackage to Recommends, since the
english documentation is not there anymore.
* Tue Dec 14 2010 vuntz@opensuse.org
- Stop removing kg locale on 11.4 and later: bnc#659001 has been
fixed.
* Sun Dec 12 2010 vuntz@opensuse.org
- Remove some locales until bnc#659001 is fixed, to fix a build
failure.
* Wed Nov 17 2010 dimstar@opensuse.org
- Update to version 2.30.5:
+ Updated translations.
* Mon Oct 11 2010 vuntz@opensuse.org
- Update baselibs.conf to ignore gnome-menus (there is no library
there) and instead put python-gnome-menus in there.
* Mon Sep 27 2010 vuntz@opensuse.org
- Update to version 2.30.4:
+ libmenu
- Clear cache of desktop entries set when files are
added/removed
+ Associate .gir with pkg-config file
+ Updated translations.
* Fri Sep 24 2010 vuntz@opensuse.org
- Call %suse_update_desktop_file on .directory files too.
* Sat Sep 18 2010 vuntz@opensuse.org
- Move gir files to devel subpackage.
* Tue Sep 14 2010 vuntz@opensuse.org
- Update to version 2.30.3:
+ Menu Editor:
- Respect XDG_MENU_PREFIX when writing user menu file
+ Misc
- Update information in README and other files
+ Updated translations.
* Thu Jul 08 2010 dimstar@opensuse.org
- Update to version 2.30.2:
+ Do not ship gir files in the tarball
+ Updated translations.
* Fri Jun 04 2010 sbrabec@suse.cz
- Added support for translation-update-upstream (FATE#301344).
* Tue Mar 30 2010 vuntz@opensuse.org
- Update to version 2.30.0:
+ Fix layout processing for Menuname nodes
+ Never ignore Menuname nodes from DefaultLayout
+ Updated translations.
* Sun Mar 21 2010 dimstar@opensuse.org
- Add gobject-introspection-devel BuildRequires.
* Mon Mar 08 2010 dimstar@opensuse.org
- Update to version 2.29.92:
+ Add gobject-introspection support
+ build fixes
+ updated translations.
* Mon Feb 22 2010 vuntz@opensuse.org
- Update to version 2.29.91:
+ Make some non-visible strings non-translatable
+ Add translator comment
+ Updated translations.
* Wed Jan 27 2010 vuntz@opensuse.org
- Update to version 2.29.6:
+ libmenu
- Fix miscalculation for inlining when inline_header = true
- Add real support for inline aliases during layout processing
- Support inline alias of an inline alias
- Do not count non-inlining submenus as inlining with header
+ Updated translations.
- Remove en@shaw translation on openSUSE 11.2 and earlier.
* Tue Jan 05 2010 jengelh@medozas.de
- Package baselibs.conf
* Wed Dec 02 2009 vuntz@opensuse.org
- Update the way we remove the ha/ig locales for old versions of
openSUSE.
* Thu Oct 01 2009 vuntz@opensuse.org
- Update to version 2.28.0.1:
+ libmenu
- Fix sorting of menu items during merge to actually work (and
not crash)
+ Python
- Link the python module to libpython
* Tue Sep 22 2009 dimstar@opensuse.org
- Update to version 2.28.0:
+ Updated translations.
* Wed Sep 09 2009 vuntz@opensuse.org
- Update to version 2.27.92:
+ libmenu
- Add gmenu_tree_entry_get_display_name() API
- Add gmenu_tree_get_sort_key()/gmenu_tree_set_sort_key()
+ Python
- Bind new API
- Add missing bindings for gmenu_tree_entry_get_generic_name()
+ Menu Editor
- Remove deprecated Encoding key from desktop file
- Use display name instead of name
+ Updated translations.
- Respin gnome-menus-x-suse-unimportant.patch.
* Wed Jul 29 2009 lmedinas@gmail.com
- Update to version 2.27.5:
+ Use silent-rules with automake 1.11
+ Translation updates.
* Sun Jul 19 2009 vuntz@novell.com
- Update to version 2.27.4:
+ libmenu
- Improve performance by using a cache to not compute the same
thing again and again
- Add API to access GenericName
- Fix DefaultLayout attributes not being inherited
- Do not always inherit parent DefaultLayout attributes
- Sort inlined items unless inline_header is used
+ Menu Editor
- Add --help and --version arguments
- Port to GtkBuilder
+ Misc
- Use shave to improve build log readability
+ Updated translations.
- Fix packaging of /usr/share/gnome-menus files so that they don't
end up in two packages.
* Thu Apr 30 2009 vuntz@novell.com
- Make sure to package no .la file.
* Tue Apr 14 2009 vuntz@novell.com
- Update to version 2.26.1:
+ Updated translations.
* Tue Mar 17 2009 mboman@suse.de
- Update to version 2.26.0:
+ Translation updates
/usr/lib/girepository-1.0/GMenu-3.0.typelib /usr/lib/libgnome-menu-3.so.0 /usr/lib/libgnome-menu-3.so.0.0.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 13 09:58:30 2013