From ace894fcdd3926191b812e2608318db87fc53c76 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 23 Sep 2014 22:31:05 +0100 Subject: [PATCH] prevents assert()ions in library code (#1058693) --- subversion.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/subversion.spec b/subversion.spec index 863e0a1..dc23c35 100644 --- a/subversion.spec +++ b/subversion.spec @@ -20,7 +20,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.8.10 -Release: 5%{?dist} +Release: 6%{?dist} License: ASL 2.0 Group: Development/Tools URL: http://subversion.apache.org/ @@ -199,11 +199,12 @@ export svn_cv_ruby_sitedir_archsuffix="" sed -i 's/-fpie/-fPIE/' Makefile.in %endif -export CFLAGS="$RPM_OPT_FLAGS -DSVN_SQLITE_MIN_VERSION_NUMBER=3007012 \ +export EXTRA_CFLAGS="$RPM_OPT_FLAGS -DSVN_SQLITE_MIN_VERSION_NUMBER=3007012 \ -DSVN_SQLITE_MIN_VERSION=\\\"3.7.12\\\"" export APACHE_LDFLAGS="-Wl,-z,relro,-z,now" export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} %configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ + --disable-debug \ --with-swig --with-serf=%{_prefix} \ --with-ruby-sitedir=%{ruby_vendorarchdir} \ --with-ruby-test-verbose=verbose \ @@ -465,6 +466,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Sep 23 2014 Joe Orton - 1.8.10-6 +- prevents assert()ions in library code (#1058693) + * Tue Sep 23 2014 Joe Orton - 1.8.10-5 - drop sysv conversion trigger (#1133786)