8
0

Accepting request 28386 from devel:languages:perl

Copy from devel:languages:perl/perl-DBD-SQLite based on submit request 28386 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=10
This commit is contained in:
OBS User autobuild
2010-01-11 15:55:26 +00:00
committed by Git OBS Bridge
parent ba98d34c07
commit 21247e3edd
4 changed files with 55 additions and 8 deletions

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Fri Jan 8 17:08:14 UTC 2010 - jw@novell.com
- Update to 1.29:
+ Updated to SQLite 3.6.22
+ Removed the SQLITE_CORE and SQLITE_PRT_SZ flags
+ several bugfixes
-------------------------------------------------------------------
Tue Nov 24 10:05:42 UTC 2009 - jw@novell.com
- 1.26_07 was released as 1.27
No changes.
-------------------------------------------------------------------
Mon Nov 16 15:09:07 UTC 2009 - jw@novell.com
- update to latest devel version 1.26_07
+ Updated to SQLite 3.6.20
+ Foreign keys support is once again disabled by default.
use "PRAGMA foreign_keys = ON".
-------------------------------------------------------------------
Thu Oct 29 18:47:24 CET 2009 - jw@suse.de
- update to latest devel version 1.26_06
+ Major code refactoring.
+ Now DBD::SQLite supports foreign key constraints.
-------------------------------------------------------------------
Sun Oct 18 22:25:05 CEST 2009 - jw@novell.com
- update to latest devel version 1.26_05
- SQLite 3.6.19 (ISHIGAKI)
- using a simpler cpan_name macro to avoid parse warnings during build.
-------------------------------------------------------------------
Tue Oct 13 14:42:58 UTC 2009 - chris@computersalat.de
- update to latest devel version 1.26_04
- move changes from spec to .changes file
-------------------------------------------------------------------
Wed Aug 19 20:45:36 CEST 2009 - jw@suse.de
- update to latest devel version 1.26_03
-------------------------------------------------------------------
Sat Jul 25 19:36:58 CEST 2009 - chris@computersalat.de