diff --git a/DBI-1.641.tar.gz b/DBI-1.641.tar.gz deleted file mode 100644 index 9a3aa32..0000000 --- a/DBI-1.641.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5509e532cdd0e3d91eda550578deaac29e2f008a12b64576e8c261bb92e8c2c1 -size 603947 diff --git a/DBI-1.642.tar.gz b/DBI-1.642.tar.gz new file mode 100644 index 0000000..50812fc --- /dev/null +++ b/DBI-1.642.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2025023a56286cebd15cb495e36ccd9b456c3cc229bf2ce1f69e9ebfc27f5d +size 604581 diff --git a/perl-DBI.changes b/perl-DBI.changes index 471e8f0..a582c36 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Nov 8 06:11:49 UTC 2018 - Stephan Kulow + +- updated to 1.642 + see /usr/share/doc/packages/perl-DBI/Changes + + =head2 Changes in DBI 1.642 - 28th October 2018 + + Fix '.' in @INC for proxy test under parallel load + thanks to H.Merijn Brand. + Fix driver-related croak() in DBI->connect to report the original DSN + thanks to maxatome #67 + + Introduce a new statement DBI method $sth->last_insert_id() + thanks to pali #64 + Allow to call $dbh->last_insert_id() method without arguments + thanks to pali #64 + Added a new XS API function variant dbd_db_do6() + thanks to Pali #61 + + Fix misprints in doc of selectall_hashref + thanks to Perlover #69 + Remove outdated links to DBI related training resources. RT#125999 + ------------------------------------------------------------------- Tue Mar 20 06:11:59 UTC 2018 - coolo@suse.com diff --git a/perl-DBI.spec b/perl-DBI.spec index 80b9376..daa0039 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-DBI -Version: 1.641 +Version: 1.642 Release: 0 %define cpan_name DBI Summary: Database independent interface for Perl License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/DBI/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMB/%{cpan_name}-%{version}.tar.gz Source1: perl-DBI.rpmlintrc Source2: cpanspec.yml @@ -55,7 +55,7 @@ and perlboot. find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__make} %{?_smp_mflags} %check