Accepting request 1268694 from devel:languages:perl:autoupdate

- updated to 1.574.0 (1.574)
   see /usr/share/doc/packages/perl-Data-Unixish/Changes

OBS-URL: https://build.opensuse.org/request/show/1268694
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Unixish?expand=0&rev=9
This commit is contained in:
2025-04-14 20:38:13 +00:00
committed by Git OBS Bridge
parent 2a39b787ce
commit 1c419867e3
4 changed files with 23 additions and 16 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:391f1b22bed7d76b972aa4c1139dc4379c82e37dd8bea26b5c6a828336a48a7b
size 57442

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 24 05:33:06 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.574.0 (1.574)
see /usr/share/doc/packages/perl-Data-Unixish/Changes
-------------------------------------------------------------------
Fri Mar 8 22:16:21 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Unixish
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,10 @@
%define cpan_name Data-Unixish
Name: perl-Data-Unixish
Version: 1.573.0
Version: 1.574.0
Release: 0
%define cpan_version 1.573
# 1.574 -> normalize -> 1.574.0
%define cpan_version 1.574
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Implementation for Unixish, a data transformation framework
URL: https://metacpan.org/release/%{cpan_name}
@@ -29,43 +30,43 @@ Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Temp) >= 0.2307
BuildRequires: perl(File::Temp) >= 0.2310
BuildRequires: perl(File::Which)
BuildRequires: perl(IPC::Cmd) >= 0.52
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(List::Util) >= 1.54
BuildRequires: perl(Log::ger) >= 0.038
BuildRequires: perl(Log::ger) >= 0.38.0
BuildRequires: perl(Module::Load)
BuildRequires: perl(Number::Format)
BuildRequires: perl(Number::Format::Metric)
BuildRequires: perl(Package::Util::Lite)
BuildRequires: perl(Sort::Sub) >= 0.120
BuildRequires: perl(String::Pad) >= 0.021
BuildRequires: perl(String::Pad) >= 0.21.0
BuildRequires: perl(String::ShellQuote)
BuildRequires: perl(Syntax::Feature::EachOnArray)
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(Text::ANSI::Util) >= 0.22
BuildRequires: perl(Text::ANSI::Util) >= 0.220
BuildRequires: perl(Text::ANSI::WideUtil)
BuildRequires: perl(Text::WideChar::Util) >= 0.03
BuildRequires: perl(Text::WideChar::Util) >= 0.30.0
BuildRequires: perl(Text::sprintfn)
BuildRequires: perl(Tie::Simple)
Requires: perl(File::Which)
Requires: perl(IPC::Cmd) >= 0.52
Requires: perl(JSON::MaybeXS)
Requires: perl(List::Util) >= 1.54
Requires: perl(Log::ger) >= 0.038
Requires: perl(Log::ger) >= 0.38.0
Requires: perl(Module::Load)
Requires: perl(Number::Format)
Requires: perl(Number::Format::Metric)
Requires: perl(Package::Util::Lite)
Requires: perl(Sort::Sub) >= 0.120
Requires: perl(String::Pad) >= 0.021
Requires: perl(String::Pad) >= 0.21.0
Requires: perl(String::ShellQuote)
Requires: perl(Syntax::Feature::EachOnArray)
Requires: perl(Test::More) >= 0.98
Requires: perl(Text::ANSI::Util) >= 0.22
Requires: perl(Text::ANSI::Util) >= 0.220
Requires: perl(Text::ANSI::WideUtil)
Requires: perl(Text::WideChar::Util) >= 0.03
Requires: perl(Text::WideChar::Util) >= 0.30.0
Requires: perl(Text::sprintfn)
Requires: perl(Tie::Simple)
Provides: perl(Data::Unixish) = %{version}
@@ -123,7 +124,7 @@ This distribution implements Unixish, a data transformation framework
inspired by Unix toolbox philosophy.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor