[packages/sqlite3] - updated to 3.11.1

qboosh qboosh at pld-linux.org
Mon Mar 7 19:09:29 CET 2016


commit ea9e16e8c310d4b127cd00cfe73bd3b42789c78b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Mar 7 19:13:07 2016 +0100

    - updated to 3.11.1

 sqlite3.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index 3512ebc..7a98f26 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -21,8 +21,8 @@
 %endif
 
 # 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 10 01 00 is 3.10.1)
-%define		vnum	3100100
+# but trailing 00 means no 4rd part (3 11 01 00 is 3.11.1)
+%define		vnum	3110100
 %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:	037618ad92945e7a394ffe7ddbb9a85c
+# Source0-md5:	52f96513281a97f0632d2280964798fa
 Patch0:		%{name}-sign-function.patch
 URL:		http://www.sqlite.org/
 %{?with_load_extension:Provides:	%{name}(load_extension)}
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list