2022-01-17 20:43:05 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Jan 17 20:40:34 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- update to 3.37.0-r1:
|
|
|
|
|
|
* Allow breaking of reference cycles between objects that contain a
|
|
|
|
|
|
Connection or Cursor
|
|
|
|
|
|
* Fixed custom VFS extension loading failure could leave the error message
|
|
|
|
|
|
unterminated
|
|
|
|
|
|
* Updated size of mutex array used by the fork checker
|
|
|
|
|
|
* Connections are opened with SQLITE_OPEN_EXRESCODE so open errors will also
|
|
|
|
|
|
include extended result codes
|
|
|
|
|
|
* Connection.changes() and Connection.totalchanges() use the new SQLite APIs
|
|
|
|
|
|
that return 64 bit values
|
|
|
|
|
|
* Added Connection.autovacuum_pages()
|
|
|
|
|
|
* Implemented Connection.serialize() and Connection.deserialize().
|
|
|
|
|
|
* Allow any subclass of VFS to implement WAL, not just direct subclasses
|
|
|
|
|
|
|
2021-07-30 14:45:21 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Jun 25 06:20:00 UTC 2021 - ecsos <ecsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 3.35.4-r1:
|
|
|
|
|
|
- Updates for SQLite download url (the year is part of the urls).
|
|
|
|
|
|
- Added enable flag for built-in SQL math functions, and enable
|
|
|
|
|
|
it by default with –enable-all-extensions.
|
|
|
|
|
|
- Use the newer buffer API for Python 3
|
|
|
|
|
|
(old API removed in Python 3.10).
|
|
|
|
|
|
- Fix loadable extensions are missing,
|
|
|
|
|
|
so insert --enable-all-extensions and --enable=load_extension.
|
|
|
|
|
|
See: https://rogerbinns.github.io/apsw/build.html#building
|
|
|
|
|
|
|
2020-12-29 13:49:44 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Dec 29 13:46:03 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- udpate to 3.34.0-r1:
|
|
|
|
|
|
* Windows MSI installer files are now provided
|
|
|
|
|
|
* Added Connection.txn_state()
|
|
|
|
|
|
* Added constants: SQLITE_IOERR_CORRUPTFS
|
|
|
|
|
|
|
2020-09-22 11:55:21 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Sep 22 11:54:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Fix the source url to really match reality
|
|
|
|
|
|
|
2020-03-03 09:51:19 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2020-09-22 10:47:08 +00:00
|
|
|
|
Tue Sep 22 10:29:18 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 3.33.0-r1:
|
|
|
|
|
|
* Small performance improvement in string handling
|
|
|
|
|
|
* apsw module exposes Cursor, Blob, and Backup types (issue #273)
|
|
|
|
|
|
* pkg-config is used to detect International Components for
|
|
|
|
|
|
Unicode (ICU) sdk when the SQLite ICU extension is enabled. It
|
|
|
|
|
|
falls back to icu-config as before. (issue #268).
|
|
|
|
|
|
- Update to 3.32.2-r2:
|
|
|
|
|
|
* Added some constants
|
|
|
|
|
|
* Minor documentation updates
|
|
|
|
|
|
- Fix source URL
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-03-03 09:51:19 +00:00
|
|
|
|
Tue Mar 3 09:44:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update the sqlite dependency
|
|
|
|
|
|
- Update to 3.31.1:
|
|
|
|
|
|
* Fix deprecated universal newline use in shell (#283)
|
|
|
|
|
|
* Shell now uses pragma function_list to get list of functions for tab completion
|
|
|
|
|
|
|
2020-02-04 19:58:46 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Feb 4 19:50:05 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
- update to 3.30.1-r1
|
|
|
|
|
|
- drop 0002-Skip-one-test-on-python3.8.patch
|
|
|
|
|
|
0001-py3.8-avoid-invalid-escapes.patch
|
|
|
|
|
|
* Updated hashing of SQL statements
|
|
|
|
|
|
* Updated Connection.config() with all current SQLITE_DBCONFIG constants
|
|
|
|
|
|
|
2019-09-10 13:41:49 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Sep 10 13:32:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Add more py3.8 patches:
|
|
|
|
|
|
* 0001-py3.8-avoid-invalid-escapes.patch
|
|
|
|
|
|
* 0002-Skip-one-test-on-python3.8.patch
|
|
|
|
|
|
- Remove patch obsoleted by above python38.patch
|
|
|
|
|
|
|
2019-07-04 13:22:29 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Jul 4 13:10:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 3.28.0-r1:
|
|
|
|
|
|
* No changelog
|
|
|
|
|
|
- Add patch to build with python 3.8:
|
|
|
|
|
|
* python38.patch
|
|
|
|
|
|
|
2017-08-31 16:47:02 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Aug 31 16:45:50 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- Update to version 3.9.2-r1
|
|
|
|
|
|
* No changelog
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Aug 24 13:32:48 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
|
|
|
|
- singlespec auto-conversion
|
|
|
|
|
|
|
2013-10-16 13:17:08 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Oct 15 13:04:33 UTC 2013 - tchvatal@suse.com
|
|
|
|
|
|
|
|
|
|
|
|
- Downgrade to 3.7.17 so we build on 13.1 too.
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Oct 15 12:56:58 UTC 2013 - tomas.chvatal@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- Fix file collision between doc and normal
|
|
|
|
|
|
|
2013-10-14 11:55:14 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Oct 14 11:46:39 UTC 2013 - tchvatal@suse.com
|
|
|
|
|
|
|
|
|
|
|
|
- Version bump to 3.8.0.2-r1 to use latest sqlite queries.
|
|
|
|
|
|
- Drop the macroed commands in favor of normal ones
|
|
|
|
|
|
- Drop clean section
|
|
|
|
|
|
- Write fully what documents go where.
|
|
|
|
|
|
|
2013-10-10 10:35:34 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Oct 9 17:32:14 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- Drop unused tarballs, defines and checks for obsolete openSUSE versions
|
|
|
|
|
|
|
2013-09-03 10:59:03 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Sep 3 10:31:58 UTC 2013 - jw@suse.com
|
|
|
|
|
|
|
|
|
|
|
|
- osc service localrun format_spec_file
|
|
|
|
|
|
to add comments and such.
|
|
|
|
|
|
|
2011-12-12 19:58:01 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Dec 12 19:35:39 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
|
|
- build for all supported versions from a single spec
|
|
|
|
|
|
- link dynamically against the sqlite3 version that ships with each distro
|
|
|
|
|
|
version, rather than using amalgamation: this is required by s3ql
|
|
|
|
|
|
|
2010-08-09 15:46:18 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Aug 9 15:40:35 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
|
|
- initial package (3.7.0.1-r1)
|
|
|
|
|
|
|
2017-08-31 16:47:02 +00:00
|
|
|
|
|