packages: sqlite3/sqlite3.spec - rel 2 - enable load-extension API, require...

baggins baggins at pld-linux.org
Wed Jun 27 13:50:32 CEST 2012


Author: baggins                      Date: Wed Jun 27 11:50:32 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2
- enable load-extension API, required for kde4-calligra (kexi)

---- Files affected:
packages/sqlite3:
   sqlite3.spec (1.110 -> 1.111) 

---- Diffs:

================================================================
Index: packages/sqlite3/sqlite3.spec
diff -u packages/sqlite3/sqlite3.spec:1.110 packages/sqlite3/sqlite3.spec:1.111
--- packages/sqlite3/sqlite3.spec:1.110	Mon Jun 25 02:18:12 2012
+++ packages/sqlite3/sqlite3.spec	Wed Jun 27 13:50:27 2012
@@ -2,14 +2,13 @@
 # TODO:
 # - some tests fail with tcl8.5, it's tcl fault,
 #	if someone REALLY cares (s)he can look into it
-# - enable --enable-load-extension?
 #
 # Conditional build:
 %bcond_with	tests		# run tests
 %bcond_without	tcl		# Tcl extension
 %bcond_without	doc		# disable documentation building
 %bcond_without	unlock_notify	# disable unlock notify API
-%bcond_with	load_extension	# enable load extension API
+%bcond_without	load_extension	# enable load extension API
 
 %ifarch alpha sparc %{x8664}
 %undefine	with_tests
@@ -30,7 +29,7 @@
 Summary(pl.UTF-8):	Biblioteka SQLite
 Name:		sqlite3
 Version:	3.7.13
-Release:	1
+Release:	2
 License:	Public Domain
 Group:		Libraries
 # Source0Download: http://www.sqlite.org/download.html
@@ -197,8 +196,9 @@
 %configure \
 	%{?with_tcl:--with-tcl=%{_ulibdir}} \
 	%{!?with_tcl:--disable-tcl} \
+	%{__enable_disable load_extension load-extension} \
 	--enable-threadsafe
-%{?with_load_extension:sed -i~ s/-DSQLITE_OMIT_LOAD_EXTENSION=1// Makefile}
+
 %{__make}
 
 %if %{with doc}
@@ -261,6 +261,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.111  2012/06/27 11:50:27  baggins
+- rel 2
+- enable load-extension API, required for kde4-calligra (kexi)
+
 Revision 1.110  2012/06/25 00:18:12  glen
 - distfiles fetcher sucks
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/sqlite3/sqlite3.spec?r1=1.110&r2=1.111



More information about the pld-cvs-commit mailing list