forked from pool/perl-SQL-Statement
Accepting request 46016 from home:computersalat:devel:perl
Copy from home:computersalat:devel:perl/perl-SQL-Statement via accept of submit request 46016 revision 3. Request was accepted with message: self accept OBS-URL: https://build.opensuse.org/request/show/46016 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Statement?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
940e0c4877
commit
9521568087
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b6893e3d5a9a329a395d1529ecf7064893e925b4c1241eb604074dd20f03d328
|
|
||||||
size 97537
|
|
||||||
3
SQL-Statement-1.31.tar.bz2
Normal file
3
SQL-Statement-1.31.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be5c9766508ff30cc30510701da38fb715531268c12c0148a0d37bbd2110bbb2
|
||||||
|
size 98416
|
||||||
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-SQL-Statement (Version 1.30)
|
# spec file for package perl-SQL-Statement (Version 1.31)
|
||||||
#
|
#
|
||||||
# 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.30
|
Version: 1.31
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user