8
0
Stephan Kulow
2014-11-12 09:41:31 +00:00
committed by Git OBS Bridge
parent fd18b532a4
commit 28d9aeb82f
4 changed files with 28 additions and 4 deletions

View File

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

3
SQL-Abstract-1.81.tar.gz Normal file
View File

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

View File

@@ -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

View File

@@ -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