Accepting request 1061351 from devel:languages:perl:autoupdate
- updated to 0.14 see /usr/share/doc/packages/perl-Convert-Color/Changes 0.14 2023-01-05 [CHANGES] * Cache the result of ->closest_to conversions for performance * Use Sub::Util::set_subname() to set generated method names for debugging/profiling purposes OBS-URL: https://build.opensuse.org/request/show/1061351 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-Color?expand=0&rev=8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Convert-Color
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Convert-Color
|
||||
Name: perl-Convert-Color
|
||||
Version: 0.13
|
||||
Version: 0.14
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Color space conversions and named lookups
|
||||
@@ -31,10 +31,12 @@ BuildRequires: perl-macros
|
||||
BuildRequires: perl(List::UtilsBy)
|
||||
BuildRequires: perl(Module::Build) >= 0.400400
|
||||
BuildRequires: perl(Module::Pluggable)
|
||||
BuildRequires: perl(Sub::Util) >= 1.40
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Number::Delta)
|
||||
Requires: perl(List::UtilsBy)
|
||||
Requires: perl(Module::Pluggable)
|
||||
Requires: perl(Sub::Util) >= 1.40
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user