diff --git a/SQL-Abstract-1.78.tar.gz b/SQL-Abstract-1.78.tar.gz deleted file mode 100644 index d743d0e..0000000 --- a/SQL-Abstract-1.78.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43db14f8869d1e4ca8e2a4e02efeb395c57ad71bbdf1e9894e4c8c5874668193 -size 97200 diff --git a/SQL-Abstract-1.81.tar.gz b/SQL-Abstract-1.81.tar.gz new file mode 100644 index 0000000..c4f9075 --- /dev/null +++ b/SQL-Abstract-1.81.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4d5618ce2424d62bbfdb5228b382e8be0e0ccedbb273d6d850e25d07e64f9f +size 103010 diff --git a/perl-SQL-Abstract.changes b/perl-SQL-Abstract.changes index b0bc97b..5800a13 100644 --- a/perl-SQL-Abstract.changes +++ b/perl-SQL-Abstract.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Nov 12 09:41:09 UTC 2014 - coolo@suse.com + +- updated to 1.81 + - Fix overly-enthusiastic parenthesis unroller (RT#99503) + + revision 1.80 2014-10-05 + ---------------------------- + - Fix erroneous behavior of is_literal_value($) wrt { -ident => ... } + - Explicitly croak on top-level special ops (they didn't work anyway) + + revision 1.79 2014-09-25 + ---------------------------- + - New exportable functions: is_literal_value($) and is_plain_value($) + - New attribute 'escape_char' allowing for proper escape of quote_chars + present in an identifier + - Deprecate { "" => \... } constructs + - Treat { -value => undef } as plain undef in all cases + - Explicitly throw on { -ident => undef } + ------------------------------------------------------------------- Mon Sep 15 15:44:40 UTC 2014 - coolo@suse.com diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec index 73c0b50..4e0063c 100644 --- a/perl-SQL-Abstract.spec +++ b/perl-SQL-Abstract.spec @@ -17,7 +17,7 @@ Name: perl-SQL-Abstract -Version: 1.78 +Version: 1.81 Release: 0 %define cpan_name SQL-Abstract Summary: Generate SQL from Perl data structures @@ -30,13 +30,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Hash::Merge) >= 0.12 +BuildRequires: perl(MRO::Compat) >= 0.12 BuildRequires: perl(Moo) >= 1.004002 BuildRequires: perl(Test::Deep) >= 0.101 BuildRequires: perl(Test::Exception) >= 0.31 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Warn) +BuildRequires: perl(Text::Balanced) >= 2.00 Requires: perl(Hash::Merge) >= 0.12 +Requires: perl(MRO::Compat) >= 0.12 Requires: perl(Moo) >= 1.004002 +Requires: perl(Text::Balanced) >= 2.00 %{perl_requires} %description