8
0
2023-07-27 14:52:53 +00:00
committed by Git OBS Bridge
4 changed files with 32 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jul 17 03:08:26 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de> Wed Jan 25 03:06:56 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,12 +18,14 @@
%define cpan_name Graphics-Toolkit-Color %define cpan_name Graphics-Toolkit-Color
Name: perl-Graphics-Toolkit-Color Name: perl-Graphics-Toolkit-Color
Version: 1.08 Version: 1.90.0
Release: 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 License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Color palette creation helper Summary: Color palette creation helper
URL: https://metacpan.org/release/%{cpan_name} 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 Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
@@ -32,13 +34,19 @@ BuildRequires: perl(Carp) >= 1.35
BuildRequires: perl(Test::More) >= 1.3 BuildRequires: perl(Test::More) >= 1.3
BuildRequires: perl(Test::Warn) >= 0.30 BuildRequires: perl(Test::Warn) >= 0.30
Requires: perl(Carp) >= 1.35 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} %{perl_requires}
%description %description
Read only color holding objects with no additional dependencies. Create Read only color holding objects with no additional dependencies. Create
them in many different ways (see section _CONSTRUCTOR_). Access its values them in many different ways (see section _CONSTRUCTOR_). Access its values
via methods from section _GETTER_ or create related color objects via via methods from section _GETTER_ or measure differences and create related
methods listed under _METHODS_. color objects via methods listed under _METHODS_.
Humans access colors on hardware level (eye) in RGB, on cognition level in 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 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. you desire quickly.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor