Accepting request 742499 from devel:languages:perl:autoupdate
- updated to 1.51
see /usr/share/doc/packages/perl-DBD-Mock/Changes
1.51 2019-10-23T11:43:51Z
- Fixed issue with using attribute aliases alongside a driver DSN
in the DBI->connect call
1.50 2019-10-22T19:37:26Z
- Added attribute aliases support for MariaDB
OBS-URL: https://build.opensuse.org/request/show/742499
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-Mock?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
c1e108dfe6
commit
c3033e40b4
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c88bd9322d3d1a215b0c8dad8b27f06885a063f8f47fb8747f6e86f8b9d7116
|
||||
size 69289
|
||||
3
DBD-Mock-1.51.tar.gz
Normal file
3
DBD-Mock-1.51.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:743ff32e1b188e5657ad7548cfb2de6bf33e3c6c6ea7d21f0c08a66547c7f18f
|
||||
size 69892
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 09:42:18 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.51
|
||||
see /usr/share/doc/packages/perl-DBD-Mock/Changes
|
||||
|
||||
1.51 2019-10-23T11:43:51Z
|
||||
- Fixed issue with using attribute aliases alongside a driver DSN
|
||||
in the DBI->connect call
|
||||
|
||||
1.50 2019-10-22T19:37:26Z
|
||||
- Added attribute aliases support for MariaDB
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 07:29:16 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-DBD-Mock
|
||||
Version: 1.49
|
||||
Version: 1.51
|
||||
Release: 0
|
||||
%define cpan_name DBD-Mock
|
||||
Summary: Mock database driver for testing
|
||||
@@ -66,7 +66,7 @@ strongly recommended. (See SEE ALSO for a link)
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Build.PL --installdirs=vendor
|
||||
|
||||
Reference in New Issue
Block a user