diff --git a/sources b/sources index 6d963c7..251b7f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -903c9e935c538af392364a9172a3d98d sqlite-3.5.6.tar.gz +b58412904b42fe49e5a281e99da0fd72 sqlite-3.5.9.tar.gz diff --git a/sqlite-3.5.8-pkgconfig-version.patch b/sqlite-3.5.8-pkgconfig-version.patch new file mode 100644 index 0000000..cb5b5ef --- /dev/null +++ b/sqlite-3.5.8-pkgconfig-version.patch @@ -0,0 +1,12 @@ +diff -up sqlite-3.5.8/sqlite3.pc.in.release sqlite-3.5.8/sqlite3.pc.in +--- sqlite-3.5.8/sqlite3.pc.in.release 2008-04-23 09:11:38.000000000 +0300 ++++ sqlite-3.5.8/sqlite3.pc.in 2008-04-23 09:11:48.000000000 +0300 +@@ -7,7 +7,7 @@ includedir=@includedir@ + + Name: SQLite + Description: SQL database engine +-Version: @VERSION@ ++Version: @RELEASE@ + Libs: -L${libdir} -lsqlite3 + Libs.private: @LIBS@ + Cflags: -I${includedir} diff --git a/sqlite.spec b/sqlite.spec index b20ada8..84eaa22 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -5,12 +5,13 @@ Summary: Library that implements an embeddable SQL database engine Name: sqlite -Version: 3.5.6 -Release: 2%{?dist} +Version: 3.5.9 +Release: 1%{?dist} License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ Source: http://www.sqlite.org/sqlite-%{version}.tar.gz +Patch1: sqlite-3.5.8-pkgconfig-version.patch Obsoletes: sqlite3 sqlite3-devel BuildRequires: ncurses-devel readline-devel glibc-devel BuildRequires: /usr/bin/tclsh @@ -50,12 +51,14 @@ This package contains the tcl modules for %{name}. %prep %setup -q +%patch1 -p1 -b .pkgconf %build export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -Wall" %configure %{!?with_tcl:--disable-tcl} \ --enable-threadsafe \ - --enable-threads-override-locks + --enable-threads-override-locks + make %{?_smp_mflags} make doc @@ -106,6 +109,13 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Jun 17 2008 Stepan Kasal - 3.5.9-1 +- update to 3.5.9 + +* Wed Apr 23 2008 Panu Matilainen - 3.5.8-1 +- update to 3.5.8 +- provide full version in pkg-config (#443692) + * Mon Mar 31 2008 Panu Matilainen - 3.5.6-2 - remove reference to static libs from -devel description (#439376)