From d6ac843a60839a7493abe5f9812d2f4721cc89dcaa261a280e3e486cb7edaecf Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 27 Jul 2023 07:50:57 +0000 Subject: [PATCH] Accepting request 1100488 from devel:languages:perl:autoupdate - updated to 1.09 see /usr/share/doc/packages/perl-Graphics-Toolkit-Color/Changes 1.09 2023-07-17 lichtkind ------- * = maintenance release * ? ever more POD fixes * ? new method chapter split * ? POD in HSL constructor * & enhance some tests and new ones * / split and rearrange value libs with tests OBS-URL: https://build.opensuse.org/request/show/1100488 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graphics-Toolkit-Color?expand=0&rev=7 --- Graphics-Toolkit-Color-1.08.tar.gz | 3 --- Graphics-Toolkit-Color-1.09.tar.gz | 3 +++ perl-Graphics-Toolkit-Color.changes | 16 ++++++++++++++++ perl-Graphics-Toolkit-Color.spec | 18 +++++++++++++----- 4 files changed, 32 insertions(+), 8 deletions(-) delete mode 100644 Graphics-Toolkit-Color-1.08.tar.gz create mode 100644 Graphics-Toolkit-Color-1.09.tar.gz diff --git a/Graphics-Toolkit-Color-1.08.tar.gz b/Graphics-Toolkit-Color-1.08.tar.gz deleted file mode 100644 index a9cc380..0000000 --- a/Graphics-Toolkit-Color-1.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad1c49aa9c4d666d8f10a0321466a84b1a82c384ac7502870589bd99205620dd -size 49112 diff --git a/Graphics-Toolkit-Color-1.09.tar.gz b/Graphics-Toolkit-Color-1.09.tar.gz new file mode 100644 index 0000000..b11cfd9 --- /dev/null +++ b/Graphics-Toolkit-Color-1.09.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28c41b12daa76483435053c33729414fb1f3f5b11e21f88299f0703f98d285e +size 50618 diff --git a/perl-Graphics-Toolkit-Color.changes b/perl-Graphics-Toolkit-Color.changes index 9889b4e..504518c 100644 --- a/perl-Graphics-Toolkit-Color.changes +++ b/perl-Graphics-Toolkit-Color.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jul 17 03:08:26 UTC 2023 - Tina Müller + +- updated to 1.09 + see /usr/share/doc/packages/perl-Graphics-Toolkit-Color/Changes + + + 1.09 2023-07-17 lichtkind + ------- + * = maintenance release + * ? ever more POD fixes + * ? new method chapter split + * ? POD in HSL constructor + * & enhance some tests and new ones + * / split and rearrange value libs with tests + ------------------------------------------------------------------- Wed Jan 25 03:06:56 UTC 2023 - Tina Müller diff --git a/perl-Graphics-Toolkit-Color.spec b/perl-Graphics-Toolkit-Color.spec index 51947a9..9c1741f 100644 --- a/perl-Graphics-Toolkit-Color.spec +++ b/perl-Graphics-Toolkit-Color.spec @@ -18,12 +18,14 @@ %define cpan_name Graphics-Toolkit-Color Name: perl-Graphics-Toolkit-Color -Version: 1.08 +Version: 1.90.0 Release: 0 +%define cpan_version 1.09 +Provides: perl(Graphics::Toolkit::Color) = 1.90.0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Color palette creation helper URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/L/LI/LICHTKIND/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/L/LI/LICHTKIND/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -32,13 +34,19 @@ BuildRequires: perl(Carp) >= 1.35 BuildRequires: perl(Test::More) >= 1.3 BuildRequires: perl(Test::Warn) >= 0.30 Requires: perl(Carp) >= 1.35 +Provides: perl(Graphics::Toolkit::Color::Constant) = 1.90.0 +Provides: perl(Graphics::Toolkit::Color::Value) = 1.90.0 +Provides: perl(Graphics::Toolkit::Color::Value::HSL) = 1.90.0 +Provides: perl(Graphics::Toolkit::Color::Value::RGB) = 1.90.0 +Provides: perl(Graphics::Toolkit::Color::Value::Util) = 1.90.0 +%define __perllib_provides /bin/true %{perl_requires} %description Read only color holding objects with no additional dependencies. Create them in many different ways (see section _CONSTRUCTOR_). Access its values -via methods from section _GETTER_ or create related color objects via -methods listed under _METHODS_. +via methods from section _GETTER_ or measure differences and create related +color objects via methods listed under _METHODS_. Humans access colors on hardware level (eye) in RGB, on cognition level in HSL (brain) and on cultural level (language) with names. Having easy access @@ -46,7 +54,7 @@ to all three and some color math should enable you to get the color palette you desire quickly. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor