diff --git a/.gitignore b/.gitignore index 0d0cf0a..50cd307 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ alacarte-0.13.1.tar.bz2 /alacarte-3.5.5.tar.xz /alacarte-3.6.1.tar.xz /alacarte-3.7.3.tar.xz +/alacarte-3.7.90.tar.xz diff --git a/alacarte-ndesk.patch b/alacarte-ndesk.patch deleted file mode 100644 index a698f74..0000000 --- a/alacarte-ndesk.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up alacarte-3.7.3/data/Makefile.am.ndesk alacarte-3.7.3/data/Makefile.am ---- alacarte-3.7.3/data/Makefile.am.ndesk 2013-01-17 00:16:03.801173558 -0500 -+++ alacarte-3.7.3/data/Makefile.am 2013-01-17 00:16:11.300173290 -0500 -@@ -3,7 +3,7 @@ SUBDIRS = icons - @INTLTOOL_DESKTOP_RULE@ - - desktopdir = $(datadir)/applications --ndesktop_in_files = alacarte.desktop.in -+desktop_in_files = alacarte.desktop.in - desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) - - pkgdata_DATA = alacarte.ui launcher-editor.ui directory-editor.ui diff --git a/alacarte.spec b/alacarte.spec index 1aa157e..299476b 100644 --- a/alacarte.spec +++ b/alacarte.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: alacarte -Version: 3.7.3 -Release: 2%{?dist} +Version: 3.7.90 +Release: 1%{?dist} Summary: Menu editor for the GNOME desktop Group: Applications/System @@ -11,9 +11,6 @@ URL: http://www.gnome.org #VCS: git:git://git.gnome.org/alacarte Source0: http://download.gnome.org/sources/alacarte/3.7/%{name}-%{version}.tar.xz -# upstream fix -Patch0: alacarte-ndesk.patch - BuildArch: noarch BuildRequires: python, python-devel, gettext @@ -37,7 +34,6 @@ should work with any desktop environment that uses this specification. %prep %setup -q -%patch0 -p1 -b .ndesk autoreconf -i -f @@ -88,6 +84,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Feb 28 2013 Jasper St. Pierre - 3.7.90-1 +- Update to 3.7.90 + * Wed Feb 13 2013 Fedora Release Engineering - 3.7.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 3e7a993..89387c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59e1e9041400e57a77e896460555067a alacarte-3.7.3.tar.xz +17bdb877109a7e8a7d41ccf60d349c1e alacarte-3.7.90.tar.xz