rpms/planner/devel planner.spec,1.65,1.66

Caolan McNamara caolanm at fedoraproject.org
Tue Nov 17 10:32:32 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/planner/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14362

Modified Files:
	planner.spec 
Log Message:
Resolves: rhbz#526295 automatically go to edit mode on insert task


Index: planner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/planner/devel/planner.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- planner.spec	24 Sep 2009 11:01:37 -0000	1.65
+++ planner.spec	17 Nov 2009 10:32:32 -0000	1.66
@@ -1,7 +1,7 @@
 Summary:   A graphical project management tool
 Name:      planner
 Version:   0.14.4
-Release:   3%{?dist}
+Release:   4%{?dist}
 License:   GPLv2+
 Group:     Applications/Productivity
 URL:       http://live.gnome.org/Planner
@@ -20,6 +20,7 @@ Requires(postun): %{_bindir}/scrollkeepe
 
 Patch0: planner-gnome596171-recentlyused.patch
 Patch1: planner-gnome596173-xdg.patch
+Patch2: planner-editoninsert.patch
 
 %description
 Planner is a visual project management application which allows users to
@@ -51,6 +52,7 @@ This package provides a plugin to integr
 %setup -q
 %patch0 -p1 -b .recentlyused
 %patch1 -p1 -b .xdg
+%patch2 -p1 -b .editoninsert
 
 %build
 %configure --enable-python --disable-gtk-doc --disable-dotnet --disable-update-mimedb --enable-eds --enable-eds-backend --disable-static
@@ -147,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Nov 17 2009 Caolán McNamara <caolanm at redhat.com> - 0.14.4-4
+- Resolves: rhbz#526295 automatically go to edit mode on insert task
+
 * Thu Sep 24 2009 Caolán McNamara <caolanm at redhat.com> - 0.14.4-3
 - Resolves: rhbz#524662 Implement new Gnome XDG Config Folders for planner
     + gnome#596171 change recently used to use new recently used backend




More information about the scm-commits mailing list