diff --git a/subversion.conf b/subversion.conf index 627c56d..4190b3b 100644 --- a/subversion.conf +++ b/subversion.conf @@ -19,6 +19,7 @@ LoadModule authz_svn_module modules/mod_authz_svn.so # To create a new repository using this scheme, say, # http://localhost/repos/stuff, run as root: # +# # mkdir /var/www/svn # # cd /var/www/svn # # svnadmin create stuff # # chown -R apache.apache stuff diff --git a/subversion.spec b/subversion.spec index bde37c6..656c33e 100644 --- a/subversion.spec +++ b/subversion.spec @@ -1,6 +1,7 @@ # set to zero to avoid running test suite %define make_check 1 -%define with_java %{?_with_java:1}%{!?_with_java:0} +#define with_java %{?_with_java:1}%{!?_with_java:0} +%define with_java 1 # set JDK path to build javahl; default for JPackage %define jdk_path /usr/lib/jvm/java-1.4.2-gcj @@ -10,7 +11,7 @@ Summary: Modern Version Control System designed to replace CVS Name: subversion Version: 1.1.4 -Release: 2 +Release: 3 License: BSD Group: Development/Tools URL: http://subversion.tigris.org/ @@ -218,6 +219,10 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Wed Apr 13 2005 Joe Orton 1.1.4-3 +- enable java subpackage again +- tweak subversion.conf comments + * Sun Apr 3 2005 Joe Orton 1.1.4-2 - update to 1.1.4