[sqlite] update to 3.7.16.2 (http://www.sqlite.org/releaselog/3_7_16_2.html)

Jan Staněk jstanek at fedoraproject.org
Mon Apr 29 13:28:09 UTC 2013


commit 57925f4f66eaf6e32e2c14bea31aa2e501e4e559
Author: Jan Staněk <jstanek at redhat.com>
Date:   Mon Apr 29 15:27:59 2013 +0200

    update to 3.7.16.2 (http://www.sqlite.org/releaselog/3_7_16_2.html)
    
    - add support for aarch64 (rerunning autoconf) (#926568)

 .gitignore  |    2 ++
 sources     |    4 ++--
 sqlite.spec |   13 ++++++++++---
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 117d221..df599fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,5 @@
 /sqlite-doc-3071600.zip
 /sqlite-doc-3071601.zip
 /sqlite-src-3071601.zip
+/sqlite-doc-3071602.zip
+/sqlite-src-3071602.zip
diff --git a/sources b/sources
index 29a13f4..4289848 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-2e70b7e064d2090dd14d21a9f781fb18  sqlite-doc-3071601.zip
-1e9392b78f2f6a414635bfff9bccb759  sqlite-src-3071601.zip
+2561853991248a951cd15347d51375d0  sqlite-doc-3071602.zip
+0d821779acdb56eee1fd71343b41a1cc  sqlite-src-3071602.zip
diff --git a/sqlite.spec b/sqlite.spec
index 0714ba8..cd42968 100644
--- a/sqlite.spec
+++ b/sqlite.spec
@@ -3,9 +3,9 @@
 %bcond_with static
 %bcond_without check
 
-%define realver 3071601
-%define docver 3071601
-%define rpmver 3.7.16.1
+%define realver 3071602
+%define docver 3071602
+%define rpmver 3.7.16.2
 
 Summary: Library that implements an embeddable SQL database engine
 Name: sqlite
@@ -29,6 +29,7 @@ Patch3: sqlite-3.7.10-pagecache-overflow-test.patch
 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665363
 Patch4: sqlite-3.7.15-no-malloc-usable-size.patch
 BuildRequires: ncurses-devel readline-devel glibc-devel
+BuildRequires: autoconf
 %if %{with tcl}
 BuildRequires: /usr/bin/tclsh
 BuildRequires: tcl-devel
@@ -103,6 +104,8 @@ This package contains the tcl modules for %{name}.
 # Remove cgi-script erroneously included in sqlite-doc-3070500
 rm -f %{name}-doc-%{realver}/search
 
+autoconf # Rerun with new autoconf to add support for aarm64
+
 %build
 export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -Wall -fno-strict-aliasing"
 %configure %{!?with_tcl:--disable-tcl} \
@@ -187,6 +190,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Apr 29 2013 Jan Stanek <jstanek at redhat.com> - 3.7.16.2-1
+- update to 3.7.16.2 (http://www.sqlite.org/releaselog/3_7_16_2.html)
+- add support for aarch64 (rerunning autoconf) (#926568)
+
 * Sun Mar 31 2013 Panu Matilainen <pmatilai at redhat.com> - 3.7.16.1-1
 - update to 3.7.16.1 (https://www.sqlite.org/releaselog/3_7_16_1.html)
 


More information about the scm-commits mailing list