]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
updated replication patch to 3.31.1; rel 1 auto/th/sqlite3-3.31.1-1
authorJan Palus <atler@pld-linux.org>
Thu, 20 Feb 2020 16:04:59 +0000 (17:04 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 20 Feb 2020 16:04:59 +0000 (17:04 +0100)
sqlite3.spec

index 16c88e071214e108250df33d02ed2d9ed04e02e4..5361e5651825fb14629a12ad1a93f25efa6a8abd 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.30.1
+%define                walver  3.31.1
 
 %define                tclver          8.6
 Summary:       SQLite3 library
 Summary(pl.UTF-8):     Biblioteka SQLite3
 Name:          sqlite3
 Version:       %{ver}
-Release:       0.1
+Release:       1
 License:       Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
@@ -45,8 +45,8 @@ Source0:      https://www.sqlite.org/2020/sqlite-src-%{vnum}.zip
 # Source0-md5: 21d4eb07c3db5731cbece0ed4667cdc0
 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:  117f94e914198df90aac081262bdd146
+Patch1:                https://github.com/CanonicalLtd/sqlite/releases/download/version-%{walver}+replication4/sqlite-%{walver}.diff
+# Patch1-md5:  3675635e60ab0d74893b2dd9707af3ca
 URL:           https://www.sqlite.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
This page took 0.120429 seconds and 4 git commands to generate.