Accepting request 647179 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/647179 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBI?expand=0&rev=57
This commit is contained in:
parent
4e98a221a6
commit
0fffabb552
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5509e532cdd0e3d91eda550578deaac29e2f008a12b64576e8c261bb92e8c2c1
|
||||
size 603947
|
3
DBI-1.642.tar.gz
Normal file
3
DBI-1.642.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f2025023a56286cebd15cb495e36ccd9b456c3cc229bf2ce1f69e9ebfc27f5d
|
||||
size 604581
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 06:11:49 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user