Accepting request 305891 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/305891 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-CPAN-Meta?expand=0&rev=9
This commit is contained in:
parent
2e94422102
commit
2b784e776c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41609b274c8b936d18bfaa55229cdcf37e60fe833c99e186989e02654758e9d3
|
||||
size 17738
|
BIN
Test-CPAN-Meta-0.25.tar.gz
(Stored with Git LFS)
Normal file
BIN
Test-CPAN-Meta-0.25.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#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_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
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 8 08:40:33 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.25
|
||||
see /usr/share/doc/packages/perl-Test-CPAN-Meta/Changes
|
||||
|
||||
0.25 2015-05-06
|
||||
- POD fixes (by Olivier Mengué (DOLMEN)).
|
||||
- removed Test::CPAN::Meta from the recommends list, as CPAN.pm tries
|
||||
to install it first. (RT#104023 Steve Hay (SHAY)).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 18:33:51 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-Test-CPAN-Meta
|
||||
Version: 0.24
|
||||
Version: 0.25
|
||||
Release: 0
|
||||
%define cpan_name Test-CPAN-Meta
|
||||
Summary: Validate your CPAN META.yml files.
|
||||
Summary: Validate your CPAN META.yml files
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Test-CPAN-Meta/
|
||||
Source: http://www.cpan.org/authors/id/B/BA/BARBIE/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/B/BA/BARBIE/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
|
Loading…
x
Reference in New Issue
Block a user