1
0
libdbi-drivers/libdbi-drivers.changes

116 lines
3.9 KiB
Plaintext

-------------------------------------------------------------------
Thu Mar 21 13:22:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Remove configure.ac.patch (was only applied for 1110 anyway)
- Add 0001-build-adjust-configure-for-postgresql-10-11.patch
-------------------------------------------------------------------
Mon Mar 19 11:05:34 UTC 2018 - mpluskal@suse.com
- Drop support for sqlite2 (see boo#1085790)
-------------------------------------------------------------------
Fri Jan 27 09:07:26 UTC 2017 - jengelh@inai.de
- Update to new git snapshot 0.9.0.g53
* Resolve build error with freetds 1.0
-------------------------------------------------------------------
Thu Feb 4 10:19:16 UTC 2016 - christof.hanke@rzg.mpg.de
- allow building on SLES11-SP3 by removing freetds dependency
and unknown configure option "serial-tests" for SLES11;
add configure.ac.patch
-------------------------------------------------------------------
Tue Nov 11 13:53:28 UTC 2014 - jengelh@inai.de
- Update to new git snapshot 0.9.0+git51
* Fixed an out-of-bounds access in dbd_mysql due to bad type
punning. [boo#904873]
-------------------------------------------------------------------
Mon Jul 7 11:17:31 UTC 2014 - jengelh@inai.de
- Update to new git snapshot 0.9.0+git46
* Support automatic reconnect under MySQL
* Support character set retention across autoreconnect cycles
* Have drivers use the new DBI_TYPE_XDECIMAL type
- Enable building FreeTDS plugin
-------------------------------------------------------------------
Thu May 8 21:15:16 UTC 2014 - jengelh@inai.de
- Update to new git snapshot 0.9.0+git42
* dbd_mysql, dbd_msql: avoid NULL dereference
-------------------------------------------------------------------
Thu Apr 17 14:57:46 UTC 2014 - jengelh@inai.de
- Update to new git snapshot 0.9.0+git40
* Support the new datetimex API from libdbi-0.9.0+git21
* dbd_sqlite3: resolve a stack buffer overflow
- Remove sqlite3.diff, badcode.diff, libdl.diff: merged upstream
-------------------------------------------------------------------
Thu Feb 6 11:50:13 UTC 2014 - fcrozat@suse.com
- Add COPYING to generated package.
-------------------------------------------------------------------
Wed Sep 11 13:07:00 UTC 2013 - jengelh@inai.de
- Added libdl.diff (successfully link testsuite) and run testsuite
as far as possible
-------------------------------------------------------------------
Wed Sep 11 09:18:56 UTC 2013 - tchvatal@suse.com
- Remove tests code to have this not fail on rpm checks.
- Do not put __DATE__ into resulting binaries to avoid needless
rebuilds.
-------------------------------------------------------------------
Sun Sep 8 13:11:41 UTC 2013 - jengelh@inai.de
- Update to new upstream release 0.9.0
* the pgsql driver now supports features specific to PostgreSQL 9
and later
* drivers now support transactions and savepoints if the underlying
database engines do
- Added badcode.diff, sqlite3.diff to resolve build failures
-------------------------------------------------------------------
Thu Sep 27 09:38:04 UTC 2012 - idonmez@suse.com
- Fix libdbi dependencies
-------------------------------------------------------------------
Wed Feb 1 01:54:59 UTC 2012 - jengelh@medozas.de
- Remove redundant tags/sections per specfile guideline suggestions
- Parallel building using %_smp_mflags
-------------------------------------------------------------------
Thu Jan 12 11:30:42 UTC 2012 - coolo@suse.com
- change license to be in spdx.org format
-------------------------------------------------------------------
Tue Feb 22 08:57:42 UTC 2011 - coolo@novell.com
- remove explicit (and wrong) libmysql require
-------------------------------------------------------------------
Wed Dec 15 16:17:10 CET 2010 - meissner@suse.de
- spec file cleanup
- disabled static driver libs
- pass in RPM_OPT_FLAGS
-------------------------------------------------------------------
Wed Dec 15 16:05:55 CET 2010 - meissner@suse.de
- split off from libdbi