commit perl-Graphics-Toolkit-Color for openSUSE:Factory

Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Graphics-Toolkit-Color for openSUSE:Factory checked in at 2023-09-29 21:13:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Graphics-Toolkit-Color (Old) and /work/SRC/openSUSE:Factory/.perl-Graphics-Toolkit-Color.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Graphics-Toolkit-Color" Fri Sep 29 21:13:59 2023 rev:6 rq:1114067 version:1.710.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Graphics-Toolkit-Color/perl-Graphics-Toolkit-Color.changes 2023-08-14 22:36:42.996781187 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Graphics-Toolkit-Color.new.28202/perl-Graphics-Toolkit-Color.changes 2023-09-29 21:15:23.825695592 +0200 @@ -1,0 +2,14 @@ +Fri Sep 22 03:06:28 UTC 2023 - Tina Müller <timueller+perl@suse.de> + +- updated to 1.71 + see /usr/share/doc/packages/perl-Graphics-Toolkit-Color/Changes + + 1.71 2023-09-21 lichtkind + ------- + * = doc fixes + * ? typos mispellings, boken sentence + * ? added range def explanation + * ? simplified HEADINGS + * ? removed doc of deprecated methods + +------------------------------------------------------------------- Old: ---- Graphics-Toolkit-Color-1.53.tar.gz New: ---- Graphics-Toolkit-Color-1.71.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Graphics-Toolkit-Color.spec ++++++ --- /var/tmp/diff_new_pack.wl5Llu/_old 2023-09-29 21:15:24.961736580 +0200 +++ /var/tmp/diff_new_pack.wl5Llu/_new 2023-09-29 21:15:24.961736580 +0200 @@ -18,11 +18,11 @@ %define cpan_name Graphics-Toolkit-Color Name: perl-Graphics-Toolkit-Color -Version: 1.530.0 +Version: 1.710.0 Release: 0 -%define cpan_version 1.53 +%define cpan_version 1.71 License: Artistic-1.0 OR GPL-1.0-or-later -Summary: Color palette creation helper +Summary: Color palette constructor URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/L/LI/LICHTKIND/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml @@ -33,40 +33,57 @@ BuildRequires: perl(Test::More) >= 1.3 BuildRequires: perl(Test::Warn) >= 0.30 Requires: perl(Carp) >= 1.35 -Provides: perl(Graphics::Toolkit::Color) = 1.530.0 -Provides: perl(Graphics::Toolkit::Color::Constant) = 1.530.0 -Provides: perl(Graphics::Toolkit::Color::Space) = 1.530.0 -Provides: perl(Graphics::Toolkit::Color::SpaceBasis) = 1.530.0 -Provides: perl(Graphics::Toolkit::Color::Util) = 1.530.0 -Provides: perl(Graphics::Toolkit::Color::Value) = 1.530.0 -Provides: perl(Graphics::Toolkit::Color::Value::CMY) = 1.530.0 -Provides: perl(Graphics::Toolkit::Color::Value::CMYK) = 1.530.0 -Provides: perl(Graphics::Toolkit::Color::Value::HSL) = 1.530.0 -Provides: perl(Graphics::Toolkit::Color::Value::HSV) = 1.530.0 -Provides: perl(Graphics::Toolkit::Color::Value::RGB) = 1.530.0 +Provides: perl(Graphics::Toolkit::Color) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Name) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Name::Constant) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Basis) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Hub) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Instance::CMY) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Instance::CMYK) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Instance::HSB) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Instance::HSL) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Instance::HSV) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Instance::HWB) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Instance::LAB) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Instance::RGB) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Instance::XYZ) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Instance::YIQ) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Shape) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Space::Util) = 1.710.0 +Provides: perl(Graphics::Toolkit::Color::Values) = 1.710.0 %define __perllib_provides /bin/true %{perl_requires} %description -ATTENTION: deprecated methods of the old API will be removed on version -2.0. +ATTENTION: deprecated methods of the old API ( _string_, _rgb_, _red_, +_green_, _blue_, _rgb_hex_, _rgb_hash_, _hsl_, _hue_, _saturation_, +_lightness_, _hsl_hash_, _blend_with_, _gradient_to_, _rgb_gradient_to_, +_hsl_gradient_to_, _complementary_) will be removed on version 2.0. Graphics::Toolkit::Color, for short GTC, is the top level API of this -module. It is designed to get a fast access to a set of related colors, -that serve your need. While it can understand and output many color -formats, its primary (internal) format is RGB, because this it is about -colors that can be shown on the screen. +module and the only one a regular user should be concerned with. Its main +purpose is the creation of sets of related colors, such as gradients, +complements and others. + +GTC are 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. Measure differences with the +_distance_ method. SINGLE-COLOR methods create one a object that is related +to the current one and COLOR-SETS methods will create a host of color that +are not only related to the current color but also have relations between +each other. + +While this module can understand and output color values in many spaces, +such as YIQ, HSL and many more, RGB is the (internal) primal one, because +GTC is about colors that can be shown on the screen, and these are usually +encoded in RGB. 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 to all three and some color math should enable you to get the color palette you desire quickly. -GTC are 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 measure differences and create -related color objects via methods listed under _METHODS_. - %prep %autosetup -n %{cpan_name}-%{cpan_version} ++++++ Graphics-Toolkit-Color-1.53.tar.gz -> Graphics-Toolkit-Color-1.71.tar.gz ++++++ ++++ 9496 lines of diff (skipped)
participants (1)
-
Source-Sync