From cec0a298b874809716c5753c6eb27ebb9a718360 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: May 25 2011 09:34:16 +0000 Subject: - update to 3.7.6.3 --- diff --git a/.gitignore b/.gitignore index 0f01b0b..c2008eb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /sqlite-doc-3070500.zip /sqlite-src-3070602.zip /sqlite-doc-3070600.zip +/sqlite-src-3070603.zip diff --git a/sources b/sources index f7764e5..92a2373 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 1ee582b962d3408b5825bffd404b3d33 sqlite-src-3070602.zip 1c9b9da6f98f1da2d8958254662c393c sqlite-doc-3070600.zip +f8e22ec0931c91f029d539fe3f5ef0f9 sqlite-src-3070603.zip diff --git a/sqlite.spec b/sqlite.spec index 824af26..3f664d9 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -3,14 +3,14 @@ %bcond_with static %bcond_without check -%define realver 3070602 +%define realver 3070603 %define docver 3070600 %define rpmver %(echo %{realver}|sed -e "s/00//g" -e "s/0/./g") Summary: Library that implements an embeddable SQL database engine Name: sqlite Version: %{rpmver} -Release: 3%{?dist} +Release: 1%{?dist} License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ @@ -183,6 +183,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed May 25 2011 Panu Matilainen - 3.7.6.3-1 +- update to 3.7.6.3 (http://www.sqlite.org/releaselog/3_7_6_3.html) + * Sat May 21 2011 Peter Robinson - 3.7.6.2-3 - add arm to the exclude from tests list