8
0

Accepting request 46018 from devel:languages:perl

checked in (request 46018)

OBS-URL: https://build.opensuse.org/request/show/46018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Statement?expand=0&rev=18
This commit is contained in:
OBS User autobuild
2010-08-23 13:54:04 +00:00
committed by Git OBS Bridge
parent 9521568087
commit 8f9b5a4dd3
4 changed files with 8 additions and 21 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6893e3d5a9a329a395d1529ecf7064893e925b4c1241eb604074dd20f03d328
size 97537

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be5c9766508ff30cc30510701da38fb715531268c12c0148a0d37bbd2110bbb2
size 98416

View File

@@ -1,16 +1,3 @@
-------------------------------------------------------------------
Mon Aug 23 12:52:39 UTC 2010 - chris@computersalat.de
- update to 1.31
- [Bug fixes]
* Fix misbehaviour of DELETE/UPDATE for tables with only basic capabilities
and no matching where clause (reported by H.Merijn Brand and Drew ...)
* Fix some column identifier splits to respect quoted tables
- [Improvements]
* Optimized some core routines between 25% and 50%.
- fixed deps (Requires)
o DBD::File, DBI::DBD::SqlEngine > Recommends
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 10 08:35:21 UTC 2010 - chris@computersalat.de Tue Aug 10 08:35:21 UTC 2010 - chris@computersalat.de

View File

@@ -1,5 +1,5 @@
# #
# spec file for package perl-SQL-Statement (Version 1.31) # spec file for package perl-SQL-Statement (Version 1.30)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@@ -22,7 +22,7 @@
Name: perl-SQL-Statement Name: perl-SQL-Statement
%define cpan_name SQL-Statement %define cpan_name SQL-Statement
Summary: SQL parsing and processing engine Summary: SQL parsing and processing engine
Version: 1.31 Version: 1.30
Release: 1 Release: 1
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
@@ -52,13 +52,13 @@ Requires: perl = %{perl_version}
Requires: perl(Carp) Requires: perl(Carp)
Requires: perl(Clone) >= 0.30 Requires: perl(Clone) >= 0.30
Requires: perl(Data::Dumper) Requires: perl(Data::Dumper)
# means perl-DBI >= 1.612
Requires: perl(DBD::File) >= 0.39
Requires: perl(DBI::DBD::SqlEngine) >= 0.01
Requires: perl(Params::Util) >= 1.00 Requires: perl(Params::Util) >= 1.00
Requires: perl(Scalar::Util) >= 1.0 Requires: perl(Scalar::Util) >= 1.0
# #
Recommends: perl(DBD::CSV) Recommends: perl(DBD::CSV)
# means perl-DBI >= 1.612
Recommends: perl(DBD::File) >= 0.39
Recommends: perl(DBI::DBD::SqlEngine) >= 0.01
%description %description
The SQL::Statement module implements a pure Perl SQL parsing and execution The SQL::Statement module implements a pure Perl SQL parsing and execution