rpms/teckit/devel TECkit_2_5_1-includes.patch, NONE, 1.1 teckit.spec, 1.6, 1.7

Caolan McNamara caolanm at fedoraproject.org
Thu Mar 5 10:36:36 UTC 2009


Author: caolanm

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

Modified Files:
	teckit.spec 
Added Files:
	TECkit_2_5_1-includes.patch 
Log Message:
include stdio.h for sprintf

TECkit_2_5_1-includes.patch:

--- NEW FILE TECkit_2_5_1-includes.patch ---
diff -ru TECkit_2_5_1.orig/source/Compiler.cpp TECkit_2_5_1/source/Compiler.cpp
--- TECkit_2_5_1.orig/source/Compiler.cpp	2009-03-05 10:29:22.000000000 +0000
+++ TECkit_2_5_1/source/Compiler.cpp	2009-03-05 10:29:50.000000000 +0000
@@ -33,6 +33,7 @@
 #include <iomanip>
 #include <algorithm>
 #include <cstring>
+#include <stdio.h>
 
 #include "zlib.h"
 


Index: teckit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/teckit/devel/teckit.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- teckit.spec	25 Feb 2009 19:28:52 -0000	1.6
+++ teckit.spec	5 Mar 2009 10:36:06 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           teckit
 Version:        2.5.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Conversion library and mapping compiler
 License:        LGPLv2+ or CPL
 Group:          Development/Libraries
@@ -9,6 +9,8 @@
 BuildRequires:  expat-devel zlib-devel libtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch0:         TECkit_2_5_1-includes.patch
+
 %description
 TECkit is a low-level toolkit intended to be used by other
 applications that need to perform encoding conversions (e.g., when
@@ -37,6 +39,7 @@
 
 %prep
 %setup -q -n TECkit_2_5_1
+%patch0 -p1 -b .includes
 
 %{__chmod} 0755 ./autogen.sh
 %{__chmod} 0755 ./configure
@@ -84,6 +87,9 @@
 %{_libdir}/libTECkit_Compiler.so
 
 %changelog
+* Wed Mar 05 2009 Caolán McNamara <caolanm at redhat.com> - 2.5.1-3
+- include stdio.h for sprintf
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list