Author: bjohnson Update of /cvs/pkgs/rpms/perl-PDF-API2/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3107/F-9 Modified Files: font-location.patch perl-PDF-API2.spec Log Message: - fix dejavu font path (bz #447505) font-location.patch: Index: font-location.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-PDF-API2/F-9/font-location.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- font-location.patch 4 May 2007 02:34:16 -0000 1.1 +++ font-location.patch 23 May 2008 01:02:06 -0000 1.2 @@ -6,7 +6,7 @@ - @FontDirs = ( (map { "$_/PDF/API2/fonts" } @INC), - qw[ /usr/share/fonts /usr/local/share/fonts c:/windows/fonts c:/winnt/fonts ] ); -+ @FontDirs = ( qw[ /usr/share/fonts/dejavu-fonts /usr/share/fonts ] ); ++ @FontDirs = ( qw[ /usr/share/fonts/dejavu /usr/share/fonts ] ); $seq="AA"; Index: perl-PDF-API2.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-PDF-API2/F-9/perl-PDF-API2.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-PDF-API2.spec 7 Mar 2008 02:13:28 -0000 1.10 +++ perl-PDF-API2.spec 23 May 2008 01:02:06 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-PDF-API2 Version: 0.69 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl module for creation and modification of PDF files Group: System Environment/Libraries @@ -121,6 +121,9 @@ %changelog +* Thu May 22 2008 Bernard Johnson <bjohnson@xxxxxxxxxxxx> - 0.69-4 +- fix dejavu font path (bz #447505) + * Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> - 0.69-3 Rebuild for new perl -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list