From 9d7ff1524d81846a5b675ce816d1c75ea9ab7405feba6238063a910e463baad1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 14 Jun 2018 06:44:00 +0000 Subject: [PATCH] Accepting request 615853 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/615853 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-ShareDir?expand=0&rev=18 --- File-ShareDir-1.104.tar.gz | 3 --- File-ShareDir-1.106.tar.gz | 3 +++ perl-File-ShareDir.changes | 26 ++++++++++++++++++++++++++ perl-File-ShareDir.spec | 7 ++++--- 4 files changed, 33 insertions(+), 6 deletions(-) delete mode 100644 File-ShareDir-1.104.tar.gz create mode 100644 File-ShareDir-1.106.tar.gz diff --git a/File-ShareDir-1.104.tar.gz b/File-ShareDir-1.104.tar.gz deleted file mode 100644 index a6f5fb7..0000000 --- a/File-ShareDir-1.104.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07b628efcdf902d6a32e6a8e084497e8593d125c03ad12ef5cc03c87c7841caf -size 20500 diff --git a/File-ShareDir-1.106.tar.gz b/File-ShareDir-1.106.tar.gz new file mode 100644 index 0000000..01d8d74 --- /dev/null +++ b/File-ShareDir-1.106.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f22ee9c79f383a3eac4271486c1c68a7489dfbe15be0db803b0d8bf713a125e +size 22578 diff --git a/perl-File-ShareDir.changes b/perl-File-ShareDir.changes index 765403a..b87632d 100644 --- a/perl-File-ShareDir.changes +++ b/perl-File-ShareDir.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Jun 11 05:26:11 UTC 2018 - coolo@suse.com + +- updated to 1.106 + see /usr/share/doc/packages/perl-File-ShareDir/Changes + + 1.106 2018-06-10 + - Add support for overriding the resolved path for a given + Module or Dist (Thanks to Kent Fredric ) + - Fix RT#84914: _dist_file_new lacks return check (Thanks to + Alex Peters ) -- fixes RT#40158, too. + - Fix RT#60431: common @INC traversal code + Phillip Moore requested for + easier overriding in controlled environments an extraction + of @INC traversal in one subroutine. + The provided patch has been applied with minor modifications, + thanks Phillip! + - Fix RT#63548: State explicit how developers can use + File::ShareDir even in development phase out-of-the-box + - Fix RT#18042: Windows style path errors (Thanks to Barbie + ) + - Improve infrastructure of distribution (toolchain, perltidy, + perlcritic, Devel::Cover, ...) + - deploy with most recent File::ShareDir::Install (v0.12-6-g29a6ff7 + aka 0.13) + ------------------------------------------------------------------- Fri Jun 30 05:30:06 UTC 2017 - coolo@suse.com diff --git a/perl-File-ShareDir.spec b/perl-File-ShareDir.spec index da0d3ba..f3331be 100644 --- a/perl-File-ShareDir.spec +++ b/perl-File-ShareDir.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-ShareDir # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,11 @@ Name: perl-File-ShareDir -Version: 1.104 +Version: 1.106 Release: 0 %define cpan_name File-ShareDir Summary: Locate per-dist and per-module shared files -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/File-ShareDir/ Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz @@ -33,6 +33,7 @@ BuildRequires: perl-macros BuildRequires: perl(Class::Inspector) >= 1.12 BuildRequires: perl(Test::More) >= 0.9 Requires: perl(Class::Inspector) >= 1.12 +Recommends: perl(Params::Util) >= 1.07 %{perl_requires} %description