Author: bjohnson Update of /cvs/pkgs/rpms/perl-PDF-API2/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3107/F-7 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-7/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:01:36 -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-7/perl-PDF-API2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-PDF-API2.spec 12 Nov 2007 18:59:00 -0000 1.6 +++ perl-PDF-API2.spec 23 May 2008 01:01:36 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-PDF-API2 -Version: 0.66 -Release: 1%{?dist} +Version: 0.69 +Release: 4%{?dist} Summary: Perl module for creation and modification of PDF files Group: System Environment/Libraries @@ -24,8 +24,10 @@ %prep %setup -q -n PDF-API2-%{version} -# don't use -b for backup or the backup will get installed to the build root -%patch0 -p1 +%patch0 -p1 -b .font-location + +# remove patch backup file so that it doesn't get installed (bz #427762) +rm -f lib/PDF/API2.pm.orig # fix eol encoding of some text files for file in COPYING TODO CONTACT README LICENSE examples/* contrib/* \ @@ -119,6 +121,18 @@ %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 + +* Mon Jan 21 2008 Bernard Johnson <bjohnson@xxxxxxxxxxxx> - 0.69-2 +- patch .orig files packaged (bz #427762) + +* Fri Jan 18 2008 Bernard Johnson <bjohnson@xxxxxxxxxxxx> - 0.69-1 +- 0.69 + * Mon Nov 12 2007 Bernard Johnson <bjohnson@xxxxxxxxxxxx> - 0.66-1 - 0.66 -- 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