8
0

Accepting request 45249 from home:computersalat:devel:perl

Copy from home:computersalat:devel:perl/perl-SQL-Statement via accept of submit request 45249 revision 2.
Request was accepted with message:
self accept

OBS-URL: https://build.opensuse.org/request/show/45249
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Statement?expand=0&rev=15
This commit is contained in:
Christian Wittmer
2010-08-10 08:43:42 +00:00
committed by Git OBS Bridge
parent 9d87ad1820
commit 940e0c4877
4 changed files with 29 additions and 13 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Aug 10 08:35:21 UTC 2010 - chris@computersalat.de
- update to 1.30
- [Bug fixes]
* remove blib directory from distfile
- Version 1.29, released August 1st, 2010
- [Bug fixes]
* add some getters as documented in SQL::Statement::Structure
(fixes RT#59834, thanks John Wiersba)
* add missing import of function croak to SQL::Statement::Term::ColumnValue
* fix assignment of parser result (doesn't run with perl-5.13.3)
- spec mods
o rpmlint wrong-file-end-of-line-encoding
replaced dos2unix with %{__perl} -p -i -e "s|\r\n|\n|"
o removed BuildReq perl-macros
pkg only build for suse_version >= 1120, and perl-macros
is delivered with perl
-------------------------------------------------------------------
Tue Jul 20 13:07:15 UTC 2010 - chris@computersalat.de