rpms/openhpi/devel openhpi-2.14.1-fumi-type.patch, NONE, 1.1 openhpi.spec, 1.79, 1.80

Dan Horák sharkcz at fedoraproject.org
Fri Jan 15 10:59:52 UTC 2010


Author: sharkcz

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

Modified Files:
	openhpi.spec 
Added Files:
	openhpi-2.14.1-fumi-type.patch 
Log Message:
* Fri Jan 15 2010 Dan Horák <dan[at]danny.cz> - 2.14.1-2
- added fix for inconsistent SaHpi.h


openhpi-2.14.1-fumi-type.patch:
 SaHpi.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE openhpi-2.14.1-fumi-type.patch ---
diff --git a/include/SaHpi.h b/include/SaHpi.h
index 8dda8ce..590dce6 100644
--- a/include/SaHpi.h
+++ b/include/SaHpi.h
@@ -2560,7 +2560,7 @@ typedef struct {
 ** Additional state flags may be defined in future versions of this specification.
 */
 typedef SaHpiUint32T SaHpiFumiLogicalBankStateFlagsT;
-#define SAHPI_FUMI_NO_MAIN_PERSISTENT_COPY  (SaHpiFumiLogicalBankStatesT)0x00000001
+#define SAHPI_FUMI_NO_MAIN_PERSISTENT_COPY  (SaHpiFumiLogicalBankStateFlagsT)0x00000001
 
 
 /*


Index: openhpi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openhpi/devel/openhpi.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -p -r1.79 -r1.80
--- openhpi.spec	25 Nov 2009 16:35:49 -0000	1.79
+++ openhpi.spec	15 Jan 2010 10:59:52 -0000	1.80
@@ -7,6 +7,8 @@ Group: System Environment/Base
 URL: http://www.openhpi.org
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0: openhpi-2.14.0-initscript.patch
+# https://sourceforge.net/tracker/?func=detail&aid=2932689&group_id=71730&atid=532251
+Patch1: openhpi-2.14.1-fumi-type.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libsysfs-devel, net-snmp-devel, OpenIPMI-devel, glib2-devel
 BuildRequires: libtool-ltdl-devel, openssl-devel, ncurses-devel
@@ -52,6 +54,7 @@ The development libraries and header fil
 %prep
 %setup -q
 %patch0 -p1 -b .initscript
+%patch1 -p1 -b .fumi-type
 
 # fix permissions
 chmod a-x plugins/simulator/*.[ch]
@@ -140,6 +143,9 @@ fi
 
 
 %changelog
+* Fri Jan 15 2010 Dan Horák <dan[at]danny.cz> - 2.14.1-2
+- added fix for inconsistent SaHpi.h
+
 * Wed Nov 25 2009 Dan Horák <dan[at]danny.cz> - 2.14.1-1
 - updated to bug fix release 2.14.1
 



More information about the scm-commits mailing list