[alacarte/f17] Update to 0.13.4

Jasper St. Pierre magcius at fedoraproject.org
Fri Jun 1 16:06:12 UTC 2012


commit 73dbfc5b2d88bf6894b219398841078d07fa25a0
Author: Jasper St. Pierre <jstpierre at mecheye.net>
Date:   Fri Jun 1 12:04:43 2012 -0400

    Update to 0.13.4

 .gitignore                   |    1 +
 alacarte-0.11.3-pypath.patch |   12 ------------
 alacarte.spec                |   19 +++++++------------
 python27.patch               |   12 ------------
 sources                      |    2 +-
 startup-notify.patch         |   12 ------------
 undo-delete.patch            |   13 -------------
 7 files changed, 9 insertions(+), 62 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ede0583..d67ccb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 alacarte-0.13.1.tar.bz2
 /alacarte-0.13.2.tar.bz2
+/alacarte-0.13.4.tar.xz
diff --git a/alacarte.spec b/alacarte.spec
index d45514e..9d03ad7 100644
--- a/alacarte.spec
+++ b/alacarte.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           alacarte
-Version:        0.13.2
+Version:        0.13.4
 Release:        4%{?dist}
 Summary:        Menu editor for the GNOME desktop
 
@@ -9,12 +9,12 @@ Group:          Applications/System
 License:        LGPLv2+
 URL:            http://www.gnome.org
 #VCS: git:git://git.gnome.org/alacarte
-Source0:        http://download.gnome.org/sources/alacarte/0.13/%{name}-%{version}.tar.bz2
+Source0:        http://download.gnome.org/sources/alacarte/0.13/%{name}-%{version}.tar.xz
 
 BuildArch:      noarch
 
 BuildRequires:  python, python-devel, gettext
-BuildRequires:  pygtk2-devel
+BuildRequires:  pygobject3-devel
 BuildRequires:  pkgconfig
 BuildRequires:  gnome-menus-devel >= 2.27.92
 BuildRequires:  intltool
@@ -24,10 +24,6 @@ Requires:       pygtk2, gnome-python2-gconf
 Requires:       gnome-menus >= 2.27.92
 Requires:       gnome-panel
 
-Patch0:         undo-delete.patch
-# https://bugzilla.gnome.org/show_bug.cgi?id=612895
-Patch1:         startup-notify.patch
-
 %description
 Alacarte is a graphical menu editor that lets you edit, add, and delete
 menu entries. It follows the freedesktop.org menu specification and
@@ -35,16 +31,12 @@ should work with any desktop environment that uses this specification.
 
 %prep
 %setup -q
-%patch0 -p1 -b .undo-delete
-%patch1 -p1 -b .startup-notify
-
-# Patch 2 requires regenerating the configure script:
-autoreconf
 
 %build
 %configure
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
@@ -88,6 +80,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/256x256/apps/alacarte.png
 
 %changelog
+* Fri Jun 01 2012 Jasper St. Pierre <jstpierre at mecheye.net> - 0.13.4-1
+- Update to 0.13.4. Resolves: #734442
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 5d7d616..68d80cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de84e437babebe036ab8dc9a518282ca  alacarte-0.13.2.tar.bz2
+123634cab8d2af0f3ef1ad6404648580  alacarte-0.13.4.tar.xz


More information about the scm-commits mailing list