From fd18b532a4cad3f2b71612aece6b313b5e151252763175905de164b063dfef07 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 15 Sep 2014 16:04:01 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Abstract?expand=0&rev=15 --- SQL-Abstract-1.77.tar.gz | 3 --- SQL-Abstract-1.78.tar.gz | 3 +++ perl-SQL-Abstract.changes | 11 +++++++++++ perl-SQL-Abstract.spec | 12 +++++------- 4 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 SQL-Abstract-1.77.tar.gz create mode 100644 SQL-Abstract-1.78.tar.gz diff --git a/SQL-Abstract-1.77.tar.gz b/SQL-Abstract-1.77.tar.gz deleted file mode 100644 index 0ef267a..0000000 --- a/SQL-Abstract-1.77.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d82c5359fc616ad88e2c7ec6e3b6ad62bd2674cf9ac767abff964c0dbaf34a52 -size 95246 diff --git a/SQL-Abstract-1.78.tar.gz b/SQL-Abstract-1.78.tar.gz new file mode 100644 index 0000000..d743d0e --- /dev/null +++ b/SQL-Abstract-1.78.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43db14f8869d1e4ca8e2a4e02efeb395c57ad71bbdf1e9894e4c8c5874668193 +size 97200 diff --git a/perl-SQL-Abstract.changes b/perl-SQL-Abstract.changes index 6f85933..b0bc97b 100644 --- a/perl-SQL-Abstract.changes +++ b/perl-SQL-Abstract.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Sep 15 15:44:40 UTC 2014 - coolo@suse.com + +- updated to 1.78 + - Fix parsing of binary ops to correctly take up only a single LHS + element, instead of gobbling up the entire parse-to-date + - Explicitly handle ROW_NUMBER() OVER as the snowflake-operator it is + - Improve signatures/documentation of is_same_sql_bind / eq_sql_bind + - Retire script/format-sql - the utility needs more work to be truly + end-user convenient + ------------------------------------------------------------------- Mon Feb 24 06:12:15 UTC 2014 - coolo@suse.com diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec index 7487d49..73c0b50 100644 --- a/perl-SQL-Abstract.spec +++ b/perl-SQL-Abstract.spec @@ -17,7 +17,7 @@ Name: perl-SQL-Abstract -Version: 1.77 +Version: 1.78 Release: 0 %define cpan_name SQL-Abstract Summary: Generate SQL from Perl data structures @@ -29,16 +29,14 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl 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(Moo) >= 1.004002 BuildRequires: perl(Test::Deep) >= 0.101 -BuildRequires: perl(Test::Exception) -BuildRequires: perl(Test::More) >= 0.92 +BuildRequires: perl(Test::Exception) >= 0.31 +BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Warn) -Requires: perl(Class::Accessor::Grouped) >= 0.10005 -Requires: perl(Getopt::Long::Descriptive) >= 0.091 Requires: perl(Hash::Merge) >= 0.12 +Requires: perl(Moo) >= 1.004002 %{perl_requires} %description