rpms/ipe/F-7 ipe-6.0pre28-no-freetype-version-check.patch, NONE, 1.1 ipe.spec, 1.11, 1.12

Laurent Rineau (rineau) fedora-extras-commits at redhat.com
Fri Aug 24 11:49:13 UTC 2007


Author: rineau

Update of /cvs/pkgs/rpms/ipe/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13174/F-7

Modified Files:
	ipe.spec 
Added Files:
	ipe-6.0pre28-no-freetype-version-check.patch 
Log Message:
* Fri Aug 24 2007 Laurent Rineau <laurent.rineau__fedora at normalesup.org> - 6.0-0.19.pre28%{?dist}
- New patch: no longer check the version of freetype at runtime


ipe-6.0pre28-no-freetype-version-check.patch:

--- NEW FILE ipe-6.0pre28-no-freetype-version-check.patch ---
--- ipe-6.0pre28/src/ipecanvas/ipefonts.cpp.no-freetype-check	2007-08-24 13:37:49.000000000 +0200
+++ ipe-6.0pre28/src/ipecanvas/ipefonts.cpp	2007-08-24 13:38:02.000000000 +0200
@@ -92,7 +92,7 @@ IpeCanvasFonts *IpeCanvasFonts::New(bool
     return 0;
   if (!engine.iReported) {
     engine.iReported = true;
-#if FREETYPE_MINOR >= 1
+#if 0
     int major, minor, patch;
     FT_Library_Version(engine.iLib, &major, &minor, &patch);
     ipeDebug("Using Freetype version %d.%d.%d", major, minor, patch);


Index: ipe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipe/F-7/ipe.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ipe.spec	24 Aug 2007 08:45:12 -0000	1.11
+++ ipe.spec	24 Aug 2007 11:48:40 -0000	1.12
@@ -2,13 +2,14 @@
 
 Name:           ipe
 Version:        6.0
-Release:        0.18.pre%{preversion}%{?dist}
+Release:        0.19.pre%{preversion}%{?dist}
 Summary:        The Ipe extensible drawing editor
 
 Group:          Applications/Publishing
 License:        GPLv2+
 URL:            http://ipe.compgeom.org/
 Source0:        http://ipe.compgeom.org/%{name}-%{version}pre%{preversion}-src.tar.gz
+Patch0:         ipe-6.0pre28-no-freetype-version-check.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -50,6 +51,7 @@
 
 %prep
 %setup -n %{name}-%{version}pre%{preversion} -q
+%patch0 -p1 -b .no-freetype-check
 
 %build
 export QTDIR=%{qtdir}
@@ -156,6 +158,9 @@
 %{_datadir}/ipe/%{version}/doc
 
 %changelog
+* Fri Aug 24 2007 Laurent Rineau <laurent.rineau__fedora at normalesup.org> - 6.0-0.19.pre28%{?dist}
+- New patch: no longer check the version of freetype at runtime
+
 * Fri Aug 24 2007 Laurent Rineau <laurent.rineau__fedora at normalesup.org> - 6.0-0.18.pre28%{?dist}
 - New License: tag.
 - Rebuild for F-8.




More information about the fedora-extras-commits mailing list