diff --git a/fontforge-20110222-multilib.patch b/fontforge-20110222-multilib.patch new file mode 100644 index 0000000..79e5bc1 --- /dev/null +++ b/fontforge-20110222-multilib.patch @@ -0,0 +1,11 @@ +--- configure.bak 2011-02-19 00:55:16.000000000 +0530 ++++ configure 2011-04-07 10:43:26.442012820 +0530 +@@ -4676,7 +4676,7 @@ + LIBS="-Wl,/System/Library/Frameworks/CoreServices.framework/CoreServices $LIBS" + + ;; +-powerpc-*-*linux*) ++powerpc*-*-*linux*) + $as_echo "#define _Keyboard 3" >>confdefs.h + + ;; diff --git a/fontforge.spec b/fontforge.spec index 435eba1..d99903d 100644 --- a/fontforge.spec +++ b/fontforge.spec @@ -5,7 +5,7 @@ Name: fontforge Version: 20110222 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Outline and bitmap font editor Group: Applications/Publishing @@ -15,6 +15,7 @@ Source0: http://downloads.sourceforge.net/fontforge/fontforge_full-%{vers Source2: http://downloads.sourceforge.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2 Patch1: fontforge-20090224-pythondl.patch Patch2: fontforge-20100501-select-points-crash.patch +Patch3: fontforge-20110222-multilib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: xdg-utils @@ -57,6 +58,7 @@ to compile applications against fontforge. %patch1 -p1 %patch2 -p1 +%patch3 -p0 mkdir htdocs tar xjf %{SOURCE2} -C htdocs @@ -147,6 +149,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_libdir}/pkgconfig/*.pc %changelog +* Thu Apr 07 2011 Parag Nemade - 2011022-4 +- Add patch for multilib. Fixes bug #694409 + * Thu Mar 31 2011 Paul Flo Williams - 20110222-3 - Add patch for charview crash. Fixes bug #660376