rpms/subversion/devel subversion.spec,1.51,1.52

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 25 07:07:00 UTC 2005


Author: jorton

Update of /cvs/dist/rpms/subversion/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18455

Modified Files:
	subversion.spec 
Log Message:
* Wed May 25 2005 Joe Orton <jorton at redhat.com> 1.2.0-2
- disable java on ppc64 (#158719)



Index: subversion.spec
===================================================================
RCS file: /cvs/dist/rpms/subversion/devel/subversion.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- subversion.spec	24 May 2005 15:50:39 -0000	1.51
+++ subversion.spec	25 May 2005 07:06:58 -0000	1.52
@@ -1,8 +1,9 @@
 # set to zero to avoid running test suite
 %define make_check 1
 
-%ifarch ia64
+%ifarch ia64 ppc64
 # hits ecj bug on ia64: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=154700
+# hits ecj bug on ppc64: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=158719
 %define with_java 0
 %else
 %define with_java 1
@@ -16,7 +17,7 @@
 Summary: Modern Version Control System designed to replace CVS
 Name: subversion
 Version: 1.2.0
-Release: 1
+Release: 2
 License: BSD
 Group: Development/Tools
 URL: http://subversion.tigris.org/
@@ -246,6 +247,9 @@
 %endif
 
 %changelog
+* Wed May 25 2005 Joe Orton <jorton at redhat.com> 1.2.0-2
+- disable java on ppc64 (#158719)
+
 * Tue May 24 2005 Joe Orton <jorton at redhat.com> 1.2.0-1
 - update to 1.2.0; add ruby subpackage
 




More information about the fedora-cvs-commits mailing list