[python-openhpi/f13/master: 3/4] * Tue Aug 3 2010 Dan Horák <dan[at]danny.cz> 1.2-0.3.20090109svn6930 - fix a typo in the saHpiFumi

Dan Horák sharkcz at fedoraproject.org
Tue Aug 3 14:58:25 UTC 2010


commit 8262bf03daaaae85677c2b26f5bc214a4340229f
Author: Dan Horak <dan at danny.cz>
Date:   Tue Aug 3 16:27:19 2010 +0200

    * Tue Aug  3 2010 Dan Horák <dan[at]danny.cz> 1.2-0.3.20090109svn6930
    - fix a typo in the saHpiFumiRollbackStart function

 python-openhpi-fumirollback.patch |   12 ++++++++++++
 python-openhpi.spec               |    7 ++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/python-openhpi-fumirollback.patch b/python-openhpi-fumirollback.patch
new file mode 100644
index 0000000..c5eded1
--- /dev/null
+++ b/python-openhpi-fumirollback.patch
@@ -0,0 +1,12 @@
+diff -up python-openhpi/sahpi.i.orig python-openhpi/sahpi.i
+--- python-openhpi/sahpi.i.orig	2010-08-03 16:15:03.000000000 +0200
++++ python-openhpi/sahpi.i	2010-08-03 16:16:04.000000000 +0200
+@@ -8600,7 +8600,7 @@ SaErrorT SAHPI_API saHpiFumiUpgradeCance
+ **   operation will be associated with that bank.
+ **
+ *******************************************************************************/
+-SaErrorT SAHPI_API saHpiFumiRollback (
++SaErrorT SAHPI_API saHpiFumiRollbackStart (
+     SAHPI_IN    SaHpiSessionIdT       SessionId,
+     SAHPI_IN    SaHpiResourceIdT      ResourceId,
+     SAHPI_IN    SaHpiFumiNumT	      FumiNum
diff --git a/python-openhpi.spec b/python-openhpi.spec
index 958cd68..8a5f7a9 100644
--- a/python-openhpi.spec
+++ b/python-openhpi.spec
@@ -6,7 +6,7 @@
 
 Name:           python-openhpi
 Version:        1.2
-Release:        0.2.%{svndate}svn%{svnrev}%{?dist}
+Release:        0.3.%{svndate}svn%{svnrev}%{?dist}
 Summary:        Python interface for OpenHPI
 
 Group:          Development/Languages
@@ -16,6 +16,7 @@ URL:            http://www.openhpi.org
 # fedora-getsvn %{name} https://openhpi.svn.sourceforge.net/svnroot/openhpi/python/trunk %{svnrev}
 Source0:        %{name}-svn%{svnrev}.tar.bz2
 Patch0:         %{name}-totaltests.patch
+Patch1:         %{name}-fumirollback.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel, swig, glib2-devel, openhpi-devel >= 2.10
@@ -31,6 +32,7 @@ SaHpiAtca.h, SaHpiBladeCenter.h, oHpi.h, and oh_utils.h.
 %prep
 %setup -q -n %{name}
 %patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -56,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug  3 2010 Dan Horák <dan[at]danny.cz> 1.2-0.3.20090109svn6930
+- fix a typo in the saHpiFumiRollbackStart function
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.2-0.2.20090109svn6930
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list