diff --git a/SQL-Abstract-1.85.tar.gz b/SQL-Abstract-1.85.tar.gz deleted file mode 100644 index 13892d7..0000000 --- a/SQL-Abstract-1.85.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f44afe031a0cc63a6ccabaa46ba7ec58ef4db940559cee7fbc2dfbbf37bccab -size 98176 diff --git a/SQL-Abstract-1.86.tar.gz b/SQL-Abstract-1.86.tar.gz new file mode 100644 index 0000000..e072415 --- /dev/null +++ b/SQL-Abstract-1.86.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a7f7da5e6fa42f495860e92e9138b8a0964ca7674c95bd6ff1b1ce21aa8cdf +size 104797 diff --git a/perl-SQL-Abstract.changes b/perl-SQL-Abstract.changes index 74e99d6..810beb6 100644 --- a/perl-SQL-Abstract.changes +++ b/perl-SQL-Abstract.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 10 06:00:40 UTC 2018 - coolo@suse.com + +- updated to 1.86 + see /usr/share/doc/packages/perl-SQL-Abstract/Changes + + 1.86 - 2018-07-09 + - Remove obsolete documentation about arrayrefref as the $source + argument for ->select (removed in version 1.74) + - Factor out the field list part of SELECT for subclassability (GH#13) + - Do not replace literal '0' with empty string in WHERE clauses (GH#14) + ------------------------------------------------------------------- Wed Jan 31 12:46:25 UTC 2018 - coolo@suse.com diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec index 51c1a96..6e1114b 100644 --- a/perl-SQL-Abstract.spec +++ b/perl-SQL-Abstract.spec @@ -17,11 +17,11 @@ Name: perl-SQL-Abstract -Version: 1.85 +Version: 1.86 Release: 0 %define cpan_name SQL-Abstract Summary: Generate SQL from Perl data structures -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/SQL-Abstract/ Source0: https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz @@ -107,5 +107,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) %doc Changes examples README +%license LICENSE %changelog