From e18ead32fd182673cacff146bd9400f89fbb9fa60974ac05f665b84d92b15212 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 26 Mar 2022 08:18:35 +0000 Subject: [PATCH] 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 --- Command-Runner-0.103.tar.gz | 3 --- Command-Runner-0.200.tar.gz | 3 +++ perl-Command-Runner.changes | 11 +++++++++++ perl-Command-Runner.spec | 20 +++++++++----------- 4 files changed, 23 insertions(+), 14 deletions(-) delete mode 100644 Command-Runner-0.103.tar.gz create mode 100644 Command-Runner-0.200.tar.gz diff --git a/Command-Runner-0.103.tar.gz b/Command-Runner-0.103.tar.gz deleted file mode 100644 index 368fc4a..0000000 --- a/Command-Runner-0.103.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f180b5c3b3fc9db7b83d4a5fdd959db34f7d6d2472f817dbf8b4b795a9dc82a -size 14342 diff --git a/Command-Runner-0.200.tar.gz b/Command-Runner-0.200.tar.gz new file mode 100644 index 0000000..6b9f6c0 --- /dev/null +++ b/Command-Runner-0.200.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad26d06111bfecd53c8f5bb5dea94bf2025f6c78e95f6d8012e4cfa89e29f26 +size 13249 diff --git a/perl-Command-Runner.changes b/perl-Command-Runner.changes index ba02cfd..1f33428 100644 --- a/perl-Command-Runner.changes +++ b/perl-Command-Runner.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Mar 22 03:06:11 UTC 2022 - Tina Müller + +- 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 diff --git a/perl-Command-Runner.spec b/perl-Command-Runner.spec index e410bd9..3df2cde 100644 --- a/perl-Command-Runner.spec +++ b/perl-Command-Runner.spec @@ -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