diff --git a/sources b/sources index aca1dd7..8aaf16a 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (sqlite-autoconf-3180000.tar.gz) = 4c2efda1d63d1849f7a351cc57c02cc1820efe3c19f88460a131a1d6ae4f7411e4b7672a5581055e581093df29f65cebd9ff5b24125c18802523b17477dce1ef -SHA512 (sqlite-doc-3180000.zip) = 7b65130cb2174d823842cddc912432d206044a8b276fdc2eef437854de7d0b05b8eb5d7aec0ead5c3f88bb7788ae5f1c42ffb1e43ab00774a68f6f7fea72d517 -SHA512 (sqlite-src-3180000.zip) = b82c5388066f2e905c067d75e890bf2ff03a522733b8c8e0ebdfffe1804d7ecb39b72f6d808fce59133ac8c645f8b6e163e3dff7bbb0d66bbe8748e069ca7a84 +SHA512 (sqlite-autoconf-3190100.tar.gz) = c38eb3131f8faad29c56c99167b813ce0b5f15a371d1e39b75f9327650c1d6b3220d787df71fa109fa8251f89c3435ab01c4742411a3a228b0d9e2261ffcf950 +SHA512 (sqlite-doc-3190100.zip) = e7c98bc2601ed51f22b479f9534c0988cf0b9c3a93a09f33e51daf2c8f538285c9a0bfb524e73579bba6993abdb8b10cd7eed6269d6782e62fafeaff68ba9994 +SHA512 (sqlite-src-3190100.zip) = 560c414d7a9683a55145d09707097dc39e24b22ec6ef48e4c1ac0722cfafa120356f26d5662f0cb2bce6b2e6fe3cb10f61bb543aae9fc0c7108081e9aa239805 diff --git a/sqlite.spec b/sqlite.spec index a9e9a8c..19a2227 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -3,9 +3,9 @@ %bcond_with static %bcond_without check -%define realver 3180000 -%define docver 3180000 -%define rpmver 3.18.0 +%define realver 3190100 +%define docver 3190100 +%define rpmver 3.19.1 Summary: Library that implements an embeddable SQL database engine Name: sqlite @@ -128,15 +128,15 @@ This package contains the analysis program for %{name}. %prep %setup -q -a1 -n %{name}-src-%{realver} -%patch1 -p1 -b .lemon-system-template -%patch2 -p1 -b .stupid-openfiles-test -%patch3 -p1 -b .no-malloc-usable-size -%patch4 -p1 -b .nonprecise-percentile-test -%patch6 -p1 -b .tcl-regress +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch6 -p1 %ifarch %{ix86} -%patch7 -p1 -b .datetest-2.2c +%patch7 -p1 %endif -%patch8 -p1 -b .sync2-dirsync +%patch8 -p1 autoconf # Rerun with new autoconf to add support for aarm64 @@ -239,6 +239,9 @@ make test %endif %changelog +* Thu May 25 2017 Petr Kubat - 3.19.1-1 +- Updated to version 3.19.1 (https://sqlite.org/releaselog/3_19_1.html) + * Mon Apr 03 2017 Petr Kubat - 3.18.0-1 - Updated to version 3.18.0 (https://sqlite.org/releaselog/3_18_0.html) - Modify sync2.test to pass with DIRSYNC turned off