Accepting request 401550 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/401550 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Unixish?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
c0b5d2cf15
commit
ebcab15d01
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f096236ed59966a9049b6ed752c5449cd37ef5e2ab222d94b6e20c21b26b1c95
|
||||
size 44915
|
3
Data-Unixish-1.55.tar.gz
Normal file
3
Data-Unixish-1.55.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdd5d2a239809f821d1ca23ae5208249f07713e27472d10a3775252893f2161b
|
||||
size 46534
|
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 06:56:33 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.55
|
||||
see /usr/share/doc/packages/perl-Data-Unixish/Changes
|
||||
|
||||
1.55 2016-03-16 (PERLANCAR)
|
||||
|
||||
- No functional changes.
|
||||
|
||||
- Replace JSON with JSON::MaybeXS.
|
||||
|
||||
|
||||
1.54 2016-03-11 (PERLANCAR)
|
||||
|
||||
- Adjust to Text::ANSI::Util 0.22.
|
||||
|
||||
|
||||
1.53 2016-03-02 (PERLANCAR)
|
||||
|
||||
- [Bugfix] Fix subsort (avoid importing directly into
|
||||
Data::Unixish::subsort package).
|
||||
|
||||
|
||||
1.52 2015-11-22 (PERLANCAR)
|
||||
|
||||
- [Bugfix] pick: fix algorithm.
|
||||
|
||||
|
||||
1.51 2015-10-07 (PERLANCAR)
|
||||
|
||||
- Add dux function: subsort.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 4 09:15:50 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-Unixish
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Data-Unixish
|
||||
Version: 1.50
|
||||
Version: 1.55
|
||||
Release: 0
|
||||
%define cpan_name Data-Unixish
|
||||
Summary: Implementation for Unixish, a data transformation framework
|
||||
@@ -32,28 +32,38 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Which)
|
||||
BuildRequires: perl(IPC::Cmd) >= 0.52
|
||||
BuildRequires: perl(JSON)
|
||||
BuildRequires: perl(Log::Any::IfLOG)
|
||||
BuildRequires: perl(JSON::MaybeXS)
|
||||
BuildRequires: perl(Log::Any::IfLOG) >= 0.07
|
||||
BuildRequires: perl(Module::Load)
|
||||
BuildRequires: perl(Number::Format)
|
||||
BuildRequires: perl(Number::Format::Metric)
|
||||
BuildRequires: perl(Package::MoreUtil)
|
||||
BuildRequires: perl(Sort::Sub) >= 0.05
|
||||
BuildRequires: perl(String::Pad)
|
||||
BuildRequires: perl(String::ShellQuote)
|
||||
BuildRequires: perl(Syntax::Feature::EachOnArray)
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(Text::ANSI::Util) >= 0.06
|
||||
BuildRequires: perl(Text::ANSI::Util) >= 0.22
|
||||
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(Log::Any::IfLOG)
|
||||
Requires: perl(JSON::MaybeXS)
|
||||
Requires: perl(Log::Any::IfLOG) >= 0.07
|
||||
Requires: perl(Module::Load)
|
||||
Requires: perl(Number::Format)
|
||||
Requires: perl(Number::Format::Metric)
|
||||
Requires: perl(Package::MoreUtil)
|
||||
Requires: perl(Sort::Sub) >= 0.05
|
||||
Requires: perl(String::Pad)
|
||||
Requires: perl(String::ShellQuote)
|
||||
Requires: perl(Syntax::Feature::EachOnArray)
|
||||
Requires: perl(Text::ANSI::Util) >= 0.06
|
||||
Requires: perl(Test::More) >= 0.98
|
||||
Requires: perl(Text::ANSI::Util) >= 0.22
|
||||
Requires: perl(Text::ANSI::WideUtil)
|
||||
Requires: perl(Text::WideChar::Util) >= 0.03
|
||||
Requires: perl(Text::sprintfn)
|
||||
Requires: perl(Tie::Simple)
|
||||
@@ -61,8 +71,8 @@ Requires: perl(experimental)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
This distribution implements the Unixish manpage, a data transformation
|
||||
framework inspired by Unix toolbox philosophy.
|
||||
This distribution implements Unixish, a data transformation framework
|
||||
inspired by Unix toolbox philosophy.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
Reference in New Issue
Block a user