Accepting request 283807 from home:mlatimer:branches:devel:languages:perl

- updated to 1.1104
    [PREREQS]
    - Drop File::Spec 3.27 prereq except on MSWin32

OBS-URL: https://build.opensuse.org/request/show/283807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-CaptureOutput?expand=0&rev=9
This commit is contained in:
Dirk Stoecker 2015-02-03 10:30:31 +00:00 committed by Git OBS Bridge
parent e2bb22cd44
commit 28ec10dd76
4 changed files with 14 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 2 21:53:59 UTC 2015 - mlatimer@suse.com
- updated to 1.1104
[PREREQS]
- Drop File::Spec 3.27 prereq except on MSWin32
-------------------------------------------------------------------
Sat Mar 15 12:56:16 UTC 2014 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-IO-CaptureOutput
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -17,7 +17,7 @@
Name: perl-IO-CaptureOutput
Version: 1.1103
Version: 1.1104
Release: 0
%define cpan_name IO-CaptureOutput
Summary: Capture STDOUT and STDERR from Perl code, subprocesses or XS
@ -29,7 +29,6 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Spec) >= 3.27
BuildRequires: perl(version)
%{perl_requires}
@ -59,6 +58,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING cpanfile examples LICENSE perlcritic.rc README
%doc Changes CONTRIBUTING.mkdn cpanfile examples LICENSE perlcritic.rc README
%changelog