rpms/sqlite/F-9 sqlite-3.5.8-pkgconfig-version.patch, NONE, 1.1 sources, 1.18, 1.19 sqlite.spec, 1.38, 1.39

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Thu Jul 10 15:40:53 UTC 2008


Author: pmatilai

Update of /cvs/pkgs/rpms/sqlite/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1006

Modified Files:
	sources sqlite.spec 
Added Files:
	sqlite-3.5.8-pkgconfig-version.patch 
Log Message:
Sync up F-9 version with devel at caillon's request


sqlite-3.5.8-pkgconfig-version.patch:

--- NEW FILE sqlite-3.5.8-pkgconfig-version.patch ---
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}


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/F-9/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	12 Feb 2008 19:09:06 -0000	1.18
+++ sources	10 Jul 2008 15:39:22 -0000	1.19
@@ -1 +1 @@
-903c9e935c538af392364a9172a3d98d  sqlite-3.5.6.tar.gz
+b58412904b42fe49e5a281e99da0fd72  sqlite-3.5.9.tar.gz


Index: sqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/F-9/sqlite.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- sqlite.spec	31 Mar 2008 12:22:41 -0000	1.38
+++ sqlite.spec	10 Jul 2008 15:39:22 -0000	1.39
@@ -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 @@
 
 %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 @@
 %endif
 
 %changelog
+* Tue Jun 17 2008 Stepan Kasal <skasal at redhat.com> - 3.5.9-1
+- update to 3.5.9
+
+* Wed Apr 23 2008 Panu Matilainen <pmatilai at redhat.com> - 3.5.8-1
+- update to 3.5.8
+- provide full version in pkg-config (#443692)
+
 * Mon Mar 31 2008 Panu Matilainen <pmatilai at redhat.com> - 3.5.6-2
 - remove reference to static libs from -devel description (#439376)
 




More information about the fedora-extras-commits mailing list