Accepting request 588887 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/588887
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBI?expand=0&rev=55
This commit is contained in:
Pedro Monreal Gonzalez 2018-03-21 10:08:58 +00:00 committed by Git OBS Bridge
parent 75658e4e1b
commit 4e98a221a6
4 changed files with 18 additions and 7 deletions

View File

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

3
DBI-1.641.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Mar 20 06:11:59 UTC 2018 - coolo@suse.com
- updated to 1.641
see /usr/share/doc/packages/perl-DBI/Changes
=head2 Changes in DBI 1.641 - 19th March 2018
Remove dependency on Storable 2.16 introduced in DBI 1.639
thanks to Ribasushi #60
Avoid compiler warnings in Driver.xst #59
thanks to pali #59
-------------------------------------------------------------------
Wed Feb 7 15:19:14 UTC 2018 - coolo@suse.com

View File

@ -17,11 +17,11 @@
Name: perl-DBI
Version: 1.640
Version: 1.641
Release: 0
%define cpan_name DBI
Summary: Database independent interface for Perl
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/DBI/
Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMB/%{cpan_name}-%{version}.tar.gz
@ -30,9 +30,7 @@ Source2: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Storable) >= 2.16
BuildRequires: perl(Test::Simple) >= 0.90
Requires: perl(Storable) >= 2.16
%{perl_requires}
%description