Accepting request 307030 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/307030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Pod?expand=0&rev=30
This commit is contained in:
Stephan Kulow 2015-05-16 05:12:37 +00:00 committed by Git OBS Bridge
commit 94df1d74a8
5 changed files with 52 additions and 14 deletions

View File

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

3
Test-Pod-1.49.tar.gz Normal file
View File

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

23
cpanspec.yml Normal file
View 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: Artistic-2.0 or GPL-2.0
#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,22 @@
-------------------------------------------------------------------
Wed May 13 12:59:29 UTC 2015 - coolo@suse.com
- updated to 1.49
see /usr/share/doc/packages/perl-Test-Pod/Changes
1.49 2015-05-12T17:30:58Z
* Changed license in the README to "Same as Perl" to match the license
listed in `META.yml`, and in the POD as of v1.42.
* Tightened up the heuristic for matching Perl batch files to require
that the file end in `.bat`, as described in the documentation.
Patch from Luca Ferrari.
* Simplified some of the matching code. Patch from Luca Ferrari.
* Transferred ownership of the repository to the perl-pod organization on
GitHub.
* Removed the Pod testing test from the distribution. Seems silly for a
module designed for testing Pod, right? But it's considered best
practice to do Pod testing in development only, not in a release.
-------------------------------------------------------------------
Tue Jun 4 15:06:39 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Pod
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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,27 +17,23 @@
Name: perl-Test-Pod
Version: 1.48
Version: 1.49
Release: 0
#Upstream: Artistic-1.0 or GPL-1.0+
%define cpan_name Test-Pod
Summary: check for POD errors in files
Summary: Check for Pod Errors in Files
License: Artistic-2.0 or GPL-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Pod/
Source: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz
# MANUAL LICENSE
Source0: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.30
BuildRequires: perl(Module::Build) >= 0.300000
BuildRequires: perl(Pod::Simple) >= 3.05
Requires: perl(Pod::Simple) >= 3.05
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::More) >= 0.62
Requires: perl(File::Spec)
Requires: perl(Test::Builder::Tester) >= 1.02
Requires: perl(Test::More) >= 0.62
%{perl_requires}
%description