Accepting request 1153633 from devel:languages:perl:autoupdate
- updated to 1.573 see /usr/share/doc/packages/perl-Data-Unixish/Changes 1.573 2023-09-23 Released-By: PERLANCAR; Urgency: medium - [dux function bool][ux] Add more mainstream notions: n1+en, n1+id, n1+en_id and default to n1+en_id. OBS-URL: https://build.opensuse.org/request/show/1153633 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Unixish?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ee9ef56f80696d54d3981280d37f22154d9a927603b0a72d44ce674961f68b1
|
||||
size 52442
|
3
Data-Unixish-1.573.tar.gz
Normal file
3
Data-Unixish-1.573.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e19bd89bfcd5750ab635e61acdd6b7b6112e2e953c158732354080c0affa0608
|
||||
size 55659
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 03:06:57 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.573
|
||||
see /usr/share/doc/packages/perl-Data-Unixish/Changes
|
||||
|
||||
1.573 2023-09-23 Released-By: PERLANCAR; Urgency: medium
|
||||
|
||||
- [dux function bool][ux] Add more mainstream notions: n1+en,
|
||||
n1+id, n1+en_id and default to n1+en_id.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 03:07:32 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-Unixish
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,31 +16,31 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Data-Unixish
|
||||
Version: 1.572
|
||||
Release: 0
|
||||
%define cpan_name Data-Unixish
|
||||
Summary: Implementation for Unixish, a data transformation framework
|
||||
Name: perl-Data-Unixish
|
||||
Version: 1.573.0
|
||||
Release: 0
|
||||
%define cpan_version 1.573
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
|
||||
Summary: Implementation for Unixish, a data transformation framework
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Temp) >= 0.2307
|
||||
BuildRequires: perl(File::Which)
|
||||
BuildRequires: perl(IPC::Cmd) >= 0.52
|
||||
BuildRequires: perl(JSON::MaybeXS)
|
||||
BuildRequires: perl(List::Util) >= 1.45
|
||||
BuildRequires: perl(Log::ger) >= 0.027
|
||||
BuildRequires: perl(List::Util) >= 1.54
|
||||
BuildRequires: perl(Log::ger) >= 0.038
|
||||
BuildRequires: perl(Module::Load)
|
||||
BuildRequires: perl(Number::Format)
|
||||
BuildRequires: perl(Number::Format::Metric)
|
||||
BuildRequires: perl(Package::Util::Lite)
|
||||
BuildRequires: perl(Sort::Sub) >= 0.111
|
||||
BuildRequires: perl(String::Pad)
|
||||
BuildRequires: perl(Sort::Sub) >= 0.120
|
||||
BuildRequires: perl(String::Pad) >= 0.021
|
||||
BuildRequires: perl(String::ShellQuote)
|
||||
BuildRequires: perl(Syntax::Feature::EachOnArray)
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
@@ -52,14 +52,14 @@ BuildRequires: perl(Tie::Simple)
|
||||
Requires: perl(File::Which)
|
||||
Requires: perl(IPC::Cmd) >= 0.52
|
||||
Requires: perl(JSON::MaybeXS)
|
||||
Requires: perl(List::Util) >= 1.45
|
||||
Requires: perl(Log::ger) >= 0.027
|
||||
Requires: perl(List::Util) >= 1.54
|
||||
Requires: perl(Log::ger) >= 0.038
|
||||
Requires: perl(Module::Load)
|
||||
Requires: perl(Number::Format)
|
||||
Requires: perl(Number::Format::Metric)
|
||||
Requires: perl(Package::Util::Lite)
|
||||
Requires: perl(Sort::Sub) >= 0.111
|
||||
Requires: perl(String::Pad)
|
||||
Requires: perl(Sort::Sub) >= 0.120
|
||||
Requires: perl(String::Pad) >= 0.021
|
||||
Requires: perl(String::ShellQuote)
|
||||
Requires: perl(Syntax::Feature::EachOnArray)
|
||||
Requires: perl(Test::More) >= 0.98
|
||||
@@ -68,6 +68,54 @@ Requires: perl(Text::ANSI::WideUtil)
|
||||
Requires: perl(Text::WideChar::Util) >= 0.03
|
||||
Requires: perl(Text::sprintfn)
|
||||
Requires: perl(Tie::Simple)
|
||||
Provides: perl(Data::Unixish) = %{version}
|
||||
Provides: perl(Data::Unixish::Apply) = %{version}
|
||||
Provides: perl(Data::Unixish::Util) = %{version}
|
||||
Provides: perl(Data::Unixish::avg) = %{version}
|
||||
Provides: perl(Data::Unixish::bool) = %{version}
|
||||
Provides: perl(Data::Unixish::cat) = %{version}
|
||||
Provides: perl(Data::Unixish::centerpad) = %{version}
|
||||
Provides: perl(Data::Unixish::chain) = %{version}
|
||||
Provides: perl(Data::Unixish::cond) = %{version}
|
||||
Provides: perl(Data::Unixish::count) = %{version}
|
||||
Provides: perl(Data::Unixish::date) = %{version}
|
||||
Provides: perl(Data::Unixish::grep) = %{version}
|
||||
Provides: perl(Data::Unixish::head) = %{version}
|
||||
Provides: perl(Data::Unixish::indent) = %{version}
|
||||
Provides: perl(Data::Unixish::join) = %{version}
|
||||
Provides: perl(Data::Unixish::lc) = %{version}
|
||||
Provides: perl(Data::Unixish::lcfirst) = %{version}
|
||||
Provides: perl(Data::Unixish::lins) = %{version}
|
||||
Provides: perl(Data::Unixish::linum) = %{version}
|
||||
Provides: perl(Data::Unixish::lpad) = %{version}
|
||||
Provides: perl(Data::Unixish::ltrim) = %{version}
|
||||
Provides: perl(Data::Unixish::map) = %{version}
|
||||
Provides: perl(Data::Unixish::num) = %{version}
|
||||
Provides: perl(Data::Unixish::pick) = %{version}
|
||||
Provides: perl(Data::Unixish::rand) = %{version}
|
||||
Provides: perl(Data::Unixish::randstr) = %{version}
|
||||
Provides: perl(Data::Unixish::rev) = %{version}
|
||||
Provides: perl(Data::Unixish::rins) = %{version}
|
||||
Provides: perl(Data::Unixish::rpad) = %{version}
|
||||
Provides: perl(Data::Unixish::rtrim) = %{version}
|
||||
Provides: perl(Data::Unixish::shuf) = %{version}
|
||||
Provides: perl(Data::Unixish::sort) = %{version}
|
||||
Provides: perl(Data::Unixish::splice) = %{version}
|
||||
Provides: perl(Data::Unixish::split) = %{version}
|
||||
Provides: perl(Data::Unixish::sprintf) = %{version}
|
||||
Provides: perl(Data::Unixish::sprintfn) = %{version}
|
||||
Provides: perl(Data::Unixish::subsort) = %{version}
|
||||
Provides: perl(Data::Unixish::sum) = %{version}
|
||||
Provides: perl(Data::Unixish::tail) = %{version}
|
||||
Provides: perl(Data::Unixish::trim) = %{version}
|
||||
Provides: perl(Data::Unixish::trunc) = %{version}
|
||||
Provides: perl(Data::Unixish::uc) = %{version}
|
||||
Provides: perl(Data::Unixish::ucfirst) = %{version}
|
||||
Provides: perl(Data::Unixish::wc) = %{version}
|
||||
Provides: perl(Data::Unixish::wrap) = %{version}
|
||||
Provides: perl(Data::Unixish::yes) = %{version}
|
||||
Provides: perl(Test::Data::Unixish) = %{version}
|
||||
%define __perllib_provides /bin/true
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -75,11 +123,11 @@ This distribution implements Unixish, a data transformation framework
|
||||
inspired by Unix toolbox philosophy.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -90,7 +138,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user