[packages/sqlite3] updated wal replication patch; rel 1
atler
atler at pld-linux.org
Fri Apr 19 18:33:44 CEST 2019
commit 5c864a65bc540f1065a9cb1f6f51c7cd90c458a8
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Apr 19 18:33:10 2019 +0200
updated wal replication patch; rel 1
sqlite3.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index d6387e3..08d4da7 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -29,14 +29,14 @@
%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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sqlite3.git/commitdiff/5c864a65bc540f1065a9cb1f6f51c7cd90c458a8
More information about the pld-cvs-commit
mailing list