X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=sqlite3.spec;h=8db95694b1f11f08fa7ccf77f5ef50ec493b006b;hb=bdcceccbabb73cc08778d0360bb52f8ca5f9a919;hp=9c4b5d4af48cc035019fca304dac108d8c8fcb6d;hpb=56e3d6c1230780edf02b4be5b14bdeb7649a60b7;p=packages%2Fsqlite3.git diff --git a/sqlite3.spec b/sqlite3.spec index 9c4b5d4..8db9569 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -13,7 +13,7 @@ %bcond_with icu # ICU tokenizer support %bcond_without wal_replication # WAL replication support -%ifarch alpha sparc %{x8664} +%ifarch %{x8664} %undefine with_tests %endif @@ -25,9 +25,12 @@ # 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 3260000 +%define vnum 3300100 %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.30.1 + %define tclver 8.6 Summary: SQLite3 library Summary(pl.UTF-8): Biblioteka SQLite3 @@ -37,13 +40,13 @@ Release: 1 License: Public Domain Group: Libraries # Source0Download: http://www.sqlite.org/download.html -Source0: http://www.sqlite.org/2018/sqlite-src-%{vnum}.zip -# Source0-md5: dfc2ae0e9b810e9e3db553f71ea832ad +Source0: https://www.sqlite.org/2019/sqlite-src-%{vnum}.zip +# Source0-md5: a090a543b1d17178627f280f0fe07324 Patch0: %{name}-sign-function.patch # https://github.com/CanonicalLtd/dqlite/issues/91 -Patch1: https://github.com/CanonicalLtd/sqlite/releases/download/version-%{ver}%%2Breplication3/sqlite-%{ver}.diff -# Patch1-md5: 4a279faaf27e95760b73423875c6d002 -URL: http://www.sqlite.org/ +Patch1: https://github.com/CanonicalLtd/sqlite/releases/download/version-%{walver}+replication3/sqlite-%{walver}.diff +# Patch1-md5: 117f94e914198df90aac081262bdd146 +URL: https://www.sqlite.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake %{!?with_readline:BuildRequires: libedit-devel}