8
0

Compare commits

...

21 Commits

Author SHA256 Message Date
c2cde8615e Accepting request 1235495 from devel:languages:perl
- updated to 0.500.0 (0.50)
   see /usr/share/doc/packages/perl-Capture-Tiny/Changes (forwarded request 1235424 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1235495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=27
2025-01-07 19:50:49 +00:00
663ab38ec3 Accepting request 1235424 from devel:languages:perl:autoupdate
- updated to 0.500.0 (0.50)
   see /usr/share/doc/packages/perl-Capture-Tiny/Changes

OBS-URL: https://build.opensuse.org/request/show/1235424
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Capture-Tiny?expand=0&rev=48
2025-01-07 07:16:17 +00:00
6bef10d121 Accepting request 599888 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/599888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=26
2018-04-25 07:58:03 +00:00
e161f58077 Accepting request 460881 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/460881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=25
2017-03-03 13:34:27 +00:00
a6c23a9f67 Accepting request 417259 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/417259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=24
2016-08-12 13:37:30 +00:00
7ff1cdac3e Accepting request 399376 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/399376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=23
2016-07-03 10:18:12 +00:00
a46cf3cdf9 Accepting request 368034 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/368034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=22
2016-03-11 11:29:23 +00:00
8b3d4785cd Accepting request 307507 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/307507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=21
2015-05-18 21:02:50 +00:00
a3a5eb4ee5 Accepting request 296010 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/296010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=20
2015-04-16 12:11:35 +00:00
87044c83bd Accepting request 284709 from devel:languages:perl
- updated to 0.27
   Prereqs:
   - Make Inline::C recommended, not required
   Tests:
   - Actually check for Inline::C in tests, not just Inline

OBS-URL: https://build.opensuse.org/request/show/284709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=19
2015-02-11 15:31:42 +00:00
Stephan Kulow
fbdfa0fcdd Accepting request 249368 from devel:languages:perl
- updated to 0.25
  Prereqs:
  - Amended recommended modules to list Inline::C rather than Inline

OBS-URL: https://build.opensuse.org/request/show/249368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=18
2014-09-17 15:24:35 +00:00
Stephan Kulow
a11ec37086 Accepting request 221601 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/221601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=16
2014-02-12 16:22:53 +00:00
Stephan Kulow
5546eca0f7 Accepting request 208451 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/208451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=15
2013-11-26 18:24:11 +00:00
Stephan Kulow
f042a4b2d8 Accepting request 177480 from devel:languages:perl
- updated to 0.22
 
   Documented:
 
   - Issue tracker is now github
 
   Changed:
 
   - Skips tee and leak tests for closed STDIN on Perl prior to
     5.12 when PERL_UNICODE=D.  Documented lack of support as
     a known issue.
 
   - Isolated tee subprocesses from effects of PERL_UNICODE as a
     precaution (though this did not fix the above issue).
 
   - Improved layer detection for handles proxied due to being closed
     or tied.
 
   Fixed:
 
   - Nested merged captures that include an external program call no longer
     leak STDERR to the outer scope [rt.cpan.org #79376]
 
   - Work around rt.perl.org #114404 by forcing PerlIO layers back on
     original handles [rt.cpan.org #78819]

OBS-URL: https://build.opensuse.org/request/show/177480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=13
2013-06-06 11:08:44 +00:00
Stephan Kulow
b6b9df5bd3 Accepting request 121940 from devel:languages:perl
- updated to 0.18
  Added
  - When capture or tee are called in void context, Capture::Tiny
    skips reading back from the capture handles if it can do so safely
  Fixed:
  - Tied STDIN is always localized before redirections to avoid tees
    hanging on MSWin32
    
  - Copying and reopening STDIN is necessary to avoid tees hanging on MSWin32.
  Fixed:
  - Avoids reopening STDIN while setting up a capture, which avoids
    some problems with pathological tied filehandle implementations
    such as in FCGI
  Tested:
  - Re-enabled tied STDIN testing for MSWin32 to see if changes above
    avoid crashes seen historically

OBS-URL: https://build.opensuse.org/request/show/121940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=10
2012-05-26 10:59:37 +00:00
Stephan Kulow
7e1c600652 Accepting request 107112 from devel:languages:perl
- updated to 0.17
  Fixed:
  - Added a workaround for failing t/08-stdin-closed.t under blead
    perl / 5.15.8 [RT#111070]
  Documented:
  - Clarified some limitations; added a link to CPAN Testers Matrix;
    removed redundant BUGS section; standardized terminology
  Tested:
  - Added a test using Inline::C to print to stdout and stderr in response
    to RT#71701

OBS-URL: https://build.opensuse.org/request/show/107112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=9
2012-02-28 13:14:34 +00:00
Stephan Kulow
e07d9ee679 Accepting request 106264 from devel:languages:perl
- updated to 0.16
  - Noted problems and workaround for FCGI's pathological tied STDIN
    [RT#74681; thank you Karl Gaissmaier for testing the
    workaround]

OBS-URL: https://build.opensuse.org/request/show/106264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=8
2012-02-21 11:23:03 +00:00
Stephan Kulow
2b58507968 Accepting request 98284 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/98284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=7
2011-12-27 17:13:54 +00:00
Stephan Kulow
f974afe71f replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=6
2011-12-06 17:38:06 +00:00
Lars Vogdt
afd506bc50 Autobuild autoformatter for 80969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=4
2011-09-05 15:56:43 +00:00
Lars Vogdt
34c08f4d76 Accepting request 80969 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/80969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=3
2011-09-05 15:56:36 +00:00
4 changed files with 25 additions and 18 deletions

BIN
Capture-Tiny-0.48.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Capture-Tiny-0.50.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 20 05:31:18 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.500.0 (0.50)
see /usr/share/doc/packages/perl-Capture-Tiny/Changes
-------------------------------------------------------------------
Mon Apr 23 05:05:56 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Capture-Tiny
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Capture-Tiny
Version: 0.48
Release: 0
%define cpan_name Capture-Tiny
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
Name: perl-Capture-Tiny
Version: 0.500.0
Release: 0
# 0.50 -> normalize -> 0.500.0
%define cpan_version 0.50
License: Apache-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Capture-Tiny/
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Capture::Tiny) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -41,14 +43,14 @@ even works on Windows (usually). Stop guessing which of a dozen capturing
modules to use in any particular situation and just use this one.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -56,7 +58,6 @@ modules to use in any particular situation and just use this one.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.mkdn examples README Todo
%license LICENSE