diff --git a/perl-Chart.changes b/perl-Chart.changes index 0b505ee..a1072d1 100644 --- a/perl-Chart.changes +++ b/perl-Chart.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Fri Jan 27 02:19:20 CET 2006 - mls@suse.de diff --git a/perl-Chart.spec b/perl-Chart.spec index 2830963..4610f87 100644 --- a/perl-Chart.spec +++ b/perl-Chart.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Chart (Version 2.4.1) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,11 +21,11 @@ Name: perl-Chart BuildRequires: freetype2-devel gd-devel libjpeg-devel libpng-devel perl-GD xorg-x11-devel Version: 2.4.1 -Release: 177 +Release: 178 Requires: perl = %{perl_version} Requires: perl-GD Group: Development/Libraries/Perl -License: Artistic License +License: Artistic Url: http://cpan.org/modules/by-module/Class/ Summary: perl libs for generating Charts Source: Chart-%{version}.tar.bz2 @@ -47,7 +47,7 @@ Authors: %build perl Makefile.PL -make +make %{?_smp_mflags} make test %install @@ -67,9 +67,3 @@ rm -rf $RPM_BUILD_ROOT /usr/share/man/man3/Chart.3pm.gz %changelog -* Fri Jan 27 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Tue Jan 24 2006 dmueller@suse.de -- 2.4.1 update -* Mon Oct 17 2005 dmueller@suse.de -- initial package (2.3)