8
0

Accepting request 49164 from devel:languages:perl

checked in (request 49164)

OBS-URL: https://build.opensuse.org/request/show/49164
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=21
This commit is contained in:
OBS User autobuild
2010-09-27 14:07:48 +00:00
committed by Git OBS Bridge
parent 9f6a6c111f
commit 1e419da4d8
4 changed files with 34 additions and 61 deletions

View File

@@ -1,28 +1,3 @@
-------------------------------------------------------------------
Wed Sep 15 15:24:49 UTC 2010 - chris@computersalat.de
- fix FIXME: need a way of adding our RPM_OPT_FLAGS to CFLAGS without
overwriting its existing contents:
o perl Makefile.PL CCFLAGS="$RPM_OPT_FLAGS"
=>
{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
- fix devel deps
o Req: perl = {perl_version}
-------------------------------------------------------------------
Wed Sep 15 11:08:43 UTC 2010 - jw@novell.com
- Update to 1.31
- Updated to SQLite 3.7.2 (DUNCAND)
- Resolved # 60860: Slow but steady memory leak on
last_insert_id calls (ISHIGAKI)
- Upgraded ppport.h to the latest version (ADAMK)
- Resolved #60698: "Test failures with SQLite 3.7", using included
patch by Niko Tyni (ntyni@debian.org) of t/lib/Test.pm (DUNCAND)
- Added support for FTS3 tokenizers written in Perl. Added tests
...
-------------------------------------------------------------------
Tue Mar 30 19:25:42 UTC 2010 - jw@novell.com