rpms/ttmkfdir/devel ttmkfdir-3.0.9-bug434301.patch, 1.1, 1.2 ttmkfdir-3.0.9-segfaults.patch, 1.1, 1.2 ttmkfdir.spec, 1.32, 1.33

Caolan McNamara caolanm at fedoraproject.org
Tue Mar 3 14:27:54 UTC 2009


Author: caolanm

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

Modified Files:
	ttmkfdir-3.0.9-bug434301.patch ttmkfdir-3.0.9-segfaults.patch 
	ttmkfdir.spec 
Log Message:
fix ttmkfdir-3.0.9-segfaults.patch to include stdio.h for added printf

ttmkfdir-3.0.9-bug434301.patch:

Index: ttmkfdir-3.0.9-bug434301.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ttmkfdir/devel/ttmkfdir-3.0.9-bug434301.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ttmkfdir-3.0.9-bug434301.patch	27 Feb 2008 02:38:59 -0000	1.1
+++ ttmkfdir-3.0.9-bug434301.patch	3 Mar 2009 14:27:23 -0000	1.2
@@ -1,7 +1,7 @@
 --- ttmkfdir-3.0.9/directory.cpp.bak	2008-02-27 10:18:52.000000000 +0800
 +++ ttmkfdir-3.0.9/directory.cpp	2008-02-27 10:20:24.000000000 +0800
-@@ -2,6 +2,8 @@
- #include <dirent.h>
+@@ -3,6 +3,8 @@
+ #include <stdio.h>
  #include <sys/stat.h>
  #include <unistd.h>
 +#include <string.h>

ttmkfdir-3.0.9-segfaults.patch:

Index: ttmkfdir-3.0.9-segfaults.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ttmkfdir/devel/ttmkfdir-3.0.9-segfaults.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ttmkfdir-3.0.9-segfaults.patch	8 Oct 2005 06:36:12 -0000	1.1
+++ ttmkfdir-3.0.9-segfaults.patch	3 Mar 2009 14:27:23 -0000	1.2
@@ -1,6 +1,13 @@
 --- ttmkfdir-3.0.9/directory.cpp.back	2005-10-08 14:25:37.839328408 +0800
 +++ ttmkfdir-3.0.9/directory.cpp	2005-10-08 14:26:00.021956136 +0800
-@@ -13,6 +13,10 @@
+@@ -1,5 +1,6 @@
+ #include <cctype>
+ #include <dirent.h>
++#include <stdio.h>
+ #include <sys/stat.h>
+ #include <unistd.h>
+ 
+@@ -13,6 +14,10 @@
  directory::scan (const std::string &dir)
  {
      DIR *ttfdir = opendir(dir.c_str ());


Index: ttmkfdir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ttmkfdir/devel/ttmkfdir.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ttmkfdir.spec	25 Feb 2009 22:07:02 -0000	1.32
+++ ttmkfdir.spec	3 Mar 2009 14:27:23 -0000	1.33
@@ -1,7 +1,7 @@
 Summary: Utility to create fonts.scale files for truetype fonts
 Name: ttmkfdir
 Version: 3.0.9
-Release: 29%{?dist}
+Release: 30%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
 # within this srpm.
@@ -62,6 +62,9 @@
 %{_bindir}/ttmkfdir
 
 %changelog
+* Tue Mar 03 2009 Caolán McNamara <caolanm at redhat.com> - 3.0.9-30
+- fix ttmkfdir-3.0.9-segfaults.patch to include stdio.h for added printf
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.9-29
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list