From cb36ecf77bf818fba57bedcce379042b565fea68 Mon Sep 17 00:00:00 2001 From: jorton Date: Aug 23 2007 07:50:59 +0000 Subject: - rebuild for neon 0.27 --- diff --git a/subversion.spec b/subversion.spec index ab82e0c..a371cc8 100644 --- a/subversion.spec +++ b/subversion.spec @@ -15,7 +15,7 @@ Summary: Modern Version Control System designed to replace CVS Name: subversion Version: 1.4.4 -Release: 4 +Release: 5 License: BSD Group: Development/Tools URL: http://subversion.tigris.org/ @@ -123,11 +123,12 @@ export svn_cv_ruby_sitedir_libsuffix="" export svn_cv_ruby_sitedir_archsuffix="" export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} +export CPPFLAGS="-DSVN_NEON_0_26 -DSVN_NEON_0_25" %configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ --with-swig --with-neon=%{_prefix} \ --with-ruby-sitedir=%{ruby_sitearch} \ --with-apxs=%{_sbindir}/apxs --disable-mod-activation \ - --disable-static + --disable-static --disable-neon-version-check # 1.3.0 tarball ships with generated swig sources make extraclean-swig-headers make %{?_smp_mflags} all @@ -273,6 +274,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Thu Aug 23 2007 Joe Orton 1.4.4-5 +- rebuild for neon 0.27 + * Wed Aug 22 2007 Joe Orton 1.4.4-4 - trim dependencies from .la files - detabify spec file