rpms/perl-GD/F-12 .cvsignore, 1.13, 1.14 perl-GD.spec, 1.28, 1.29 sources, 1.13, 1.14

Štěpán Kasal kasal at fedoraproject.org
Thu Oct 29 18:17:51 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/perl-GD/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15142

Modified Files:
	.cvsignore perl-GD.spec sources 
Log Message:
sync with rawhide


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-GD/F-12/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	13 Mar 2009 19:42:48 -0000	1.13
+++ .cvsignore	29 Oct 2009 18:17:50 -0000	1.14
@@ -1 +1 @@
-GD-2.41.tar.gz
+GD-2.44.tar.gz


Index: perl-GD.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-GD/F-12/perl-GD.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- perl-GD.spec	26 Jul 2009 06:08:39 -0000	1.28
+++ perl-GD.spec	29 Oct 2009 18:17:51 -0000	1.29
@@ -1,13 +1,6 @@
-#
-# Rebuild option:
-#
-#   --with testsuite         - run the test suite
-#
-
-
 Name:           perl-GD
-Version:        2.41
-Release:        3%{?dist}
+Version:        2.44
+Release:        1%{?dist}
 Summary:        Perl interface to the GD graphics library
 
 Group:          Development/Libraries
@@ -15,12 +8,10 @@ License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/GD/
 Source0:        http://www.cpan.org/authors/id/L/LD/LDS/GD-%{version}.tar.gz
 Patch0:		perl-GD-2.41-Group.patch
+Patch1:		perl-GD-skip-3.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gd-devel >= 2.0.28
-BuildRequires:  %{_bindir}/gdlib-config
-BuildRequires:  libpng-devel, libjpeg-devel, freetype-devel
-BuildRequires:  fontconfig-devel, libX11-devel, libXpm-devel
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       gd >= 2.0.28
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -34,6 +25,9 @@ create PNG images on the fly or modify e
 %prep
 %setup -q -n GD-%{version}
 %patch0 -p1
+%ifarch %{ix86}
+%patch1 -p1
+%endif
 %{__perl} -pi -e 's|/usr/local/bin/perl\b|%{__perl}|' \
   qd.pl demos/{*.{pl,cgi},truetype_test}
 chmod -c 644 bdf_scripts/* demos/*
@@ -55,10 +49,13 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %check
-%{?_with_testsuite:make test}
+make test
+%ifarch %{ix86}
+perl t/GD.t --write
+: This is the file that should contain some blue color:
+base64 t/test.out.3.png_new
+%endif
 
-# Remove duplicate file
-rm bdf_scripts/bdf2gdfont.PLS
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -66,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog README README.QUICKDRAW demos/ bdf_scripts/
+%doc ChangeLog README README.QUICKDRAW demos/
 %{_bindir}/*
 %{perl_vendorarch}/auto/GD
 %{perl_vendorarch}/GD*
@@ -76,6 +73,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct  5 2009 Stepan Kasal <skasal at redhat.com> - 2.44-1
+- new upstream version
+- run tests always
+- do not add bdf_scripts/ to docs
+- switch off the test that fails in i686 koji
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.41-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-GD/F-12/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	13 Mar 2009 19:42:49 -0000	1.13
+++ sources	29 Oct 2009 18:17:51 -0000	1.14
@@ -1 +1 @@
-15d523ea72b552863453882f7d132712  GD-2.41.tar.gz
+9b9a4d78a5af0616a96264b0aa354859  GD-2.44.tar.gz




More information about the Fedora-perl-devel-list mailing list