Accepting request 297240 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297240
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Chart-Gnuplot?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-04-16 17:30:05 +00:00
committed by Git OBS Bridge
parent 30cd6ec2b8
commit 0c02c00859
6 changed files with 156 additions and 46 deletions

View File

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

View File

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

View File

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

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#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_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@@ -1,3 +1,74 @@
-------------------------------------------------------------------
Thu Apr 16 17:23:55 UTC 2015 - coolo@suse.com
- updated to 0.23
see /usr/share/doc/packages/perl-Chart-Gnuplot/Changes
0.23
- CHG update copyright session of POD
- FIX testsuite for axis tics
0.22
- NEW support "layer" option in drawing arbitrary lines, arrows, borders,
grid, and adding labels
- NEW support manually-specified range for tic location
(Thanks to Paul Evans)
0.21
- FIX the persistance of label and arrow over plots in multiplot
(Thanks to Dave Lee)
- FIX repeatedly unset and set logscale in multiplot
(Thanks to Dave Lee)
- FIX the persistance of shape (circles, rectangles, ...) over plots in
multiplot
0.20
- NEW support drawing arbitrary polygons
- NEW support alpha value in filling styles and objects for certain
terminals
- NEW chart object method "command" supports executing an array of commands
- NEW more test cases
- CHG automatically set "using" of the dataSet object in plotting histogram
- CHG code refactoring in Chart::Gnuplot::DataSet
- CHG make private method "_execute()" public
- CHG update POD
- FIX data processing of array of points in plotting 3D surface
- FIX data processing of plotting "hbars"
0.19
- NEW support drawing arbitrary rectangles, ellipses and circles
- NEW Perlish setting of arrow head of arbitary arrows
- NEW support filling pattern in box-type styles
- NEW support setting color for the border of the box-type styles
- NEW support curve fitting (experimental)
- CHG check OS using /MSWin/ instead of "MSWin32" for safty
- FIX grid options syntax error if the options are not in hash form
0.18
- Add try to guess the path of the gnuplot executable in Windows
(Bug ID: 82525)
- CHG improve POD
- CHG use qq() instead of "" in Gnuplot command line construction
(Bug ID: 82525)
- CHG use qq() instead of "" in convert command line construction
- FIX offset and font options of the time stamp
0.17
- NEW control the display of arbitrary border of the graph
- FIX expression of range of numeric axis if time axis exists
(Bug ID: 69169)
-------------------------------------------------------------------
Thu Apr 16 17:23:52 UTC 2015 - coolo@suse.com
- updated to 0.17
see /usr/share/doc/packages/perl-Chart-Gnuplot/Changes
0.17
- NEW control the display of arbitrary border of the graph
- FIX expression of range of numeric axis if time axis exists
(Bug ID: 69169)
-------------------------------------------------------------------
Sat Jun 04 23:36:11 UTC 2011 - pascal.bleser@opensuse.org

View File

@@ -1,57 +1,79 @@
# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-Chart-Gnuplot
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Chart-Gnuplot
Version: 0.16
Version: 0.23
Release: 0
Summary: Plot graph using Gnuplot on the fly
Source: http://search.cpan.org/CPAN/authors/id/K/KW/KWMAK/Chart/Gnuplot/Chart-Gnuplot-%{version}.tar.gz
URL: http://search.cpan.org/dist/Chart-Gnuplot
%define cpan_name Chart-Gnuplot
Summary: Plot graph using Gnuplot in Perl on the fly
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
License: Perl License
BuildRoot: %{_tmppath}/build-%{name}-%{version}
%{perl_requires}
Url: http://search.cpan.org/dist/Chart-Gnuplot/
Source0: http://www.cpan.org/authors/id/K/KW/KWMAK/Chart/Gnuplot/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: make
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Copy) >= 2.08
BuildRequires: perl(File::Temp) >= 0.14
BuildRequires: perl(Storable) >= 2.15
Requires: perl(File::Copy) >= 2.08
Requires: perl(File::Temp) >= 0.14
Requires: perl(Storable) >= 2.15
Requires: gnuplot
%{perl_requires}
%description
This module is to plot graphs uning GNUPLOT on the fly. In order to use
this module, gnuplot need to be installed. If image format other than PS
and EPS is required to generate, the convert program of ImageMagick is
also needed.
This Perl module is to plot graphs uning GNUPLOT on the fly. In order to
use this module, gnuplot need to be installed. If image format other than
PS and EPS is required to generate, it is recommended to install the
convert program of ImageMagick as well. Please refer to the MECHANISM OF
THIS MODULE manpage for details.
To plot chart using Chart::Gnuplot, a chart object and at least one dataset
object are required. Information about the chart such as output file, chart
title, axes labels and so on is specified in the chart object. Dataset
object contains information about the dataset to be plotted, including
source of the data points, dataset label, color used to plot and more.
After chart object and dataset object(s) are created, the chart can be
plotted using the the plot2d manpage, the plot3d manpage or the multiplot
manpage method of the chart object, e.g.
# $chart is the chart object
$chart->plot2d($dataSet1, $dataSet2, ...);
To illustate the features of Chart::Gnuplot, the best way is to show by
examples. A lot of examples can be found in SourceForge the
http://chartgnuplot.sourceforge.net manpage.
%prep
%setup -q -n "Chart-Gnuplot-%{version}"
%__sed -i '/^auto_install/d' Makefile.PL
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make %{?jobs:-j%{jobs}}
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%check
%__make test
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
%doc Changes README
%dir %{perl_vendorlib}/Chart
%{perl_vendorlib}/Chart/Gnuplot.pm
%{perl_vendorlib}/Chart/Gnuplot
%dir %{perl_vendorarch}/auto/Chart
%{perl_vendorarch}/auto/Chart/Gnuplot
%doc %{perl_man3dir}/Chart::Gnuplot.%{perl_man3ext}%{ext_man}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes doc examples README
%changelog