- description_paragraphs: 1 - updated to 0.12 see /usr/share/doc/packages/perl-Imager-Graph/Changes Imager-Graph 0.12 - 12 May 2015 ================= - increase tolerances on images with filled circles drawn on them to account for the circle drawing change in Imager 1.002. https://rt.cpan.org/Ticket/Display.html?id=103328 Imager-Graph 0.11 - 30 Jun 2014 ================= - POD fixes based on a report from Stefan Limbache, and also reported by Slaven Rezić after I failed to do a release. https://rt.cpan.org/Ticket/Display.html?id=95949 - skip POD tests unless AUTOMATED_TESTING or IMAGER_AUTHOR_TESTING is set. Imager-Graph 0.10 - 7 May 2012 ================= - loosen up image comparisons - the rounding change in Imager 0.90 made small changes to many pixels in fountain fills https://rt.cpan.org/Ticket/Display.html?id=76955 It should fix the following too. https://rt.cpan.org/Ticket/Display.html?id=68031 - negative_bg (or set via set_negative_background()) can now be a fill. https://rt.cpan.org/Ticket/Display.html?id=59532 - calculation of the zero position for horizontal charts was broken, this resulted charts with negative data values having the negative_bg color filled from the left side of the chart off the right side of the image. - Imager::Graph now requires at least perl 5.6. - hoisted the common cmpimg() function into a separate test module - convert shipped comparison images from ppm to png to reduce size OBS-URL: https://build.opensuse.org/request/show/770206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Imager-Graph?expand=0&rev=5
29 lines
668 B
YAML
29 lines
668 B
YAML
---
|
|
description_paragraphs: 1
|
|
#description: |-
|
|
# override description from CPAN
|
|
#summary: override summary from CPAN
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
#preamble: |-
|
|
# BuildRequires: gcc-c++
|
|
#post_prep: |-
|
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
|
#post_build: |-
|
|
# rm unused.files
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
#ignore_requires: Bizarre::Module
|