8
0

Accepting request 296061 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/296061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Metadata?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-25 19:14:53 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 13 18:19:56 UTC 2015 - coolo@suse.com
- updated to 1.000027
see /usr/share/doc/packages/perl-Module-Metadata/Changes
1.000027 2015-04-11 00:21:26Z
- work around issues with an unconfigured Log::Contextual (Kent Fredric)
- allow tests to pass in a perl with no taint support (James Raspass)
-------------------------------------------------------------------
Sat Feb 7 08:37:57 UTC 2015 - dnh@opensuse.org

View File

@@ -17,11 +17,11 @@
Name: perl-Module-Metadata
Version: 1.000026
Version: 1.000027
Release: 0
%define cpan_name Module-Metadata
Summary: Gather package and POD information from perl module files
License: Artistic-1.0 or GPL-1.0+
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Metadata/
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
@@ -29,7 +29,6 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.82
BuildRequires: perl(version) >= 0.87
Requires: perl(version) >= 0.87
%{perl_requires}
@@ -42,7 +41,6 @@ as is traditional in the CPAN toolchain.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor