rpms/planner/FC-5 planner.spec,1.24,1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jun 8 01:17:12 UTC 2006


Author: jkeating

Update of /cvs/dist/rpms/planner/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv26601

Modified Files:
	planner.spec 
Log Message:
Disable s390(x) in a beter way


Index: planner.spec
===================================================================
RCS file: /cvs/dist/rpms/planner/FC-5/planner.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- planner.spec	8 Jun 2006 01:06:51 -0000	1.24
+++ planner.spec	8 Jun 2006 01:17:09 -0000	1.25
@@ -8,7 +8,7 @@
 Summary:   A graphical project management tool.
 Name:      planner
 Version:   0.13
-Release:   4.3
+Release:   4.4
 URL:       http://planner.imendio.org
 License:   GPL
 Group:     Applications/Productivity
@@ -31,7 +31,9 @@
 BuildRequires: scrollkeeper, glib2-devel, evolution-data-server-devel, python-devel
 BuildRequires: evolution-devel
 
-ExcludeArch: s390, s390x
+ExcludeArch: s390
+ExcludeArch: s390x
+# Exclude s390(x) due to evolution not building there
 
 
 ##################################
@@ -216,7 +218,7 @@
 # Changelog
 ##################################
 %changelog
-* Wed Jun 07 2006 Jesse Keating <jkeating at redhat.com> - 0.13-4.3
+* Wed Jun 07 2006 Jesse Keating <jkeating at redhat.com> - 0.13-4.4
 - Rebuild for new eds
 - Add missing buildrequires
 - Exclude s390(x) as evolution won't build there




More information about the fedora-cvs-commits mailing list