diff --git a/DBI-1.640.tar.gz b/DBI-1.640.tar.gz deleted file mode 100644 index cbfc0d5..0000000 --- a/DBI-1.640.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:327e1bd92cd8ca2539b307b6d8c9d9527e5e707da99b87d52020841bc049a14a -size 603787 diff --git a/DBI-1.641.tar.gz b/DBI-1.641.tar.gz new file mode 100644 index 0000000..9a3aa32 --- /dev/null +++ b/DBI-1.641.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5509e532cdd0e3d91eda550578deaac29e2f008a12b64576e8c261bb92e8c2c1 +size 603947 diff --git a/perl-DBI.changes b/perl-DBI.changes index 9460af0..471e8f0 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -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 diff --git a/perl-DBI.spec b/perl-DBI.spec index b90f84f..80b9376 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -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