forked from pool/perl-SQL-Abstract
- 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:
committed by
Git OBS Bridge
parent
4706e7316f
commit
3af595be9a
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6b26a2ff1e25bc14c3396d456b8b38a8bc74e1d909a7ec2ad4de18a6b7bf3720
|
|
||||||
size 93037
|
|
3
SQL-Abstract-1.74.tar.gz
Normal file
3
SQL-Abstract-1.74.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55466f4a2dd9f919037d32e5a97b01084168e359b51fde85045215ea0405e7f2
|
||||||
|
size 94405
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 27 11:58:57 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 4 17:21:42 UTC 2013 - coolo@suse.com
|
Tue Jun 4 17:21:42 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-SQL-Abstract
|
Name: perl-SQL-Abstract
|
||||||
Version: 1.73
|
Version: 1.74
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name SQL-Abstract
|
%define cpan_name SQL-Abstract
|
||||||
Summary: Generate SQL from Perl data structures
|
Summary: Generate SQL from Perl data structures
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/SQL-Abstract/
|
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
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -32,6 +32,7 @@ BuildRequires: perl-macros
|
|||||||
BuildRequires: perl(Class::Accessor::Grouped) >= 0.10005
|
BuildRequires: perl(Class::Accessor::Grouped) >= 0.10005
|
||||||
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.091
|
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.091
|
||||||
BuildRequires: perl(Hash::Merge) >= 0.12
|
BuildRequires: perl(Hash::Merge) >= 0.12
|
||||||
|
BuildRequires: perl(Test::Deep) >= 0.101
|
||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Exception)
|
||||||
BuildRequires: perl(Test::More) >= 0.92
|
BuildRequires: perl(Test::More) >= 0.92
|
||||||
BuildRequires: perl(Test::Warn)
|
BuildRequires: perl(Test::Warn)
|
||||||
|
Reference in New Issue
Block a user