Jan Engelhardt
7f3f83aeba
OBS-URL: https://build.opensuse.org/package/show/server:database/libdbi?expand=0&rev=19
97 lines
3.5 KiB
Plaintext
97 lines
3.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Sep 15 23:31:23 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Trim Recommends. Headers are not semi-essential functionality to
|
|
view documentation.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 23 20:23:16 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- Use _multibuild for documentation building, move documentation
|
|
out of devel subpackage.
|
|
- Spec file cleanup, modernization.
|
|
- Streamline texlive BuildRequires.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 29 17:25:50 UTC 2015 - lars@linux-schulserver.de
|
|
|
|
- disable building of documentation on old distributions
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 11 13:37:08 UTC 2014 - jengelh@inai.de
|
|
|
|
- Update to git snapshot 0.9.0+git33
|
|
* Fix crash when calling dbi_conn_close() on a valid object with
|
|
a closed connection (e.g. when login failed). [boo#904873]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 27 10:34:10 UTC 2014 - jengelh@inai.de
|
|
|
|
- Update to git snapshot 0.9.0+git32
|
|
* dbi: an unintialized variable (rightfully flagged by valgrind)
|
|
was fixed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 30 19:17:12 UTC 2014 - jengelh@inai.de
|
|
|
|
- Update to git snapshot 0.9.0+git30
|
|
* dbi: make a distinction between SQL strings and decimals
|
|
(add new type DBI_TYPE_XDECIMAL)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 8 21:12:16 UTC 2014 - jengelh@inai.de
|
|
|
|
- Update to git snapshot 0.9.0+git27
|
|
* dbi: resolve bogus seeking into dbd
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 17 14:55:28 UTC 2014 - jengelh@inai.de
|
|
|
|
- Update to git snapshot 0.9.0+git23
|
|
* api: offer DATETIME fields also as a "struct tm"
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 3 13:53:28 UTC 2013 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 0.9.0
|
|
* libdbi now supports multiple independent "instances", which
|
|
permit programs to use several dlopen()ed modules which are
|
|
linked against libdbi. Support for transactions and savepoints
|
|
has been added, and drivers now receive additional hints to
|
|
optimize sequential reads from result sets.
|
|
- Wrap description at 70 cols
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 24 21:22:26 UTC 2012 - andreas.stieger@gmx.de
|
|
|
|
- update to 0.8.4, soname libdbi1
|
|
- now using automake 1.10.1
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 15 20:54:59 UTC 2011 - jengelh@medozas.de
|
|
|
|
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
|
|
- Use %_smp_mflags for parallel building
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 13 13:32:14 UTC 2011 - idonmez@suse.com
|
|
|
|
- Optimization level 20 doesn't really exist, fix it to -O3
|
|
- Fix license to be LGPL-2.1+
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 16 17:28:14 UTC 2011 - jengelh@medozas.de
|
|
|
|
- Add baselibs configuration
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 15 16:19:01 CET 2010 - meissner@suse.de
|
|
|
|
- cleanup, use RPM_OPT_FLAGS, --disable-static, no .la files
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 15 16:08:27 CET 2010 - meissner@suse.de
|
|
|
|
- initial import if libdbi, a database-independent abstraction layer in C,
|
|
similar to the DBI/DBD layer in Perl.
|