commit a1370bcb47377d6afd2adef21c68ef69894ecce8
Author: Adam Gołębiowski <[email protected]>
Date:   Fri Feb 8 11:50:50 2019 +0100

    - updated to 3.27.0, separte wal replication patch version

 sqlite3.spec | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index 9c4b5d4..fd96718 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -25,9 +25,12 @@
 
 # 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    3260000
+%define                vnum    3270000
 %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
+%define                walver  3.26.0
+
 %define                tclver          8.6
 Summary:       SQLite3 library
 Summary(pl.UTF-8):     Biblioteka SQLite3
@@ -37,11 +40,11 @@ Release:    1
 License:       Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
-Source0:       http://www.sqlite.org/2018/sqlite-src-%{vnum}.zip
-# Source0-md5: dfc2ae0e9b810e9e3db553f71ea832ad
+Source0:       http://www.sqlite.org/2019/sqlite-src-%{vnum}.zip
+# Source0-md5: e0fb6e677048c95637fd10408a811011
 Patch0:                %{name}-sign-function.patch
 # https://github.com/CanonicalLtd/dqlite/issues/91
-Patch1:                
https://github.com/CanonicalLtd/sqlite/releases/download/version-%{ver}%%2Breplication3/sqlite-%{ver}.diff
+Patch1:                
https://github.com/CanonicalLtd/sqlite/releases/download/version-%{walver}%%2Breplication3/sqlite-%{walver}.diff
 # Patch1-md5:  4a279faaf27e95760b73423875c6d002
 URL:           http://www.sqlite.org/
 BuildRequires: autoconf >= 2.50
================================================================

---- gitweb:

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to