- added perl-DBD-SQLite2-fetchrow.patch from Debian:

Fix segfault when fetchrow() is called again after it has
  returned an empty list once. (#317453)
- added perl-DBD-SQLite2-no-return-in-nonvoid-function.patch:
  Fix function returning random data

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite2?expand=0&rev=3
This commit is contained in:
Lars Vogdt
2012-06-07 17:53:33 +00:00
committed by Git OBS Bridge
parent eab4467bd7
commit 900f3d7e4b
4 changed files with 46 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jun 7 17:51:46 UTC 2012 - lars@linux-schulserver.de
- added perl-DBD-SQLite2-fetchrow.patch from Debian:
Fix segfault when fetchrow() is called again after it has
returned an empty list once. (#317453)
- added perl-DBD-SQLite2-no-return-in-nonvoid-function.patch:
Fix function returning random data
-------------------------------------------------------------------
Mon May 7 19:16:26 UTC 2012 - lars@linux-schulserver.de