update to 3.7.13

This commit is contained in:
Thomas Sailer 2012-12-04 11:37:37 +01:00
parent 74b9d45e40
commit 4c67c71443
3 changed files with 17 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
b2646c5a0c0b5bc6b8f0b67fc318bab3 sqlite-src-3070900.zip
13bb3eaae94592ef3220ea23582763f5 sqlite-src-3071300.zip