rpms/sqlite/devel .cvsignore, 1.2, 1.3 sources, 1.3, 1.4 sqlite-2.8.15.rpath.patch, 1.1, 1.2 sqlite-2.8.15-makefile.patch, 1.1, 1.2 sqlite.spec, 1.7, 1.8

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Feb 16 20:20:46 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/sqlite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9727

Modified Files:
	.cvsignore sources sqlite-2.8.15.rpath.patch 
	sqlite-2.8.15-makefile.patch sqlite.spec 
Log Message:
Update to bug-fix release 2.8.16


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sqlite/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:22:32 -0000	1.2
+++ .cvsignore	16 Feb 2005 20:20:44 -0000	1.3
@@ -1 +1 @@
-sqlite-2.8.6.tar.gz
+sqlite-2.8.16.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sqlite/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	23 Jan 2005 19:08:13 -0000	1.3
+++ sources	16 Feb 2005 20:20:44 -0000	1.4
@@ -1 +1 @@
-0afa73e107bd106031d046c8ca6a94ab  sqlite-2.8.15.tar.gz
+9c79b461ff30240a6f9d70dd67f8faea  sqlite-2.8.16.tar.gz

sqlite-2.8.15.rpath.patch:

Index: sqlite-2.8.15.rpath.patch
===================================================================
RCS file: /cvs/extras/rpms/sqlite/devel/sqlite-2.8.15.rpath.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlite-2.8.15.rpath.patch	23 Jan 2005 19:08:13 -0000	1.1
+++ sqlite-2.8.15.rpath.patch	16 Feb 2005 20:20:44 -0000	1.2
@@ -5,7 +5,7 @@
  libtclsqlite.la:	tclsqlite.lo libsqlite.la
  	$(LTLINK) -o libtclsqlite.la tclsqlite.lo \
 -		libsqlite.la $(LIBTCL) -rpath @exec_prefix@/lib/sqlite \
-+		libsqlite.la $(LIBTCL) -rpath @exec_prefix@/lib/sqlite-2.8.15 \
++		libsqlite.la $(LIBTCL) -rpath @exec_prefix@/lib/sqlite-__VERSION__ \
  		-version-info "8:6:8"
  
  sqlite at TARGET_EXEEXT@:	$(TOP)/src/shell.c libsqlite.la sqlite.h

sqlite-2.8.15-makefile.patch:

Index: sqlite-2.8.15-makefile.patch
===================================================================
RCS file: /cvs/extras/rpms/sqlite/devel/sqlite-2.8.15-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlite-2.8.15-makefile.patch	23 Jan 2005 19:08:13 -0000	1.1
+++ sqlite-2.8.15-makefile.patch	16 Feb 2005 20:20:44 -0000	1.2
@@ -9,7 +9,7 @@
 -	$(LTINSTALL) libsqlite.la $(DESTDIR)$(exec_prefix)/lib
 +	$(INSTALL) -d $(DESTDIR)$(libdir)
 +	$(LTINSTALL) libsqlite.la $(DESTDIR)$(libdir)
-+	$(LTINSTALL) libtclsqlite.la $(DESTDIR)$(libdir)/sqlite-2.8.15
++	$(LTINSTALL) libtclsqlite.la $(DESTDIR)$(libdir)/sqlite-__VERSION__
  	$(INSTALL) -d $(DESTDIR)$(exec_prefix)/bin
  	$(LTINSTALL) sqlite $(DESTDIR)$(exec_prefix)/bin
 +	$(LTINSTALL) tclsqlite $(DESTDIR)$(exec_prefix)/bin


Index: sqlite.spec
===================================================================
RCS file: /cvs/extras/rpms/sqlite/devel/sqlite.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sqlite.spec	16 Feb 2005 11:44:33 -0000	1.7
+++ sqlite.spec	16 Feb 2005 20:20:44 -0000	1.8
@@ -1,12 +1,12 @@
 Name:           sqlite
-Version:        2.8.15
-Release:        2
+Version:        2.8.16
+Release:        1
 Epoch:          0
 Summary:        An embeddable SQL engine in a C library
 Group:          System Environment/Libraries
 License:        Public Domain
 URL:            http://www.sqlite.org/
-Source0:        http://www.sqlite.org/sqlite-2.8.15.tar.gz
+Source0:        http://www.sqlite.org/sqlite-%{version}.tar.gz
 Patch1:         sqlite-2.8.15.rpath.patch      
 Patch2:         sqlite-2.8.15-makefile.patch
 Patch3:         sqlite-2.8.3.test.rh9.patch
@@ -49,12 +49,13 @@
 This package contains tcl bindings for sqlite.
 
 %prep
-%setup -q -n %{name}
-%patch1 -p1
+%setup -q
+%patch1 -p1 -b .rpath
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+sed -i.rpath 's!__VERSION__!%{version}!g' Makefile.in
 # Patch additional /usr/lib locations where we don't have $(libdir)
 # to substitute with.
 sed -i.lib 's!@exec_prefix@/lib!%_libdir!g' Makefile.in
@@ -107,6 +108,9 @@
 %_libdir/sqlite-%version
 
 %changelog
+* Wed Feb 16 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:2.8.16-1
+- Update to 2.8.16 bug-fix release + update patches.
+
 * Tue Feb 15 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.8.15-2
 - add sqlite-64bit-fixes.patch and sqlite-2.8.15-arch-double-differences.patch
   fixes x86_64; Both were found in a mandrake srpm




More information about the fedora-extras-commits mailing list