Accepting request 503703 from home:kraih

The package "perl-Task-Kensho-ModuleDev" is currently not installable because there's a dependency on "perl(Dist::Zilla)" that can't be resolved. The reason is that the module Dist::Zilla uses a new way to declare its version as part of the package name "package Dist::Zilla 6.009;", and that the perl.prov script can't understand yet.

This patch adds support for that and a few more new package statement variations.

OBS-URL: https://build.opensuse.org/request/show/503703
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=394
This commit is contained in:
2017-06-14 14:12:41 +00:00
committed by Git OBS Bridge
parent b2c201fbd2
commit 10c11e4e5d
3 changed files with 35 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jun 9 15:33:01 UTC 2017 - sriedel@suse.com
- Add patch to handle newer package statement variations for Perl
5.12+
* perlprov-package.diff
-------------------------------------------------------------------
Mon Apr 10 14:25:07 UTC 2017 - fvogt@suse.com