diff --git a/Convert-Color-0.08.tar.gz b/Convert-Color-0.08.tar.gz deleted file mode 100644 index 82eb98d..0000000 --- a/Convert-Color-0.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58fcbb791d34e97dbda9ab94f1f5feb870a9457f5befa0207f469ff2406c72b4 -size 33754 diff --git a/Convert-Color-0.11.tar.gz b/Convert-Color-0.11.tar.gz new file mode 100644 index 0000000..1706768 --- /dev/null +++ b/Convert-Color-0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41217c72931034ba4417d7a9e1e2999f04580d4e6b31c70993fedccc2440d38 +size 37659 diff --git a/perl-Convert-Color.changes b/perl-Convert-Color.changes index 86e4b78..37026c1 100644 --- a/perl-Convert-Color.changes +++ b/perl-Convert-Color.changes @@ -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 diff --git a/perl-Convert-Color.spec b/perl-Convert-Color.spec index 78c4651..5206bae 100644 --- a/perl-Convert-Color.spec +++ b/perl-Convert-Color.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Convert-Color (Version 0.08) +# spec file for package perl-Convert-Color # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,21 +15,27 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Convert-Color -Version: 0.08 -Release: 1 -License: GPL+ or Artistic +Version: 0.11 +Release: 0 %define cpan_name Convert-Color Summary: Color space conversions and named lookups -Url: http://search.cpan.org/dist/Convert-Color/ +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/P/PE/PEVANS/Convert-Color-%{version}.tar.gz -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) -BuildRequires: perl(List::UtilsBy) +Url: http://search.cpan.org/dist/Convert-Color/ +Source: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Convert-Color-%{version}.tar.gz BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(List::UtilsBy) BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::Number::Delta) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) +# +%if 0%{?suse_version} >= 1320 +BuildRequires: perl(Module::Pluggable) +%endif Requires: perl(List::UtilsBy) BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch