update to 3.7.13
This commit is contained in:
parent
74b9d45e40
commit
4c67c71443
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user