rpms/subversion/devel subversion.spec,1.68,1.69

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 31 13:08:49 UTC 2006


Author: jorton

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

Modified Files:
	subversion.spec 
Log Message:
* Tue Jan 31 2006 Joe Orton <jorton at redhat.com> 1.3.0-4
- run check-swig-py in %check (#178448)
- relax JDK requirement (Kenneth Porter, #177367)



Index: subversion.spec
===================================================================
RCS file: /cvs/dist/rpms/subversion/devel/subversion.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- subversion.spec	31 Jan 2006 11:46:13 -0000	1.68
+++ subversion.spec	31 Jan 2006 13:08:46 -0000	1.69
@@ -9,14 +9,14 @@
 %endif
 
 # set JDK path to build javahl; default for JPackage
-%define jdk_path /usr/lib/jvm/java-1.4.2-gcj
+%define jdk_path /usr/lib/jvm/java
 
 %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
 
 Summary: Modern Version Control System designed to replace CVS
 Name: subversion
 Version: 1.3.0
-Release: 3
+Release: 4
 License: BSD
 Group: Development/Tools
 URL: http://subversion.tigris.org/
@@ -85,7 +85,7 @@
 Group: Development/Libraries
 Summary: JNI bindings to the Subversion libraries
 Requires: subversion = %{version}-%{release}
-BuildRequires: java-1.4.2-gcj-compat-devel
+BuildRequires: java-1.4.2-devel
 
 %description javahl
 This package includes the JNI bindings to the Subversion libraries.
@@ -185,7 +185,7 @@
 %if %{make_check}
 %check
 export LANG=C LC_ALL=C
-make check check-swig-pl CLEANUP=yes
+make check check-swig-pl check-swig-py CLEANUP=yes
 # check-swig-rb omitted: it runs svnserve
 %endif
 
@@ -252,6 +252,10 @@
 %endif
 
 %changelog
+* Tue Jan 31 2006 Joe Orton <jorton at redhat.com> 1.3.0-4
+- run check-swig-py in %%check (#178448)
+- relax JDK requirement (Kenneth Porter, #177367)
+
 * Tue Jan 31 2006 Joe Orton <jorton at redhat.com> 1.3.0-3
 - rebuild for neon 0.25
 




More information about the fedora-cvs-commits mailing list