[packages/sqlite3] - updated to 3.29.0 (walver still at 3.28.0)

adamg adamg at pld-linux.org
Sat Jul 13 09:26:40 CEST 2019


commit 458409c4aac0346d46722d97a3ccad5992c34171
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Sat Jul 13 09:26:34 2019 +0200

    - updated to 3.29.0 (walver still at 3.28.0)

 sqlite3.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index 08d4da7..b5bfeb6 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -25,7 +25,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	3280000
+%define		vnum	3290000
 %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)}
 
 # wal replication version
@@ -41,7 +41,7 @@ License:	Public Domain
 Group:		Libraries
 # Source0Download: http://www.sqlite.org/download.html
 Source0:	https://www.sqlite.org/2019/sqlite-src-%{vnum}.zip
-# Source0-md5:	fe28fd6a90b86c4b9a4a7c61fdb1beb6
+# Source0-md5:	ee61acb4d50e3310068111f41d8120eb
 Patch0:		%{name}-sign-function.patch
 # https://github.com/CanonicalLtd/dqlite/issues/91
 Patch1:		https://github.com/CanonicalLtd/sqlite/releases/download/version-%{walver}+replication3/sqlite-%{walver}.diff
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list