[subversion/f20] disable override of sqlite minimum version

jorton jorton at fedoraproject.org
Mon Dec 2 10:20:14 UTC 2013


commit cc34ecfca00eee5730f13dce49caf5efa596e5f1
Author: Joe Orton <jorton at redhat.com>
Date:   Mon Dec 2 10:20:08 2013 +0000

    disable override of sqlite minimum version

 subversion.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/subversion.spec b/subversion.spec
index d6cb0d2..5810f53 100644
--- a/subversion.spec
+++ b/subversion.spec
@@ -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 at redhat.com> - 1.8.5-2
+- disable override of sqlite minimum version
+
 * Tue Nov 26 2013 Joe Orton <jorton at redhat.com> - 1.8.5-1
 - update to 1.8.5 (#1034130)
 - add fix for wc-queries-test breakage (h/t Andreas Stieger, r1542774)


More information about the scm-commits mailing list