Accepting request 617826 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/617826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-ShareDir?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2018-07-04 21:48:18 +00:00 committed by Git OBS Bridge
commit 9ad98ee0fe
4 changed files with 25 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94bf4d0bb207e91816b51f15f9c6b40a2cd30857f49152107cd00c8c426034be
size 23457

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8305566a6e474178b0f55c3163db4d34e17c40004b5cbdacd5a5d435172dba4
size 26170

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Jun 19 05:22:48 UTC 2018 - coolo@suse.com
- updated to 1.112
see /usr/share/doc/packages/perl-File-ShareDir/Changes
1.112 2018-06-18
- Fix tests that fail when running as root (RT#125602,
thanks Wesley Schwengle <wesley@schwengle.net>)
- Fix tests fail on MSWin32 for similar reason as the
root failures from RT#125602
- clarify support rules
- improve POD
1.110 2018-06-16
- remove unused/incomplete _dist_packfile
- increase test coverage
- refactor _search_inc_path
- add badges to POD
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 16 05:26:17 UTC 2018 - coolo@suse.com Sat Jun 16 05:26:17 UTC 2018 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-File-ShareDir Name: perl-File-ShareDir
Version: 1.108 Version: 1.112
Release: 0 Release: 0
%define cpan_name File-ShareDir %define cpan_name File-ShareDir
Summary: Locate per-dist and per-module shared files Summary: Locate per-dist and per-module shared files
@ -33,6 +33,7 @@ BuildRequires: perl-macros
BuildRequires: perl(Class::Inspector) >= 1.12 BuildRequires: perl(Class::Inspector) >= 1.12
BuildRequires: perl(Test::More) >= 0.9 BuildRequires: perl(Test::More) >= 0.9
Requires: perl(Class::Inspector) >= 1.12 Requires: perl(Class::Inspector) >= 1.12
Recommends: perl(List::MoreUtils) >= 0.428
Recommends: perl(Params::Util) >= 1.07 Recommends: perl(Params::Util) >= 1.07
%{perl_requires} %{perl_requires}