Accepting request 263403 from home:deadpoint:branches:devel:languages:perl

update to 0.11 and fixed 13.2+ build failures

OBS-URL: https://build.opensuse.org/request/show/263403
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-Color?expand=0&rev=4
This commit is contained in:
Darin Perusich
2014-12-01 13:06:09 +00:00
committed by Git OBS Bridge
parent 026416bfbe
commit cbffa14567
4 changed files with 42 additions and 13 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Nov 29 11:13:36 UTC 2014 - darin@darins.net
- update to 0.11
+ 2014/06/01 21:07:03
[BUGFIXES]
* Unit-test floating-point numbers with approx delta tests; use
Test::Number::Delta (RT94761)
+ 0.10 2013/12/30 01:07:36
[CHANGES]
* Resolve a cornercase ambiguity between CORE::hex() and sub hex
which affects unclean code reloading on 5.16 (RT91722)
+ 0.09 CHANGES:
* Add ->chroma method to HSV and HSL spaces
* Add distance metrics in HSV and HSL spaces
* Allow palette spaces to perform custom closest-match in any color
space by using its distance metric
- Added build dependency,Test::Number::Delta, for %check
- Add missing deps for 13.2+
-------------------------------------------------------------------
Sat Aug 13 12:13:32 UTC 2011 - lars@linux-schulserver.de