OBS User unknown 2008-12-19 14:15:53 +00:00 committed by Git OBS Bridge
parent 66157de02d
commit b15358fb03
2 changed files with 14 additions and 2 deletions

View File

@ -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

View File

@ -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