2010-09-23 10:27:25 +00:00
|
|
|
%global enable_debugging 0
|
2005-07-11 13:54:22 +00:00
|
|
|
|
2005-01-31 14:23:52 +00:00
|
|
|
Name: gnome-menus
|
2019-01-23 16:41:56 +00:00
|
|
|
Version: 3.31.4
|
2019-01-31 23:10:52 +00:00
|
|
|
Release: 2%{?dist}
|
2019-01-23 16:46:29 +00:00
|
|
|
Summary: A menu system for the GNOME project
|
2012-02-22 00:22:08 +00:00
|
|
|
|
2019-01-23 16:46:29 +00:00
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://gitlab.gnome.org/GNOME/gnome-menus
|
|
|
|
Source0: https://download.gnome.org/sources/gnome-menus/3.31/%{name}-%{version}.tar.xz
|
2015-06-18 10:25:30 +00:00
|
|
|
|
2007-08-23 22:17:21 +00:00
|
|
|
BuildRequires: gawk
|
2006-06-09 17:24:07 +00:00
|
|
|
BuildRequires: gettext
|
2010-09-23 10:27:25 +00:00
|
|
|
BuildRequires: glib2-devel
|
2006-08-21 19:01:57 +00:00
|
|
|
BuildRequires: pkgconfig
|
2011-08-24 20:57:35 +00:00
|
|
|
BuildRequires: gobject-introspection-devel
|
2005-04-06 06:50:30 +00:00
|
|
|
|
2019-01-23 16:46:29 +00:00
|
|
|
Requires: redhat-menus
|
|
|
|
|
2005-01-31 14:23:52 +00:00
|
|
|
%description
|
|
|
|
gnome-menus is an implementation of the draft "Desktop
|
|
|
|
Menu Specification" from freedesktop.org. This package
|
2009-03-17 01:44:38 +00:00
|
|
|
also contains the GNOME menu layout configuration files,
|
2018-08-05 22:33:37 +00:00
|
|
|
.directory files and assorted menu related utility programs
|
|
|
|
and a simple menu editor.
|
2005-01-31 14:23:52 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries and include files for the GNOME menu system
|
2014-08-10 09:54:43 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2005-01-31 14:23:52 +00:00
|
|
|
|
|
|
|
%description devel
|
2009-03-17 01:44:38 +00:00
|
|
|
This package provides the necessary development libraries for
|
2005-01-31 14:23:52 +00:00
|
|
|
writing applications that use the GNOME menu system.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2010-09-23 10:27:25 +00:00
|
|
|
%configure --disable-static \
|
2011-08-24 22:46:23 +00:00
|
|
|
--enable-introspection \
|
2005-03-02 17:25:37 +00:00
|
|
|
%if %{enable_debugging}
|
|
|
|
--enable-debug=yes
|
|
|
|
%else
|
|
|
|
--enable-debug=no
|
|
|
|
%endif
|
|
|
|
|
2019-01-23 16:46:29 +00:00
|
|
|
%make_build
|
2005-01-31 14:23:52 +00:00
|
|
|
|
2010-09-23 10:27:25 +00:00
|
|
|
%install
|
2019-01-23 16:46:29 +00:00
|
|
|
%make_install
|
2010-09-23 10:27:25 +00:00
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
2019-01-23 16:41:56 +00:00
|
|
|
%find_lang gnome-menus
|
2005-01-31 14:23:52 +00:00
|
|
|
|
2019-01-22 17:39:08 +00:00
|
|
|
%ldconfig_scriptlets
|
2005-04-23 03:48:37 +00:00
|
|
|
|
2019-01-23 16:41:56 +00:00
|
|
|
%files -f gnome-menus.lang
|
2019-01-23 16:46:29 +00:00
|
|
|
%license COPYING.LIB
|
|
|
|
%doc AUTHORS NEWS
|
2012-10-18 14:05:12 +00:00
|
|
|
%{_sysconfdir}/xdg/menus/gnome-applications.menu
|
2011-08-24 20:57:35 +00:00
|
|
|
%{_libdir}/lib*.so.*
|
2009-06-14 21:52:19 +00:00
|
|
|
%{_datadir}/desktop-directories/*
|
2019-01-23 16:47:44 +00:00
|
|
|
%dir %{_libdir}/girepository-1.0
|
2011-08-24 22:46:23 +00:00
|
|
|
%{_libdir}/girepository-1.0/GMenu-3.0.typelib
|
2005-01-31 14:23:52 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/pkgconfig/*
|
2011-08-24 20:57:35 +00:00
|
|
|
%{_includedir}/gnome-menus-3.0
|
2019-01-23 16:47:44 +00:00
|
|
|
%dir %{_datadir}/gir-1.0
|
2011-08-24 22:46:23 +00:00
|
|
|
%{_datadir}/gir-1.0/GMenu-3.0.gir
|
2005-01-31 14:23:52 +00:00
|
|
|
|
|
|
|
%changelog
|
2019-01-31 23:10:52 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-23 16:41:56 +00:00
|
|
|
* Wed Jan 23 2019 Kalev Lember <klember@redhat.com> - 3.31.4-1
|
|
|
|
- Update to 3.31.4
|
2019-01-23 16:47:44 +00:00
|
|
|
- Fix gir directory ownership
|
2019-01-23 16:41:56 +00:00
|
|
|
|
2018-08-05 22:33:37 +00:00
|
|
|
* Sun Aug 05 2018 Miro Hrončok <mhroncok@redhat.com> - 3.13.3-11
|
|
|
|
- There is no Python involved anymore
|
|
|
|
|
2018-07-13 02:55:07 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.3-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 13:23:10 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.3-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 22:03:33 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.3-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 10:45:31 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.3-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 11:24:40 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-03 22:26:49 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-18 10:25:30 +00:00
|
|
|
* Thu Jun 18 2015 Florian Müllner <fmuellner@redhat.com> - 3.13.3-4
|
|
|
|
- Fix handling of multiple desktops in XDG_CURRENT_DESKTOP
|
|
|
|
|
2015-06-17 08:55:58 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-16 17:51:49 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-10 09:49:03 +00:00
|
|
|
* Sun Aug 10 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-1
|
|
|
|
- Update to 3.13.3
|
2014-08-10 09:54:43 +00:00
|
|
|
- Tighten -devel deps
|
2014-08-10 09:49:03 +00:00
|
|
|
|
2014-07-22 16:59:03 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.10.1-4
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-07 17:16:34 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-01-08 23:27:44 +00:00
|
|
|
* Wed Jan 08 2014 Adam Williamson <awilliam@redhat.com> - 3.10.1-2
|
|
|
|
- patch up to current git master (should fix annoying crashes)
|
|
|
|
|
2013-10-29 08:27:46 +00:00
|
|
|
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
|
|
|
|
- Update to 3.10.1
|
|
|
|
|
2013-08-03 15:31:37 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-30 15:41:25 +00:00
|
|
|
* Sat Mar 30 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-2
|
|
|
|
- Fix gnome-calculator to show up in the menus again
|
|
|
|
|
2013-03-26 03:43:04 +00:00
|
|
|
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
2013-02-22 07:05:30 +00:00
|
|
|
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
|
|
|
|
- Update to 3.7.90
|
|
|
|
- Drop the downstream patch for changing the release notes categories
|
|
|
|
|
2013-02-14 00:01:06 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-16 04:51:00 +00:00
|
|
|
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.6.2-1
|
|
|
|
- Update to 3.6.2
|
|
|
|
|
2012-11-14 15:55:53 +00:00
|
|
|
* Wed Nov 14 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
|
|
|
- Update to 3.6.1
|
|
|
|
|
2012-10-18 14:05:12 +00:00
|
|
|
* Thu Oct 18 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.0-2
|
|
|
|
- Use gnome-applications.menu instead of applications-gnome.menu,
|
|
|
|
in order to be able to use XDG_MENU_PREFIX instead of a downstream
|
|
|
|
patch to gnome-shell
|
|
|
|
|
2012-09-26 03:16:45 +00:00
|
|
|
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
|
|
|
- Update to 3.6.0
|
|
|
|
|
2012-09-19 13:46:49 +00:00
|
|
|
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
|
|
|
|
- Update to 3.5.92
|
|
|
|
|
2012-08-07 10:41:31 +00:00
|
|
|
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
|
|
|
|
- Update to 3.5.5
|
|
|
|
|
2012-07-19 07:50:14 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-17 12:39:35 +00:00
|
|
|
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
|
|
|
|
- Update to 3.5.4
|
|
|
|
|
2012-06-27 00:51:30 +00:00
|
|
|
* Tue Jun 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-1
|
|
|
|
- Update to 3.5.3
|
|
|
|
|
2012-06-07 01:55:58 +00:00
|
|
|
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
|
|
|
|
- Update to 3.5.2
|
|
|
|
|
2012-05-18 11:49:01 +00:00
|
|
|
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
|
|
|
|
- Update to 3.4.2
|
|
|
|
|
2012-03-26 22:20:49 +00:00
|
|
|
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2012-02-22 00:22:08 +00:00
|
|
|
* Tue Feb 21 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.5-2
|
|
|
|
- Drop the rpath change as it's fixed upstream and the associated circular dep hack
|
|
|
|
|
2012-02-07 12:50:23 +00:00
|
|
|
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
|
|
|
|
- Update to 3.3.5
|
|
|
|
|
2012-01-13 03:51:40 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-02 20:27:47 +00:00
|
|
|
* Wed Nov 2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
|
|
|
|
- Update to 3.3.1
|
|
|
|
|
2011-09-28 12:14:42 +00:00
|
|
|
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 3.2.0.1-1
|
|
|
|
- Update to 3.2.0.1
|
|
|
|
|
2011-09-27 04:56:09 +00:00
|
|
|
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
2011-09-20 01:45:48 +00:00
|
|
|
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
|
|
|
|
- Update to 3.1.92
|
|
|
|
|
2011-08-31 00:49:38 +00:00
|
|
|
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
|
|
|
|
- Update to 3.1.90
|
|
|
|
|
2011-08-24 22:46:23 +00:00
|
|
|
* Fri Aug 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-3
|
2011-08-24 20:57:35 +00:00
|
|
|
- Sync with F16
|
|
|
|
|
2011-04-26 23:11:24 +00:00
|
|
|
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
|
|
|
|
- Update to 3.0.1
|
|
|
|
|
2011-04-11 17:29:50 +00:00
|
|
|
* Mon Apr 11 2011 Colin Walters <walters@verbum.org> - 3.0.0-2
|
|
|
|
- Ship applications-gnome.desktop; we don't want GNOME 3 to use redhat-menus.
|
|
|
|
- Disable introspection, we're not using it right now
|
|
|
|
|
2011-04-04 22:55:29 +00:00
|
|
|
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-1
|
|
|
|
- Update to 3.0.0
|
|
|
|
|
2011-03-08 02:14:56 +00:00
|
|
|
* Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
|
|
|
|
- Update to 2.91.91
|
|
|
|
|
2011-02-09 04:13:15 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.30.4-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-09-29 21:51:52 +00:00
|
|
|
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.4-1
|
|
|
|
- Update to 2.30.4
|
|
|
|
|
2010-09-29 21:19:18 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 2.30.0-5
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-23 10:27:25 +00:00
|
|
|
* Fri Sep 10 2010 Parag Nemade <paragn AT fedoraproject.org> 2.30.0-4
|
|
|
|
- Merge-review cleanup (#225823)
|
|
|
|
|
2010-07-22 01:40:02 +00:00
|
|
|
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.30.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-04-07 20:23:08 +00:00
|
|
|
* Wed Apr 7 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-2
|
|
|
|
- Keep release notes out of Applications>Other
|
|
|
|
|
2010-03-30 01:56:15 +00:00
|
|
|
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
|
|
|
|
- Update to 2.30.0
|
|
|
|
|
2010-03-09 15:13:08 +00:00
|
|
|
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
|
|
|
|
- Update to 2.29.92
|
|
|
|
|
2010-02-22 20:35:35 +00:00
|
|
|
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91-1
|
|
|
|
- Update to 2.29.91
|
|
|
|
|
2010-02-11 23:29:33 +00:00
|
|
|
* Thu Feb 11 2010 Matthias Clasen <mclasen@redhat.com> 2.29.6-1
|
|
|
|
- Update to 2.29.6
|
|
|
|
|
2009-09-24 23:18:29 +00:00
|
|
|
* Thu Sep 24 2009 Matthias Clasen <mclasen@redhat.com> 2.28.0-2
|
|
|
|
- Remove obsolete configure option
|
|
|
|
|
2009-09-22 01:50:59 +00:00
|
|
|
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> 2.28.0-1
|
|
|
|
- Update to 2.28.0
|
|
|
|
|
2009-09-09 04:25:51 +00:00
|
|
|
* Wed Sep 9 2009 Matthias Clasen <mclasen@redhat.com> 2.27.92-1
|
|
|
|
- Update to 2.27.92
|
|
|
|
|
2009-07-25 00:41:42 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-15 16:04:03 +00:00
|
|
|
* Wed Jul 15 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-1
|
|
|
|
- Update to 2.27.4
|
|
|
|
|
2009-06-30 23:31:08 +00:00
|
|
|
* Tue Jun 30 2009 Matthias Clasen <mclasen@redhat.com> 2.26.2-1
|
|
|
|
- Update to 2.26.2
|
|
|
|
- See http://download.gnome.org/sources/gnome-menus/2.26/gnome-menus-2.26.2.news
|
|
|
|
|
2009-06-14 21:52:19 +00:00
|
|
|
* Sun Jun 14 2009 Matthias Clasen <mclasen@redhat.com> 2.26.1-2
|
|
|
|
- Minor directory ownership cleanup
|
|
|
|
|
2009-04-14 00:39:41 +00:00
|
|
|
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> 2.26.1-1
|
|
|
|
- Update to 2.26.1
|
|
|
|
- See http://download.gnome.org/sources/gnome-menus/2.26/gnome-menus-2.26.1.news
|
2009-06-30 23:31:08 +00:00
|
|
|
|
2009-03-17 01:44:38 +00:00
|
|
|
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> 2.26.0-1
|
|
|
|
- Update to 2.26.0
|
|
|
|
|
2009-02-24 23:05:46 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-18 04:18:46 +00:00
|
|
|
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> 2.25.91-1
|
|
|
|
- Update to 2.25.91
|
|
|
|
|
2009-01-20 18:12:54 +00:00
|
|
|
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> 2.25.5-1
|
|
|
|
- Update to 2.25.5
|
|
|
|
|
2008-12-04 17:21:50 +00:00
|
|
|
* Thu Dec 4 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.25.2-3
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-12-04 02:24:16 +00:00
|
|
|
* Wed Dec 3 2008 Matthias Clasen <mclasen@redhat.com> 2.25.2-2
|
2008-12-03 06:12:20 +00:00
|
|
|
- Update to 2.25.2
|
|
|
|
|
2008-11-29 16:37:06 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.24.1-2
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-10-22 16:36:32 +00:00
|
|
|
* Wed Oct 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
|
|
|
|
- Update to 2.24.1
|
|
|
|
|
2008-10-20 13:44:11 +00:00
|
|
|
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
|
|
|
|
- Fix a translation error in Marathi
|
|
|
|
|
2008-09-22 23:43:16 +00:00
|
|
|
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
|
|
|
- Update to 2.24.0
|
|
|
|
|
2008-09-09 01:14:17 +00:00
|
|
|
* Mon Sep 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
|
|
|
|
- Update to 2.23.92
|
|
|
|
|
2008-09-03 00:48:14 +00:00
|
|
|
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
|
|
|
|
- Update to 2.23.91
|
|
|
|
|
2008-08-05 04:15:10 +00:00
|
|
|
* Tue Aug 5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
|
|
|
|
- Update to 2.23.6
|
|
|
|
|
2008-08-01 14:49:47 +00:00
|
|
|
* Fri Aug 1 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-2
|
|
|
|
- Use standard icon names
|
|
|
|
|
2008-07-23 00:22:49 +00:00
|
|
|
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
|
|
|
|
- Update to 2.23.5
|
|
|
|
|
2008-06-18 04:21:06 +00:00
|
|
|
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
|
|
|
|
- Update to 2.23.4
|
|
|
|
|
2008-06-04 16:56:16 +00:00
|
|
|
* Wed Jun 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
|
|
|
|
- Update to 2.23.3
|
|
|
|
|
2008-04-25 15:24:04 +00:00
|
|
|
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
|
|
|
|
- Update to 2.23.1
|
|
|
|
|
2008-04-07 22:19:01 +00:00
|
|
|
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
|
|
|
|
- Update to 2.22.1
|
|
|
|
|
2008-03-11 02:07:42 +00:00
|
|
|
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
|
|
|
- Update to 2.22.0
|
|
|
|
|
2008-02-26 17:46:04 +00:00
|
|
|
* Tue Feb 26 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
|
|
|
|
- Update to 2.21.92
|
|
|
|
|
2008-02-12 06:10:27 +00:00
|
|
|
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
|
|
|
|
- Update to 2.21.91
|
|
|
|
|
2008-01-29 05:45:20 +00:00
|
|
|
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
|
|
|
|
- Update to 2.21.90
|
|
|
|
|
2008-01-15 01:58:13 +00:00
|
|
|
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.4-1
|
|
|
|
- Update to 2.21.4
|
|
|
|
|
2008-01-09 14:32:38 +00:00
|
|
|
* Wed Jan 09 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.3-2
|
|
|
|
- Add upstream patch to allow building with the new GIO file
|
|
|
|
monitoring API
|
|
|
|
|
2007-12-22 22:03:40 +00:00
|
|
|
* Sat Dec 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
|
|
|
|
- Update to 2.21.3
|
|
|
|
- Use gio for file monitoring
|
|
|
|
|
2007-11-13 02:49:13 +00:00
|
|
|
* Mon Nov 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
|
|
|
|
- Update to 2.21.2
|
|
|
|
|
2007-10-15 20:07:43 +00:00
|
|
|
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
|
|
|
|
- Update to 2.20.1 (translation updates)
|
|
|
|
|
2007-09-17 19:14:51 +00:00
|
|
|
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
|
|
|
- Update to 2.20.0
|
|
|
|
|
2007-09-04 18:48:02 +00:00
|
|
|
* Tue Sep 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-1
|
|
|
|
- Update to 2.19.92
|
|
|
|
|
2007-08-23 17:45:36 +00:00
|
|
|
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.19.90-2
|
|
|
|
- Rebuild for build ID
|
2007-08-23 22:17:21 +00:00
|
|
|
- BuildRequires: gawk
|
2007-08-23 17:45:36 +00:00
|
|
|
|
2007-08-13 21:58:11 +00:00
|
|
|
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
|
|
|
|
- Update to 2.19.90
|
|
|
|
|
2007-08-03 03:52:51 +00:00
|
|
|
* Thu Aug 2 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
|
|
|
|
- Update license field
|
|
|
|
|
2007-07-31 01:46:46 +00:00
|
|
|
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
|
|
|
|
- Update to 2.19.6
|
|
|
|
|
2007-07-09 03:02:42 +00:00
|
|
|
* Sun Jul 8 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
|
|
|
|
- Update to 2.19.5
|
|
|
|
|
2007-06-17 19:52:11 +00:00
|
|
|
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
|
|
|
|
- Update to 2.19.4
|
|
|
|
- Drop upstreamed patch
|
|
|
|
|
2007-06-14 19:26:43 +00:00
|
|
|
* Thu Jun 14 2007 Colin Walters <walters@redhat.com> - 2.19.3-2
|
|
|
|
- Add patch gnome-menus-pythread-bgo442747.patch
|
|
|
|
|
2007-06-04 19:50:57 +00:00
|
|
|
* Mon Jun 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
|
|
|
|
- Update to 2.19.3
|
|
|
|
|
2007-05-20 02:54:39 +00:00
|
|
|
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
|
|
|
|
- Update to 2.19.2
|
|
|
|
|
2007-03-13 17:40:04 +00:00
|
|
|
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
|
|
|
- Update to 2.18.0
|
|
|
|
|
2007-02-27 23:43:00 +00:00
|
|
|
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
|
|
|
|
- Update to 2.17.92
|
2007-02-28 01:09:19 +00:00
|
|
|
- Drop obsolete patch
|
2007-02-27 23:43:00 +00:00
|
|
|
|
2007-02-16 00:04:57 +00:00
|
|
|
* Thu Feb 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-2
|
|
|
|
- Show the Preferences menu
|
|
|
|
|
2007-02-13 15:22:26 +00:00
|
|
|
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
|
|
|
|
- Update to 2.17.91
|
|
|
|
|
2007-01-29 17:37:10 +00:00
|
|
|
* Mon Jan 29 2007 Adam Jackson <ajax@redhat.com> - 2.17.5-2
|
|
|
|
- Fix the redhat-menus Requires: to a version where there's no
|
|
|
|
System.directory conflict.
|
|
|
|
|
2007-01-10 19:14:07 +00:00
|
|
|
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
|
|
|
|
- Update to 2.17.5
|
|
|
|
- Remove traces of gmenu-simple-editor
|
|
|
|
|
2006-12-07 18:19:28 +00:00
|
|
|
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 2.17.2-2
|
|
|
|
- rebuild for python 2.5
|
|
|
|
|
2006-11-07 03:28:40 +00:00
|
|
|
* Mon Nov 6 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
|
|
|
|
- Update to 2.17.2
|
|
|
|
- Don't ship static libraries
|
2006-11-07 15:29:32 +00:00
|
|
|
- Fix python packaging
|
2006-11-07 03:28:40 +00:00
|
|
|
|
2006-10-22 00:33:58 +00:00
|
|
|
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
|
|
|
|
- Update to 2.16.1
|
|
|
|
|
2006-09-05 15:21:25 +00:00
|
|
|
* Tue Sep 5 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-2.fc6
|
|
|
|
- Remove menu editor (bug 205210)
|
|
|
|
|
2006-09-05 00:17:28 +00:00
|
|
|
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
|
|
|
|
- Update to 2.16.0
|
|
|
|
|
2006-08-21 19:01:57 +00:00
|
|
|
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-2.fc6
|
|
|
|
- Add Requires to the -devel package
|
|
|
|
|
2006-08-12 21:53:56 +00:00
|
|
|
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-1.fc6
|
|
|
|
- Update to 2.15.91
|
|
|
|
|
2006-08-03 14:13:07 +00:00
|
|
|
* Thu Aug 2 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
|
|
|
|
- Update to 2.15.90
|
|
|
|
|
2006-07-12 17:30:12 +00:00
|
|
|
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4.1-1
|
|
|
|
- Update to 2.15.4.1
|
2006-07-12 17:14:45 +00:00
|
|
|
|
2006-07-12 05:59:37 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.0-4.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-09 17:24:07 +00:00
|
|
|
* Fri Jun 9 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-4
|
|
|
|
- More missing BuildRequires
|
|
|
|
|
2006-06-06 13:07:53 +00:00
|
|
|
* Tue Jun 6 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-3
|
|
|
|
- Add a BuildRequires for perl-XML-Parser
|
|
|
|
|
2006-04-17 16:34:04 +00:00
|
|
|
* Mon Apr 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-2
|
|
|
|
- Update to 2.14.0
|
2006-04-17 16:36:35 +00:00
|
|
|
- Drop upstreamed patch
|
2006-04-17 16:34:04 +00:00
|
|
|
|
2006-02-11 03:14:41 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.5-5.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:52:51 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.5-5.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-02-06 17:22:38 +00:00
|
|
|
* Mon Feb 6 2006 Ray Strode <rstrode@redhat.com> 2.13.5-5
|
|
|
|
- break infinite loop
|
|
|
|
|
2006-02-01 22:26:06 +00:00
|
|
|
* Wed Feb 1 2006 Ray Strode <rstrode@redhat.com> 2.13.5-4
|
|
|
|
- don't ship upstream Desktop.directory files
|
|
|
|
|
2006-01-30 19:10:17 +00:00
|
|
|
* Fri Jan 27 2006 Ray Strode <rstrode@redhat.com> 2.13.5-3
|
|
|
|
- ship upstream .directory files
|
|
|
|
|
2006-01-19 20:08:31 +00:00
|
|
|
* Thu Jan 19 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-2
|
|
|
|
- Add a BuildRequires for gamin
|
|
|
|
|
2006-01-17 05:07:41 +00:00
|
|
|
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
|
|
|
|
- Update to 2.13.5
|
|
|
|
|
2005-12-09 22:40:40 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-09-06 09:42:06 +00:00
|
|
|
* Tue Sep 6 2005 Mark McLoughlin <markmc@redhat.com> 2.12.0-1
|
|
|
|
- Update to 2.12.0
|
|
|
|
|
2005-08-22 09:14:27 +00:00
|
|
|
* Mon Aug 22 2005 Mark McLoughlin <markmc@redhat.com> 2.11.92-1
|
|
|
|
- Update to 2.11.92
|
|
|
|
|
2005-08-18 12:53:18 +00:00
|
|
|
* Thu Aug 18 2005 Mark McLoughlin <markmc@redhat.com> 2.11.91-3
|
|
|
|
- Fix infinite loop in patch for gnome #313624
|
|
|
|
|
2005-08-18 08:20:09 +00:00
|
|
|
* Thu Aug 18 2005 Mark McLoughlin <markmc@redhat.com> 2.11.91-2
|
|
|
|
- Add patch to fix "duplicate entries after upgrade" issue (gnome #313624)
|
|
|
|
|
2005-08-16 13:44:40 +00:00
|
|
|
* Tue Aug 16 2005 Mark McLoughlin <markmc@redhat.com> 2.11.91-1
|
|
|
|
- Update to 2.11.91
|
|
|
|
- Backport patch from HEAD to hopefully fix crasher (rh #165977)
|
|
|
|
|
2005-08-03 19:48:57 +00:00
|
|
|
* Wed Aug 03 2005 Ray Strode <rstrode@redhat.com> - 2.11.90-1
|
|
|
|
- Update to upstream version 2.11.90
|
|
|
|
|
2005-07-11 13:54:22 +00:00
|
|
|
* Mon Jul 11 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1.1-2
|
|
|
|
- Undo the split into tiny subpackages, instead move
|
|
|
|
the Python bindings and the editor into the main package.
|
|
|
|
- Fix dependencies
|
|
|
|
|
2005-07-08 18:51:55 +00:00
|
|
|
* Fri Jul 8 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1.1-1
|
|
|
|
- Update to 2.11.1.1
|
|
|
|
- Split off subpackages for python bindings and editor
|
|
|
|
|
2005-04-23 03:48:37 +00:00
|
|
|
* Fri Apr 22 2005 Matthias Clasen <mclasen@redhat.com> 2.10.1-3
|
|
|
|
- Call ldconfig in %%post (#155734)
|
2005-04-23 03:50:46 +00:00
|
|
|
- Add some BuildRequires
|
2005-04-23 03:48:37 +00:00
|
|
|
|
2005-04-06 06:50:30 +00:00
|
|
|
* Wed Apr 6 2005 Mark McLoughlin <markmc@redhat.com> 2.10.1-2
|
|
|
|
- Backport patch from CVS to fix large memory leak on re-loading
|
|
|
|
the menus (gnome #172472)
|
|
|
|
|
2005-03-23 12:24:15 +00:00
|
|
|
* Wed Mar 23 2005 Mark McLoughlin <markmc@redhat.com> 2.10.1-1
|
|
|
|
- Update to 2.10.1
|
|
|
|
|
2005-03-17 21:10:48 +00:00
|
|
|
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-1
|
|
|
|
- Update to upstream version 2.10.0
|
|
|
|
|
2005-03-04 19:23:10 +00:00
|
|
|
* Fri Mar 4 2005 Jeremy Katz <katzj@redhat.com> - 2.9.90-4
|
|
|
|
- fix 64bit pointer problem that caused the panel to crash
|
|
|
|
|
2005-03-02 17:25:37 +00:00
|
|
|
* Wed Mar 2 2005 Mark McLoughlin <markmc@redhat.com> 2.9.90-3
|
|
|
|
- Turn off debugging by default
|
|
|
|
- Rebuild with gcc4
|
|
|
|
|
2005-02-01 13:16:47 +00:00
|
|
|
* Tue Feb 1 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-2
|
|
|
|
- Don't include .directory and .menu files,
|
|
|
|
we want those from redhat-menus
|
|
|
|
|
2005-01-31 14:23:52 +00:00
|
|
|
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-1
|
|
|
|
- Initial build.
|
|
|
|
|