rpms/sqlite/EL-4 .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 sqlite.spec, 1.30, 1.31

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Fri Aug 17 19:10:54 UTC 2007


Author: mmcgrath

Update of /cvs/extras/rpms/sqlite/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31703

Modified Files:
	.cvsignore sources sqlite.spec 
Log Message:
Initial EPEL rebuild


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sqlite/EL-4/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	15 Aug 2007 08:04:07 -0000	1.16
+++ .cvsignore	17 Aug 2007 19:10:18 -0000	1.17
@@ -1 +1 @@
-sqlite-3.4.2.tar.gz
+sqlite-3.3.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sqlite/EL-4/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	15 Aug 2007 08:04:07 -0000	1.16
+++ sources	17 Aug 2007 19:10:18 -0000	1.17
@@ -1 +1 @@
-2feec9b429f9298c9f288420c8b449f8  sqlite-3.4.2.tar.gz
+a2cb1fafad5c2587e513dcbd18ace097  sqlite-3.3.6.tar.gz


Index: sqlite.spec
===================================================================
RCS file: /cvs/extras/rpms/sqlite/EL-4/sqlite.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sqlite.spec	15 Aug 2007 08:04:07 -0000	1.30
+++ sqlite.spec	17 Aug 2007 19:10:18 -0000	1.31
@@ -1,3 +1,6 @@
+# Note, this is an RPM built based off of the CentOS Spec Files.  Before doing
+#       any updates please ensure you do not conflict with the other Centos
+#       package.
 # --with-tcl enables sqlite-tcl subpackage, and also makes %%check possible.
 %define tcl 0%{?_with_tcl:1}
 # --with static enables static library in -devel subpackage
@@ -5,14 +8,14 @@
 
 Summary: Library that implements an embeddable SQL database engine
 Name: sqlite
-Version: 3.4.2
-Release: 1%{?dist}
+Version: 3.3.6
+Release: 0.3%{?dist}
 License: Public Domain
 Group: 	Applications/Databases
 URL: http://www.sqlite.org/
 Source: http://www.sqlite.org/sqlite-%{version}.tar.gz
 Obsoletes: sqlite3 sqlite3-devel
-BuildRequires: ncurses-devel readline-devel glibc-devel
+BuildRequires: ncurses-devel readline-devel
 BuildRequires: /usr/bin/tclsh
 %if %{tcl}
 BuildRequires: tcl-devel
@@ -52,10 +55,9 @@
 %setup -q
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -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,28 +108,12 @@
 %endif
 
 %changelog
-* Wed Aug 15 2007 Paul Nasrat <pnasrat at redhat.com> - 3.4.2-1
-- Update to 3.4.2
+* Fri Aug 17 2007 Mike McGrath <mmcgrath at redhat.com> - 3.3.6-0.3
+- Official EPEL build
 
-* Sat Jul 21 2007 Paul Nasrat <pnasrat at redhat.com> - 3.4.1-1
-- Update to 3.4.1
-
-* Sun Jun 24 2007 Paul Nasrat <pnsarat at redhat.com> - 3.4.0-2
-- Disable load for now (#245486)
-
-* Tue Jun 19 2007 Paul Nasrat <pnasrat at redhat.com> - 3.4.0-1
-- Update to 3.4.0
-
-* Fri Jun 01 2007 Paul Nasrat <pnasrat at redhat.com> - 3.3.17-2
-- Enable load 
-- Build fts1 and fts2
-- Don't sync on dirs (#237427)
-
-* Tue May 29 2007 Paul Nasrat <pnasrat at redhat.com> - 3.3.17-1
-- Update to 3.3.17
-
-* Mon Mar 19 2007 Paul Nasrat <pnasrat at redhat.com> - 3.3.13-1
-- Update to 3.3.13
+* Wed Jul 25 2007 Jeff Sheltren <sheltren at cs.ucsb.edu> - 3.3.6-0.2
+- Prepend 0 to release
+- Rebuild for EPEL
 
 * Fri Aug 11 2006 Paul Nasrat <pnasrat at redhat.com> - 3.3.6-2
 - Fix conditional typo (patch from Gareth Armstrong)




More information about the scm-commits mailing list