rpms/perl-PDF-API2/devel font-location.patch, 1.1, 1.2 perl-PDF-API2.spec, 1.10, 1.11

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Fri May 23 01:03:18 UTC 2008


Author: bjohnson

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

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/devel/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:29 -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/devel/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:29 -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 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
 




More information about the fedora-extras-commits mailing list