70cf128
%?mingw_package_header
d5d8de8
0fe9fce
%global name1 sqlite
0fe9fce
Thomas Sailer 9d18dd4
%global realver 3360000
Thomas Sailer 9d18dd4
%global rpmver 3.36.0.0
0fe9fce
afc5ebe
# bcond default logic is nicely backwards...
dd13d6a
%bcond_with tcl
be13cef
%global tclversion 8.6
afc5ebe
8256bba
Name:           mingw-%{name1}
0fe9fce
Version:        %{rpmver}
5d8a4d8
Release:        5%{?dist}
d5d8de8
Summary:        MinGW Windows port of sqlite embeddable SQL database engine
d5d8de8
d5d8de8
License:        Public Domain
d5d8de8
URL:            http://www.sqlite.org/
Thomas Sailer bf160fe
Source0:        http://www.sqlite.org/2021/%{name1}-src-%{realver}.zip
d5d8de8
d5d8de8
BuildArch:      noarch
d5d8de8
4bb26ad
# Don't try to link against pthreads even if it is available
4bb26ad
Patch1001:      sqlite-dont-search-for-pthreads-on-non-unix.patch
4bb26ad
b6b46cb
# Don't force build exe extension same as target exe extension
b6b46cb
Patch1002:      sqlite-mingw-crosscompile.patch
b6b46cb
481a887
BuildRequires: make
70cf128
BuildRequires:  mingw32-filesystem >= 95
d5d8de8
BuildRequires:  mingw32-gcc
d5d8de8
BuildRequires:  mingw32-binutils
d5d8de8
BuildRequires:  mingw32-pdcurses
d5d8de8
BuildRequires:  mingw32-readline
70cf128
BuildRequires:  mingw32-termcap
70cf128
70cf128
BuildRequires:  mingw64-filesystem >= 95
70cf128
BuildRequires:  mingw64-gcc
70cf128
BuildRequires:  mingw64-binutils
310b768
BuildRequires:  mingw64-pdcurses
70cf128
BuildRequires:  mingw64-readline
70cf128
BuildRequires:  mingw64-termcap
70cf128
4bb26ad
# For the pthread patch
4bb26ad
BuildRequires:  autoconf automake libtool
4bb26ad
c63def1
BuildRequires:  /usr/bin/tclsh
d5d8de8
afc5ebe
%if %{with tcl}
afc5ebe
BuildRequires:  /usr/bin/tclsh
afc5ebe
BuildRequires:  mingw32-tcl
afc5ebe
%endif
afc5ebe
d5d8de8
d5d8de8
%description
d5d8de8
SQLite is a C library that implements an SQL database engine. A large
d5d8de8
subset of SQL92 is supported. A complete database is stored in a
d5d8de8
single disk file. The API is designed for convenience and ease of use.
d5d8de8
Applications that link against SQLite can enjoy the power and
d5d8de8
flexibility of an SQL database without the administrative hassles of
d5d8de8
supporting a separate database server.  Version 2 and version 3 binaries
d5d8de8
are named to permit each to be installed on a single host
d5d8de8
d5d8de8
This package contains cross-compiled libraries and development tools
d5d8de8
for Windows.
d5d8de8
d5d8de8
70cf128
# Win32
8256bba
%package -n mingw32-%{name1}
8256bba
Summary:        MinGW Windows port of sqlite embeddable SQL database engine
8256bba
Requires:       pkgconfig
8256bba
8256bba
%description -n mingw32-%{name1}
8256bba
SQLite is a C library that implements an SQL database engine. A large
8256bba
subset of SQL92 is supported. A complete database is stored in a
8256bba
single disk file. The API is designed for convenience and ease of use.
8256bba
Applications that link against SQLite can enjoy the power and
8256bba
flexibility of an SQL database without the administrative hassles of
8256bba
supporting a separate database server.  Version 2 and version 3 binaries
8256bba
are named to permit each to be installed on a single host
8256bba
8256bba
This package contains cross-compiled libraries and development tools
8256bba
for Windows.
8256bba
8256bba
%package -n mingw32-%{name1}-static
602064f
Summary:        Static version of MinGW Windows port of sqlite library
8256bba
Requires:       mingw32-%{name1} = %{version}-%{release}
602064f
8256bba
%description -n mingw32-%{name1}-static
602064f
SQLite is a C library that implements an SQL database engine. A large
602064f
subset of SQL92 is supported. A complete database is stored in a
602064f
single disk file. The API is designed for convenience and ease of use.
602064f
Applications that link against SQLite can enjoy the power and
602064f
flexibility of an SQL database without the administrative hassles of
602064f
supporting a separate database server.  Version 2 and version 3 binaries
602064f
are named to permit each to be installed on a single host
602064f
602064f
This package contains static cross-compiled library
602064f
70cf128
# Win64
70cf128
%package -n mingw64-%{name1}
70cf128
Summary:        MinGW Windows port of sqlite embeddable SQL database engine
70cf128
Requires:       pkgconfig
602064f
70cf128
%description -n mingw64-%{name1}
70cf128
SQLite is a C library that implements an SQL database engine. A large
70cf128
subset of SQL92 is supported. A complete database is stored in a
70cf128
single disk file. The API is designed for convenience and ease of use.
70cf128
Applications that link against SQLite can enjoy the power and
70cf128
flexibility of an SQL database without the administrative hassles of
70cf128
supporting a separate database server.  Version 2 and version 3 binaries
70cf128
are named to permit each to be installed on a single host
70cf128
70cf128
This package contains cross-compiled libraries and development tools
70cf128
for Windows.
70cf128
70cf128
%package -n mingw64-%{name1}-static
70cf128
Summary:        Static version of MinGW Windows port of sqlite library
70cf128
Requires:       mingw64-%{name1} = %{version}-%{release}
70cf128
70cf128
%description -n mingw64-%{name1}-static
70cf128
SQLite is a C library that implements an SQL database engine. A large
70cf128
subset of SQL92 is supported. A complete database is stored in a
70cf128
single disk file. The API is designed for convenience and ease of use.
70cf128
Applications that link against SQLite can enjoy the power and
70cf128
flexibility of an SQL database without the administrative hassles of
70cf128
supporting a separate database server.  Version 2 and version 3 binaries
70cf128
are named to permit each to be installed on a single host
70cf128
70cf128
This package contains static cross-compiled library
70cf128
70cf128
70cf128
%?mingw_debug_package
282bf63
282bf63
d5d8de8
%prep
0fe9fce
%setup -q -n %{name1}-src-%{realver}
b6b46cb
%patch1001 -p0 -b .pthread
b6b46cb
%patch1002 -p0 -b .cc
4bb26ad
autoreconf -i --force
4bb26ad
d5d8de8
d5d8de8
%build
d5d8de8
# I think there's a bug in the configure script where, if
d5d8de8
# cross-compiling, it cannot correctly determine the target executable
d5d8de8
# extension (ie. .exe).  As a result it doesn't correctly detect that
d5d8de8
# the target is Windows and so tries to use Unix-specific functions
d5d8de8
# which don't exist.  In any case we can work around this by forcing
d5d8de8
# the extension via this export.
d5d8de8
#   - RWMJ 2008-09-30
d5d8de8
export config_TARGET_EXEEXT=.exe
a95fd86
# add compile flags to enable rtree, fts3
9ba6d04
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"
70cf128
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"
d5d8de8
Thomas Sailer d3a0989
%mingw_configure %{!?with_tcl:--disable-tcl} --enable-all --enable-load-extension
dd13d6a
dd13d6a
# -lc hack
70cf128
for i in build_win32 build_win64 ; do
70cf128
    pushd $i
70cf128
    sed -e s,build_libtool_need_lc=yes,build_libtool_need_lc=no, < libtool > libtool.x
70cf128
    mv libtool.x libtool
70cf128
    chmod a+x libtool
70cf128
    popd
70cf128
done
dd13d6a
70cf128
%mingw_make %{?_smp_mflags}
d5d8de8
d5d8de8
d5d8de8
%install
70cf128
%mingw_make_install DESTDIR=$RPM_BUILD_ROOT
d5d8de8
9ba6d04
chmod 0644 $RPM_BUILD_ROOT%{mingw32_libdir}/libsqlite3.dll.a
70cf128
chmod 0644 $RPM_BUILD_ROOT%{mingw64_libdir}/libsqlite3.dll.a
d5d8de8
afc5ebe
%if %{with tcl}
9ba6d04
install -d -m755 $RPM_BUILD_ROOT%{mingw32_datadir}/tcl%{tclversion}/sqlite3/
9ba6d04
mv $RPM_BUILD_ROOT%{_datadir}/tcl%{tclversion}/sqlite3/pkgIndex.tcl $RPM_BUILD_ROOT%{mingw32_datadir}/tcl%{tclversion}/sqlite3/
70cf128
70cf128
install -d -m755 $RPM_BUILD_ROOT%{mingw64_datadir}/tcl%{tclversion}/sqlite3/
70cf128
mv $RPM_BUILD_ROOT%{_datadir}/tcl%{tclversion}/sqlite3/pkgIndex.tcl $RPM_BUILD_ROOT%{mingw64_datadir}/tcl%{tclversion}/sqlite3/
afc5ebe
%endif
d5d8de8
6465230
# Drop all .la files
6465230
find $RPM_BUILD_ROOT -name "*.la" -delete
d5d8de8
70cf128
# Win32
8256bba
%files -n mingw32-%{name1}
5fed040
%doc README.md VERSION
9ba6d04
%{mingw32_bindir}/sqlite3.exe
9ba6d04
%{mingw32_bindir}/libsqlite3-0.dll
9ba6d04
%{mingw32_libdir}/libsqlite3.dll.a
9ba6d04
%{mingw32_includedir}/sqlite3.h
9ba6d04
%{mingw32_includedir}/sqlite3ext.h
9ba6d04
%{mingw32_libdir}/pkgconfig/sqlite3.pc
afc5ebe
%if %{with tcl}
9ba6d04
%{mingw32_datadir}/tcl%{tclversion}/sqlite3/
9ba6d04
%{mingw32_datadir}/tcl%{tclversion}/sqlite3/pkgIndex.tcl
afc5ebe
%endif
d5d8de8
8256bba
%files -n mingw32-%{name1}-static
9ba6d04
%{mingw32_libdir}/libsqlite3.a
602064f
70cf128
# Win64
70cf128
%files -n mingw64-%{name1}
5fed040
%doc README.md VERSION
70cf128
%{mingw64_bindir}/sqlite3.exe
70cf128
%{mingw64_bindir}/libsqlite3-0.dll
70cf128
%{mingw64_libdir}/libsqlite3.dll.a
70cf128
%{mingw64_includedir}/sqlite3.h
70cf128
%{mingw64_includedir}/sqlite3ext.h
70cf128
%{mingw64_libdir}/pkgconfig/sqlite3.pc
70cf128
%if %{with tcl}
70cf128
%{mingw64_datadir}/tcl%{tclversion}/sqlite3/
70cf128
%{mingw64_datadir}/tcl%{tclversion}/sqlite3/pkgIndex.tcl
70cf128
%endif
70cf128
70cf128
%files -n mingw64-%{name1}-static
70cf128
%{mingw64_libdir}/libsqlite3.a
70cf128
70cf128
d5d8de8
%changelog
5d8a4d8
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.0.0-5
5d8a4d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
5d8a4d8
b6bdce6
* Fri Mar 25 2022 Sandro Mani <manisandro@gmail.com> - 3.36.0.0-4
b6bdce6
- Rebuild with mingw-gcc-12
b6bdce6
49010e8
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.0.0-3
49010e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
49010e8
a2a9cdc
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.0.0-2
a2a9cdc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
a2a9cdc
Thomas Sailer 9d18dd4
* Sat Jun 19 2021 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.36.0.0-1
Thomas Sailer 9d18dd4
- update to 3.36.0.0
Thomas Sailer 9d18dd4
Thomas Sailer cc233ce
* Tue Apr 20 2021 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.35.5.0-1
Thomas Sailer cc233ce
- update to 3.35.5.0
Thomas Sailer cc233ce
Thomas Sailer 0528c09
* Sat Apr 03 2021 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.35.4.0-1
Thomas Sailer 0528c09
- update to 3.35.4.0
Thomas Sailer 0528c09
Thomas Sailer d3a0989
* Thu Mar 18 2021 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.35.2.0-1
Thomas Sailer d3a0989
- update to 3.35.2.0
Thomas Sailer d3a0989
Thomas Sailer fd64fc6
* Fri Mar 12 2021 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.35.0.0-1
Thomas Sailer fd64fc6
- update to 3.35.0.0
Thomas Sailer fd64fc6
67df173
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.1.0-2
67df173
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
67df173
Thomas Sailer bf160fe
* Wed Jan 20 2021 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.34.1.0-1
Thomas Sailer bf160fe
- update to 3.34.1.0
Thomas Sailer bf160fe
Thomas Sailer d3a0989
* Wed Dec 02 2020 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.34.0.0-1
Thomas Sailer 359112e
- update to 3.34.0.0
Thomas Sailer 359112e
c320859
* Sat Aug 15 2020 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.33.0.0-1
c320859
- update to 3.33.0.0
c320859
80e5c71
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.3.0-2
80e5c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
80e5c71
f1a5231
* Thu Jun 18 2020 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.32.3.0-1
f1a5231
- update to 3.32.3.0
f1a5231
8cf5b2c
* Tue May 26 2020 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.32.1.0-1
8cf5b2c
- update to 3.32.1.0
8cf5b2c
1c9f521
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.1.0-2
1c9f521
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1c9f521
5b2a5b4
* Mon Jan 27 2020 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.31.1.0-1
5b2a5b4
- update to 3.31.1.0
5b2a5b4
6a4027f
* Sat Jan 25 2020 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.31.0.0-1
6a4027f
- update to 3.31.0.0
6a4027f
32040b9
* Wed Oct 16 2019 Sandro Mani <manisandro@gmail.com> - 3.30.1.0-2
32040b9
- Rebuild (Changes/Mingw32GccDwarf2)
32040b9
c8b99aa
* Fri Oct 11 2019 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.30.1.0-1
c8b99aa
- update to 3.30.1.0
c8b99aa
e37bb74
* Tue Oct 08 2019 Sandro Mani <manisandro@gmail.com> - 3.29.0.0-3
e37bb74
- Rebuild (Changes/Mingw32GccDwarf2)
e37bb74
6512ceb
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.29.0.0-2
6512ceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6512ceb
2a9d933
* Thu Jul 11 2019 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.29.0.0-1
2a9d933
- update to 3.29.0.0
2a9d933
8984222
* Tue Apr 16 2019 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.28.0.0-1
8984222
- update to 3.28.0.0
8984222
10e18fc
* Mon Feb 25 2019 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.27.2.0-1
10e18fc
- update to 3.27.2.0
10e18fc
a7c7619
* Fri Feb 08 2019 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.27.1.0-1
a7c7619
- update to 3.27.1.0
a7c7619
1f8f4ef
* Thu Feb 07 2019 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.27.0.0-1
1f8f4ef
- update to 3.27.0.0
1f8f4ef
9a84a9d
* Thu Feb 07 2019 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.26.0.0-1
9a84a9d
- update to 3.26.0.0
9a84a9d
d53a9f7
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0.0-3
d53a9f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
d53a9f7
023f5d2
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0.0-2
023f5d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
023f5d2
cfddfa4
* Tue Jun 05 2018 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.24.0.0-1
cfddfa4
- update to 3.24.0.0
cfddfa4
0f32f7f
* Tue Apr 10 2018 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.23.1.0-1
0f32f7f
- update to 3.23.1.0
0f32f7f
db1f99a
* Tue Apr 03 2018 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.23.0.0-1
db1f99a
- update to 3.23.0.0
db1f99a
349f050
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0.0-2
349f050
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
349f050
517ebba
* Tue Jan 23 2018 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.22.0.0-1
517ebba
- update to 3.22.0.0
517ebba
0adf16e
* Thu Aug 24 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.20.1.0-1
0adf16e
- update to 3.20.1.0
0adf16e
bb7691b
* Wed Aug 02 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.20.0.0-1
bb7691b
- update to 3.20.0.0
bb7691b
e154710
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.3.0-2
e154710
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e154710
fcf7d1f
* Fri Jun 09 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.19.3.0-1
fcf7d1f
- update to 3.19.3.0
fcf7d1f
12e31f9
* Thu May 25 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.19.1.0-1
12e31f9
- update to 3.19.1.0
12e31f9
3019901
* Tue May 23 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.19.0.0-1
3019901
- update to 3.19.0.0
3019901
b740450
* Fri Mar 31 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.18.0.0-1
af42194
- update to 3.18.0.0
af42194
fafb746
* Tue Feb 14 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.17.0.0-1
fafb746
- update to 3.17.0.0
fafb746
66b519c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.16.2.0-2
66b519c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
66b519c
08c4841
* Sat Jan 07 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.16.2.0-1
08c4841
- update to 3.16.2.0
08c4841
6813134
* Wed Jan 04 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.16.1.0-1
6813134
- update to 3.16.1.0
6813134
99b1654
* Tue Jan 03 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.16.0.0-1
99b1654
- update to 3.16.0.0
99b1654
88d5023
* Thu Dec 01 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.15.2.0-1
88d5023
- update to 3.15.2.0
88d5023
7cf21e5
* Tue Nov 08 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.15.1.0-1
7cf21e5
- update to 3.15.1.0
7cf21e5
07539b8
* Sun Oct 16 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.15.0.0-1
07539b8
- update to 3.15.0.0
07539b8
be13cef
* Fri Aug 12 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.14.1.0-1
be13cef
- update to 3.14.1.0
be13cef
8b0414e
* Tue Apr 19 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.12.2.0-1
8b0414e
- update to 3.12.2.0
8b0414e
334f5a3
* Sun Apr 10 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.12.1.0-1
334f5a3
- update to 3.12.1.0
334f5a3
18050c1
* Wed Mar 30 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.12.0.0-1
18050c1
- update to 3.12.0.0
18050c1
c4956a1
* Fri Mar 04 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.11.1.0-1
c4956a1
- update to 3.11.1.0
c4956a1
48a52c3
* Thu Feb 18 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.11.0.0-1
48a52c3
- update to 3.11.0.0
48a52c3
f8fa4fb
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.2.0-2
f8fa4fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f8fa4fb
065a922
* Thu Jan 21 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.10.2.0-1
065a922
- update to 3.10.2.0
065a922
b7c1dc3
* Thu Jan 14 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.10.1.0-1
b7c1dc3
- update to 3.10.1.0
b7c1dc3
d43a5f2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.4.3-3
d43a5f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d43a5f2
b520dc5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.4.3-2
b520dc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b520dc5
5fed040
* Thu May 29 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.8.4.3-1
5fed040
- Update to 3.8.4.3
5fed040
b23adc9
* Sat Jan 25 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.8.2-1
b23adc9
- Update to 3.8.2
b23adc9
a10dc68
* Wed Nov 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.8.1-1
a10dc68
- Update to 3.8.1
a10dc68
eee7ffb
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.17-3
eee7ffb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
eee7ffb
d092938
* Sat Jun 15 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.17-2
d092938
- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries
d092938
9d9b56f
* Sun Jun  2 2013 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.17-1
9d9b56f
- update to 3.7.17
9d9b56f
4bb26ad
* Sun May 12 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.16.2-2
4bb26ad
- Don't try to link against pthreads even if it is available on win32
4bb26ad
  (sqlite uses the native win32 threading API already)
4bb26ad
6035617
* Mon May  6 2013 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.16.2-1
6035617
- update to 3.7.16.2
6035617
28c4352
* Sun Mar 24 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.16-1
28c4352
- Update to 3.7.16
28c4352
4f9a05d
* Sun Mar  3 2013 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.15.2-1
4f9a05d
- Update to 3.7.15.2
4f9a05d
28775a8
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.14.1-2
28775a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
28775a8
bfaf1f7
* Thu Dec  6 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.14.1-1
bfaf1f7
- Update to 3.7.14.1
bfaf1f7
- Dropped all patches which are not needed for the mingw target
bfaf1f7
- There's no need to re-run the autotools any more
bfaf1f7
4c67c71
* Tue Dec  4 2012 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.13-1
4c67c71
- update to 3.7.13
4c67c71
74b9d45
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.9-7
74b9d45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
74b9d45
310b768
* Sun Apr 22 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.9-6
310b768
- Add BR: mingw64-pdcurses
310b768
70cf128
* Sat Mar 10 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.9-5
70cf128
- Added win64 support
70cf128
6465230
* Fri Mar 09 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.9-4
6465230
- Dropped .la files
6465230
8256bba
* Tue Mar 06 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.9-3
8256bba
- Renamed the source package to mingw-sqlite (#800450)
8516e08
- Modernize the spec file
9ba6d04
- Use mingw macros without leading underscore
8256bba
8101d19
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.9-2
8101d19
- Rebuild against the mingw-w64 toolchain
8101d19
0921cf1
* Mon Jan 16 2012 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.9-1
25a724e
- update to 3.7.9
25a724e
83fe836
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.5-3
83fe836
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
83fe836
602064f
* Sat Dec 24 2011 Ivan Romanov <drizt@land.ru> - 3.7.5-2
602064f
- static subpackage
602064f
0fe9fce
* Sun Feb 13 2011 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.5-1
0fe9fce
- update to 3.7.5
0fe9fce
daba879
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.3-2
daba879
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
daba879
33b088e
* Mon Dec  6 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.3-1
33b088e
- update to 3.7.3
33b088e
55f443f
* Sun Jan 31 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.22-1
55f443f
- update to 3.6.22
55f443f
4bb26ad
* Sun Dec  6 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.20-1
dd13d6a
- update to 3.6.20
dd13d6a
9c6b39c
* Sun Sep 20 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.17-1
9c6b39c
- update to 3.6.17
9c6b39c
69887c4
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.14.2-2
69887c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
69887c4
afc5ebe
* Tue Jun 23 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.14.2-1
afc5ebe
- update to 3.6.14.2
282bf63
- add debuginfo packages
282bf63
150fe96
* Thu Apr 23 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.12-4
150fe96
- fix CFLAGS setting
150fe96
82428ca
* Thu Apr 23 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.12-3
82428ca
- use Erik van Pienbroek way to add to CFLAGS
82428ca
c63def1
* Thu Apr 23 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.12-2
c63def1
- BR tclsh; the build process without tclsh and with extensions
c63def1
  enabled is broken
c63def1
a95fd86
* Thu Apr 23 2009 Thomas Sailer <t.sailer@alumni.ee.ethz.ch> - 3.6.12-1
a95fd86
- update to 3.6.12 to match native
a95fd86
- enable rtree, fts3
a95fd86
8a7ca6e
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.6.2-3
8a7ca6e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8a7ca6e
55fb05b
* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 3.6.6.2-2
55fb05b
- Rebuild for mingw32-gcc 4.4
55fb05b
d5d8de8
* Tue Dec 16 2008 Richard Jones <rjones@redhat.com> - 3.6.6.2-1
d5d8de8
- New upstream release (to match Fedora native), 3.6.6.2.
d5d8de8
- Replace patches with ones from native.
d5d8de8
- Rebase -no-undefined patch.
d5d8de8
- Remove spurious +x permissions on libsqlite3.dll.a.
d5d8de8
- Requires pkgconfig.
d5d8de8
d5d8de8
* Sat Nov 22 2008 Richard Jones <rjones@redhat.com> - 3.5.9-3
d5d8de8
- Rebuild against new readline.
d5d8de8
d5d8de8
* Fri Oct 31 2008 Richard Jones <rjones@redhat.com> - 3.5.9-2
d5d8de8
- Rebuild against latest termcap.
d5d8de8
d5d8de8
* Thu Sep 25 2008 Richard Jones <rjones@redhat.com> - 3.5.9-1
d5d8de8
- Initial RPM release.