Accepting request 486145 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/486145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Build?expand=0&rev=17
This commit is contained in:
Yuchen Lin 2017-04-11 10:42:13 +00:00 committed by Git OBS Bridge
commit 7db6b1b12b
4 changed files with 26 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Mar 31 06:08:09 UTC 2017 - coolo@suse.com
- updated to 0.4222
see /usr/share/doc/packages/perl-Module-Build/Changes
0.4222 - Thu Mar 30 15:40:10 CEST 2017
- Released 0.42_21 as 0.4222
0.42_21 - Wed Mar 22 19:04:02 CET 2017
- Include relative path for do in Build/Makefile.PL will function without . in @INC [Todd Rinaldo]
- Remove use deprecate [Graham Knop]
-------------------------------------------------------------------
Wed Aug 17 05:34:16 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Build
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,16 +17,16 @@
Name: perl-Module-Build
Version: 0.422000
Version: 0.422200
Release: 0
%define cpan_version 0.4220
Provides: perl(Module::Build) = 0.422000
%define cpan_version 0.4222
Provides: perl(Module::Build) = 0.422200
%define cpan_name Module-Build
Summary: Build and install Perl modules
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Build/
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -119,6 +119,7 @@ rename config_data config_data-%{version} %{buildroot}/%{_mandir}/man1/config_da
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes contrib LICENSE README
%doc Changes contrib README
%license LICENSE
%changelog