- updated to 1.570

see /usr/share/doc/packages/perl-Data-Unixish/Changes
  1.570   2019-01-06 (PERLANCAR)
  
  	- No functional changes.
  
  	- Replace the use of Package::MoreUtil with Package::Util::Lite.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Unixish?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2019-04-03 07:03:50 +00:00
committed by Git OBS Bridge
parent 00b48319ec
commit f70ed2b0ba
4 changed files with 27 additions and 15 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5509373ffa5e2d74f0b4e684b52088e4a58bc5a323f567ea7c57699d91e81052
size 46982

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3854a1d3b0f0f67579270d6a56d6d55aab6f117a9b3886e09edc82b0996ff40d
size 49916

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 3 07:03:11 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.570
see /usr/share/doc/packages/perl-Data-Unixish/Changes
1.570 2019-01-06 (PERLANCAR)
- No functional changes.
- Replace the use of Package::MoreUtil with Package::Util::Lite.
-------------------------------------------------------------------
Tue Jul 11 05:22:22 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Unixish
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# 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-Data-Unixish
Version: 1.56
Version: 1.570
Release: 0
%define cpan_name Data-Unixish
Summary: Implementation for Unixish, a data transformation framework
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Unixish/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -33,10 +33,11 @@ BuildRequires: perl-macros
BuildRequires: perl(File::Which)
BuildRequires: perl(IPC::Cmd) >= 0.52
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(List::Util) >= 1.45
BuildRequires: perl(Module::Load)
BuildRequires: perl(Number::Format)
BuildRequires: perl(Number::Format::Metric)
BuildRequires: perl(Package::MoreUtil)
BuildRequires: perl(Package::Util::Lite)
BuildRequires: perl(Sort::Sub) >= 0.05
BuildRequires: perl(String::Pad)
BuildRequires: perl(String::ShellQuote)
@@ -47,14 +48,14 @@ BuildRequires: perl(Text::ANSI::WideUtil)
BuildRequires: perl(Text::WideChar::Util) >= 0.03
BuildRequires: perl(Text::sprintfn)
BuildRequires: perl(Tie::Simple)
BuildRequires: perl(experimental)
Requires: perl(File::Which)
Requires: perl(IPC::Cmd) >= 0.52
Requires: perl(JSON::MaybeXS)
Requires: perl(List::Util) >= 1.45
Requires: perl(Module::Load)
Requires: perl(Number::Format)
Requires: perl(Number::Format::Metric)
Requires: perl(Package::MoreUtil)
Requires: perl(Package::Util::Lite)
Requires: perl(Sort::Sub) >= 0.05
Requires: perl(String::Pad)
Requires: perl(String::ShellQuote)
@@ -65,7 +66,6 @@ Requires: perl(Text::ANSI::WideUtil)
Requires: perl(Text::WideChar::Util) >= 0.03
Requires: perl(Text::sprintfn)
Requires: perl(Tie::Simple)
Requires: perl(experimental)
%{perl_requires}
%description
@@ -76,11 +76,11 @@ inspired by Unix toolbox philosophy.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install