diff --git a/subversion.changes b/subversion.changes index 66f42f6..268e11c 100644 --- a/subversion.changes +++ b/subversion.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 19 14:36:32 CET 2008 - olh@suse.de + +- default java version changed without notice, use java-openjdk + first if available (bnc#457493) +- configure option --enable-swig-bindings changed to --with-swig + ------------------------------------------------------------------- Tue Dec 16 13:48:49 CET 2008 - olh@suse.de diff --git a/subversion.spec b/subversion.spec index 3deb411..eed1384 100644 --- a/subversion.spec +++ b/subversion.spec @@ -30,7 +30,7 @@ BuildRequires: neon-devel openldap2-devel %endif BuildRequires: sqlite-devel Version: 1.5.2 -Release: 12 +Release: 13 # %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services # @@ -179,6 +179,7 @@ esac %build with_jdk=none for i in \ +/usr/%{_lib}/jvm/java-openjdk \ /usr/%{_lib}/jvm/java-1.4.2-gcj \ /usr/%{_lib}/BEAJava2-1.4.2 \ /usr/%{_lib}/SunJava2-1.4.2 \ @@ -261,7 +262,7 @@ export CXXFLAGS="$CFLAGS" --with-zlib=%{_prefix} \ $with_jdk \ --with-jikes=no \ - --enable-swig-bindings \ + --with-swig \ --disable-mod-activation \ --disable-static %if 0%{?suse_version} == 910 @@ -440,6 +441,10 @@ rm -rf $RPM_BUILD_ROOT %{apache_libexecdir}/mod_authz_svn.* %changelog +* Fri Dec 19 2008 olh@suse.de +- default java version changed without notice, use java-openjdk + first if available (bnc#457493) +- configure option --enable-swig-bindings changed to --with-swig * Tue Dec 16 2008 olh@suse.de - add .hg dir to excludepath in svngrep * Mon Nov 10 2008 olh@suse.de