diff --git a/SQL-Abstract-1.74.tar.gz b/SQL-Abstract-1.74.tar.gz deleted file mode 100644 index 0ec2350..0000000 --- a/SQL-Abstract-1.74.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55466f4a2dd9f919037d32e5a97b01084168e359b51fde85045215ea0405e7f2 -size 94405 diff --git a/SQL-Abstract-1.77.tar.gz b/SQL-Abstract-1.77.tar.gz new file mode 100644 index 0000000..0ef267a --- /dev/null +++ b/SQL-Abstract-1.77.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82c5359fc616ad88e2c7ec6e3b6ad62bd2674cf9ac767abff964c0dbaf34a52 +size 95246 diff --git a/perl-SQL-Abstract.changes b/perl-SQL-Abstract.changes index 35c5a5a..6f85933 100644 --- a/perl-SQL-Abstract.changes +++ b/perl-SQL-Abstract.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Feb 24 06:12:15 UTC 2014 - coolo@suse.com + +- updated to 1.77 + - Reintroduce { -not => undef } column operator (regression from 1.75) + - *UPCOMING INCOMPATIBLE BUGFIX*: SQLA used to generate incorrect SQL + on undef-containing lists fed to -in and -not_in. An exception will + be raised for a while before properly fixing this, to avoid quiet + but subtle changes to query results in production + - Deprecate and warn when supplying an empty arrayref to like/not_like + operators (likely to be removed before 2.0) + + - Warn when using an inequality operator with a multi-value array to + arrive at what amounts to a 1=1 condition (no pre-2.0 plans to fix + this behavior due to backwards comp concerns) + - Fix false negative comparison of ORDER BY ASC + - More improvements of incorrect parsing (placeholder at end of list + element) + - Fix typos in POD and comments (RT#87776) + - Augment -not_bool example with nesting (RT#89601) + ------------------------------------------------------------------- Sat Jul 27 11:58:57 UTC 2013 - coolo@suse.com diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec index 385d04c..7487d49 100644 --- a/perl-SQL-Abstract.spec +++ b/perl-SQL-Abstract.spec @@ -1,7 +1,7 @@ # # spec file for package perl-SQL-Abstract # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-SQL-Abstract -Version: 1.74 +Version: 1.77 Release: 0 %define cpan_name SQL-Abstract Summary: Generate SQL from Perl data structures @@ -36,20 +36,6 @@ BuildRequires: perl(Test::Deep) >= 0.101 BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) >= 0.92 BuildRequires: perl(Test::Warn) -#BuildRequires: perl(CPANPLUS::Backend) -#BuildRequires: perl(DBIx::Class::Storage::Debug::PrettyPrint) -#BuildRequires: perl(DBIx::Class::Storage::Statistics) -#BuildRequires: perl(inc::Module::Install) >= 1.06 -#BuildRequires: perl(JSON) -#BuildRequires: perl(LWP::Simple) -#BuildRequires: perl(Module::AutoInstall) -#BuildRequires: perl(Module::Build) -#BuildRequires: perl(Module::Install::Base) -#BuildRequires: perl(Parse::CPAN::Meta) -#BuildRequires: perl(SQL::Abstract) -#BuildRequires: perl(SQL::Abstract::Test) -#BuildRequires: perl(SQL::Abstract::Tree) -#BuildRequires: perl(YAML::Tiny) Requires: perl(Class::Accessor::Grouped) >= 0.10005 Requires: perl(Getopt::Long::Descriptive) >= 0.091 Requires: perl(Hash::Merge) >= 0.12