8
0

Accepting request 295978 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/295978
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-File-Contents?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-14 05:06:41 +00:00
committed by Git OBS Bridge
parent eb6f7f9a8d
commit 1c362e032d
4 changed files with 24 additions and 13 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 13 19:18:35 UTC 2015 - coolo@suse.com
- updated to 0.21
see /usr/share/doc/packages/perl-Test-File-Contents/Changes
0.21 2013-04-12
- Require Test::Pod 1.41 for Pod tests. Fixes test failures due to the
use of the `L<text|scheme>` Pod syntax diallowed in earlier versions
of Test::Pod.
- Eliminated "v-string in use/require non-portable" warning on Perl
5.10.0.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 1 10:28:21 UTC 2011 - coolo@opensuse.org Sun May 1 10:28:21 UTC 2011 - coolo@opensuse.org

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-File-Contents (Version 0.20) # spec file for package perl-Test-File-Contents
# #
# Copyright (c) 2011 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: perl-Test-File-Contents Name: perl-Test-File-Contents
Version: 0.20 Version: 0.21
Release: 1 Release: 0
License: GPL+ or Artistic
%define cpan_name Test-File-Contents %define cpan_name Test-File-Contents
Summary: Test routines for examining the contents of files Summary: Test routines for examining the contents of files
Url: http://search.cpan.org/dist/Test-File-Contents/ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-File-Contents/
Source: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz Source: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -34,7 +35,7 @@ BuildRequires: perl(Test::More) >= 0.70
BuildRequires: perl(Text::Diff) >= 0.35 BuildRequires: perl(Text::Diff) >= 0.35
Requires: perl(Test::Builder) >= 0.70 Requires: perl(Test::Builder) >= 0.70
Requires: perl(Text::Diff) >= 0.35 Requires: perl(Text::Diff) >= 0.35
Recommends: perl(Test::Pod) >= 1.20 Recommends: perl(Test::Pod) >= 1.41
Recommends: perl(Test::Pod::Coverage) >= 1.06 Recommends: perl(Test::Pod::Coverage) >= 1.06
%{perl_requires} %{perl_requires}
@@ -55,9 +56,6 @@ Test routines for examining the contents of files
./Build install destdir=%{buildroot} create_packlist=0 ./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes README.md %doc Changes README.md