Author: kevin
Update of /cvs/pkgs/rpms/fontforge/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19866
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/F-12/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:40:33 -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/F-12/fontforge.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- fontforge.spec 24 Jul 2009 22:59:26 -0000 1.47
+++ fontforge.spec 21 Mar 2010 05:40:33 -0000 1.48
@@ -5,7 +5,7 @@
Name: fontforge
Version: 20090622
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Outline and bitmap font editor
Group: Applications/Publishing
@@ -147,6 +147,9 @@ update-mime-database %{_datadir}/mime &>
%{_libdir}/pkgconfig/*.pc
%changelog
+* Sat Mar 20 2010 Kevin Fenzi <[email protected]> - 20090622-3
+- Fix patch to fix python module (fixes #560277)
+
* Fri Jul 24 2009 Fedora Release Engineering <[email protected]>
- 20090622-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/