From 13839730a0c1d45e1d5d24d52047e53d35988792 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 13 Aug 2010 12:52:31 +0300 Subject: [PATCH] - update to 3.7.0.1 --- .gitignore | 2 ++ sources | 4 ++-- sqlite.spec | 7 +++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ba68a32..93a5bdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ sqlite_docs_3_6_23.zip sqlite-3.6.23.1.tar.gz +/sqlite-3.7.0.1.tar.gz +/sqlite_docs_3_7_0.zip diff --git a/sources b/sources index 025b479..5f02b87 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -4e724623aa011b1cadcf80e0b84d8895 sqlite_docs_3_6_23.zip -d99f1b31da0eb33271464bee15cec701 sqlite-3.6.23.1.tar.gz +d25d7551ba6bb310362cb0e7d4906f25 sqlite-3.7.0.1.tar.gz +8abc83dcfbcc34a1d1a115b157643c49 sqlite_docs_3_7_0.zip diff --git a/sqlite.spec b/sqlite.spec index 800c8e6..ce72854 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -4,13 +4,13 @@ %bcond_without check # upstream doesn't provide separate -docs sources for all minor releases -%define basever 3.6.23 +%define basever 3.7.0 %define docver %(echo %{basever}|sed -e "s/\\./_/g") Summary: Library that implements an embeddable SQL database engine Name: sqlite Version: %{basever}.1 -Release: 2%{?dist} +Release: 1%{?dist} License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ @@ -173,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Aug 13 2010 Panu Matilainen - 3.7.0.1-1 +- update to 3.7.0.1 (http://www.sqlite.org/releaselog/3_7_0_1.html) + * Sat Jul 3 2010 Dan HorĂ¡k - 3.6.23.1-2 - some tests are failing on s390 and ppc/ppc64 so don't fail the whole build there