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
This commit is contained in:
parent
4a55cbf78a
commit
9d7ff1524d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07b628efcdf902d6a32e6a8e084497e8593d125c03ad12ef5cc03c87c7841caf
|
||||
size 20500
|
3
File-ShareDir-1.106.tar.gz
Normal file
3
File-ShareDir-1.106.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f22ee9c79f383a3eac4271486c1c68a7489dfbe15be0db803b0d8bf713a125e
|
||||
size 22578
|
@ -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 <kentnl@cpan.org>)
|
||||
- Fix RT#84914: _dist_file_new lacks return check (Thanks to
|
||||
Alex Peters <lxp@cpan.org>) -- fixes RT#40158, too.
|
||||
- Fix RT#60431: common @INC traversal code
|
||||
Phillip Moore <w.phillip.moore@gmail.com> 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
|
||||
<barbie@missbarbell.co.uk>)
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user