From e6061f0e46eda06a773bc7e4b6e1ab699fa1120c Mon Sep 17 00:00:00 2001 From: Jan Staněk Date: Dec 10 2015 12:07:36 +0000 Subject: Add autoconf amalgamation for stage2 builds. --- diff --git a/.gitignore b/.gitignore index ed3d0c3..fe70aab 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,4 @@ /sqlite-doc-3081101.zip /sqlite-src-3090000.zip /sqlite-doc-3090000.zip +/sqlite-autoconf-3090000.tar.gz diff --git a/sources b/sources index 359e79d..7f92cd6 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 5f78ff90a464d9ccbf6a025e1a640aa2 sqlite-src-3090000.zip 040c53ea68fb617cec19230f8969a5e1 sqlite-doc-3090000.zip +cd0f883b2ddfc29e8e1bbbbd8e85f555 sqlite-autoconf-3090000.tar.gz diff --git a/sqlite.spec b/sqlite.spec index dfbf4cd..3ed1910 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -10,13 +10,14 @@ Summary: Library that implements an embeddable SQL database engine Name: sqlite Version: %{rpmver} -Release: 1%{?dist} +Release: 2%{?dist} License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ Source0: http://www.sqlite.org/2015/sqlite-src-%{realver}.zip Source1: http://www.sqlite.org/2015/sqlite-doc-%{docver}.zip +Source2: http://www.sqlite.org/2015/sqlite-autoconf-%{realver}.tar.gz # Support a system-wide lemon template Patch1: sqlite-3.6.23-lemon-system-template.patch # Shut up stupid tests depending on system settings of allowed open fd's @@ -207,6 +208,9 @@ make test %endif %changelog +* Thu Dec 10 2015 Jan Stanek - 3.9.0-2 +- Add autoconf amalgamation for stage2 builds. + * Thu Oct 15 2015 Jan Stanek - 3.9.0-1 - Updated to version 3.9.0 (https://sqlite.org/releaselog/3_9_0.html)