disable override of sqlite minimum version
This commit is contained in:
parent
da8ac45851
commit
cc34ecfca0
@ -28,7 +28,7 @@
|
||||
Summary: A Modern Concurrent Version Control System
|
||||
Name: subversion
|
||||
Version: 1.8.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: ASL 2.0
|
||||
Group: Development/Tools
|
||||
URL: http://subversion.apache.org/
|
||||
@ -221,7 +221,6 @@ export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path}
|
||||
--disable-static --with-sasl=%{_prefix} \
|
||||
--with-libmagic=%{_prefix} \
|
||||
--with-gnome-keyring \
|
||||
--enable-sqlite-compatibility-version=%{sqlite_minver} \
|
||||
%if %{with_java}
|
||||
--enable-javahl \
|
||||
--with-junit=%{_prefix}/share/java/junit.jar \
|
||||
@ -480,6 +479,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Dec 2 2013 Joe Orton <jorton@redhat.com> - 1.8.5-2
|
||||
- disable override of sqlite minimum version
|
||||
|
||||
* Tue Nov 26 2013 Joe Orton <jorton@redhat.com> - 1.8.5-1
|
||||
- update to 1.8.5 (#1034130)
|
||||
- add fix for wc-queries-test breakage (h/t Andreas Stieger, r1542774)
|
||||
|
Loading…
Reference in New Issue
Block a user