diff --git a/GDGraph-1.43.tar.bz2 b/GDGraph-1.43.tar.bz2 deleted file mode 100644 index 2a5ca36..0000000 --- a/GDGraph-1.43.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bef716a1eb81650e93593b0bb88b01e86a03fb93724077b7663b89d5bae2f88 -size 114568 diff --git a/GDGraph-1.44.tar.bz2 b/GDGraph-1.44.tar.bz2 new file mode 100644 index 0000000..aec527e --- /dev/null +++ b/GDGraph-1.44.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03f93b679bdf917b40cf20049e2c79b70688ee8908d6d706080c6766406f784 +size 138072 diff --git a/perl-GDGraph.changes b/perl-GDGraph.changes index a7302c5..0f0417f 100644 --- a/perl-GDGraph.changes +++ b/perl-GDGraph.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 27 00:25:58 CEST 2007 - ro@suse.de + +- update to 1.44 + - Added GD::Graph::hbars, to create horizontal bar charts. + ------------------------------------------------------------------- Wed Jan 25 21:39:42 CET 2006 - mls@suse.de diff --git a/perl-GDGraph.spec b/perl-GDGraph.spec index bbe1e8a..028d7a8 100644 --- a/perl-GDGraph.spec +++ b/perl-GDGraph.spec @@ -1,28 +1,28 @@ # -# spec file for package perl-GDGraph (Version 1.43) +# spec file for package perl-GDGraph (Version 1.44) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -Name: perl-GDGraph -BuildRequires: ImageMagick libtiff-devel perl-GD perl-GDTextUtil xorg-x11-devel -Version: 1.43 -Release: 7 -Requires: perl = %{perl_version} -Autoreqprov: on -Group: Development/Libraries/Perl -License: Artistic License -Url: http://cpan.org/modules/by-module/GD/ -Summary: package to generate charts, using Lincoln Stein's GD.pm -Source: GDGraph-%{version}.tar.bz2 -Patch: GDGraph-trim_miter.diff -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Name: perl-GDGraph +BuildRequires: ImageMagick libtiff-devel perl-GD perl-GDTextUtil xorg-x11-devel +Version: 1.44 +Release: 1 +Requires: perl = %{perl_version} +Autoreqprov: on +Group: Development/Libraries/Perl +License: Artistic License +Url: http://cpan.org/modules/by-module/GD/ +Summary: package to generate charts, using Lincoln Stein's GD.pm +Source: GDGraph-%{version}.tar.bz2 +Patch: GDGraph-trim_miter.diff +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This is GDGraph, a package to generate charts, using Lincoln Stein's @@ -60,7 +60,10 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorlib}/GD /var/adm/perl-modules/%{name} -%changelog -n perl-GDGraph +%changelog +* Fri Apr 27 2007 - ro@suse.de +- update to 1.44 + - Added GD::Graph::hbars, to create horizontal bar charts. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Sep 28 2005 - dmueller@suse.de