Changelog for
php5-pear-DB-1.7.14-24.1.noarch.rpm :
Thu Mar 14 13:00:00 2013 pgajdosAATTsuse.com
- remove whole %check section
http://lists.opensuse.org/opensuse-factory/2013-03/msg00420.html
Thu Mar 14 13:00:00 2013 pgajdosAATTsuse.com
- really run tests
Fri Feb 1 13:00:00 2013 ajAATTajaissle.de
- Improved spec to serve more build targets.
Tue Nov 27 13:00:00 2012 Ralf Lang
- version 1.7.14
- All drivers:
Made the definition of DB_common::raiseError() compatible with PEAR::raiseError() by adding dummy parameters. Request 11581.
Fixed SKIP block in the 20locale.phpt test.
Fixed non-persistent connections to really be non-persistent when unserialising. Bug 15115.
- pgsql:
Added special-case to handle SAVEPOINT queries as manip queries. Bug 12260.
Implement rudimentary support for WITH...SELECT queries. Bug 17136.
- sqlite:
Added support for another error message in the SQLite driver. Bug 12105, patch by Adam Ashley.
Implement auto_increment support in tableInfo(). Request 13193.
Mon Feb 13 13:00:00 2012 cooloAATTsuse.com
- patch license to follow spdx.org standard
Thu Jan 20 13:00:00 2011 chrisAATTcomputersalat.de
- change to php_pear_gen_filelist macro
Wed Jan 19 13:00:00 2011 chrisAATTcomputersalat.de
- pkg rename php5-pear-DBL
- merge with php-pear-DB, php5-pear-db
- changelog to changes file
- added php-macros
- added rpmlintrc file
Sat May 30 14:00:00 2009 chrisAATTcomputersalat.de
- fixed post script
Thu May 21 14:00:00 2009 chrisAATTcomputersalat.de
- added stuff to automatically create correct filelist
o tested against Factory (1120)
o opensuse >= 1100 complains about
\"directory not owned by package\"
- some rpmlint stuff
o added rpmlintrc
- bzip2 Source
Tue May 19 14:00:00 2009 chrisAATTcomputersalat.de
- beautify spec
o new spec header
o package rename due to package convention
o removed php4 stuff, deps
o added Provides and Obsoletes for old package names.
This should not break deps
Sun Jun 15 14:00:00 2008 larsAATTlinux-schulserver.de
- update to 1.7.13:
+ Replaced instances of \'=& new Foo\' with \'= new Foo\' to make
DB (slightly) more E_STRICT friendly.
+ Added an explicit call to select the database to fix calls
to tableInfo() without a preceding query.
+ Altered fetchInto() to remove extraneous quotes returned
by SQLite.
- Prov/Obs php-pear-db
- disable old specfile
- removed DB-1.7.6-dependency.patch
- run pear tests during build
- cleanup specfile a bit
Wed Jul 25 14:00:00 2007 mmarekAATTsuse.cz
- updated to 1.7.12
* fixes an issue that prevented PostgreSQL users from escaping
values with PHP 5.2
Sat Jun 23 14:00:00 2007 judas_iscarioteAATTshorewall.net
- update to pear-db 1.7.11 [#278175]
- adapt package to new pear package format