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:
2023-01-31 13:59:56 +00:00
committed by Git OBS Bridge
parent 15d83f4ea2
commit 0ec1c707e7
4 changed files with 19 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jan 6 03:06:06 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 13 03:06:12 UTC 2022 - Tina Müller <timueller+perl@suse.de> Sun Nov 13 03:06:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Convert-Color # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name Convert-Color %define cpan_name Convert-Color
Name: perl-Convert-Color Name: perl-Convert-Color
Version: 0.13 Version: 0.14
Release: 0 Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Color space conversions and named lookups Summary: Color space conversions and named lookups
@@ -31,10 +31,12 @@ BuildRequires: perl-macros
BuildRequires: perl(List::UtilsBy) BuildRequires: perl(List::UtilsBy)
BuildRequires: perl(Module::Build) >= 0.400400 BuildRequires: perl(Module::Build) >= 0.400400
BuildRequires: perl(Module::Pluggable) BuildRequires: perl(Module::Pluggable)
BuildRequires: perl(Sub::Util) >= 1.40
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Number::Delta) BuildRequires: perl(Test::Number::Delta)
Requires: perl(List::UtilsBy) Requires: perl(List::UtilsBy)
Requires: perl(Module::Pluggable) Requires: perl(Module::Pluggable)
Requires: perl(Sub::Util) >= 1.40
%{perl_requires} %{perl_requires}
%description %description