rpms/sblim-indication_helper/devel missing-stderr-def.patch, NONE, 1.1 sblim-indication_helper.spec, 1.1, 1.2

Praveen K Paladugu praveenp at fedoraproject.org
Mon Dec 7 15:36:50 UTC 2009


Author: praveenp

Update of /cvs/pkgs/rpms/sblim-indication_helper/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8450

Modified Files:
	sblim-indication_helper.spec 
Added Files:
	missing-stderr-def.patch 
Log Message:
Fixed the build failure because of missing def of stderr.


missing-stderr-def.patch:
 ind_helper.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE missing-stderr-def.patch ---
diff -up sblim-indication_helper-0.4.2/ind_helper.h.org sblim-indication_helper-0.4.2/ind_helper.h
--- sblim-indication_helper-0.4.2/ind_helper.h.org	2009-11-19 10:35:45.000000000 -0600
+++ sblim-indication_helper-0.4.2/ind_helper.h	2009-11-19 10:36:05.000000000 -0600
@@ -13,7 +13,7 @@
  * Author:       Konrad Rzeszutek <konradr at us.ibm.com>
  * Date  :	      09/20/2004
  */
-
+#include <stdio.h>
 #include <cmpift.h>
 
 typedef unsigned int Uint32;


Index: sblim-indication_helper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-indication_helper/devel/sblim-indication_helper.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sblim-indication_helper.spec	5 Aug 2009 03:34:06 -0000	1.1
+++ sblim-indication_helper.spec	7 Dec 2009 15:36:49 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		sblim-indication_helper
 Version:	0.4.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Toolkit for CMPI indication providers
 
 Group:		Development/Libraries
@@ -9,6 +9,7 @@ URL:		http://sblim.wiki.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0:		sblim-indication_helper-0.4.2_warnings.patch
+Patch1:         missing-stderr-def.patch
 BuildRequires:	sblim-cmpi-devel 
 
 %description
@@ -35,6 +36,7 @@ This package holds the development files
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 
 %build
@@ -70,7 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Jul 31 2009 Praveen K Paladugu <praveen_paladugu at dell.com> 0.4.2-3
+* Mon Dec  7 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 0.4.2-4
+-  fixed the build failure because of missing definition of stderr
+* Fri Jul 31 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 0.4.2-3
 - fixed the rpmlint message. Removed Requries for glibc-devel.
 * Tue Jun 30 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 0.4.2-1
 - Standardized the spec file and changed the build number to 1 




More information about the scm-commits mailing list