rpms/SDL_ttf/devel SDL_ttf-2.0.7-freetype-internals.patch, NONE, 1.1 SDL_ttf.spec, 1.8, 1.9

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Wed Dec 14 19:21:29 UTC 2005


Author: bpepple

Update of /cvs/extras/rpms/SDL_ttf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14025

Modified Files:
	SDL_ttf.spec 
Added Files:
	SDL_ttf-2.0.7-freetype-internals.patch 
Log Message:
* Wed Dec 14 2005 Brian Pepple <bdpepple at ameritech.net> - 2.0.7-3
- Add patch for Bug #171020.


SDL_ttf-2.0.7-freetype-internals.patch:

--- NEW FILE SDL_ttf-2.0.7-freetype-internals.patch ---
--- SDL_ttf-2.0.7/SDL_ttf.c.freetype-internals	2005-10-17 09:05:19.000000000 -0400
+++ SDL_ttf-2.0.7/SDL_ttf.c	2005-10-17 09:05:36.000000000 -0400
@@ -48,7 +48,6 @@
 #include <freetype/ftoutln.h>
 #include <freetype/ttnameid.h>
 */
-#include <freetype/internal/ftobjs.h>
 
 #ifndef FT_OPEN_STREAM
 #define FT_OPEN_STREAM ft_open_stream
@@ -275,7 +274,6 @@
 	}
 	memset(stream, 0, sizeof(*stream));
 
-	stream->memory = library->memory;
 	stream->read = RWread;
 	stream->descriptor.pointer = src;
 	stream->pos = (unsigned long)position;


Index: SDL_ttf.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_ttf/devel/SDL_ttf.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- SDL_ttf.spec	29 Sep 2005 19:57:18 -0000	1.8
+++ SDL_ttf.spec	14 Dec 2005 19:21:27 -0000	1.9
@@ -1,12 +1,13 @@
 Name:		SDL_ttf
 Version:	2.0.7
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Simple DirectMedia Layer TrueType Font library
 
 Group:		System Environment/Libraries
 License:	LGPL
 URL:		http://www.libsdl.org/projects/SDL_ttf/
 Source0:	http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz
+Patch1:		%{name}-%{version}-freetype-internals.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	SDL-devel >= 1.2.4
@@ -34,6 +35,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .freetype
 
 
 %build
@@ -70,6 +72,9 @@
 
 
 %changelog
+* Wed Dec 14 2005 Brian Pepple <bdpepple at ameritech.net> - 2.0.7-3
+- Add patch for Bug #171020.
+
 * Thu Sep 29 2005 Brian Pepple <bdpepple at ameritech.net> - 2.0.7-2
 - General spec formatting changes.
 - Rebuild for FC4 upgrade path.




More information about the scm-commits mailing list