From 151816159538951fcfbaa5d38f3f14666587feaa Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Apr 21 2011 10:51:36 +0000 Subject: - update to 3.7.6.2 --- diff --git a/.gitignore b/.gitignore index 4cb9246..0f01b0b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ /sqlite-src-3070400.zip /sqlite-src-3070500.zip /sqlite-doc-3070500.zip +/sqlite-src-3070602.zip +/sqlite-doc-3070600.zip diff --git a/sources b/sources index f2fb0e3..f7764e5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -d61d784997d42cd0d92bac7994094c56 sqlite-src-3070500.zip -74f9b304143a76e3da8c0063888770ee sqlite-doc-3070500.zip +1ee582b962d3408b5825bffd404b3d33 sqlite-src-3070602.zip +1c9b9da6f98f1da2d8958254662c393c sqlite-doc-3070600.zip diff --git a/sqlite.spec b/sqlite.spec index ec21fed..64c4bc8 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -3,18 +3,19 @@ %bcond_with static %bcond_without check -%define realver 3070500 +%define realver 3070602 +%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: 4%{?dist} +Release: 1%{?dist} License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ Source0: http://www.sqlite.org/sqlite-src-%{realver}.zip -Source1: http://www.sqlite.org/sqlite-doc-%{realver}.zip +Source1: http://www.sqlite.org/sqlite-doc-%{docver}.zip # Fix build with --enable-load-extension, upstream ticket #3137 Patch1: sqlite-3.6.12-libdl.patch # Support a system-wide lemon template @@ -165,7 +166,7 @@ rm -rf $RPM_BUILD_ROOT %files doc %defattr(-, root, root) -%doc %{name}-doc-%{realver}/* +%doc %{name}-doc-%{docver}/* %files -n lemon %defattr(-, root, root) @@ -179,6 +180,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Apr 21 2011 Panu Matilainen - 3.7.6.2-1 +- update to 3.7.6.2 (http://www.sqlite.org/releaselog/3_7_6_2.html) + * Fri Feb 25 2011 Dennis Gilmore - 3.7.5-4 - build tests on sparc expecting failures same as the other big endian arches