diff --git a/DBD-Mock-1.49.tar.gz b/DBD-Mock-1.49.tar.gz deleted file mode 100644 index d8883d0..0000000 --- a/DBD-Mock-1.49.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c88bd9322d3d1a215b0c8dad8b27f06885a063f8f47fb8747f6e86f8b9d7116 -size 69289 diff --git a/DBD-Mock-1.51.tar.gz b/DBD-Mock-1.51.tar.gz new file mode 100644 index 0000000..4f371f4 --- /dev/null +++ b/DBD-Mock-1.51.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743ff32e1b188e5657ad7548cfb2de6bf33e3c6c6ea7d21f0c08a66547c7f18f +size 69892 diff --git a/perl-DBD-Mock.changes b/perl-DBD-Mock.changes index 61c33a4..7e2fcd6 100644 --- a/perl-DBD-Mock.changes +++ b/perl-DBD-Mock.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Oct 24 09:42:18 UTC 2019 - + +- 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 - diff --git a/perl-DBD-Mock.spec b/perl-DBD-Mock.spec index b04600d..46c763b 100644 --- a/perl-DBD-Mock.spec +++ b/perl-DBD-Mock.spec @@ -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