SHA256
8
0
forked from pool/perl-Chart

Accepting request 990976 from devel:languages:perl:autoupdate

- updated to 2.403.6
   see /usr/share/doc/packages/perl-Chart/Changes
  2.403.6 2022-08-21 lichtkind
  -------
      * = POD rewrite release
      * ! gap in HTML tag in POD prevented lanfing page illustrations
      * ? final touche on new POD documentation
  2.403.5 2022-08-18 lichtkind
  -------
      * = POD rewrite release
      * ? completed workflow page in manual
      * ? completed methods page in manual
  2.403.4 2022-08-17 lichtkind
  -------
      * = POD rewrite release
      * ? completed types page in manual
      * ! fixed some image sizes
      * ! fixed dist.ini so old stuff from git don't spill into release
  2.403.3 2022-08-16 lichtkind
  -------
      * = POD rewrite release
      * + addded images to landing page
      * + data files can have # comments
      * ? wrote most of types page in manual
      * ? some small addons for properties page
      * ! fixed overlong tick label due rounding error near zero
  2.403.2 2022-08-13 lichtkind
  -------
      * = POD rewrite release
      * ? completed properties page in manual
      * ? started types page in manual with first test example
      * ! linkfixes on landing POD of Chart.pm
      * ! linkfixes on Color::Constants.pm POD
  2.403.1 2022-08-12 lichtkind
  -------
      * = POD rewrite release
      * ? completed most of properties
      * ? all names listed in Color::Constants.POD
  2.403.0 2022-08-07 lichtkind
  -------
      * = test release to check metacpan POD parser
      * + added Chart::Manual + property sub page
      * - drop PDF and HTML documentation
      * - drop dependency on module: POSIX

OBS-URL: https://build.opensuse.org/request/show/990976
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Chart?expand=0&rev=29
This commit is contained in:
Stephan Kulow
2022-07-28 12:39:36 +00:00
committed by Git OBS Bridge
parent 8231cb3e68
commit 171d14d111
4 changed files with 57 additions and 15 deletions

View File

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

3
Chart-v2.403.6.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
Fri Jul 22 03:06:54 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 2.403.6
see /usr/share/doc/packages/perl-Chart/Changes
2.403.6 2022-08-21 lichtkind
-------
* = POD rewrite release
* ! gap in HTML tag in POD prevented lanfing page illustrations
* ? final touche on new POD documentation
2.403.5 2022-08-18 lichtkind
-------
* = POD rewrite release
* ? completed workflow page in manual
* ? completed methods page in manual
2.403.4 2022-08-17 lichtkind
-------
* = POD rewrite release
* ? completed types page in manual
* ! fixed some image sizes
* ! fixed dist.ini so old stuff from git don't spill into release
2.403.3 2022-08-16 lichtkind
-------
* = POD rewrite release
* + addded images to landing page
* + data files can have # comments
* ? wrote most of types page in manual
* ? some small addons for properties page
* ! fixed overlong tick label due rounding error near zero
2.403.2 2022-08-13 lichtkind
-------
* = POD rewrite release
* ? completed properties page in manual
* ? started types page in manual with first test example
* ! linkfixes on landing POD of Chart.pm
* ! linkfixes on Color::Constants.pm POD
2.403.1 2022-08-12 lichtkind
-------
* = POD rewrite release
* ? completed most of properties
* ? all names listed in Color::Constants.POD
2.403.0 2022-08-07 lichtkind
-------
* = test release to check metacpan POD parser
* + added Chart::Manual + property sub page
* - drop PDF and HTML documentation
* - drop dependency on module: POSIX
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 19 03:06:53 UTC 2022 - Tina Müller <timueller+perl@suse.de> Sun Jun 19 03:06:53 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name Chart %define cpan_name Chart
Name: perl-Chart Name: perl-Chart
Version: 2.402.3 Version: 2.403.6
Release: 0 Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Series of charting modules Summary: Series of charting modules
@@ -38,16 +38,9 @@ Requires: perl(GD) >= 2
%{perl_requires} %{perl_requires}
%description %description
These man-pages give you the most important information about Chart. There Chart help you to create PNG and JPG images with visualizations of numeric
is also a complete documentation (Documentation.pdf) within the Chart data. This page gives you a summary how to use it. For a more thorough
package. Look at it to get more information. This module is an attempt to documentation and lots of example code please visit the Chart::Manual.
build a general purpose graphing module that is easily modified and
expanded. I borrowed most of the API from Martien Verbruggen's GIFgraph
module. I liked most of GIFgraph, but I thought it was to difficult to
modify, and it was missing a few things that I needed, most notably
legends. So I decided to write a new module from scratch, and I've designed
it from the bottom up to be easy to modify. Like GIFgraph, Chart uses
Lincoln Stein's GD module for all of its graphics primitives calls.
%prep %prep
%autosetup -n %{cpan_name}-v%{version} %autosetup -n %{cpan_name}-v%{version}
@@ -65,7 +58,7 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%doc Changes CONTRIBUTING doc Documentation.pdf README TODO %doc Changes CONTRIBUTING README TODO
%license LICENSE %license LICENSE
%changelog %changelog