]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- release 2, wal replication patch up to 3.29.0 auto/th/sqlite3-3.29.0-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 22 Aug 2019 05:44:20 +0000 (07:44 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Thu, 22 Aug 2019 05:44:20 +0000 (07:44 +0200)
sqlite3.spec

index b5bfeb6a1eda95c5cf9fe1dce3617b8e681c43a9..934bad72070ec85225613500692d322e9f3cba2a 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.28.0
+%define                walver  3.29.0
 
 %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:  58d6b67af08d373047756ed5d2579fa8
+# Patch1-md5:  6707a179ad80076f290a54e424c488c8
 URL:           https://www.sqlite.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
This page took 0.258083 seconds and 4 git commands to generate.