Accepting request 178489 from devel:languages:perl

- updated to 1.48
   * Fixed test failure with versions of Pod::Simple lower than 3.24. Thanks
     to Martin Holste and Tatsuhiko Miyagawa for the reports.
   * Fixed failing test on Pod::Simple 3.27 and higher.
   * Fixed a crash when `all_pod_files_ok()` finds no files to test. Thanks
     to H.Merijn Brand.
   * Switched from custom file searching code to File::Find. Suggested by
     H.Merijn Brand.
   * Fixed failing test on Pod::Simple 3.24.

OBS-URL: https://build.opensuse.org/request/show/178489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Pod?expand=0&rev=27
This commit is contained in:
Stephan Kulow 2013-06-14 14:47:43 +00:00 committed by Git OBS Bridge
commit 7dd69727a7
4 changed files with 28 additions and 17 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jun 4 15:06:39 UTC 2013 - coolo@suse.com
- updated to 1.48
* Fixed test failure with versions of Pod::Simple lower than 3.24. Thanks
to Martin Holste and Tatsuhiko Miyagawa for the reports.
* Fixed failing test on Pod::Simple 3.27 and higher.
* Fixed a crash when `all_pod_files_ok()` finds no files to test. Thanks
to H.Merijn Brand.
* Switched from custom file searching code to File::Find. Suggested by
H.Merijn Brand.
* Fixed failing test on Pod::Simple 3.24.
-------------------------------------------------------------------
Wed Aug 17 09:26:44 UTC 2011 - chris@computersalat.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Pod
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,29 +16,28 @@
#
Name: perl-Test-Pod
Version: 1.45
Release: 1
License: Artistic-2.0 or GPL-2.0
Version: 1.48
Release: 0
%define cpan_name Test-Pod
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/Test-Pod-%{version}.tar.gz
Source: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz
# MANUAL LICENSE
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Build) >= 0.30
BuildRequires: perl(Pod::Simple) >= 3.05
Requires: perl(Pod::Simple) >= 3.05
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::More) >= 0.62
BuildRequires: perl(Pod::Simple) >= 3.05
Requires: perl(File::Spec)
Requires: perl(Test::More) >= 0.62
Requires: perl(Pod::Simple) >= 3.05
Requires: perl(Test::Builder::Tester) >= 1.02
Requires: perl(Test::More) >= 0.62
%{perl_requires}
%description
@ -59,11 +58,8 @@ to do the heavy lifting.
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc Changes README
%changelog