[python3/f20] Enable loading sqlite extensions.

Bohuslav Kabrda bkabrda at fedoraproject.org
Wed Feb 19 13:38:15 UTC 2014


commit 5af3a414358bd8e80d44a1ae22902abce0c8675f
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Wed Feb 19 14:30:28 2014 +0100

    Enable loading sqlite extensions.
    
    Resolves: rhbz#1066938
    
    Conflicts:
    	python3.spec

 python3.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index b24a883..f351e23 100644
--- a/python3.spec
+++ b/python3.spec
@@ -126,7 +126,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}.2
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: Python
 Group: Development/Languages
 
@@ -978,6 +978,7 @@ BuildPython() {
   --with-dbmliborder=gdbm:ndbm:bdb \
   --with-system-expat \
   --with-system-ffi \
+  --enable-loadable-sqlite-extensions \
 %if 0%{?with_systemtap}
   --with-systemtap \
 %endif
@@ -1746,6 +1747,10 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Wed Feb 19 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 3.3.2-10
+- Enable loading sqlite extensions.
+Resolves: rhbz#1066938
+
 * Mon Feb 10 2014 Tomas Radej <tradej at redhat.com> - 3.3.2-9
 - Fixed buffer overflow (upstream patch)
 Resolves: rhbz#1062374


More information about the scm-commits mailing list