[packages/sqlite3] up to 3.14.0

atler atler at pld-linux.org
Mon Aug 8 20:41:06 CEST 2016


commit 16787c3ac466aaf3dbe856dfc485947b4fad9532
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Aug 8 20:38:51 2016 +0200

    up to 3.14.0
    
    - invoke autoconf with --force to regenerate libtool scripts

 sqlite3.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index 9f2f418..07d7b02 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -22,7 +22,7 @@
 
 # sqlite3 version with zero padded without any dots (3 08 10 01 is 3.8.10.1)
 # but trailing 00 means no 4rd part (3 11 01 00 is 3.11.1)
-%define		vnum	3120200
+%define		vnum	3140000
 %define		ver		%{lua:vn=rpm.expand("%vnum");v="";for i in string.gmatch(string.format("%08d", vn), "..") do v=v.."."..i:gsub("^0", "");end;v=v:gsub("^.",""):gsub("\.0$","");print(v)}
 
 %define		tclver		8.6
@@ -35,7 +35,7 @@ License:	Public Domain
 Group:		Libraries
 # Source0Download: http://www.sqlite.org/download.html
 Source0:	http://www.sqlite.org/2016/sqlite-src-%{vnum}.zip
-# Source0-md5:	ad51fce1593191281c6eca810e0cc629
+# Source0-md5:	947f1a0ad4b820d8406bcaf3da63d4bc
 Patch0:		%{name}-sign-function.patch
 URL:		http://www.sqlite.org/
 %{?with_load_extension:Provides:	%{name}(load_extension)}
@@ -191,7 +191,7 @@ fi
 %{__libtoolize}
 cp -f /usr/share/automake/config.sub .
 %{__aclocal}
-%{__autoconf}
+%{__autoconf} --force
 append-cppflags() {
 	CPPFLAGS="$CPPFLAGS $*"
 }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sqlite3.git/commitdiff/16787c3ac466aaf3dbe856dfc485947b4fad9532



More information about the pld-cvs-commit mailing list