rpms/fontforge/devel fontforge-20090224-pythondl.patch, 1.1, 1.2 fontforge.spec, 1.49, 1.50

Kevin Fenzi kevin at fedoraproject.org
Sun Mar 21 05:18:31 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/fontforge/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17141

Modified Files:
	fontforge-20090224-pythondl.patch fontforge.spec 
Log Message:
Fix patch to fix python module (fixes #560277)


fontforge-20090224-pythondl.patch:
 configure              |    1 +
 pyhook/loadfontforge.h |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

Index: fontforge-20090224-pythondl.patch
===================================================================
RCS file: /cvs/pkgs/rpms/fontforge/devel/fontforge-20090224-pythondl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- fontforge-20090224-pythondl.patch	2 Apr 2009 06:12:28 -0000	1.1
+++ fontforge-20090224-pythondl.patch	21 Mar 2010 05:18:30 -0000	1.2
@@ -35,7 +35,7 @@ diff -Nur fontforge-20090224.orig/pyhook
      if ( (lib = dlopen("libfontforge" SO_EXT,RTLD_LAZY))==NULL ) {
  #ifdef PREFIX
 -	lib = dlopen( PREFIX "/lib/" "libfontforge" SO_EXT,RTLD_LAZY);
-+	lib = dlopen( SOLIBDIR "libfontforge.so.1" SO_EXT,RTLD_LAZY);
++	lib = dlopen( SOLIBDIR "libfontforge.so.1" ,RTLD_LAZY);
  #endif
      }
      if ( lib==NULL ) {


Index: fontforge.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fontforge/devel/fontforge.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- fontforge.spec	1 Jan 2010 04:23:06 -0000	1.49
+++ fontforge.spec	21 Mar 2010 05:18:31 -0000	1.50
@@ -5,7 +5,7 @@
 
 Name:           fontforge
 Version:        20090923
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Outline and bitmap font editor
 
 Group:          Applications/Publishing
@@ -149,6 +149,9 @@ update-mime-database %{_datadir}/mime &>
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sat Mar 20 2010 Kevin Fenzi <kevin at tummy.com> - 20090923-3
+- Fix patch to fix python module (fixes #560277)
+
 * Wed Dec 30 2009 Kevin Fenzi <kevin at tummy.com> - 20090923-2
 - Add patch to fix relative paths for fontlint (fixes #530760)
 



More information about the fonts-bugs mailing list