Author: qboosh                       Date: Fri Mar 18 16:20:57 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.16.0
- updated c++ patch
- removed obsolete align patch

---- Files affected:
packages/openhpi:
   openhpi-c++.patch (1.2 -> 1.3) , openhpi.spec (1.43 -> 1.44) , 
openhpi-align.patch (1.8 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/openhpi/openhpi-c++.patch
diff -u packages/openhpi/openhpi-c++.patch:1.2 
packages/openhpi/openhpi-c++.patch:1.3
--- packages/openhpi/openhpi-c++.patch:1.2      Sat Jan 15 12:56:58 2011
+++ packages/openhpi/openhpi-c++.patch  Fri Mar 18 17:20:52 2011
@@ -4921,14 +4921,3 @@
 +      return false;
 +}
 +
---- openhpi-2.14.1/plugins/ipmidirect/ipmi_mc_vendor.cpp.orig  2009-11-23 
21:18:08.000000000 +0100
-+++ openhpi-2.14.1/plugins/ipmidirect/ipmi_mc_vendor.cpp       2011-01-15 
10:13:51.918365808 +0100
-@@ -931,7 +931,7 @@
-           /* Everything is valid, create the Watchdog RDR */
-           stdlog << "CreateWatchdogs Resource type " << 
res->EntityPath().GetEntryType(0) << " instance " << 
res->EntityPath().GetEntryInstance(0) << "\n";
-         
--          cIpmiRdr *wd = new cIpmiWatchdog::cIpmiWatchdog( mc, 
SAHPI_DEFAULT_WATCHDOG_NUM, 0 );
-+          cIpmiRdr *wd = new cIpmiWatchdog( mc, SAHPI_DEFAULT_WATCHDOG_NUM, 0 
);
-         
-           wd->EntityPath() = res->EntityPath();
-         

================================================================
Index: packages/openhpi/openhpi.spec
diff -u packages/openhpi/openhpi.spec:1.43 packages/openhpi/openhpi.spec:1.44
--- packages/openhpi/openhpi.spec:1.43  Sat Jan 15 12:56:58 2011
+++ packages/openhpi/openhpi.spec       Fri Mar 18 17:20:52 2011
@@ -3,19 +3,18 @@
 Summary:       Service Availability Forum's Hardware Platform Interface (HPI) 
implementation
 Summary(pl.UTF-8):     Implementacja HPI (Hardware Platform Interface) Service 
Availability Forum
 Name:          openhpi
-Version:       2.14.1
+Version:       2.16.0
 Release:       1
 License:       BSD
 Group:         Applications/System
 Source0:       
http://downloads.sourceforge.net/openhpi/%{name}-%{version}.tar.gz
-# Source0-md5: 1533972a05f2ed61f3ae441ecd3df5a9
+# Source0-md5: 86455e5a25dabd8ba0190ebf6efec8c2
 Patch0:                %{name}-types.patch
 Patch1:                %{name}-sh.patch
-Patch2:                %{name}-align.patch
-Patch3:                %{name}-proto.patch
-Patch4:                %{name}-rtas.patch
-Patch5:                %{name}-c++.patch
-Patch6:                %{name}-install.patch
+Patch2:                %{name}-proto.patch
+Patch3:                %{name}-rtas.patch
+Patch4:                %{name}-c++.patch
+Patch5:                %{name}-install.patch
 URL:           http://www.openhpi.org/
 BuildRequires: OpenIPMI-devel >= 1.4.20
 BuildRequires: autoconf >= 2.57
@@ -182,7 +181,6 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 
 %build
 %{__libtoolize}
@@ -193,6 +191,7 @@
 %configure \
        --enable-cpp_wrappers \
        --enable-daemon \
+       --enable-ipmi \
 %ifarch ppc ppc64
        --enable-rtas \
 %endif
@@ -219,8 +218,13 @@
 %defattr(644,root,root,755)
 %doc COPYING README README.daemon docs/hld/openhpi-manual
 %attr(755,root,root) %{_bindir}/hpi*
+%attr(755,root,root) %{_bindir}/ohdomainlist
+%attr(755,root,root) %{_bindir}/ohhandler
+%attr(755,root,root) %{_bindir}/ohparam
 %attr(755,root,root) %{_sbindir}/openhpid
 %dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/libdyn_simulator.so*
+%{_libdir}/%{name}/libdyn_simulator.la
 %attr(755,root,root) %{_libdir}/%{name}/libilo2_ribcl.so*
 %{_libdir}/%{name}/libilo2_ribcl.la
 %attr(755,root,root) %{_libdir}/%{name}/liboa_soap.so*
@@ -230,18 +234,18 @@
 %dir %{_sysconfdir}/openhpi
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/openhpi/openhpi.conf
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/openhpi/openhpiclient.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/openhpi/simulation.data
 %attr(754,root,root) /etc/rc.d/init.d/openhpid
 %dir %{_localstatedir}/lib/%{name}
 %{_mandir}/man1/hpi*.1*
+%{_mandir}/man1/ohdomainlist.1*
+%{_mandir}/man1/ohhandler.1*
+%{_mandir}/man1/ohparam.1*
 %{_mandir}/man7/openhpi.7*
 %{_mandir}/man8/openhpid.8*
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libohtcpconnx.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libohtcpconnx.so.2
-%attr(755,root,root) %{_libdir}/libohudpconnx.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libohudpconnx.so.2
 %attr(755,root,root) %{_libdir}/libopenhpi*.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libopenhpi*.so.2
 %attr(755,root,root) %{_libdir}/libosahpi.so.*.*.*
@@ -249,12 +253,8 @@
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libohtcpconnx.so
-%attr(755,root,root) %{_libdir}/libohudpconnx.so
 %attr(755,root,root) %{_libdir}/libopenhpi*.so
 %attr(755,root,root) %{_libdir}/libosahpi.so
-%{_libdir}/libohtcpconnx.la
-%{_libdir}/libohudpconnx.la
 %{_libdir}/libopenhpi*.la
 %{_libdir}/libosahpi.la
 %dir %{_includedir}/openhpi
@@ -265,8 +265,6 @@
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libohtcpconnx.a
-%{_libdir}/libohudpconnx.a
 %{_libdir}/libopenhpi*.a
 %{_libdir}/libosahpi.a
 
@@ -308,6 +306,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2011/03/18 16:20:52  qboosh
+- updated to 2.16.0
+- updated c++ patch
+- removed obsolete align patch
+
 Revision 1.43  2011/01/15 11:56:58  qboosh
 - updated to 2.14.1
 - added one more fix to c++ patch
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openhpi/openhpi-c++.patch?r1=1.2&r2=1.3&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openhpi/openhpi.spec?r1=1.43&r2=1.44&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to