From e2161f64aa6f32823cda760fc823bf1037460ddd83d989a7f2db306eda287093 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 8 Apr 2016 05:41:34 +0000 Subject: [PATCH] Accepting request 385671 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/385671 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Statement?expand=0&rev=27 --- SQL-Statement-1.407.tar.gz | 3 --- SQL-Statement-1.409.tar.gz | 3 +++ perl-SQL-Statement.changes | 23 +++++++++++++++++++++++ perl-SQL-Statement.spec | 8 ++++---- 4 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 SQL-Statement-1.407.tar.gz create mode 100644 SQL-Statement-1.409.tar.gz diff --git a/SQL-Statement-1.407.tar.gz b/SQL-Statement-1.407.tar.gz deleted file mode 100644 index 74e87f7..0000000 --- a/SQL-Statement-1.407.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6e0c82b924a9eb983ad1561cad8bdd10f50fef97e53696e948ae167bd33b4d0 -size 137336 diff --git a/SQL-Statement-1.409.tar.gz b/SQL-Statement-1.409.tar.gz new file mode 100644 index 0000000..97a3425 --- /dev/null +++ b/SQL-Statement-1.409.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76550db181cec75dfac55942c85be89b55be69568b9e9535ad6a9ffb603e5fb4 +size 148582 diff --git a/perl-SQL-Statement.changes b/perl-SQL-Statement.changes index 3378e3e..e753978 100644 --- a/perl-SQL-Statement.changes +++ b/perl-SQL-Statement.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Apr 7 09:58:39 UTC 2016 - coolo@suse.com + +- updated to 1.409 + see /usr/share/doc/packages/perl-SQL-Statement/Changes + + 1.409 2016-04-06 + * Release 1.408_001 without further changes as 1.409 + + 1.408_001 2016-03-07 + [Bug fixes] + * Fix RT#112530 - t/06virtual.t fails with -Duselongdouble (thanks + Slaven Rezic) + * Fix RT#105852 - dependency installation isn't triggered properly in + cpan (thanks Mithaldu) + * Fix RT#99349 - bind variables are not bound to placeholders in the + correct order (thanks vulpeculus@gmx.de) + + [Documentation] + * Update Copyright statements, add where missing (according to records) + * Add license conditions where missing + * bundle copy of license conditions to distribution + ------------------------------------------------------------------- Sat Oct 10 09:23:00 UTC 2015 - coolo@suse.com diff --git a/perl-SQL-Statement.spec b/perl-SQL-Statement.spec index 3dd60db..d5df423 100644 --- a/perl-SQL-Statement.spec +++ b/perl-SQL-Statement.spec @@ -1,7 +1,7 @@ # # spec file for package perl-SQL-Statement # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,7 +17,7 @@ Name: perl-SQL-Statement -Version: 1.407 +Version: 1.409 Release: 0 %define cpan_name SQL-Statement Summary: SQL parsing and processing engine @@ -67,7 +67,7 @@ CSV, XML, and other formats 2) to build your own DBD for a new data source %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -83,6 +83,6 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README README.md +%doc ARTISTIC-1.0 Changes GPL-1 GPL-2.0 LICENSE README README.md %changelog