]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- release 2, wal replication patch updated to 3.27.1 auto/th/sqlite3-3.27.1-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 11 Feb 2019 18:56:12 +0000 (19:56 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Mon, 11 Feb 2019 18:56:12 +0000 (19:56 +0100)
sqlite3.spec

index 113c07ffc9f524e572c5014172651d70324d8e23..44376d556d972e6e89123747b1ff17a1bb069037 100644 (file)
 %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                walver  3.27.1
 
 %define                tclver          8.6
 Summary:       SQLite3 library
 Summary(pl.UTF-8):     Biblioteka SQLite3
 Name:          sqlite3
 Version:       %{ver}
-Release:       1
+Release:       2
 License:       Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
@@ -45,7 +45,7 @@ Source0:      https://www.sqlite.org/2019/sqlite-src-%{vnum}.zip
 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
-# Patch1-md5:  4a279faaf27e95760b73423875c6d002
+# Patch1-md5:  280abeb0aa494fb1165ca66bec7c3d95
 URL:           https://www.sqlite.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
This page took 0.167236 seconds and 4 git commands to generate.