8
0

Accepting request 747171 from devel:languages:perl:autoupdate

- updated to 0.42
   see /usr/share/doc/packages/perl-Parse-PMFile/Changes
  0.42 2019/11/09
    - no code changes
    - explicitly declared ExtUtils::MakeMaker::CPANfile as a configure
      requirement (Nikolo++)

OBS-URL: https://build.opensuse.org/request/show/747171
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-PMFile?expand=0&rev=3
This commit is contained in:
2019-11-13 13:11:47 +00:00
committed by Git OBS Bridge
parent 93e7adc0d5
commit a5d67c4223
5 changed files with 54 additions and 15 deletions

View File

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

3
Parse-PMFile-0.42.tar.gz Normal file
View File

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

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 10 10:10:21 UTC 2019 - <timueller+perl@suse.de>
- updated to 0.42
see /usr/share/doc/packages/perl-Parse-PMFile/Changes
0.42 2019/11/09
- no code changes
- explicitly declared ExtUtils::MakeMaker::CPANfile as a configure
requirement (Nikolo++)
-------------------------------------------------------------------
Tue Jun 06 13:38:00 CET 2016 - sriedel@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Parse-PMFile
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -12,24 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Parse-PMFile
Version: 0.41
Version: 0.42
Release: 0
%define cpan_name Parse-PMFile
Summary: Parses .Pm File As Pause Does
License: Artistic-1.0 or GPL-1.0+
Summary: Parses .pm file as PAUSE does
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Parse-PMFile/
Source0: http://www.cpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.07
BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.08
BuildRequires: perl(File::Temp) >= 0.19
BuildRequires: perl(JSON::PP) >= 2.00
BuildRequires: perl(Test::More) >= 0.88
@@ -52,11 +53,11 @@ meta files intentionally.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@@ -68,4 +69,3 @@ meta files intentionally.
%doc Changes README
%changelog