Compare commits

...

3 Commits
rawhide ... f7

Author SHA1 Message Date
Fedora Release Engineering 68c5d584ce dist-git conversion 2010-07-29 13:06:58 +00:00
Paul Nasrat 1a0ad97cba Update to 3.4.2 2007-08-15 08:05:49 +00:00
Bill Nottingham 4340144678 Initialize branch F-7 for sqlite 2007-05-18 10:06:02 +00:00
4 changed files with 25 additions and 10 deletions

View File

View File

@ -1,6 +0,0 @@
# Makefile for source rpm: sqlite
# $Id$
NAME := sqlite
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common

View File

@ -1 +1 @@
6b24d9c364215fba82242a86f54e0ad1 sqlite-3.3.13.tar.gz
2feec9b429f9298c9f288420c8b449f8 sqlite-3.4.2.tar.gz

View File

@ -5,14 +5,14 @@
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: 3.3.13
Version: 3.4.2
Release: 1%{?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
BuildRequires: ncurses-devel readline-devel glibc-devel
BuildRequires: /usr/bin/tclsh
%if %{tcl}
BuildRequires: tcl-devel
@ -52,9 +52,10 @@ This package contains the tcl modules for %{name}.
%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
@ -105,6 +106,26 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Wed Aug 15 2007 Paul Nasrat <pnasrat@redhat.com> - 3.4.2-1
- Update to 3.4.2
* Sat Jul 21 2007 Paul Nasrat <pnasrat@redhat.com> - 3.4.1-1
- Update to 3.4.1
* Sun Jun 24 2007 Paul Nasrat <pnsarat@redhat.com> - 3.4.0-2
- Disable load for now (#245486)
* Tue Jun 19 2007 Paul Nasrat <pnasrat@redhat.com> - 3.4.0-1
- Update to 3.4.0
* Fri Jun 01 2007 Paul Nasrat <pnasrat@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@redhat.com> - 3.3.17-1
- Update to 3.3.17
* Mon Mar 19 2007 Paul Nasrat <pnasrat@redhat.com> - 3.3.13-1
- Update to 3.3.13