rpms/freetype/devel freetype.spec,1.71,1.72

Behdad Esfahbod behdad at fedoraproject.org
Fri Mar 27 21:59:28 UTC 2009


Author: behdad

Update of /cvs/pkgs/rpms/freetype/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24209

Modified Files:
	freetype.spec 
Log Message:
* Wed Mar 27 2009 Behdad Esfahbod <besfahbo at redhat.com> 2.3.9-3
- Disable subpixel hinting by default.  Was turned on unintentionally.



Index: freetype.spec
===================================================================
RCS file: /cvs/pkgs/rpms/freetype/devel/freetype.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- freetype.spec	26 Mar 2009 03:09:05 -0000	1.71
+++ freetype.spec	27 Mar 2009 21:58:58 -0000	1.72
@@ -1,8 +1,6 @@
 # Patented bytecode interpreter and patented subpixel rendering disabled by default.
 # Pass '--with bytecode_interpreter' and '--with subpixel_rendering' on rpmbuild
 # command-line to enable them.
-%define _with_subpixel_rendering 1}
-%define _without_subpixel_rendering 0}
 %{!?_with_bytecode_interpreter: %{!?_without_bytecode_interpreter: %define _without_bytecode_interpreter --without-bytecode_interpreter}}
 %{!?_with_subpixel_rendering: %{!?_without_subpixel_rendering: %define _without_subpixel_rendering --without-subpixel_rendering}}
 
@@ -11,7 +9,7 @@
 Summary: A free and portable font rendering engine
 Name: freetype
 Version: 2.3.9
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: FTL or GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freetype.org
@@ -228,6 +226,9 @@
 %doc docs/tutorial
 
 %changelog
+* Wed Mar 27 2009 Behdad Esfahbod <besfahbo at redhat.com> 2.3.9-3
+- Disable subpixel hinting by default.  Was turned on unintentionally.
+
 * Wed Mar 25 2009 Behdad Esfahbod <besfahbo at redhat.com> 2.3.9-2
 - Add Provides: freetype-bytecode and freetype-subpixel if built
   with those options.




More information about the fonts-bugs mailing list