diff --git a/SQL-Statement-1.410.tar.gz b/SQL-Statement-1.410.tar.gz deleted file mode 100644 index 493e048..0000000 --- a/SQL-Statement-1.410.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7367fcda896367c96d98416cad423c9f98adb7e04b793c5c7deb3052a1213182 -size 153271 diff --git a/SQL-Statement-1.412.tar.gz b/SQL-Statement-1.412.tar.gz new file mode 100644 index 0000000..b3eaea2 --- /dev/null +++ b/SQL-Statement-1.412.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c870883379c11b53f19ead10aaac241ccc86a90bbab77f6376fe750720e5c8 +size 154608 diff --git a/perl-SQL-Statement.changes b/perl-SQL-Statement.changes index 5a510d3..37edf49 100644 --- a/perl-SQL-Statement.changes +++ b/perl-SQL-Statement.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Apr 7 06:45:08 UTC 2017 - coolo@suse.com + +- updated to 1.412 + see /usr/share/doc/packages/perl-SQL-Statement/Changes + + 1.412 2017-04-06 + * Release 1.411_001 without further changes as 1.412 + + 1.411_001 2017-03-30 + [Bug fixes] + * Fix http://www.perlmonks.org/?node_id=1167381 (NumericEval: fix + typo on error handling) (thanks to Yanick Champoux, James R. Leu) + * fix repo url and t/02execute.t (Reini Urban, Mohammad S Anwar) + * fix test failing with blead-perl (Jens Rehsack) + + [Improvements] + * Refactor constraints processing (Ovidiu Gheorghies) + * Support parsing of complex JOIN clause (containing OR and ()'s) (James R. Leu) + * handle backtick quoting (Ben Hengst) + ------------------------------------------------------------------- Tue Apr 12 14:08:38 UTC 2016 - coolo@suse.com diff --git a/perl-SQL-Statement.spec b/perl-SQL-Statement.spec index 99e038d..73a5ff4 100644 --- a/perl-SQL-Statement.spec +++ b/perl-SQL-Statement.spec @@ -1,7 +1,7 @@ # # spec file for package perl-SQL-Statement # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX 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,14 +17,14 @@ Name: perl-SQL-Statement -Version: 1.410 +Version: 1.412 Release: 0 %define cpan_name SQL-Statement Summary: SQL parsing and processing engine License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/SQL-Statement/ -Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -83,6 +83,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc ARTISTIC-1.0 Changes GPL-1 GPL-2.0 LICENSE README README.md +%doc Changes GPL-1 GPL-2.0 README README.md +%license ARTISTIC-1.0 LICENSE %changelog