|
|
fae39c |
# bcond default logic is nicely backwards...
|
|
|
fae39c |
%bcond_without tcl
|
|
|
fae39c |
%bcond_with static
|
|
|
fae39c |
%bcond_without check
|
|
|
fae39c |
|
|
|
fae39c |
%define realver 3260000
|
|
|
fae39c |
%define docver 3260000
|
|
|
fae39c |
%define rpmver 3.26.0
|
|
|
fae39c |
|
|
|
fae39c |
Summary: Library that implements an embeddable SQL database engine
|
|
|
fae39c |
Name: sqlite
|
|
|
fae39c |
Version: %{rpmver}
|
|
|
a87669 |
Release: 13%{?dist}
|
|
|
fae39c |
License: Public Domain
|
|
|
fae39c |
Group: Applications/Databases
|
|
|
fae39c |
URL: http://www.sqlite.org/
|
|
|
fae39c |
|
|
|
fae39c |
Source0: http://www.sqlite.org/2017/sqlite-src-%{realver}.zip
|
|
|
fae39c |
Source1: http://www.sqlite.org/2017/sqlite-doc-%{docver}.zip
|
|
|
fae39c |
Source2: http://www.sqlite.org/2017/sqlite-autoconf-%{realver}.tar.gz
|
|
|
fae39c |
# Support a system-wide lemon template
|
|
|
fae39c |
Patch1: sqlite-3.6.23-lemon-system-template.patch
|
|
|
fae39c |
# Shut up stupid tests depending on system settings of allowed open fd's
|
|
|
fae39c |
Patch2: sqlite-3.7.7.1-stupid-openfiles-test.patch
|
|
|
fae39c |
# sqlite >= 3.7.10 is buggy if malloc_usable_size() is detected, disable it:
|
|
|
fae39c |
# https://bugzilla.redhat.com/show_bug.cgi?id=801981
|
|
|
fae39c |
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665363
|
|
|
fae39c |
Patch3: sqlite-3.12.2-no-malloc-usable-size.patch
|
|
|
fae39c |
# Temporary workaround for failed percentile test, see patch for details
|
|
|
fae39c |
Patch4: sqlite-3.8.0-percentile-test.patch
|
|
|
fae39c |
# Disable test failing due to tcl regression. Details in patch file.
|
|
|
fae39c |
Patch6: sqlite-3.8.10.1-tcl-regress-tests.patch
|
|
|
fae39c |
# Disable test date-2.2c on i686
|
|
|
fae39c |
Patch7: sqlite-3.16-datetest-2.2c.patch
|
|
|
fae39c |
# Modify sync2.test to pass with DIRSYNC turned off
|
|
|
fae39c |
Patch8: sqlite-3.18.0-sync2-dirsync.patch
|
|
|
776ca3 |
# Fix for CVE-2019-8457 (rhbz#1723338)
|
|
|
776ca3 |
# https://www.sqlite.org/src/info/90acdbfce9c08858
|
|
|
776ca3 |
Patch9: sqlite-3.26.0-out-of-bounds-read.patch
|
|
|
ec7966 |
# Fix for CVE-2019-13752
|
|
|
ec7966 |
Patch10: sqlite-3.26-CVE-2019-13752.patch
|
|
|
ec7966 |
# Fix for CVE-2019-13753
|
|
|
ec7966 |
Patch11: sqlite-3.26-CVE-2019-13753.patch
|
|
|
ec7966 |
# Fix for CVE-2019-13734
|
|
|
ec7966 |
Patch12: sqlite-3.26.0-CVE-2019-13734.patch
|
|
|
ec7966 |
# Fix for CVE-2019-19924
|
|
|
ec7966 |
Patch13: sqlite-3.26.0-CVE-2019-19924.patch
|
|
|
ec7966 |
# Fix for CVE-2019-19923
|
|
|
ec7966 |
Patch14: sqlite-3.26.0-CVE-2019-19923.patch
|
|
|
ec7966 |
# Fix for CVE-2019-19925
|
|
|
ec7966 |
Patch15: sqlite-3.26.0-CVE-2019-19925.patch
|
|
|
ec7966 |
# Fix for CVE-2019-19959
|
|
|
ec7966 |
Patch16: sqlite-3.26.0-CVE-2019-19959.patch
|
|
|
ec7966 |
# Fix for issues found by covscan
|
|
|
ec7966 |
Patch17: sqlite-3.26.0-zPath-covscan.patch
|
|
|
ec7966 |
# Fix for CVE-2019-20218
|
|
|
ec7966 |
Patch18: sqlite-3.26.0-CVE-2019-20218.patch
|
|
|
ec7966 |
# Fix for CVE-2020-6405
|
|
|
ec7966 |
Patch19: sqlite-3.26.0-CVE-2020-6405.patch
|
|
|
ec7966 |
# Fix for CVE-2020-9327
|
|
|
ec7966 |
Patch20: sqlite-3.26.0-CVE-2020-9327.patch
|
|
|
ec7966 |
# Fix for CVE-2019-16168
|
|
|
ec7966 |
Patch21: sqlite-3.26.0-CVE-2019-16168.patch
|
|
|
ec7966 |
# Fix for CVE-2019-5018
|
|
|
ec7966 |
Patch22: sqlite-3.26.0-CVE-2019-5018.patch
|
|
|
ec7966 |
# Fix for CVE-2020-13632
|
|
|
ec7966 |
Patch23: sqlite-3.26.0-CVE-2020-13632.patch
|
|
|
ec7966 |
# Fix for CVE-2020-13631
|
|
|
ec7966 |
Patch24: sqlite-3.26.0-CVE-2020-13631.patch
|
|
|
ec7966 |
# Fix for CVE-2020-13630
|
|
|
ec7966 |
Patch25: sqlite-3.26.0-CVE-2020-13630.patch
|
|
|
a87669 |
# Fix for CVE-2020-13434
|
|
|
a87669 |
# upstream commit: https://www.sqlite.org/src/info/d08d3405878d394e
|
|
|
a87669 |
Patch26: sqlite-3.26.0-CVE-2020-13434.patch
|
|
|
a87669 |
# Fix for CVE-2020-15358
|
|
|
a87669 |
# upstream commit: https://www.sqlite.org/src/info/10fa79d00f8091e5
|
|
|
a87669 |
Patch27: sqlite-3.26.0-CVE-2020-15358.patch
|
|
|
fae39c |
|
|
|
fae39c |
BuildRequires: ncurses-devel readline-devel glibc-devel
|
|
|
fae39c |
BuildRequires: autoconf
|
|
|
fae39c |
%if %{with tcl}
|
|
|
fae39c |
BuildRequires: /usr/bin/tclsh
|
|
|
fae39c |
BuildRequires: tcl-devel
|
|
|
fae39c |
%{!?tcl_version: %global tcl_version 8.6}
|
|
|
fae39c |
%{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}}
|
|
|
fae39c |
%endif
|
|
|
fae39c |
|
|
|
fae39c |
Requires: %{name}-libs = %{version}-%{release}
|
|
|
fae39c |
|
|
|
fae39c |
# Ensure updates from pre-split work on multi-lib systems
|
|
|
fae39c |
Obsoletes: %{name} < 3.11.0-1
|
|
|
fae39c |
Conflicts: %{name} < 3.11.0-1
|
|
|
fae39c |
|
|
|
fae39c |
%description
|
|
|
fae39c |
SQLite is a C library that implements an SQL database engine. A large
|
|
|
fae39c |
subset of SQL92 is supported. A complete database is stored in a
|
|
|
fae39c |
single disk file. The API is designed for convenience and ease of use.
|
|
|
fae39c |
Applications that link against SQLite can enjoy the power and
|
|
|
fae39c |
flexibility of an SQL database without the administrative hassles of
|
|
|
fae39c |
supporting a separate database server. Version 2 and version 3 binaries
|
|
|
fae39c |
are named to permit each to be installed on a single host
|
|
|
fae39c |
|
|
|
fae39c |
%package devel
|
|
|
fae39c |
Summary: Development tools for the sqlite3 embeddable SQL database engine
|
|
|
fae39c |
Group: Development/Libraries
|
|
|
fae39c |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
fae39c |
Requires: %{name}-libs = %{version}-%{release}
|
|
|
fae39c |
Requires: pkgconfig
|
|
|
fae39c |
|
|
|
fae39c |
%description devel
|
|
|
fae39c |
This package contains the header files and development documentation
|
|
|
fae39c |
for %{name}. If you like to develop programs using %{name}, you will need
|
|
|
fae39c |
to install %{name}-devel.
|
|
|
fae39c |
|
|
|
fae39c |
%package libs
|
|
|
fae39c |
Summary: Shared library for the sqlite3 embeddable SQL database engine.
|
|
|
fae39c |
Group: Development/Libraries
|
|
|
fae39c |
|
|
|
fae39c |
# Ensure updates from pre-split work on multi-lib systems
|
|
|
fae39c |
Obsoletes: %{name} < 3.11.0-1
|
|
|
fae39c |
Conflicts: %{name} < 3.11.0-1
|
|
|
fae39c |
|
|
|
fae39c |
%description libs
|
|
|
fae39c |
This package contains the shared library for %{name}.
|
|
|
fae39c |
|
|
|
fae39c |
%package doc
|
|
|
fae39c |
Summary: Documentation for sqlite
|
|
|
fae39c |
Group: Documentation
|
|
|
fae39c |
BuildArch: noarch
|
|
|
fae39c |
|
|
|
fae39c |
%description doc
|
|
|
fae39c |
This package contains most of the static HTML files that comprise the
|
|
|
fae39c |
www.sqlite.org website, including all of the SQL Syntax and the
|
|
|
fae39c |
C/C++ interface specs and other miscellaneous documentation.
|
|
|
fae39c |
|
|
|
fae39c |
%package -n lemon
|
|
|
fae39c |
Summary: A parser generator
|
|
|
fae39c |
Group: Development/Tools
|
|
|
fae39c |
|
|
|
fae39c |
%description -n lemon
|
|
|
fae39c |
Lemon is an LALR(1) parser generator for C or C++. It does the same
|
|
|
fae39c |
job as bison and yacc. But lemon is not another bison or yacc
|
|
|
fae39c |
clone. It uses a different grammar syntax which is designed to reduce
|
|
|
fae39c |
the number of coding errors. Lemon also uses a more sophisticated
|
|
|
fae39c |
parsing engine that is faster than yacc and bison and which is both
|
|
|
fae39c |
reentrant and thread-safe. Furthermore, Lemon implements features
|
|
|
fae39c |
that can be used to eliminate resource leaks, making is suitable for
|
|
|
fae39c |
use in long-running programs such as graphical user interfaces or
|
|
|
fae39c |
embedded controllers.
|
|
|
fae39c |
|
|
|
fae39c |
%if %{with tcl}
|
|
|
fae39c |
%package tcl
|
|
|
fae39c |
Summary: Tcl module for the sqlite3 embeddable SQL database engine
|
|
|
fae39c |
Group: Development/Languages
|
|
|
fae39c |
Requires: %{name} = %{version}-%{release}
|
|
|
fae39c |
Requires: %{name}-libs = %{version}-%{release}
|
|
|
fae39c |
Requires: tcl(abi) = %{tcl_version}
|
|
|
fae39c |
|
|
|
fae39c |
%description tcl
|
|
|
fae39c |
This package contains the tcl modules for %{name}.
|
|
|
fae39c |
|
|
|
fae39c |
%package analyzer
|
|
|
fae39c |
Summary: An analysis program for sqlite3 database files
|
|
|
fae39c |
Group: Development/Tools
|
|
|
fae39c |
Requires: %{name} = %{version}-%{release}
|
|
|
fae39c |
Requires: tcl(abi) = %{tcl_version}
|
|
|
fae39c |
|
|
|
fae39c |
%description analyzer
|
|
|
fae39c |
This package contains the analysis program for %{name}.
|
|
|
fae39c |
%endif
|
|
|
fae39c |
|
|
|
fae39c |
%prep
|
|
|
fae39c |
%setup -q -a1 -n %{name}-src-%{realver}
|
|
|
fae39c |
%patch1 -p1
|
|
|
fae39c |
%patch2 -p1
|
|
|
fae39c |
%patch3 -p1
|
|
|
fae39c |
%patch4 -p1
|
|
|
fae39c |
%patch6 -p1
|
|
|
fae39c |
%ifarch %{ix86}
|
|
|
fae39c |
%patch7 -p1
|
|
|
fae39c |
%endif
|
|
|
fae39c |
%patch8 -p1
|
|
|
776ca3 |
%patch9 -p1
|
|
|
ec7966 |
%patch10 -p1
|
|
|
ec7966 |
%patch11 -p1
|
|
|
ec7966 |
%patch12 -p1
|
|
|
ec7966 |
%patch13 -p1
|
|
|
ec7966 |
%patch14 -p1
|
|
|
ec7966 |
%patch15 -p1
|
|
|
ec7966 |
%patch16 -p1
|
|
|
ec7966 |
%patch17 -p1
|
|
|
ec7966 |
%patch18 -p1
|
|
|
ec7966 |
%patch19 -p1
|
|
|
ec7966 |
%patch20 -p1
|
|
|
ec7966 |
%patch21 -p1
|
|
|
ec7966 |
%patch22 -p1
|
|
|
ec7966 |
%patch23 -p1
|
|
|
ec7966 |
%patch24 -p1
|
|
|
ec7966 |
%patch25 -p1
|
|
|
a87669 |
%patch26 -p1
|
|
|
a87669 |
%patch27 -p1
|
|
|
a87669 |
|
|
|
fae39c |
|
|
|
fae39c |
# Remove backup-file
|
|
|
fae39c |
rm -f %{name}-doc-%{docver}/sqlite.css~ || :
|
|
|
fae39c |
|
|
|
fae39c |
autoconf # Rerun with new autoconf to add support for aarm64
|
|
|
fae39c |
|
|
|
fae39c |
%build
|
|
|
fae39c |
export CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
|
|
|
fae39c |
-DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 \
|
|
|
fae39c |
-DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 \
|
|
|
fae39c |
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
|
|
|
fae39c |
-DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_JSON1=1 \
|
|
|
fae39c |
-Wall -fno-strict-aliasing"
|
|
|
fae39c |
%configure %{!?with_tcl:--disable-tcl} \
|
|
|
fae39c |
--enable-fts5 \
|
|
|
fae39c |
--enable-threadsafe \
|
|
|
fae39c |
--enable-threads-override-locks \
|
|
|
fae39c |
--enable-load-extension \
|
|
|
fae39c |
%{?with_tcl:TCLLIBDIR=%{tcl_sitearch}/sqlite3}
|
|
|
fae39c |
|
|
|
fae39c |
# rpath removal
|
|
|
fae39c |
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
fae39c |
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
fae39c |
|
|
|
fae39c |
make %{?_smp_mflags}
|
|
|
fae39c |
|
|
|
fae39c |
# Build sqlite3_analyzer
|
|
|
fae39c |
# depends on tcl
|
|
|
fae39c |
%if %{with tcl}
|
|
|
fae39c |
make %{?_smp_mflags} sqlite3_analyzer
|
|
|
fae39c |
%endif
|
|
|
fae39c |
|
|
|
fae39c |
%install
|
|
|
fae39c |
make DESTDIR=${RPM_BUILD_ROOT} install
|
|
|
fae39c |
|
|
|
fae39c |
install -D -m0644 sqlite3.1 $RPM_BUILD_ROOT/%{_mandir}/man1/sqlite3.1
|
|
|
fae39c |
install -D -m0755 lemon $RPM_BUILD_ROOT/%{_bindir}/lemon
|
|
|
fae39c |
install -D -m0644 tool/lempar.c $RPM_BUILD_ROOT/%{_datadir}/lemon/lempar.c
|
|
|
fae39c |
|
|
|
fae39c |
%if %{with tcl}
|
|
|
fae39c |
# fix up permissions to enable dep extraction
|
|
|
fae39c |
chmod 0755 ${RPM_BUILD_ROOT}/%{tcl_sitearch}/sqlite3/*.so
|
|
|
fae39c |
# Install sqlite3_analyzer
|
|
|
fae39c |
install -D -m0755 sqlite3_analyzer $RPM_BUILD_ROOT/%{_bindir}/sqlite3_analyzer
|
|
|
fae39c |
%endif
|
|
|
fae39c |
|
|
|
fae39c |
%if ! %{with static}
|
|
|
fae39c |
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,a}
|
|
|
fae39c |
%endif
|
|
|
fae39c |
|
|
|
fae39c |
%if %{with check}
|
|
|
fae39c |
%check
|
|
|
fae39c |
# XXX shell tests are broken due to loading system libsqlite3, work around...
|
|
|
fae39c |
export LD_LIBRARY_PATH=`pwd`/.libs
|
|
|
fae39c |
export MALLOC_CHECK_=3
|
|
|
fae39c |
|
|
|
fae39c |
# csv01 hangs on all non-intel archs i've tried
|
|
|
fae39c |
%ifarch x86_64 %{ix86}
|
|
|
fae39c |
%else
|
|
|
fae39c |
rm test/csv01.test
|
|
|
fae39c |
%endif
|
|
|
fae39c |
|
|
|
fae39c |
make test
|
|
|
fae39c |
%endif # with check
|
|
|
fae39c |
|
|
|
fae39c |
%ldconfig_scriptlets libs
|
|
|
fae39c |
|
|
|
fae39c |
%files
|
|
|
fae39c |
%{_bindir}/sqlite3
|
|
|
fae39c |
%{_mandir}/man?/*
|
|
|
fae39c |
|
|
|
fae39c |
%files libs
|
|
|
fae39c |
%doc README.md
|
|
|
fae39c |
%{_libdir}/*.so.*
|
|
|
fae39c |
|
|
|
fae39c |
%files devel
|
|
|
fae39c |
%{_includedir}/*.h
|
|
|
fae39c |
%{_libdir}/*.so
|
|
|
fae39c |
%{_libdir}/pkgconfig/*.pc
|
|
|
fae39c |
%if %{with static}
|
|
|
fae39c |
%{_libdir}/*.a
|
|
|
fae39c |
%exclude %{_libdir}/*.la
|
|
|
fae39c |
%endif
|
|
|
fae39c |
|
|
|
fae39c |
%files doc
|
|
|
fae39c |
%doc %{name}-doc-%{docver}/*
|
|
|
fae39c |
|
|
|
fae39c |
%files -n lemon
|
|
|
fae39c |
%{_bindir}/lemon
|
|
|
fae39c |
%{_datadir}/lemon
|
|
|
fae39c |
|
|
|
fae39c |
%if %{with tcl}
|
|
|
fae39c |
%files tcl
|
|
|
fae39c |
%{tcl_sitearch}/sqlite3
|
|
|
fae39c |
|
|
|
fae39c |
%files analyzer
|
|
|
fae39c |
%{_bindir}/sqlite3_analyzer
|
|
|
fae39c |
%endif
|
|
|
fae39c |
|
|
|
fae39c |
%changelog
|
|
|
a87669 |
* Tue Dec 01 2020 Ondrej Dubaj <odubaj@redhat.com> - 3.26.0-13
|
|
|
a87669 |
- enabled fts3conf.test on s390x and ppc64 architectures
|
|
|
a87669 |
|
|
|
a87669 |
* Mon Aug 17 2020 Ondrej Dubaj <odubaj@redhat.com> - 3.26.0-12
|
|
|
a87669 |
- Fixed CVE-2020-13434 (#1845843)
|
|
|
a87669 |
- Fixed CVE-2020-15358 (#1855208)
|
|
|
a87669 |
|
|
|
a87669 |
* Fri Aug 07 2020 Ondrej Dubaj <odubaj@redhat.com> - 3.26.0-11
|
|
|
a87669 |
- Fixed bug in CVE-2019-20218 (#1791592)
|
|
|
a87669 |
|
|
|
ec7966 |
* Wed Jun 10 2020 Ondrej Dubaj <odubaj@redhat.com> - 3.26.0-10
|
|
|
ec7966 |
- Fixed CVE-2020-13632 (#1845572)
|
|
|
ec7966 |
- Fixed CVE-2020-13631 (#1845474)
|
|
|
ec7966 |
- Fixed CVE-2020-13630 (#1845153)
|
|
|
ec7966 |
|
|
|
ec7966 |
* Tue Jun 02 2020 Ondrej Dubaj <odubaj@redhat.com> - 3.26.0-9
|
|
|
ec7966 |
- Fixed CVE-2019-5018 (#1721509)
|
|
|
ec7966 |
|
|
|
ec7966 |
* Thu Apr 23 2020 Ondrej Dubaj <odubaj@redhat.com> - 3.26.0-8
|
|
|
ec7966 |
- Fixed CVE-2019-16168 (#1826897)
|
|
|
ec7966 |
|
|
|
ec7966 |
* Tue Mar 24 2020 Ondrej Dubaj <odubaj@redhat.com> - 3.26.0-7
|
|
|
ec7966 |
- Fixed CVE-2019-20218 (#1791592)
|
|
|
ec7966 |
- Fixed CVE-2020-6405 (#1804823)
|
|
|
ec7966 |
- Fixed CVE-2020-0327 (#1816572)
|
|
|
ec7966 |
|
|
|
ec7966 |
* Thu Jan 23 2020 Ondrej Dubaj <odubaj@redhat.com> - 3.26.0-6
|
|
|
ec7966 |
- Fixed issues found by covscan
|
|
|
ec7966 |
|
|
|
ec7966 |
* Thu Jan 02 2020 Ondrej Dubaj <odubaj@redhat.com> - 3.26.0-5
|
|
|
ec7966 |
- Fixed CVE-2019-13752 (#1786529)
|
|
|
ec7966 |
- Fixed CVE-2019-13753 (#1786535)
|
|
|
ec7966 |
- Fixed CVE-2019-13734 (#1786509)
|
|
|
ec7966 |
- Fixed CVE-2019-19924 (#1789776)
|
|
|
ec7966 |
- Fixed CVE-2019-19923 (#1789812)
|
|
|
ec7966 |
- Fixed CVE-2019-19925 (#1789808)
|
|
|
ec7966 |
- Fixed CVE-2019-19959 (#1789823)
|
|
|
ec7966 |
|
|
|
776ca3 |
* Wed Jun 26 2019 Ondrej Dubaj <odubaj@redhat.com> - 3.26.0-4
|
|
|
776ca3 |
- Fixed CVE-2019-8457 (#1723338)
|
|
|
776ca3 |
|
|
|
fae39c |
* Thu Jan 03 2019 Petr Kubat <pkubat@redhat.com> - 3.26.0-3
|
|
|
fae39c |
- Rebuild to pick up latest test sources by the CI
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Jan 03 2019 Petr Kubat <pkubat@redhat.com> - 3.26.0-2
|
|
|
fae39c |
- Add explicit sqlite-libs requires to tcl and devel subpackages
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Dec 17 2018 Petr Kubat <pkubat@redhat.com> - 3.26.0-1
|
|
|
fae39c |
- Updated to version 3.26.0 (https://sqlite.org/releaselog/3_26_0.html)
|
|
|
fae39c |
Fixes fts3/4 corrupt database exploit (#1659684)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Jun 05 2018 Petr Kubat <pkubat@redhat.com> - 3.24.0-1
|
|
|
fae39c |
- Updated to version 3.24.0 (https://sqlite.org/releaselog/3_24_0.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Apr 11 2018 Petr Kubat <pkubat@redhat.com> - 3.23.1-1
|
|
|
fae39c |
- Updated to version 3.23.1 (https://sqlite.org/releaselog/3_23_1.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Apr 03 2018 Petr Kubat <pkubat@redhat.com> - 3.23.0-1
|
|
|
fae39c |
- Updated to version 3.23.0 (https://sqlite.org/releaselog/3_23_0.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Mar 21 2018 Petr Kubat <pkubat@redhat.com> - 3.22.0-4
|
|
|
fae39c |
- Fixed CVE-2018-8740 (#1558809)
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Feb 9 2018 Florian Weimer <fweimer@redhat.com> - 3.22.0-3
|
|
|
fae39c |
- Use LDFLAGS from redhat-rpm-config for building lemon, too
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Feb 05 2018 Petr Kubat <pkubat@redhat.com> - 3.22.0-2
|
|
|
fae39c |
- Fixed issue with some walro2 tests failing on ppc64
|
|
|
fae39c |
|
|
|
fae39c |
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.22.0-2
|
|
|
fae39c |
- Switch to %%ldconfig_scriptlets
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Jan 25 2018 Petr Kubat <pkubat@redhat.com> - 3.22.0-1
|
|
|
fae39c |
- Fixed issue with some e_expr tests failing i686
|
|
|
fae39c |
- Fixed issue with a fts3rank test failing on big-endian systems
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Jan 23 2018 Petr Kubat <pkubat@redhat.com> - 3.22.0-1
|
|
|
fae39c |
- Updated to version 3.22.0 (https://sqlite.org/releaselog/3_22_0.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Nov 01 2017 Petr Kubat <pkubat@redhat.com> - 3.21.0-1
|
|
|
fae39c |
- Updated to version 3.21.0 (https://sqlite.org/releaselog/3_21_0.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Aug 28 2017 Petr Kubat <pkubat@redhat.com> - 3.20.1-1
|
|
|
fae39c |
- Updated to version 3.20.1 (https://sqlite.org/releaselog/3_20_1.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Aug 22 2017 Kalev Lember <klember@redhat.com> - 3.20.0-2
|
|
|
fae39c |
- Build with --enable-fts5
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Aug 02 2017 Petr Kubat <pkubat@redhat.com> - 3.20.0-1
|
|
|
fae39c |
- Updated to version 3.20.0 (https://sqlite.org/releaselog/3_20_0.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.3-2
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Jul 12 2017 Petr Kubat <pkubat@redhat.com> - 3.19.3-1
|
|
|
fae39c |
- Updated to version 3.19.3 (https://sqlite.org/releaselog/3_19_3.html)
|
|
|
fae39c |
- Better detection of CVE-2017-10989 (#1469673)
|
|
|
fae39c |
|
|
|
fae39c |
* Thu May 25 2017 Petr Kubat <pkubat@redhat.com> - 3.19.1-1
|
|
|
fae39c |
- Updated to version 3.19.1 (https://sqlite.org/releaselog/3_19_1.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Apr 03 2017 Petr Kubat <pkubat@redhat.com> - 3.18.0-1
|
|
|
fae39c |
- Updated to version 3.18.0 (https://sqlite.org/releaselog/3_18_0.html)
|
|
|
fae39c |
- Modify sync2.test to pass with DIRSYNC turned off
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Mar 02 2017 Petr Kubat <pkubat@redhat.com> - 3.17.0-2
|
|
|
fae39c |
- Rebuild using newest gcc (#1428286)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Feb 21 2017 Petr Kubat <pkubat@redhat.com> - 3.17.0-1
|
|
|
fae39c |
- Updated to version 3.17.0 (https://sqlite.org/releaselog/3_17_0.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.16.2-3
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 3.16.2-2
|
|
|
fae39c |
- Rebuild for readline 7.x
|
|
|
fae39c |
|
|
|
fae39c |
* Sat Jan 7 2017 Jakub Dorňák <jakub.dornak@misli.cz> - 3.16.2-1
|
|
|
fae39c |
- Updated to version 3.16.2 (https://sqlite.org/releaselog/3_16_2.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Jan 4 2017 Jakub Dorňák <jakub.dornak@misli.cz> - 3.16.1-1
|
|
|
fae39c |
- Updated to version 3.16.1 (https://sqlite.org/releaselog/3_16_1.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Jan 3 2017 Jakub Dorňák <jakub.dornak@misli.cz> - 3.16.0-1
|
|
|
fae39c |
- Updated to version 3.16.0 (https://sqlite.org/releaselog/3_16_0.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Sep 21 2016 Jakub Dorňák <jdornak@redhat.com> - 3.14.2-1
|
|
|
fae39c |
- Updated to version 3.14.2 (https://sqlite.org/releaselog/3_14_2.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Aug 15 2016 Jakub Dorňák <jdornak@redhat.com> - 3.14.1-1
|
|
|
fae39c |
- Updated to version 3.14.1 (https://sqlite.org/releaselog/3_14_1.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue May 24 2016 Jakub Dorňák <jdornak@redhat.com> - 3.13.0-1
|
|
|
fae39c |
- Updated to version 3.13.0 (https://sqlite.org/releaselog/3_13_0.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Apr 25 2016 Jakub Dorňák <jdornak@redhat.com> - 3.12.2-1
|
|
|
fae39c |
- Updated to version 3.12.2 (https://sqlite.org/releaselog/3_12_2.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Mar 02 2016 Jan Stanek <jstanek@redhat.com> - 3.11.0-3
|
|
|
fae39c |
- Release bump for #1312506
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Feb 23 2016 Nils Philippsen <nils@redhat.com> - 3.11.0-2
|
|
|
fae39c |
- add obsoletes/conflicts to make updates on multi-lib systems work (#1310441)
|
|
|
fae39c |
- make -devel package depend on arch-specific -libs (not main) package
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Feb 17 2016 Jan Stanek <jstanek@redhat.com> - 3.11.0-1
|
|
|
fae39c |
- Updated to version 3.11.0 (https://sqlite.org/releaselog/3_11_0.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Feb 08 2016 Jan Stanek <jstanek@redhat.com> - 3.10.2-3
|
|
|
fae39c |
- Split the shared libraries to standalone subpackage
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.2-2
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Jan 22 2016 Jan Stanek <jstanek@redhat.com> - 3.10.2-1
|
|
|
fae39c |
- Updated to version 3.10.2 (http://sqlite.org/releaselog/3_10_2.html)
|
|
|
fae39c |
- Enabled JSON1 Extension (rhbz#1277387)
|
|
|
fae39c |
- Made test failure nonfatal on MIPS (rhbz#1294888)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Jan 13 2016 Jan Stanek <jstanek@redhat.com> - 3.10.0-1
|
|
|
fae39c |
- Updated to version 3.10.0 (http://sqlite.org/releaselog/3_10_0.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Dec 21 2015 Jan Stanek <jstanek@redhat.com> - 3.9.2-1
|
|
|
fae39c |
- Updated to version 3.9.2 (http://sqlite.org/releaselog/3_9_2.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Dec 10 2015 Jan Stanek <jstanek@redhat.com> - 3.9.0-2
|
|
|
fae39c |
- Add autoconf amalgamation for stage2 builds.
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Oct 15 2015 Jan Stanek <jstanek@redhat.com> - 3.9.0-1
|
|
|
fae39c |
- Updated to version 3.9.0 (https://sqlite.org/releaselog/3_9_0.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Sep 22 2015 Jan Stanek <jstanek@redhat.com> - 3.8.11.1-1
|
|
|
fae39c |
- Updated to version 3.8.11.1
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Jul 28 2015 Jan Stanek <jstanek@redhat.com> - 3.8.11-1
|
|
|
fae39c |
- Updated to version 3.8.11 (https://sqlite.org/releaselog/3_8_11.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Jun 19 2015 Jan Stanek <jstanek@redhat.com> - 3.8.10.2-3
|
|
|
fae39c |
- Enabled SQLITE_ENABLE_FTS3_PARENTHESIS extension (rhbz#1232301)
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.10.2-2
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Fri May 29 2015 Jan Stanek <jstanek@redhat.com> - 3.8.10.2-1
|
|
|
fae39c |
- Updated to version 3.8.10.2 (https://sqlite.org/releaselog/3_8_10_2.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Mon May 18 2015 Jan Stanek <jstanek@redhat.com> - 3.8.10.1-1
|
|
|
fae39c |
- Updated to version 3.8.10.1 (https://www.sqlite.org/releaselog/3_8_10_1.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Apr 14 2015 Jan Stanek <jstanek@redhat.com> - 3.8.9-1
|
|
|
fae39c |
- Updated to version 3.8.9 (https://www.sqlite.org/releaselog/3_8_9.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Feb 26 2015 Jan Stanek <jstanek@redhat.com> - 3.8.8.3-1
|
|
|
fae39c |
- Updated to version 3.8.8.3 (https://sqlite.org/releaselog/3_8_8_3.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.8.8-3
|
|
|
fae39c |
- Rebuilt for Fedora 23 Change
|
|
|
fae39c |
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Feb 03 2015 Jan Stanek <jstanek@redhat.com> - 3.8.8-2
|
|
|
fae39c |
- Fixed out-of-date source URLs (rhbz#1188092)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Jan 20 2015 Jan Stanek <jstanek@redhat.com> - 3.8.8-1
|
|
|
fae39c |
- Updated to version 3.8.8 (https://sqlite.org/releaselog/3_8_8.html)
|
|
|
fae39c |
- Recreated patches to work on current version.
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Dec 12 2014 Jan Stanek <jstanek@redhat.com> - 3.8.7.4-1
|
|
|
fae39c |
- Updated to version 3.8.7.4 (http://www.sqlite.org/releaselog/3_8_7_4.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Nov 25 2014 Jan Stanek <jstanek@redhat.com> - 3.8.7.2-1
|
|
|
fae39c |
- Updated to version 3.8.7.2 (http://sqlite.org/releaselog/3_8_7_2.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Oct 21 2014 Jan Stanek <jstanek@redhat.com> - 3.8.7-1
|
|
|
fae39c |
- Updated to version 3.8.7 (http://sqlite.org/releaselog/3_8_7.html)
|
|
|
fae39c |
- Dropped patch for problem fixed upstream
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Aug 19 2014 Jan Stanek <jstanek@redhat.com> - 3.8.6-2
|
|
|
fae39c |
- Added auto-selection of Tcl version based on Fedora version
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Aug 19 2014 Jan Stanek <jstanek@redhat.com> - 3.8.6-1
|
|
|
fae39c |
- Updated to version 3.8.6 (http://www.sqlite.org/releaselog/3_8_6.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.5-3
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Jun 11 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.8.5-2
|
|
|
fae39c |
- Re-enable tests on aarch64 now they pass again
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Jun 10 2014 Jan Stanek <jstanek@redhat.com> - 3.8.5-1
|
|
|
fae39c |
- Update to version 3.8.5 (http://www.sqlite.org/releaselog/3_8_5.html)
|
|
|
fae39c |
- Dropped patch already included upstream
|
|
|
fae39c |
|
|
|
fae39c |
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.4.3-5
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Jun 5 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.8.4.3-4
|
|
|
fae39c |
- Don't make tests fail the build on aarch64 like some of the other arches
|
|
|
fae39c |
|
|
|
fae39c |
* Wed May 28 2014 Jan Stanek <jstanek@redhat.com> - 3.8.4.3-3
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86 with correct tcl_version
|
|
|
fae39c |
|
|
|
fae39c |
* Wed May 21 2014 Jaroslav Å karvada <jskarvad@redhat.com> - 3.8.4.3-2
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Apr 29 2014 Jan Stanek <jstanek@redhat.com> - 3.8.4.3-1
|
|
|
fae39c |
- Update to version 3.8.4.3 (http://www.sqlite.org/releaselog/3_8_4_3.html)
|
|
|
fae39c |
- Changed patch for rhbz#1075889 to upstream version
|
|
|
fae39c |
Related: #1075889
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Apr 25 2014 Honza Horak <hhorak@redhat.com> - 3.8.4.2-3
|
|
|
fae39c |
- Revert part of the upstream commit dca1945aeb3fb005, since it causes
|
|
|
fae39c |
nautilus to crash
|
|
|
fae39c |
Related: #1075889
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Apr 02 2014 Jan Stanek <jstanek@redhat.com> 3.8.4.2-2
|
|
|
fae39c |
- Added building and shipping of sqlite3_analyzer (#1007159)
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Mar 28 2014 Jan Stanek <jstanek@redhat.com> 3.8.4.2-1
|
|
|
fae39c |
- Update to 3.8.4 (http://www.sqlite.org/releaselog/3_8_4_2.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Mar 11 2014 Jan Stanek <jstanek@redhat.com> 3.8.4-1
|
|
|
fae39c |
- Update to 3.8.4 (http://www.sqlite.org/releaselog/3_8_4.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Sun Feb 23 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.8.3-2
|
|
|
fae39c |
- Re-enable check on ARM/aarch64 as failing test fixed upstream for non x86 arches
|
|
|
fae39c |
- Modernise spec
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Feb 11 2014 Jan Stanek <jstanek@redhat.com> 3.8.3-1
|
|
|
fae39c |
- Update to 3.8.3 (http://www.sqlite.org/releaselog/3_8_3.html)
|
|
|
fae39c |
- Dropped man-page patch - included upstream
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Jan 6 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.8.2-2
|
|
|
fae39c |
- Add aarch64 to all the other arch excludes for tests
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Dec 10 2013 Jan Stanek <jstanek@redhat.com> - 3.8.2-1
|
|
|
fae39c |
- Update to 3.8.2 (http://www.sqlite.org/releaselog/3_8_2.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Nov 26 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.1-2
|
|
|
fae39c |
- Do not use transitive WHERE-clause constraints on LEFT JOINs (#1034714)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Oct 22 2013 Jan Stanek <jstanek@redhat.com> - 3.8.1-1
|
|
|
fae39c |
- Update to 3.8.1 (http://www.sqlite.org/releaselog/3_8_1.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Sep 26 2013 Jan Stanek <jstanek@redhat.com> - 3.8.0.2-4
|
|
|
fae39c |
- Removed fullversioned provides and start using full version for rpm version
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Sep 23 2013 Jan Stanek <jstanek@redhat.com> - 3.8.0-3
|
|
|
fae39c |
- Added fullversioned Provides to fix broken dependency
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Sep 16 2013 Jan Stanek <jstanek@redhat.com> - 3.8.0-2
|
|
|
fae39c |
- Dropped problematic percentile-2.1.50 test
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Sep 05 2013 Jan Stanek <jstanek@redhat.com> - 3.8.0-1
|
|
|
fae39c |
- Update to 3.8.0.2 (http://sqlite.org/releaselog/3_8_0_2.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.17-2
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Wed May 22 2013 Jan Stanek <jstanek@redhat.com> - 3.7.17-1
|
|
|
fae39c |
- Update to 3.7.17 (http://www.sqlite.org/releaselog/3_7_17.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Thu May 16 2013 Jan Stanek <jstanek@redhat.com> - 3.7.16.2-2
|
|
|
fae39c |
- Added missing options to man page (#948862)
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Apr 29 2013 Jan Stanek <jstanek@redhat.com> - 3.7.16.2-1
|
|
|
fae39c |
- update to 3.7.16.2 (http://www.sqlite.org/releaselog/3_7_16_2.html)
|
|
|
fae39c |
- add support for aarch64 (rerunning autoconf) (#926568)
|
|
|
fae39c |
|
|
|
fae39c |
* Sun Mar 31 2013 Panu Matilainen <pmatilai@redhat.com> - 3.7.16.1-1
|
|
|
fae39c |
- update to 3.7.16.1 (https://www.sqlite.org/releaselog/3_7_16_1.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Mar 20 2013 Panu Matilainen <pmatilai@redhat.com> - 3.7.16-1
|
|
|
fae39c |
- update to 3.7.16 (http://www.sqlite.org/releaselog/3_7_16.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.15.2-2
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Jan 10 2013 Panu Matilainen <pmatilai@redhat.com> - 3.7.15.2-1
|
|
|
fae39c |
- update to 3.7.15.2 (http://www.sqlite.org/releaselog/3_7_15_2.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Dec 13 2012 Panu Matilainen <pmatilai@redhat.com> - 3.7.15-1
|
|
|
fae39c |
- update to 3.7.15 (http://www.sqlite.org/releaselog/3_7_15.html)
|
|
|
fae39c |
- fix an old incorrect date in spec changelog
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Nov 06 2012 Panu Matilainen <pmatilai@redhat.com> - 3.7.14.1-1
|
|
|
fae39c |
- update to 3.7.14.1 (http://www.sqlite.org/releaselog/3_7_14_1.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Oct 03 2012 Panu Matilainen <pmatilai@redhat.com> - 3.7.14-1
|
|
|
fae39c |
- update to 3.7.14 (http://www.sqlite.org/releaselog/3_7_14.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.13-2
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Jun 25 2012 Panu Matilainen <pmatilai@redhat.com> - 3.7.13-1
|
|
|
fae39c |
- update to 3.7.13 (http://www.sqlite.org/releaselog/3_7_13.html)
|
|
|
fae39c |
- drop no longer needed savepoint relase patch
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Jun 01 2012 Panu Matilainen <pmatilai@redhat.com> - 3.7.11-3
|
|
|
fae39c |
- don't abort pending queries on release of nested savepoint (#821642)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Apr 25 2012 Panu Matilainen <pmatilai@redhat.com> - 3.7.11-2
|
|
|
fae39c |
- run test-suite with MALLOC_CHECK_=3
|
|
|
fae39c |
- disable buggy malloc_usable_size code (#801981)
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Mar 26 2012 Panu Matilainen <pmatilai@redhat.com> - 3.7.11-1
|
|
|
fae39c |
- update to 3.7.11 (http://www.sqlite.org/releaselog/3_7_11.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Mar 07 2012 Panu Matilainen <pmatilai@redhat.com> - 3.7.10-1
|
|
|
fae39c |
- update to 3.7.10 (http://www.sqlite.org/releaselog/3_7_10.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.9-2
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Nov 22 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.9-1
|
|
|
fae39c |
- update to 3.7.9 (http://www.sqlite.org/releaselog/3_7_9.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Oct 28 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.8-1
|
|
|
fae39c |
- update to 3.7.8 (http://www.sqlite.org/releaselog/3_7_8.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Jul 13 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.7.1-1
|
|
|
fae39c |
- update to 3.7.7.1 (http://www.sqlite.org/releaselog/3_7_7_1.html)
|
|
|
fae39c |
- autoconf no longer needed for build, libdl check finally upstreamed
|
|
|
fae39c |
|
|
|
fae39c |
* Wed May 25 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.6.3-1
|
|
|
fae39c |
- update to 3.7.6.3 (http://www.sqlite.org/releaselog/3_7_6_3.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Sat May 21 2011 Peter Robinson <pbrobinson@gmail.com> - 3.7.6.2-3
|
|
|
fae39c |
- add arm to the exclude from tests list
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Apr 29 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.6.2-2
|
|
|
fae39c |
- comment out stupid tests causing very bogus build failure on koji
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Apr 21 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.6.2-1
|
|
|
fae39c |
- update to 3.7.6.2 (http://www.sqlite.org/releaselog/3_7_6_2.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Feb 25 2011 Dennis Gilmore <dennis@ausil.us> - 3.7.5-4
|
|
|
fae39c |
- build tests on sparc expecting failures same as the other big endian arches
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.5-3
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Feb 2 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.5-2
|
|
|
fae39c |
- unwanted cgi-script in docs creating broken dependencies, remove it
|
|
|
fae39c |
- make doc sub-package noarch
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Feb 1 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.5-1
|
|
|
fae39c |
- update to 3.7.5 (http://www.sqlite.org/releaselog/3_7_5.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Dec 9 2010 Panu Matilainen <pmatilai@redhat.com> - 3.7.4-1
|
|
|
fae39c |
- update to 3.7.4 (http://www.sqlite.org/releaselog/3_7_4.html)
|
|
|
fae39c |
- deal with upstream source naming, versioning and format changing
|
|
|
fae39c |
- fixup wal2-test expections wrt SQLITE_DISABLE_DIRSYNC use
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Nov 5 2010 Dan Horák <dan[at]danny.cz> - 3.7.3-2
|
|
|
fae39c |
- expect test failures also on s390x
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Nov 1 2010 Panu Matilainen <pmatilai@redhat.com> - 3.7.3-1
|
|
|
fae39c |
- update to 3.7.3 (http://www.sqlite.org/releaselog/3_7_3.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Sep 2 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 3.7.0.1-2
|
|
|
fae39c |
- enable SQLITE_SECURE_DELETE, SQLITE_ENABLE_UNLOCK_NOTIFY for firefox 4
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Aug 13 2010 Panu Matilainen <pmatilai@redhat.com> - 3.7.0.1-1
|
|
|
fae39c |
- update to 3.7.0.1 (http://www.sqlite.org/releaselog/3_7_0_1.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Sat Jul 3 2010 Dan Horák <dan[at]danny.cz> - 3.6.23.1-2
|
|
|
fae39c |
- some tests are failing on s390 and ppc/ppc64 so don't fail the whole build there
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Apr 19 2010 Panu Matilainen <pmatilai@redhat.com> - 3.6.23.1-1
|
|
|
fae39c |
- update to 3.6.23.1 (http://www.sqlite.org/releaselog/3_6_23_1.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Mar 10 2010 Panu Matilainen <pmatilai@redhat.com> - 3.6.23-1
|
|
|
fae39c |
- update to 3.6.23 (http://www.sqlite.org/releaselog/3_6_23.html)
|
|
|
fae39c |
- drop the lemon sprintf patch, upstream doesn't want it
|
|
|
fae39c |
- make test-suite errors fail build finally
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Jan 18 2010 Panu Matilainen <pmatilai@redhat.com> - 3.6.22-1
|
|
|
fae39c |
- update to 3.6.22 (http://www.sqlite.org/releaselog/3_6_22.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Dec 08 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.21-1
|
|
|
fae39c |
- update to 3.6.21 (http://www.sqlite.org/releaselog/3_6_21.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Nov 17 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.20-1
|
|
|
fae39c |
- update to 3.6.20 (http://www.sqlite.org/releaselog/3_6_20.html)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Oct 06 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.18-1
|
|
|
fae39c |
- update to 3.6.18 (http://www.sqlite.org/releaselog/3_6_18.html)
|
|
|
fae39c |
- drop no longer needed test-disabler patches
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Aug 21 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.17-1
|
|
|
fae39c |
- update to 3.6.17 (http://www.sqlite.org/releaselog/3_6_17.html)
|
|
|
fae39c |
- disable to failing tests until upstream fixes
|
|
|
fae39c |
|
|
|
fae39c |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.14.2-2
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Jun 12 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.14.2-1
|
|
|
fae39c |
- update to 3.6.14.2 (#505229)
|
|
|
fae39c |
|
|
|
fae39c |
* Mon May 18 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.14-2
|
|
|
fae39c |
- disable rpath
|
|
|
fae39c |
- add -doc subpackage instead of patching out reference to it
|
|
|
fae39c |
|
|
|
fae39c |
* Thu May 14 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.14-1
|
|
|
fae39c |
- update to 3.6.14 (http://www.sqlite.org/releaselog/3_6_14.html)
|
|
|
fae39c |
- merge-review cosmetics (#226429)
|
|
|
fae39c |
- drop ancient sqlite3 obsoletes
|
|
|
fae39c |
- fix tab vs space whitespace issues
|
|
|
fae39c |
- remove commas from summaries
|
|
|
fae39c |
- fixup io-test fsync expectations wrt SQLITE_DISABLE_DIRSYNC
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Apr 15 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.13-1
|
|
|
fae39c |
- update to 3.6.13
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Apr 09 2009 Dennis Gilmore <dennis@ausil.us> - 3.6.12-3
|
|
|
fae39c |
- apply upstream patch for memory alignment issue (#494906)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Apr 07 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.12-2
|
|
|
fae39c |
- disable strict aliasing to work around brokenness on 3.6.12 (#494266)
|
|
|
fae39c |
- run test-suite on build but let it fail for now
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Apr 03 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.12-1
|
|
|
fae39c |
- update to 3.6.12 (#492662)
|
|
|
fae39c |
- remove reference to non-existent sqlite-doc from manual (#488883)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.10-4
|
|
|
fae39c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Feb 04 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.10-3
|
|
|
fae39c |
- enable RTREE and FTS3 extensions (#481417)
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Jan 22 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.10-2
|
|
|
fae39c |
- upstream fix yum breakage caused by new keywords (#481189)
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Jan 22 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.10-1
|
|
|
fae39c |
- update to 3.6.10
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Dec 31 2008 Panu Matilainen <pmatilai@redhat.com> - 3.6.7-1
|
|
|
fae39c |
- update to 3.6.7
|
|
|
fae39c |
- avoid lemon ending up in main sqlite package too
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Dec 05 2008 Panu Matilainen <pmatilai@redhat.com> - 3.6.6.2-4
|
|
|
fae39c |
- add lemon subpackage
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Dec 4 2008 Matthias Clasen <mclasen@redhat.com> - 3.6.6.2-3
|
|
|
fae39c |
- Rebuild for pkg-config provides
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Dec 02 2008 Panu Matilainen <pmatilai@redhat.com> - 3.6.6.2-2
|
|
|
fae39c |
- require tcl(abi) in sqlite-tcl subpackage (#474034)
|
|
|
fae39c |
- move tcl extensions to arch-specific location
|
|
|
fae39c |
- enable dependency extraction on the tcl dso
|
|
|
fae39c |
- require pkgconfig in sqlite-devel
|
|
|
fae39c |
|
|
|
fae39c |
* Sat Nov 29 2008 Panu Matilainen <pmatilai@redhat.com> - 3.6.6.2-1
|
|
|
fae39c |
- update to 3.6.6.2
|
|
|
fae39c |
|
|
|
fae39c |
* Sat Nov 08 2008 Panu Matilainen <pmatilai@redhat.com> - 3.6.4-1
|
|
|
fae39c |
- update to 3.6.4
|
|
|
fae39c |
- drop patches already upstream
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Sep 22 2008 Panu Matilainen <pmatilai@redhat.com> - 3.5.9-2
|
|
|
fae39c |
- Remove references to temporary registers from cache on release (#463061)
|
|
|
fae39c |
- Enable loading of external extensions (#457433)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Jun 17 2008 Stepan Kasal <skasal@redhat.com> - 3.5.9-1
|
|
|
fae39c |
- update to 3.5.9
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Apr 23 2008 Panu Matilainen <pmatilai@redhat.com> - 3.5.8-1
|
|
|
fae39c |
- update to 3.5.8
|
|
|
fae39c |
- provide full version in pkg-config (#443692)
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Mar 31 2008 Panu Matilainen <pmatilai@redhat.com> - 3.5.6-2
|
|
|
fae39c |
- remove reference to static libs from -devel description (#439376)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Feb 12 2008 Panu Matilainen <pmatilai@redhat.com> - 3.5.6-1
|
|
|
fae39c |
- update to 3.5.6
|
|
|
fae39c |
- also fixes #432447
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Jan 25 2008 Panu Matilainen <pmatilai@redhat.com> - 3.5.4-3
|
|
|
fae39c |
- enable column metadata API (#430258)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Jan 08 2008 Panu Matilainen <pmatilai@redhat.com> - 3.5.4-2
|
|
|
fae39c |
- avoid packaging CVS directory as documentation (#427755)
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Dec 21 2007 Panu Matilainen <pmatilai@redhat.com> - 3.5.4-1
|
|
|
fae39c |
- Update to 3.5.4 (#413801)
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Sep 28 2007 Panu Matilainen <pmatilai@redhat.com> - 3.4.2-3
|
|
|
fae39c |
- Add another build conditional for enabling %%check
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Sep 28 2007 Panu Matilainen <pmatilai@redhat.com> - 3.4.2-2
|
|
|
fae39c |
- Use bconds for the spec build conditionals
|
|
|
fae39c |
- Enable -tcl subpackage again (#309041)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Aug 15 2007 Paul Nasrat <pnasrat@redhat.com> - 3.4.2-1
|
|
|
fae39c |
- Update to 3.4.2
|
|
|
fae39c |
|
|
|
fae39c |
* Sat Jul 21 2007 Paul Nasrat <pnasrat@redhat.com> - 3.4.1-1
|
|
|
fae39c |
- Update to 3.4.1
|
|
|
fae39c |
|
|
|
fae39c |
* Sun Jun 24 2007 Paul Nasrat <pnsarat@redhat.com> - 3.4.0-2
|
|
|
fae39c |
- Disable load for now (#245486)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Jun 19 2007 Paul Nasrat <pnasrat@redhat.com> - 3.4.0-1
|
|
|
fae39c |
- Update to 3.4.0
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Jun 01 2007 Paul Nasrat <pnasrat@redhat.com> - 3.3.17-2
|
|
|
fae39c |
- Enable load
|
|
|
fae39c |
- Build fts1 and fts2
|
|
|
fae39c |
- Don't sync on dirs (#237427)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue May 29 2007 Paul Nasrat <pnasrat@redhat.com> - 3.3.17-1
|
|
|
fae39c |
- Update to 3.3.17
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Mar 19 2007 Paul Nasrat <pnasrat@redhat.com> - 3.3.13-1
|
|
|
fae39c |
- Update to 3.3.13
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Aug 11 2006 Paul Nasrat <pnasrat@redhat.com> - 3.3.6-2
|
|
|
fae39c |
- Fix conditional typo (patch from Gareth Armstrong)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.3.6-1.1
|
|
|
fae39c |
- rebuild
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Jun 26 2006 Paul Nasrat <pnasrat@redhat.com> - 3.3.6-1
|
|
|
fae39c |
- Update to 3.3.6
|
|
|
fae39c |
- Fix typo (#189647)
|
|
|
fae39c |
- Enable threading fixes (#181298)
|
|
|
fae39c |
- Conditionalize static library
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Apr 17 2006 Paul Nasrat <pnasrat@redhat.com> - 3.3.5-1
|
|
|
fae39c |
- Update to 3.3.5
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.3.3-1.2
|
|
|
fae39c |
- bump again for double-long bug on ppc(64)
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.3.3-1.1
|
|
|
fae39c |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Jan 31 2006 Christopher Aillon <caillon@redhat.com> - 3.3.3-1
|
|
|
fae39c |
- Update to 3.3.3
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Jan 31 2006 Christopher Aillon <caillon@redhat.com> - 3.3.2-1
|
|
|
fae39c |
- Update to 3.3.2
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Jan 24 2006 Paul Nasrat <pnasrat@redhat.com> - 3.2.8-1
|
|
|
fae39c |
- Add --enable-threadsafe (Nicholas Miell)
|
|
|
fae39c |
- Update to 3.2.8
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
fae39c |
- rebuilt
|
|
|
fae39c |
|
|
|
fae39c |
* Tue Oct 4 2005 Jeremy Katz <katzj@redhat.com> - 3.2.7-2
|
|
|
fae39c |
- no more static file or libtool archive (#169874)
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Sep 28 2005 Florian La Roche <laroche@redhat.com>
|
|
|
fae39c |
- Upgrade to 3.2.7 release.
|
|
|
fae39c |
|
|
|
fae39c |
* Thu Sep 22 2005 Florian La Roche <laroche@redhat.com>
|
|
|
fae39c |
- Upgrade to 3.2.6 release.
|
|
|
fae39c |
|
|
|
fae39c |
* Sun Sep 11 2005 Florian La Roche <laroche@redhat.com>
|
|
|
fae39c |
- Upgrade to 3.2.5 release.
|
|
|
fae39c |
|
|
|
fae39c |
* Fri Jul 8 2005 Roland McGrath <roland@redhat.com> - 3.2.2-1
|
|
|
fae39c |
- Upgrade to 3.2.2 release.
|
|
|
fae39c |
|
|
|
fae39c |
* Sat Apr 9 2005 Warren Togami <wtogami@redhat.com> - 3.1.2-3
|
|
|
fae39c |
- fix buildreqs (#154298)
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Apr 4 2005 Jeremy Katz <katzj@redhat.com> - 3.1.2-2
|
|
|
fae39c |
- disable tcl subpackage
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Mar 9 2005 Jeff Johnson <jbj@redhat.com> 3.1.2-1
|
|
|
fae39c |
- rename to "sqlite" from "sqlite3" (#149719, #150012).
|
|
|
fae39c |
|
|
|
fae39c |
* Wed Feb 16 2005 Jeff Johnson <jbj@jbj.org> 3.1.2-1
|
|
|
fae39c |
- upgrade to 3.1.2.
|
|
|
fae39c |
- add sqlite3-tcl sub-package.
|
|
|
fae39c |
|
|
|
fae39c |
* Sat Feb 5 2005 Jeff Johnson <jbj@jbj.org> 3.0.8-3
|
|
|
fae39c |
- repackage for fc4.
|
|
|
fae39c |
|
|
|
fae39c |
* Mon Jan 17 2005 R P Herrold <info@owlriver.com> 3.0.8-2orc
|
|
|
fae39c |
- fix a man page nameing conflict when co-installed with sqlite-2, as
|
|
|
fae39c |
is permissible
|