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

Behdad Esfahbod behdad at fedoraproject.org
Thu Mar 26 03:09:36 UTC 2009


Author: behdad

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

Modified Files:
	freetype.spec 
Log Message:
* 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.
- Resolves: #155210



Index: freetype.spec
===================================================================
RCS file: /cvs/pkgs/rpms/freetype/devel/freetype.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- freetype.spec	13 Mar 2009 22:15:14 -0000	1.70
+++ freetype.spec	26 Mar 2009 03:09:05 -0000	1.71
@@ -11,7 +11,7 @@
 Summary: A free and portable font rendering engine
 Name: freetype
 Version: 2.3.9
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: FTL or GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freetype.org
@@ -37,6 +37,13 @@
 
 BuildRequires: libX11-devel
 
+%if %{?_with_bytecode_interpreter:1}%{!?_with_bytecode_interpreter:0}
+Provides: %{name}-bytecode
+%endif
+%if %{?_with_subpixel_rendering:1}%{!?_with_subpixel_rendering:0}
+Provides: %{name}-subpixel
+%endif
+
 %description
 The FreeType engine is a free and portable font rendering
 engine, developed to provide advanced font support for a variety of
@@ -221,6 +228,11 @@
 %doc docs/tutorial
 
 %changelog
+* 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.
+- Resolves: #155210
+
 * Thu Mar 13 2009 Behdad Esfahbod <besfahbo at redhat.com> 2.3.9-1
 - Update to 2.3.9.
 - Resolves #489928




More information about the fonts-bugs mailing list