rpms/perl-PDF-API2/F-8 font-location.patch, 1.1, 1.2 perl-PDF-API2.spec, 1.9, 1.10

Bernard Johnson bjohnson at fedoraproject.org
Fri May 23 01:03:06 UTC 2008


Author: bjohnson

Update of /cvs/pkgs/rpms/perl-PDF-API2/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3107/F-8

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-8/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:53 -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-8/perl-PDF-API2.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-PDF-API2.spec	22 Jan 2008 03:07:36 -0000	1.9
+++ perl-PDF-API2.spec	23 May 2008 01:01:53 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           perl-PDF-API2
 Version:        0.69
-Release:        2%{?dist}
+Release:        4%{?dist}
 Summary:        Perl module for creation and modification of PDF files
 
 Group:          System Environment/Libraries
@@ -121,6 +121,12 @@
 
 
 %changelog
+* Thu May 22 2008 Bernard Johnson <bjohnson at symetrix.com> - 0.69-4
+- fix dejavu font path (bz #447505)
+
+* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.69-3
+Rebuild for new perl
+
 * Mon Jan 21 2008 Bernard Johnson <bjohnson at symetrix.com> - 0.69-2
 - patch .orig files packaged (bz #427762)
 




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