Changelog for
libdbi-devel-0.9.0.g33-13.2.x86_64.rpm :
* Tue Sep 15 2020 Jan Engelhardt
- Trim Recommends. Headers are not semi-essential functionality to view documentation.
* Mon Sep 23 2019 Stefan BrĂ¼ns - Use _multibuild for documentation building, move documentation out of devel subpackage.- Spec file cleanup, modernization.- Streamline texlive BuildRequires.
* Tue Dec 29 2015 larsAATTlinux-schulserver.de- disable building of documentation on old distributions
* Tue Nov 11 2014 jengelhAATTinai.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 2014 jengelhAATTinai.de- Update to git snapshot 0.9.0+git32
* dbi: an unintialized variable (rightfully flagged by valgrind) was fixed
* Mon Jun 30 2014 jengelhAATTinai.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 08 2014 jengelhAATTinai.de- Update to git snapshot 0.9.0+git27
* dbi: resolve bogus seeking into dbd
* Thu Apr 17 2014 jengelhAATTinai.de- Update to git snapshot 0.9.0+git23
* api: offer DATETIME fields also as a \"struct tm\"
* Tue Sep 03 2013 jengelhAATTinai.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 2012 andreas.stiegerAATTgmx.de- update to 0.8.4, soname libdbi1- now using automake 1.10.1
* Thu Dec 15 2011 jengelhAATTmedozas.de- Remove redundant/unwanted tags/section (cf. specfile guidelines)- Use %_smp_mflags for parallel building
* Tue Dec 13 2011 idonmezAATTsuse.com- Optimization level 20 doesn\'t really exist, fix it to -O3- Fix license to be LGPL-2.1+
* Fri Sep 16 2011 jengelhAATTmedozas.de- Add baselibs configuration
* Wed Dec 15 2010 meissnerAATTsuse.de- cleanup, use RPM_OPT_FLAGS, --disable-static, no .la files
* Wed Dec 15 2010 meissnerAATTsuse.de- initial import if libdbi, a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl.