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:
parent
e2bb22cd44
commit
28ec10dd76
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5826b36440b2f5c850213129aa607eccb366c4f016b0dcd527f697fd03d94ad
|
||||
size 27314
|
3
IO-CaptureOutput-1.1104.tar.gz
Normal file
3
IO-CaptureOutput-1.1104.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcc732fcb438f97a72b30e8c7796484bef2562e374553b207028e2fbf73f8330
|
||||
size 27651
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user