forked from pool/perl-System-Command
Accepting request 592965 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/592965 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-System-Command?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
84231419bf
commit
2cc3ce66fc
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:00c4dcc606aeea4d5d58ca027bfb484a7f59edfca882c84d01924c2af32f1ea7
|
|
||||||
size 29939
|
|
3
System-Command-1.119.tar.gz
Normal file
3
System-Command-1.119.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c8c9fb1e527c52463cab1476500efea70396a0b62bea625d2d6faea994dc46e7
|
||||||
|
size 30479
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 2 06:00:23 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.119
|
||||||
|
see /usr/share/doc/packages/perl-System-Command/Changes
|
||||||
|
|
||||||
|
1.119 Mon Apr 2 2018
|
||||||
|
[TESTS]
|
||||||
|
- Various test fixes for Win32 and "perl in space" (ETJ)
|
||||||
|
[DOCUMENTATION]
|
||||||
|
- document the 'input_record_separator' option to loop_on()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 12 13:49:50 UTC 2016 - coolo@suse.com
|
Sun Jun 12 13:49:50 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-System-Command
|
# spec file for package perl-System-Command
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-System-Command
|
Name: perl-System-Command
|
||||||
Version: 1.118
|
Version: 1.119
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name System-Command
|
%define cpan_name System-Command
|
||||||
Summary: Object for running system commands
|
Summary: Object for running system commands
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/System-Command/
|
Url: http://search.cpan.org/dist/System-Command/
|
||||||
Source0: http://www.cpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -56,6 +56,7 @@ their 'STDIN', 'STDOUT' and 'STDERR' handles.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user