8
0

- updated to 1.74

- Fix insufficient parenthesis unroll during operator comparison
    - 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal
      by default (with a switch to reenable old behavior when necessary)
    - Change parser to not eagerly slurp RHS expressions it doesn't recognize

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Abstract?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2013-07-27 13:03:01 +00:00
committed by Git OBS Bridge
parent 4706e7316f
commit 3af595be9a
4 changed files with 15 additions and 5 deletions

View File

@@ -17,14 +17,14 @@
Name: perl-SQL-Abstract
Version: 1.73
Version: 1.74
Release: 0
%define cpan_name SQL-Abstract
Summary: Generate SQL from Perl data structures
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/SQL-Abstract/
Source: http://www.cpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
Source: http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -32,6 +32,7 @@ BuildRequires: perl-macros
BuildRequires: perl(Class::Accessor::Grouped) >= 0.10005
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.091
BuildRequires: perl(Hash::Merge) >= 0.12
BuildRequires: perl(Test::Deep) >= 0.101
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.92
BuildRequires: perl(Test::Warn)