Blame SPECS/mingw-sqlite.spec

175016
%?mingw_package_header
175016
175016
%global name1 sqlite
175016
4bd5ce
%global realver 3260000
4bd5ce
%global rpmver 3.26.0.0
175016
175016
# bcond default logic is nicely backwards...
175016
%bcond_with tcl
175016
%global tclversion 8.6
175016
175016
Name:           mingw-%{name1}
175016
Version:        %{rpmver}
4bd5ce
Release:        1%{?dist}
175016
Summary:        MinGW Windows port of sqlite embeddable SQL database engine
175016
175016
License:        Public Domain
175016
Group:          Applications/Databases
175016
URL:            http://www.sqlite.org/
175016
Source0:        http://www.sqlite.org/2018/%{name1}-src-%{realver}.zip
175016
175016
BuildArch:      noarch
4bd5ce
ExclusiveArch: %{ix86} x86_64
4bd5ce
4bd5ce
### Patches are copied from RHEL-8 spec-file ###
4bd5ce
# Support a system-wide lemon template
4bd5ce
Patch1: sqlite-3.6.23-lemon-system-template.patch
4bd5ce
# Shut up stupid tests depending on system settings of allowed open fd's
4bd5ce
Patch2: sqlite-3.7.7.1-stupid-openfiles-test.patch
4bd5ce
# sqlite >= 3.7.10 is buggy if malloc_usable_size() is detected, disable it:
4bd5ce
# https://bugzilla.redhat.com/show_bug.cgi?id=801981
4bd5ce
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665363
4bd5ce
Patch3: sqlite-3.12.2-no-malloc-usable-size.patch
4bd5ce
# Temporary workaround for failed percentile test, see patch for details
4bd5ce
Patch4: sqlite-3.8.0-percentile-test.patch
4bd5ce
# Disable test failing due to tcl regression. Details in patch file.
4bd5ce
Patch6: sqlite-3.8.10.1-tcl-regress-tests.patch
4bd5ce
# Disable test date-2.2c on i686
4bd5ce
Patch7: sqlite-3.16-datetest-2.2c.patch
4bd5ce
# Modify sync2.test to pass with DIRSYNC turned off
4bd5ce
Patch8: sqlite-3.18.0-sync2-dirsync.patch
4bd5ce
# Fix for CVE-2019-8457 (rhbz#1723338)
4bd5ce
# https://www.sqlite.org/src/info/90acdbfce9c08858
4bd5ce
Patch9: sqlite-3.26.0-out-of-bounds-read.patch
4bd5ce
# Fix for CVE-2019-13752
4bd5ce
Patch10: sqlite-3.26-CVE-2019-13752.patch
4bd5ce
# Fix for CVE-2019-13753
4bd5ce
Patch11: sqlite-3.26-CVE-2019-13753.patch
4bd5ce
# Fix for CVE-2019-13734
4bd5ce
Patch12: sqlite-3.26.0-CVE-2019-13734.patch
4bd5ce
# Fix for CVE-2019-19924
4bd5ce
Patch13: sqlite-3.26.0-CVE-2019-19924.patch
4bd5ce
# Fix for CVE-2019-19923
4bd5ce
Patch14: sqlite-3.26.0-CVE-2019-19923.patch
4bd5ce
# Fix for CVE-2019-19925
4bd5ce
Patch15: sqlite-3.26.0-CVE-2019-19925.patch
4bd5ce
# Fix for CVE-2019-19959
4bd5ce
Patch16: sqlite-3.26.0-CVE-2019-19959.patch
4bd5ce
# Fix for issues found by covscan
4bd5ce
Patch17: sqlite-3.26.0-zPath-covscan.patch
4bd5ce
# Fix for CVE-2019-20218
4bd5ce
Patch18: sqlite-3.26.0-CVE-2019-20218.patch
4bd5ce
# Fix for CVE-2020-6405
4bd5ce
Patch19: sqlite-3.26.0-CVE-2020-6405.patch
4bd5ce
# Fix for CVE-2020-9327
4bd5ce
Patch20: sqlite-3.26.0-CVE-2020-9327.patch
4bd5ce
# Fix for CVE-2019-16168
4bd5ce
Patch21: sqlite-3.26.0-CVE-2019-16168.patch
4bd5ce
# Fix for CVE-2019-5018
4bd5ce
Patch22: sqlite-3.26.0-CVE-2019-5018.patch
4bd5ce
# Fix for CVE-2020-13632
4bd5ce
Patch23: sqlite-3.26.0-CVE-2020-13632.patch
4bd5ce
# Fix for CVE-2020-13631
4bd5ce
Patch24: sqlite-3.26.0-CVE-2020-13631.patch
4bd5ce
# Fix for CVE-2020-13630
4bd5ce
Patch25: sqlite-3.26.0-CVE-2020-13630.patch
4bd5ce
# Fix for CVE-2020-13434
4bd5ce
# upstream commit: https://www.sqlite.org/src/info/d08d3405878d394e
4bd5ce
Patch26: sqlite-3.26.0-CVE-2020-13434.patch
4bd5ce
# Fix for CVE-2020-15358
4bd5ce
# upstream commit: https://www.sqlite.org/src/info/10fa79d00f8091e5
4bd5ce
Patch27: sqlite-3.26.0-CVE-2020-15358.patch
4bd5ce
4bd5ce
#end-of-patches-from-RHEL
4bd5ce
######################
4bd5ce
4bd5ce
4bd5ce
# mingw specific patches
175016
# Don't try to link against pthreads even if it is available
175016
Patch1001:      sqlite-dont-search-for-pthreads-on-non-unix.patch
175016
175016
# Don't force build exe extension same as target exe extension
175016
Patch1002:      sqlite-mingw-crosscompile.patch
175016
175016
BuildRequires:  mingw32-filesystem >= 95
175016
BuildRequires:  mingw32-gcc
175016
BuildRequires:  mingw32-binutils
175016
BuildRequires:  mingw32-pdcurses
175016
BuildRequires:  mingw32-readline
175016
BuildRequires:  mingw32-termcap
175016
175016
BuildRequires:  mingw64-filesystem >= 95
175016
BuildRequires:  mingw64-gcc
175016
BuildRequires:  mingw64-binutils
175016
BuildRequires:  mingw64-pdcurses
175016
BuildRequires:  mingw64-readline
175016
BuildRequires:  mingw64-termcap
175016
175016
# For the pthread patch
175016
BuildRequires:  autoconf automake libtool
175016
175016
BuildRequires:  /usr/bin/tclsh
175016
175016
%if %{with tcl}
175016
BuildRequires:  /usr/bin/tclsh
175016
BuildRequires:  mingw32-tcl
175016
%endif
175016
175016
175016
%description
175016
SQLite is a C library that implements an SQL database engine. A large
175016
subset of SQL92 is supported. A complete database is stored in a
175016
single disk file. The API is designed for convenience and ease of use.
175016
Applications that link against SQLite can enjoy the power and
175016
flexibility of an SQL database without the administrative hassles of
175016
supporting a separate database server.  Version 2 and version 3 binaries
175016
are named to permit each to be installed on a single host
175016
175016
This package contains cross-compiled libraries and development tools
175016
for Windows.
175016
175016
175016
# Win32
175016
%package -n mingw32-%{name1}
175016
Summary:        MinGW Windows port of sqlite embeddable SQL database engine
175016
Requires:       pkgconfig
175016
175016
%description -n mingw32-%{name1}
175016
SQLite is a C library that implements an SQL database engine. A large
175016
subset of SQL92 is supported. A complete database is stored in a
175016
single disk file. The API is designed for convenience and ease of use.
175016
Applications that link against SQLite can enjoy the power and
175016
flexibility of an SQL database without the administrative hassles of
175016
supporting a separate database server.  Version 2 and version 3 binaries
175016
are named to permit each to be installed on a single host
175016
175016
This package contains cross-compiled libraries and development tools
175016
for Windows.
175016
175016
%package -n mingw32-%{name1}-static
175016
Summary:        Static version of MinGW Windows port of sqlite library
175016
Requires:       mingw32-%{name1} = %{version}-%{release}
175016
Group:          Development/Libraries
175016
175016
%description -n mingw32-%{name1}-static
175016
SQLite is a C library that implements an SQL database engine. A large
175016
subset of SQL92 is supported. A complete database is stored in a
175016
single disk file. The API is designed for convenience and ease of use.
175016
Applications that link against SQLite can enjoy the power and
175016
flexibility of an SQL database without the administrative hassles of
175016
supporting a separate database server.  Version 2 and version 3 binaries
175016
are named to permit each to be installed on a single host
175016
175016
This package contains static cross-compiled library
175016
175016
# Win64
175016
%package -n mingw64-%{name1}
175016
Summary:        MinGW Windows port of sqlite embeddable SQL database engine
175016
Requires:       pkgconfig
175016
175016
%description -n mingw64-%{name1}
175016
SQLite is a C library that implements an SQL database engine. A large
175016
subset of SQL92 is supported. A complete database is stored in a
175016
single disk file. The API is designed for convenience and ease of use.
175016
Applications that link against SQLite can enjoy the power and
175016
flexibility of an SQL database without the administrative hassles of
175016
supporting a separate database server.  Version 2 and version 3 binaries
175016
are named to permit each to be installed on a single host
175016
175016
This package contains cross-compiled libraries and development tools
175016
for Windows.
175016
175016
%package -n mingw64-%{name1}-static
175016
Summary:        Static version of MinGW Windows port of sqlite library
175016
Requires:       mingw64-%{name1} = %{version}-%{release}
175016
Group:          Development/Libraries
175016
175016
%description -n mingw64-%{name1}-static
175016
SQLite is a C library that implements an SQL database engine. A large
175016
subset of SQL92 is supported. A complete database is stored in a
175016
single disk file. The API is designed for convenience and ease of use.
175016
Applications that link against SQLite can enjoy the power and
175016
flexibility of an SQL database without the administrative hassles of
175016
supporting a separate database server.  Version 2 and version 3 binaries
175016
are named to permit each to be installed on a single host
175016
175016
This package contains static cross-compiled library
175016
175016
175016
%?mingw_debug_package
175016
175016
175016
%prep
175016
%setup -q -n %{name1}-src-%{realver}
4bd5ce
4bd5ce
%patch1 -p1
4bd5ce
%patch2 -p1
4bd5ce
%patch3 -p1
4bd5ce
%patch4 -p1
4bd5ce
%patch6 -p1
4bd5ce
%ifarch %{ix86}
4bd5ce
%patch7 -p1
4bd5ce
%endif
4bd5ce
%patch8 -p1
4bd5ce
%patch9 -p1
4bd5ce
%patch10 -p1
4bd5ce
%patch11 -p1
4bd5ce
%patch12 -p1
4bd5ce
%patch13 -p1
4bd5ce
%patch14 -p1
4bd5ce
%patch15 -p1
4bd5ce
%patch16 -p1
4bd5ce
%patch17 -p1
4bd5ce
%patch18 -p1
4bd5ce
%patch19 -p1
4bd5ce
%patch20 -p1
4bd5ce
%patch21 -p1
4bd5ce
%patch22 -p1
4bd5ce
%patch23 -p1
4bd5ce
%patch24 -p1
4bd5ce
%patch25 -p1
4bd5ce
%patch26 -p1
4bd5ce
%patch27 -p1
4bd5ce
175016
%patch1001 -p0 -b .pthread
175016
%patch1002 -p0 -b .cc
175016
autoreconf -i --force
175016
175016
175016
%build
175016
# I think there's a bug in the configure script where, if
175016
# cross-compiling, it cannot correctly determine the target executable
175016
# extension (ie. .exe).  As a result it doesn't correctly detect that
175016
# the target is Windows and so tries to use Unix-specific functions
175016
# which don't exist.  In any case we can work around this by forcing
175016
# the extension via this export.
175016
#   - RWMJ 2008-09-30
175016
export config_TARGET_EXEEXT=.exe
175016
# add compile flags to enable rtree, fts3
175016
export MINGW32_CFLAGS="%{mingw32_cflags} -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -fno-strict-aliasing"
175016
export MINGW64_CFLAGS="%{mingw64_cflags} -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -fno-strict-aliasing"
175016
175016
%mingw_configure %{!?with_tcl:--disable-tcl} --enable-load-extension
175016
175016
# -lc hack
175016
for i in build_win32 build_win64 ; do
175016
    pushd $i
175016
    sed -e s,build_libtool_need_lc=yes,build_libtool_need_lc=no, < libtool > libtool.x
175016
    mv libtool.x libtool
175016
    chmod a+x libtool
175016
    popd
175016
done
175016
175016
%mingw_make %{?_smp_mflags}
175016
175016
175016
%install
175016
%mingw_make_install DESTDIR=$RPM_BUILD_ROOT
175016
175016
chmod 0644 $RPM_BUILD_ROOT%{mingw32_libdir}/libsqlite3.dll.a
175016
chmod 0644 $RPM_BUILD_ROOT%{mingw64_libdir}/libsqlite3.dll.a
175016
175016
%if %{with tcl}
175016
install -d -m755 $RPM_BUILD_ROOT%{mingw32_datadir}/tcl%{tclversion}/sqlite3/
175016
mv $RPM_BUILD_ROOT%{_datadir}/tcl%{tclversion}/sqlite3/pkgIndex.tcl $RPM_BUILD_ROOT%{mingw32_datadir}/tcl%{tclversion}/sqlite3/
175016
175016
install -d -m755 $RPM_BUILD_ROOT%{mingw64_datadir}/tcl%{tclversion}/sqlite3/
175016
mv $RPM_BUILD_ROOT%{_datadir}/tcl%{tclversion}/sqlite3/pkgIndex.tcl $RPM_BUILD_ROOT%{mingw64_datadir}/tcl%{tclversion}/sqlite3/
175016
%endif
175016
175016
# Drop all .la files
175016
find $RPM_BUILD_ROOT -name "*.la" -delete
175016
175016
# Win32
175016
%files -n mingw32-%{name1}
175016
%doc README.md VERSION
175016
%{mingw32_bindir}/sqlite3.exe
175016
%{mingw32_bindir}/libsqlite3-0.dll
175016
%{mingw32_libdir}/libsqlite3.dll.a
175016
%{mingw32_includedir}/sqlite3.h
175016
%{mingw32_includedir}/sqlite3ext.h
175016
%{mingw32_libdir}/pkgconfig/sqlite3.pc
175016
%if %{with tcl}
175016
%{mingw32_datadir}/tcl%{tclversion}/sqlite3/
175016
%{mingw32_datadir}/tcl%{tclversion}/sqlite3/pkgIndex.tcl
175016
%endif
175016
175016
%files -n mingw32-%{name1}-static
175016
%{mingw32_libdir}/libsqlite3.a
175016
175016
# Win64
175016
%files -n mingw64-%{name1}
175016
%doc README.md VERSION
175016
%{mingw64_bindir}/sqlite3.exe
175016
%{mingw64_bindir}/libsqlite3-0.dll
175016
%{mingw64_libdir}/libsqlite3.dll.a
175016
%{mingw64_includedir}/sqlite3.h
175016
%{mingw64_includedir}/sqlite3ext.h
175016
%{mingw64_libdir}/pkgconfig/sqlite3.pc
175016
%if %{with tcl}
175016
%{mingw64_datadir}/tcl%{tclversion}/sqlite3/
175016
%{mingw64_datadir}/tcl%{tclversion}/sqlite3/pkgIndex.tcl
175016
%endif
175016
175016
%files -n mingw64-%{name1}-static
175016
%{mingw64_libdir}/libsqlite3.a
175016
175016
175016
%changelog
4bd5ce
4bd5ce
* Mon Nov 30 2020 Uri Lublin <uril@redhat.com> - 3.26.0.0-1
4bd5ce
- Rebase to sqlite 3.26.0
4bd5ce
- Fix CVE-2019-8457  CVE-2019-13752 CVE-2019-13753 CVE-2019-13734
4bd5ce
- Fix CVE-2019-19924 CVE-2019-19923 CVE-2019-19925 CVE-2019-19959
4bd5ce
- Fix CVE-2019-20218 CVE-2020-6405  CVE-2020-9327  CVE-2019-5018
4bd5ce
- Fix CVE-2019-16168
4bd5ce
  Resolves: rhbz#1826898
4bd5ce
- Fix CVE-2020-13632
4bd5ce
  Resolves: rhbz#1845615
4bd5ce
- Fix CVE-2020-13631
4bd5ce
  Resolves: rhbz#1845475
4bd5ce
- Fix CVE-2020-13630
4bd5ce
  Resolves: rhbz#1845212
4bd5ce
- Fix CVE-2020-13434
4bd5ce
  Resolves: rhbz#1845851
4bd5ce
- Fix CVE-2020-15358
4bd5ce
175016
* Tue Aug 14 2018 Victor Toso <victortoso@redhat.com> - 3.22.0.0-3
175016
- ExclusiveArch: i686, x86_64
175016
- Related: rhbz#1615874
175016
175016
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0.0-2
175016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
175016
175016
* Tue Jan 23 2018 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.22.0.0-1
175016
- update to 3.22.0.0
175016
175016
* Thu Aug 24 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.20.1.0-1
175016
- update to 3.20.1.0
175016
175016
* Wed Aug 02 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.20.0.0-1
175016
- update to 3.20.0.0
175016
175016
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.3.0-2
175016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
175016
175016
* Fri Jun 09 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.19.3.0-1
175016
- update to 3.19.3.0
175016
175016
* Thu May 25 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.19.1.0-1
175016
- update to 3.19.1.0
175016
175016
* Tue May 23 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.19.0.0-1
175016
- update to 3.19.0.0
175016
175016
* Fri Mar 31 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.18.0.0-1
175016
- update to 3.18.0.0
175016
175016
* Tue Feb 14 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.17.0.0-1
175016
- update to 3.17.0.0
175016
175016
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.16.2.0-2
175016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
175016
175016
* Sat Jan 07 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.16.2.0-1
175016
- update to 3.16.2.0
175016
175016
* Wed Jan 04 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.16.1.0-1
175016
- update to 3.16.1.0
175016
175016
* Tue Jan 03 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.16.0.0-1
175016
- update to 3.16.0.0
175016
175016
* Thu Dec 01 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.15.2.0-1
175016
- update to 3.15.2.0
175016
175016
* Tue Nov 08 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.15.1.0-1
175016
- update to 3.15.1.0
175016
175016
* Sun Oct 16 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.15.0.0-1
175016
- update to 3.15.0.0
175016
175016
* Fri Aug 12 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.14.1.0-1
175016
- update to 3.14.1.0
175016
175016
* Tue Apr 19 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.12.2.0-1
175016
- update to 3.12.2.0
175016
175016
* Sun Apr 10 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.12.1.0-1
175016
- update to 3.12.1.0
175016
175016
* Wed Mar 30 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.12.0.0-1
175016
- update to 3.12.0.0
175016
175016
* Fri Mar 04 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.11.1.0-1
175016
- update to 3.11.1.0
175016
175016
* Thu Feb 18 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.11.0.0-1
175016
- update to 3.11.0.0
175016
175016
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.2.0-2
175016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
175016
175016
* Thu Jan 21 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.10.2.0-1
175016
- update to 3.10.2.0
175016
175016
* Thu Jan 14 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.10.1.0-1
175016
- update to 3.10.1.0
175016
175016
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.4.3-3
175016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
175016
175016
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.4.3-2
175016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
175016
175016
* Thu May 29 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.8.4.3-1
175016
- Update to 3.8.4.3
175016
175016
* Sat Jan 25 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.8.2-1
175016
- Update to 3.8.2
175016
175016
* Wed Nov 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.8.1-1
175016
- Update to 3.8.1
175016
175016
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.17-3
175016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
175016
175016
* Sat Jun 15 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.17-2
175016
- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries
175016
175016
* Sun Jun  2 2013 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.17-1
175016
- update to 3.7.17
175016
175016
* Sun May 12 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.16.2-2
175016
- Don't try to link against pthreads even if it is available on win32
175016
  (sqlite uses the native win32 threading API already)
175016
175016
* Mon May  6 2013 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.16.2-1
175016
- update to 3.7.16.2
175016
175016
* Sun Mar 24 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.16-1
175016
- Update to 3.7.16
175016
175016
* Sun Mar  3 2013 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.15.2-1
175016
- Update to 3.7.15.2
175016
175016
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.14.1-2
175016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
175016
175016
* Thu Dec  6 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.14.1-1
175016
- Update to 3.7.14.1
175016
- Dropped all patches which are not needed for the mingw target
175016
- There's no need to re-run the autotools any more
175016
175016
* Tue Dec  4 2012 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.13-1
175016
- update to 3.7.13
175016
175016
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.9-7
175016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
175016
175016
* Sun Apr 22 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.9-6
175016
- Add BR: mingw64-pdcurses
175016
175016
* Sat Mar 10 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.9-5
175016
- Added win64 support
175016
175016
* Fri Mar 09 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.9-4
175016
- Dropped .la files
175016
175016
* Tue Mar 06 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.9-3
175016
- Renamed the source package to mingw-sqlite (#800450)
175016
- Modernize the spec file
175016
- Use mingw macros without leading underscore
175016
175016
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.9-2
175016
- Rebuild against the mingw-w64 toolchain
175016
175016
* Mon Jan 16 2012 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.9-1
175016
- update to 3.7.9
175016
175016
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.5-3
175016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
175016
175016
* Sat Dec 24 2011 Ivan Romanov <drizt@land.ru> - 3.7.5-2
175016
- static subpackage
175016
175016
* Sun Feb 13 2011 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.5-1
175016
- update to 3.7.5
175016
175016
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.3-2
175016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
175016
175016
* Mon Dec  6 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.3-1
175016
- update to 3.7.3
175016
175016
* Sun Jan 31 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.22-1
175016
- update to 3.6.22
175016
175016
* Sun Dec  6 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.20-1
175016
- update to 3.6.20
175016
175016
* Sun Sep 20 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.17-1
175016
- update to 3.6.17
175016
175016
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.14.2-2
175016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
175016
175016
* Tue Jun 23 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.14.2-1
175016
- update to 3.6.14.2
175016
- add debuginfo packages
175016
175016
* Thu Apr 23 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.12-4
175016
- fix CFLAGS setting
175016
175016
* Thu Apr 23 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.12-3
175016
- use Erik van Pienbroek way to add to CFLAGS
175016
175016
* Thu Apr 23 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.12-2
175016
- BR tclsh; the build process without tclsh and with extensions
175016
  enabled is broken
175016
175016
* Thu Apr 23 2009 Thomas Sailer <t.sailer@alumni.ee.ethz.ch> - 3.6.12-1
175016
- update to 3.6.12 to match native
175016
- enable rtree, fts3
175016
175016
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.6.2-3
175016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
175016
175016
* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 3.6.6.2-2
175016
- Rebuild for mingw32-gcc 4.4
175016
175016
* Tue Dec 16 2008 Richard Jones <rjones@redhat.com> - 3.6.6.2-1
175016
- New upstream release (to match Fedora native), 3.6.6.2.
175016
- Replace patches with ones from native.
175016
- Rebase -no-undefined patch.
175016
- Remove spurious +x permissions on libsqlite3.dll.a.
175016
- Requires pkgconfig.
175016
175016
* Sat Nov 22 2008 Richard Jones <rjones@redhat.com> - 3.5.9-3
175016
- Rebuild against new readline.
175016
175016
* Fri Oct 31 2008 Richard Jones <rjones@redhat.com> - 3.5.9-2
175016
- Rebuild against latest termcap.
175016
175016
* Thu Sep 25 2008 Richard Jones <rjones@redhat.com> - 3.5.9-1
175016
- Initial RPM release.