Accepting request 561822 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/561822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBI?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2018-01-09 13:34:48 +00:00 committed by Git OBS Bridge
commit bf88c0d877
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 29 06:13:44 UTC 2017 - coolo@suse.com
- updated to 1.639
see /usr/share/doc/packages/perl-DBI/Changes
-------------------------------------------------------------------
Fri Aug 18 05:16:23 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-DBI
Version: 1.637
Version: 1.639
Release: 0
%define cpan_name DBI
Summary: Database independent interface for Perl
@ -30,7 +30,9 @@ 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