rpms/sqlite/devel .cvsignore, 1.30, 1.31 sources, 1.30, 1.31 sqlite.spec, 1.65, 1.66 sqlite-3.6.13-iotest-nodirsync.patch, 1.1, NONE sqlite-3.6.17-tkt3951.patch, 1.1, NONE

Panu Matilainen pmatilai at fedoraproject.org
Tue Oct 6 06:38:55 UTC 2009


Author: pmatilai

Update of /cvs/pkgs/rpms/sqlite/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9830

Modified Files:
	.cvsignore sources sqlite.spec 
Removed Files:
	sqlite-3.6.13-iotest-nodirsync.patch 
	sqlite-3.6.17-tkt3951.patch 
Log Message:
- update to 3.6.18 (http://www.sqlite.org/releaselog/3_6_18.html)
- drop no longer needed test-disabler patches



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- .cvsignore	21 Aug 2009 10:23:52 -0000	1.30
+++ .cvsignore	6 Oct 2009 06:38:53 -0000	1.31
@@ -1,2 +1 @@
-sqlite-3.6.17.tar.gz
-sqlite_docs_3_6_17.zip
+sqlite_docs_3_6_18.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/sources,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- sources	21 Aug 2009 10:23:52 -0000	1.30
+++ sources	6 Oct 2009 06:38:53 -0000	1.31
@@ -1,2 +1 @@
-f89f62afc765e08b3f0e47cdc47a15d4  sqlite-3.6.17.tar.gz
-a9081064aecf1a512aa0ca442803460c  sqlite_docs_3_6_17.zip
+4c5f5e694532c75841ffdef05cb1c117  sqlite_docs_3_6_18.zip


Index: sqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/sqlite.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- sqlite.spec	21 Aug 2009 10:23:52 -0000	1.65
+++ sqlite.spec	6 Oct 2009 06:38:53 -0000	1.66
@@ -4,7 +4,7 @@
 %bcond_without check
 
 # upstream doesn't provide separate -docs sources for all minor releases
-%define basever 3.6.17
+%define basever 3.6.18
 %define docver %(echo %{basever}|sed -e "s/\\./_/g")
 
 Summary: Library that implements an embeddable SQL database engine
@@ -20,10 +20,6 @@ Source1: http://www.sqlite.org/sqlite_do
 Patch1: sqlite-3.6.12-libdl.patch
 # Avoid insecure sprintf(), use a system path for lempar.c, patch from Debian
 Patch2: sqlite-3.6.6.2-lemon-snprintf.patch
-# Fixup io-test fsync expectations wrt SQLITE_DISABLE_DIRSYNC
-Patch3: sqlite-3.6.13-iotest-nodirsync.patch
-# Disable two tests failing on at least on x86_64, ticket #3951
-Patch4: sqlite-3.6.17-tkt3951.patch
 BuildRequires: ncurses-devel readline-devel glibc-devel
 # libdl patch needs
 BuildRequires: autoconf
@@ -94,8 +90,6 @@ This package contains the tcl modules fo
 %setup -q -a1
 %patch1 -p1 -b .libdl
 %patch2 -p1 -b .lemon-sprintf
-%patch3 -p1 -b .nodirsync
-%patch4 -p1 -b .tkt3951
 
 %build
 autoconf
@@ -178,6 +172,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Oct 06 2009 Panu Matilainen <pmatilai at redhat.com> - 3.6.18-1
+- update to 3.6.18 (http://www.sqlite.org/releaselog/3_6_18.html)
+- drop no longer needed test-disabler patches
+
 * Fri Aug 21 2009 Panu Matilainen <pmatilai at redhat.com> - 3.6.17-1
 - update to 3.6.17 (http://www.sqlite.org/releaselog/3_6_17.html)
 - disable to failing tests until upstream fixes


--- sqlite-3.6.13-iotest-nodirsync.patch DELETED ---


--- sqlite-3.6.17-tkt3951.patch DELETED ---




More information about the fedora-extras-commits mailing list