disable override of sqlite minimum version

This commit is contained in:
Joe Orton 2013-12-02 10:20:08 +00:00
parent da8ac45851
commit cc34ecfca0

View File

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