diff --git a/.cvsignore b/.cvsignore index 177cf4b..e684878 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -GD-2.19.tar.gz +GD-2.23.tar.gz diff --git a/perl-GD.spec b/perl-GD.spec index b71bfab..c53ab81 100644 --- a/perl-GD.spec +++ b/perl-GD.spec @@ -1,14 +1,14 @@ %{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)} Name: perl-GD -Version: 2.19 +Version: 2.23 Release: 1 Summary: Perl interface to the GD graphics library Group: Development/Libraries License: Artistic URL: http://search.cpan.org/dist/GD/ -Source0: http://www.cpan.org/authors/id/L/LD/LDS/GD-2.19.tar.gz +Source0: http://www.cpan.org/authors/id/L/LD/LDS/GD-2.23.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl >= 1:5.6.1 @@ -55,16 +55,18 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc ChangeLog README README.QUICKDRAW demos/ bdf_scripts/ +%doc ChangeLog README README.QUICKDRAW qd.pl demos/ bdf_scripts/ %{_bindir}/* %{perl_vendorarch}/auto/GD %{perl_vendorarch}/GD* -%{perl_vendorarch}/qd.pl %{_mandir}/man1/*.1* %{_mandir}/man3/*.3* %changelog +* Wed Mar 9 2005 Jose Pedro Oliveira - 2.23-1 +- Update to 2.23. + * Thu Dec 09 2004 Jose Pedro Oliveira - 0:2.19-1 - Update to 2.19. - GIF support has been restored in gd 2.0.28. diff --git a/sources b/sources index d3e346b..f954702 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c340ab955aca622df1dcc28f8e5419aa GD-2.19.tar.gz +131a84d37921a18c87e7d994d72165b2 GD-2.23.tar.gz