commit 4c67c7144383c7516e43c7f25f44b33fb49db144 Author: Thomas Sailer t.sailer@alumni.ethz.ch Date: Tue Dec 4 11:37:37 2012 +0100
update to 3.7.13
.gitignore | 1 + mingw-sqlite.spec | 18 +++++++++++++++--- sources | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index 737cb69..e856e43 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ sqlite-3.6.22.tar.gz /sqlite-3.7.3.tar.gz /sqlite-src-3070500.zip /sqlite-src-3070900.zip +/sqlite-src-3071300.zip diff --git a/mingw-sqlite.spec b/mingw-sqlite.spec index 59fdb78..a33d8f0 100644 --- a/mingw-sqlite.spec +++ b/mingw-sqlite.spec @@ -2,7 +2,7 @@
%global name1 sqlite
-%global realver 3070900 +%global realver 3071300 %global rpmver %(echo %{realver}|sed -e "s/00//g" -e "s/0/./g")
# bcond default logic is nicely backwards... @@ -11,7 +11,7 @@
Name: mingw-%{name1} Version: %{rpmver} -Release: 7%{?dist} +Release: 1%{?dist} Summary: MinGW Windows port of sqlite embeddable SQL database engine
License: Public Domain @@ -26,7 +26,14 @@ BuildArch: noarch Patch1: sqlite-3.6.23-lemon-system-template.patch # Shut up stupid tests depending on system settings of allowed open fd's Patch2: sqlite-3.7.7.1-stupid-openfiles-test.patch - +# Shut up pagecache overflow test whose expected result depends on compile +# options and whatnot. Dunno why this started failing in 3.7.10 but +# doesn't seem particularly critical... +Patch3: sqlite-3.7.10-pagecache-overflow-test.patch +# sqlite >= 3.7.10 is buggy if malloc_usable_size() is detected, disable it: +# https://bugzilla.redhat.com/show_bug.cgi?id=801981 +# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665363 +Patch4: sqlite-3.7.11-no-malloc-usable-size.patch # Patches for MinGW port. Patch1000: mingw32-sqlite-3.7.9-no-undefined.patch
@@ -142,6 +149,8 @@ This package contains static cross-compiled library %setup -q -n %{name1}-src-%{realver} %patch1 -p1 -b .lemon-system-template %patch2 -p1 -b .stupid-openfiles-test +%patch3 -p1 -b .pagecache-overflow-test +%patch4 -p1 -b .no-malloc-usable-size %patch1000 -p1
# Ships with an old/broken version of libtool which cannot create @@ -234,6 +243,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
%changelog +* Tue Dec 4 2012 Thomas Sailer t.sailer@alumni.ethz.ch - 3.7.13-1 +- update to 3.7.13 + * Fri Jul 20 2012 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 3.7.9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
diff --git a/sources b/sources index 01871ca..b1b31fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b2646c5a0c0b5bc6b8f0b67fc318bab3 sqlite-src-3070900.zip +13bb3eaae94592ef3220ea23582763f5 sqlite-src-3071300.zip