Compare commits
10 Commits
5d1a0c489f
...
55c7a3caa5
Author | SHA256 | Date | |
---|---|---|---|
55c7a3caa5 | |||
|
ac0f575925 | ||
02a6fa6e62 | |||
|
8ab4911ad2 | ||
|
9205f4b2ce | ||
|
713650c9f6 | ||
|
3792b25f34 | ||
|
6d3b2cf946 | ||
|
78f4768ca5 | ||
|
ed041fd630 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3e78daa81ec4b9cef4599c28b01b6b82c6992075243315e000d6c60b1eb1d63
|
||||
size 26370
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4d1c81d4a3abffa7e2da58d9df5510d2c96a2514a130dbbdf6d4ceb04c24f6d
|
||||
size 26723
|
3
IPC-Cmd-1.04.tar.gz
Normal file
3
IPC-Cmd-1.04.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d110a0f60e35c65721454200f0d2f0f8965529a2add9649d1fa6f4f9eccb6430
|
||||
size 31419
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,102 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 16 09:34:20 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.04
|
||||
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
||||
|
||||
1.04 Sat Jul 13 10:08:08 BST 2019
|
||||
|
||||
Bug fixes:
|
||||
- Fixed usage of setsid()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 05:26:32 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 1.02
|
||||
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
||||
|
||||
1.02 Thu May 3 09:42:15 BST 2018
|
||||
|
||||
Bug fixes:
|
||||
- Resolve RT #118424 can't use IPC::Cmd->run_forked in the first process of a container
|
||||
- Make fix for RT #91784 only apply to HPUX
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 06:32:38 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 1.00
|
||||
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
||||
|
||||
1.00 Wed Feb 14 16:14:01 GMT 2018
|
||||
|
||||
Bug fixes:
|
||||
- Resolve RT #91784 'run_forked("/usr/bin/echo test") captures no output'
|
||||
- Resolve RT #124415 'The 03_run_forked.t test fails (sometimes) on HPUX'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 16 05:56:38 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.98
|
||||
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
||||
|
||||
0.98 Fri May 12 17:00:07 BST 2017
|
||||
|
||||
Enhancements:
|
||||
* Added wait_loop_callback for run_forked()
|
||||
|
||||
Bug fixes:
|
||||
* Only search in curdir in can_run() when on Win32
|
||||
RT#105601
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 8 16:10:17 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.96
|
||||
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
||||
|
||||
0.96 Thu Jul 28 11:17:12 BST 2016
|
||||
|
||||
Bug fixes:
|
||||
* Require Module::Load::Conditional 0.66 to resolve
|
||||
CVE-2016-1238: avoid loading optional modules from default .
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 19 10:24:43 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.94
|
||||
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
||||
|
||||
0.94 Fri Feb 12 18:55:05 GMT 2016
|
||||
|
||||
Bug fixes:
|
||||
* move __END__ above POD in documentation (plicease)
|
||||
* Don't clobber $SIG{__DIE__} and $SIG{__WARN__} in open3_run() (avar)
|
||||
* Fix 'terminate_on_signal' segfaulting (Petya Kohts)
|
||||
* Fix usage of fcntl(..., F_GETFL, ...) (tonyc)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 18:12:16 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.92
|
||||
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 07:57:49 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to 0.76
|
||||
* Make the empty arg stripping the default again,
|
||||
with option to override this behaviour.
|
||||
* Applied patch from WATANABE Hiroaki [RT #74470]
|
||||
"Empty string cannot be passed to command"
|
||||
* Resolved [RT #74373] reported by Randy Stauner
|
||||
"Compilation error when POSIX.pm fails to load"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 20:06:49 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 0.72: no changes on Linux backend implementation, but this version
|
||||
is explicitly required by other Perl modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 18:12:18 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-IPC-Cmd (Version 0.70)
|
||||
# spec file for package perl-IPC-Cmd
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products 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,34 +12,28 @@
|
||||
# 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-IPC-Cmd
|
||||
Version: 0.70
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
|
||||
%define cpan_name IPC-Cmd
|
||||
Summary: finding and running system commands made easy
|
||||
Url: http://search.cpan.org/dist/IPC-Cmd/
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
||||
Name: perl-IPC-Cmd
|
||||
Version: 1.04
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Cross platform way of running (interactive) commandline programs
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(Locale::Maketext::Simple)
|
||||
BuildRequires: perl(Module::Load::Conditional)
|
||||
BuildRequires: perl(Module::Load::Conditional) >= 0.66
|
||||
BuildRequires: perl(Params::Check) >= 0.20
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(ExtUtils::MakeMaker)
|
||||
Requires: perl(File::Spec)
|
||||
Requires: perl(Locale::Maketext::Simple)
|
||||
Requires: perl(Module::Load::Conditional)
|
||||
Requires: perl(Module::Load::Conditional) >= 0.66
|
||||
Requires: perl(Params::Check) >= 0.20
|
||||
Requires: perl(Test::More)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -52,25 +46,23 @@ commands you give it and give you a clear return value, as well as adhere
|
||||
to your verbosity settings.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%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
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc CHANGES README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user