Accepting request 940217 from devel:languages:perl:autoupdate

- updated to 0.003
   see /usr/share/doc/packages/perl-Module-cpmfile/Changes
  0.003  2021-12-12 12:03:25 JST
      - cpmfile->features now returns undef if there are no features
      - Remove Module::cpmfile::Prereqs->options_for

OBS-URL: https://build.opensuse.org/request/show/940217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-cpmfile?expand=0&rev=2
This commit is contained in:
2021-12-17 11:03:26 +00:00
committed by Git OBS Bridge
parent c51056e5d9
commit 74165886b8
5 changed files with 52 additions and 6 deletions

View File

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

View File

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

35
cpanspec.yml Normal file
View File

@@ -0,0 +1,35 @@
---
#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:
# baz.patch: PATCH-FIX-OPENSUSE
#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
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 13 03:06:22 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.003
see /usr/share/doc/packages/perl-Module-cpmfile/Changes
0.003 2021-12-12 12:03:25 JST
- cpmfile->features now returns undef if there are no features
- Remove Module::cpmfile::Prereqs->options_for
-------------------------------------------------------------------
Tue Aug 24 12:27:55 UTC 2021 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -18,12 +18,13 @@
%define cpan_name Module-cpmfile
Name: perl-Module-cpmfile
Version: 0.002
Version: 0.003
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Parse cpmfile
License: Artistic-1.0 OR GPL-1.0-or-later
URL: https://metacpan.org/release/%{cpan_name}
Source0: Module-cpmfile-0.002.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKAJI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros