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

Praveen K Paladugu praveenp at fedoraproject.org
Thu Nov 19 16:57:53 UTC 2009


Author: praveenp

Update of /cvs/pkgs/rpms/sblim-indication_helper/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24451

Modified Files:
	sblim-indication_helper.spec 
Added Files:
	missing-stderr-def.patch 
Log Message:
In response to the build failure bug:
https://bugzilla.redhat.com/show_bug.cgi?id=538895


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/F-12/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	19 Nov 2009 16:57:53 -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,10 +72,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Jul 31 2009 Praveen K Paladugu <praveen_paladugu at dell.com> 0.4.2-3
+* Thu Nov 19 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 0.4.2-4
+- missing the stderr definition in a file
+ 
+* 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 
+
 * Thu Oct 23 2008 Matt Domsch <Matt_Domsch at dell.com> - 0.4.2-134
 - update for Fedora packaging guidelines
 * Fri May 30 2008 npaxton at novell.com




More information about the fedora-extras-commits mailing list