8
0

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
This commit is contained in:
Stephan Kulow
2016-04-08 05:41:34 +00:00
committed by Git OBS Bridge
parent c106142c1f
commit e2161f64aa
4 changed files with 30 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6e0c82b924a9eb983ad1561cad8bdd10f50fef97e53696e948ae167bd33b4d0
size 137336

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76550db181cec75dfac55942c85be89b55be69568b9e9535ad6a9ffb603e5fb4
size 148582

View File

@@ -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

View File

@@ -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