rpms/fontforge/devel sources, 1.23, 1.24 .cvsignore, 1.23, 1.24 fontforge.spec, 1.39, 1.40 fontforge-20081215-pangocairo.patch, 1.1, NONE

Kevin Fenzi kevin at fedoraproject.org
Sat Feb 21 00:48:07 UTC 2009


Author: kevin

Update of /cvs/extras/rpms/fontforge/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31338

Modified Files:
	sources .cvsignore fontforge.spec 
Removed Files:
	fontforge-20081215-pangocairo.patch 
Log Message:
Upgrade to 20081224
Enable python bindings



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fontforge/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	16 Dec 2008 22:12:42 -0000	1.23
+++ sources	21 Feb 2009 00:47:37 -0000	1.24
@@ -1,2 +1,2 @@
-fdbca231134755fd0cf20572d955855f  fontforge_full-20081215.tar.bz2
-f41861cdef84e282da5a765f644582e8  fontforge_htdocs-20081215.tar.bz2
+eb00467bff69b15a4137595c16cdbff5  fontforge_full-20081224.tar.bz2
+476b047dc6cdc36d79ac34da1c3fcb58  fontforge_htdocs-20081224.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fontforge/devel/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore	16 Dec 2008 22:12:42 -0000	1.23
+++ .cvsignore	21 Feb 2009 00:47:37 -0000	1.24
@@ -1,2 +1,2 @@
-fontforge_full-20081215.tar.bz2
-fontforge_htdocs-20081215.tar.bz2
+fontforge_full-20081224.tar.bz2
+fontforge_htdocs-20081224.tar.bz2


Index: fontforge.spec
===================================================================
RCS file: /cvs/extras/rpms/fontforge/devel/fontforge.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- fontforge.spec	18 Dec 2008 03:31:27 -0000	1.39
+++ fontforge.spec	21 Feb 2009 00:47:37 -0000	1.40
@@ -1,9 +1,11 @@
-%define docs_version 20081215
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
+%define docs_version 20081224
 %define gettext_package FontForge
 
 Name:           fontforge
-Version:        20081215
-Release:        2%{?dist}
+Version:        20081224
+Release:        1%{?dist}
 Summary:        Outline and bitmap font editor
 
 Group:          Applications/Publishing
@@ -13,7 +15,6 @@
 Source1:        fontforge.desktop
 Source2:        http://downloads.sourceforge.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2
 Source3:        fontforge.xml
-Patch1:         fontforge-20081215-pangocairo.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       xdg-utils
@@ -33,6 +34,7 @@
 BuildRequires:  pango-devel
 BuildRequires:  cairo-devel
 BuildRequires:  libspiro-devel
+BuildRequires:  python-devel
 
 %description
 FontForge (former PfaEdit) is a font editor for outline and bitmap
@@ -53,8 +55,6 @@
 %prep
 %setup -q -n %{name}-%{version}
 
-%patch1 -p1
-
 mkdir htdocs
 tar xjf %{SOURCE2} -C htdocs
 rm -rf htdocs/scripts
@@ -68,7 +68,7 @@
 %{__sed} -i 's/\r//' htdocs/corpchar.txt
 
 %build
-%configure --with-freetype-bytecode=no --with-regular-link
+%configure --with-freetype-bytecode=no --with-regular-link --enable-pyextension
 
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -131,6 +131,9 @@
 %{_datadir}/pixmaps/fontforge.png
 %{_mandir}/man1/*.1*
 %{_datadir}/mime/packages/fontforge.xml
+%{python_sitearch}/fontforge-1.0-py2.6.egg-info
+%{python_sitearch}/fontforge.so
+%{python_sitearch}/psMat.so
 
 %files devel
 %defattr(0644,root,root,0755)
@@ -139,6 +142,16 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Fri Feb 20 2009 Kevin Fenzi <kevin at tummy.com> - 20081224-1
+- Upgrade to 20081224
+- Enable python bindings
+
+* Wed Jan 21 2009 Kevin Fenzi <kevin at tummy.com> - 20081215-4
+- Add python-devel to BuildRequires
+
+* Tue Dec 23 2008 Kevin Fenzi <kevin at tummy.com> - 20081215-3
+- Add patch to fix buffer overflow. Fixes 471538
+
 * Wed Dec 17 2008 Kevin Fenzi <kevin at tummy.com> - 20081215-2
 - Add libspiro-devel to build with spiro
 


--- fontforge-20081215-pangocairo.patch DELETED ---




More information about the Fedora-fonts-bugs-list mailing list