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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58fcbb791d34e97dbda9ab94f1f5feb870a9457f5befa0207f469ff2406c72b4
size 33754

View File

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

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

View File

@@ -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