[packages/sqlite3] up to 3.31.1 (rel 0.1, replication patch not there yet)
atler
atler at pld-linux.org
Mon Jan 27 22:09:21 CET 2020
commit 06457241bb479ffc58b2033b7f0b3bb2196b8c71
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Jan 27 22:08:24 2020 +0100
up to 3.31.1 (rel 0.1, replication patch not there yet)
sqlite3.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index b50095e..16c88e0 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -26,7 +26,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 3300100
+%define vnum 3310100
%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
@@ -37,12 +37,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: a090a543b1d17178627f280f0fe07324
+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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sqlite3.git/commitdiff/06457241bb479ffc58b2033b7f0b3bb2196b8c71
More information about the pld-cvs-commit
mailing list