Accepting request 964230 from devel:languages:perl:autoupdate
- updated to 0.200 see /usr/share/doc/packages/perl-Command-Runner/Changes 0.200 2022-03-22 00:02:31 JST - Support cwd option (#9) - Use Time::HiRes::CLOCK_MONOTONIC if it is available (#10) - Deprecate commandf; will be removed in the future version of Command-Runner distribution (#8) OBS-URL: https://build.opensuse.org/request/show/964230 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Command-Runner?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
7b6866eb5c
commit
e18ead32fd
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f180b5c3b3fc9db7b83d4a5fdd959db34f7d6d2472f817dbf8b4b795a9dc82a
|
||||
size 14342
|
3
Command-Runner-0.200.tar.gz
Normal file
3
Command-Runner-0.200.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ad26d06111bfecd53c8f5bb5dea94bf2025f6c78e95f6d8012e4cfa89e29f26
|
||||
size 13249
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 22 03:06:11 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.200
|
||||
see /usr/share/doc/packages/perl-Command-Runner/Changes
|
||||
|
||||
0.200 2022-03-22 00:02:31 JST
|
||||
- Support cwd option (#9)
|
||||
- Use Time::HiRes::CLOCK_MONOTONIC if it is available (#10)
|
||||
- Deprecate commandf; will be removed in the future version of Command-Runner distribution (#8)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 10:37:29 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Command-Runner
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,27 +16,27 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Command-Runner
|
||||
Version: 0.103
|
||||
Release: 0
|
||||
%define cpan_name Command-Runner
|
||||
Summary: Run external commands and Perl code refs
|
||||
Name: perl-Command-Runner
|
||||
Version: 0.200
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Summary: Run external commands and Perl code refs
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKAJI/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Patch0: nowin32.diff
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Capture::Tiny)
|
||||
BuildRequires: perl(File::pushd)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(String::ShellQuote)
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
#BuildRequires: perl(Win32::ShellQuote)
|
||||
Requires: perl(Capture::Tiny)
|
||||
Requires: perl(File::pushd)
|
||||
Requires: perl(String::ShellQuote)
|
||||
#Requires: perl(Win32::ShellQuote)
|
||||
%{perl_requires}
|
||||
@@ -45,8 +45,7 @@ Requires: perl(String::ShellQuote)
|
||||
Command::Runner runs external commands and Perl code refs
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%patch0 -p1
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
perl Build.PL --installdirs=vendor
|
||||
@@ -60,8 +59,7 @@ perl Build.PL --installdirs=vendor
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%doc Changes
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user