Hello community,
here is the log from the commit of package perl-IO-CaptureOutput for
openSUSE:Factory checked in at 2014-03-22 14:45:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-IO-CaptureOutput (Old)
and /work/SRC/openSUSE:Factory/.perl-IO-CaptureOutput.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-IO-CaptureOutput"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-IO-CaptureOutput/perl-IO-CaptureOutput.changes
2013-04-23 11:36:36.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-IO-CaptureOutput.new/perl-IO-CaptureOutput.changes
2014-03-22 18:02:24.000000000 +0100
@@ -1,0 +2,14 @@
+Sat Mar 15 12:56:16 UTC 2014 - [email protected]
+
+- updated to 1.1103
+ [FIXED]
+
+ - Fixed rt.cpan.org #71775: test failure on non-threaded Win32 perls
+
+ [CHANGED]
+
+ - Updated metadata, repo and bugtracker
+
+ - Switched distribution management to Dist::Zilla
+
+-------------------------------------------------------------------
Old:
----
IO-CaptureOutput-1.1102.tar.gz
New:
----
IO-CaptureOutput-1.1103.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-IO-CaptureOutput.spec ++++++
--- /var/tmp/diff_new_pack.TyzGrk/_old 2014-03-22 18:02:24.000000000 +0100
+++ /var/tmp/diff_new_pack.TyzGrk/_new 2014-03-22 18:02:24.000000000 +0100
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-IO-CaptureOutput
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,66 +17,48 @@
Name: perl-IO-CaptureOutput
-Version: 1.1102
+Version: 1.1103
Release: 0
+%define cpan_name IO-CaptureOutput
Summary: Capture STDOUT and STDERR from Perl code, subprocesses or XS
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
-Source:
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/IO-CaptureOutput-%{version}.tar.gz
Url: http://search.cpan.org/dist/IO-CaptureOutput/
+Source:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires: make
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Carp)
-BuildRequires: perl(Exporter)
-BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(File::Basename)
-BuildRequires: perl(File::Spec)
-BuildRequires: perl(File::Temp)
-BuildRequires: perl(IO::File)
-BuildRequires: perl(Symbol)
-BuildRequires: perl(Test::More)
-Requires: perl(Carp)
-Requires: perl(Exporter)
-Requires: perl(File::Basename)
-Requires: perl(File::Spec)
-Requires: perl(File::Temp)
-Requires: perl(IO::File)
-Requires: perl(Symbol)
+BuildRequires: perl(File::Spec) >= 3.27
+BuildRequires: perl(version)
+%{perl_requires}
%description
+*This module is no longer recommended by the maintainer* - see the
+Capture::Tiny manpage instead.
+
This module provides routines for capturing STDOUT and STDERR from perl
-subroutines, forked system calls (e.g. system(), fork()) and from XS or C
-modules.
+subroutines, forked system calls (e.g. 'system()', 'fork()') and from XS or
+C modules.
%prep
-%setup -q -n "IO-CaptureOutput-%{version}"
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
%build
-%__perl Makefile.PL PREFIX="%{_prefix}"
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
%install
%perl_make_install
%perl_process_packlist
+%perl_gen_filelist
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
-%files
-%defattr(-,root,root)
-%doc Changes README
-%dir %{perl_vendorlib}/IO
-%{perl_vendorlib}/IO/CaptureOutput.pm
-%{perl_vendorlib}/IO/CaptureOutput.pod
-%dir %{perl_vendorarch}/auto/IO
-%{perl_vendorarch}/auto/IO/CaptureOutput
-%doc %{perl_man3dir}/IO::CaptureOutput.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes CONTRIBUTING cpanfile examples LICENSE perlcritic.rc README
%changelog
++++++ IO-CaptureOutput-1.1102.tar.gz -> IO-CaptureOutput-1.1103.tar.gz ++++++
++++ 2332 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]