Author: qboosh Date: Tue May 3 10:03:23 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.46 - disable jpg test (fails with libjpeg 8)
---- Files affected: packages/perl-GD: perl-GD.spec (1.84 -> 1.85) ---- Diffs: ================================================================ Index: packages/perl-GD/perl-GD.spec diff -u packages/perl-GD/perl-GD.spec:1.84 packages/perl-GD/perl-GD.spec:1.85 --- packages/perl-GD/perl-GD.spec:1.84 Sat Nov 13 00:38:11 2010 +++ packages/perl-GD/perl-GD.spec Tue May 3 12:03:18 2011 @@ -7,12 +7,12 @@ Summary: GD - interface to GD graphics library Summary(pl.UTF-8): GD - interfejs do biblioteki graficznej GD Name: perl-GD -Version: 2.44 -Release: 4 +Version: 2.46 +Release: 1 License: Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/GD/GD-%{version}.tar.gz -# Source0-md5: 9b9a4d78a5af0616a96264b0aa354859 +# Source0-md5: ea86a94eb45330eae27ecbfd5c2f43bb Patch0: %{name}-paths.patch Patch1: %{name}-make.patch URL: http://search.cpan.org/dist/GD/ @@ -39,6 +39,9 @@ %patch0 -p1 %patch1 -p0 +# temporarily disable test10 (resulting image differs when from.jpg is read with libjpeg8) +%{__perl} -pi -e "s/GD::Image->can\('newFromJpeg'\)/0/" t/GD.t + %build %{__perl} Makefile.PL </dev/null \ INSTALLDIRS=vendor @@ -85,6 +88,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.85 2011/05/03 10:03:18 qboosh +- updated to 2.46 +- disable jpg test (fails with libjpeg 8) + Revision 1.84 2010/11/12 23:38:11 pawelz - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-GD/perl-GD.spec?r1=1.84&r2=1.85&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
