diff --git a/.gitignore b/.gitignore index a5fa4e4..4e2eb00 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ sqlite-3.6.22.tar.gz /sqlite-src-3070900.zip /sqlite-src-3071300.zip /sqlite-src-3071401.zip +/sqlite-src-3071502.zip diff --git a/mingw-sqlite.spec b/mingw-sqlite.spec index a3d0a2d..360c315 100644 --- a/mingw-sqlite.spec +++ b/mingw-sqlite.spec @@ -2,8 +2,8 @@ %global name1 sqlite -%global realver 3071401 -%global rpmver 3.7.14.1 +%global realver 3071502 +%global rpmver 3.7.15.2 # bcond default logic is nicely backwards... %bcond_with tcl @@ -11,7 +11,7 @@ Name: mingw-%{name1} Version: %{rpmver} -Release: 2%{?dist} +Release: 1%{?dist} Summary: MinGW Windows port of sqlite embeddable SQL database engine License: Public Domain @@ -218,6 +218,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sun Mar 3 2013 Thomas Sailer - 3.7.15.2-1 +- Update to 3.7.15.2 + * Thu Feb 14 2013 Fedora Release Engineering - 3.7.14.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index b845cb4..dade851 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c594594be4c5353ceb43caade87ca7d6 sqlite-src-3071401.zip +02629f8624398c0c321a0d9fa813b28e sqlite-src-3071502.zip