]> git.pld-linux.org Git - packages/sqlite3.git/blobdiff - sqlite3.spec
updated wal replication patch; rel 1
[packages/sqlite3.git] / sqlite3.spec
index d6387e3d67fa1fff03f881fabb50c984b9b5c935..08d4da700aabec08a3e4c5178bc247838325ca3c 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.27.2
+%define                walver  3.28.0
 
 %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,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:  a4187866db4e8e7e06a77c1fd8d9ff01
+# Patch1-md5:  58d6b67af08d373047756ed5d2579fa8
 URL:           https://www.sqlite.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
This page took 0.094311 seconds and 4 git commands to generate.