8
0
forked from pool/perl-GDGraph
OBS User unknown
2007-04-26 22:32:45 +00:00
committed by Git OBS Bridge
parent 4d5c9ec37c
commit 1ef62c82d7
4 changed files with 29 additions and 20 deletions

View File

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

3
GDGraph-1.44.tar.bz2 Normal file
View File

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

View File

@@ -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 Wed Jan 25 21:39:42 CET 2006 - mls@suse.de

View File

@@ -1,19 +1,19 @@
# #
# 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # 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 # norootforbuild
Name: perl-GDGraph Name: perl-GDGraph
BuildRequires: ImageMagick libtiff-devel perl-GD perl-GDTextUtil xorg-x11-devel BuildRequires: ImageMagick libtiff-devel perl-GD perl-GDTextUtil xorg-x11-devel
Version: 1.43 Version: 1.44
Release: 7 Release: 1
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Autoreqprov: on Autoreqprov: on
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
@@ -60,7 +60,10 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorlib}/GD %{perl_vendorlib}/GD
/var/adm/perl-modules/%{name} /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 * Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Wed Sep 28 2005 - dmueller@suse.de * Wed Sep 28 2005 - dmueller@suse.de