From: Jan Palus Date: Thu, 18 Apr 2019 10:18:30 +0000 (+0200) Subject: up to 3.28.0 (rel 0.1, wal replication patch not ready yet) X-Git-Tag: auto/th/sqlite3-3.28.0-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=53a8c72e50a12cb4e6f16c8200a25061ccf57682;p=packages%2Fsqlite3.git up to 3.28.0 (rel 0.1, wal replication patch not ready yet) --- diff --git a/sqlite3.spec b/sqlite3.spec index c173bc5..d6387e3 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -25,7 +25,7 @@ # 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 3270200 +%define vnum 3280000 %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 @@ -36,12 +36,12 @@ Summary: SQLite3 library Summary(pl.UTF-8): Biblioteka SQLite3 Name: sqlite3 Version: %{ver} -Release: 2 +Release: 0.1 License: Public Domain Group: Libraries # Source0Download: http://www.sqlite.org/download.html Source0: https://www.sqlite.org/2019/sqlite-src-%{vnum}.zip -# Source0-md5: 57f557ab7889f035358aab5ee98606a5 +# Source0-md5: fe28fd6a90b86c4b9a4a7c61fdb1beb6 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