Accepting request 307006 from devel:languages:perl:autoupdate
- 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. OBS-URL: https://build.opensuse.org/request/show/307006 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Pod?expand=0&rev=44
This commit is contained in:
parent
fbda039cbc
commit
3bf8000a51
@ -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
3
Test-Pod-1.49.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:166d651a66f0a8d7c1e3ce3ac2f49691d0705a47b2b2f76f0403d1472793f212
|
||||
size 11825
|
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: 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
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user