[openhpi] update to 2.17.0

Dan Horák sharkcz at fedoraproject.org
Mon Jul 11 13:34:30 UTC 2011


commit 760384ac7e38ab44458858604cb0ebaefd8bb4f5
Author: Dan Horák <dan at danny.cz>
Date:   Mon Jul 11 15:34:18 2011 +0200

    update to 2.17.0

 .gitignore                     |    1 +
 openhpi-2.14.1-fumi-type.patch |   13 -------
 openhpi-2.15.0-gcc45.patch     |   25 --------------
 openhpi-2.15.0-tests.patch     |   72 ----------------------------------------
 openhpi.spec                   |   53 ++++++++++++++++++-----------
 sources                        |    2 +-
 6 files changed, 34 insertions(+), 132 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d12b4a1..867095a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 openhpi-2.14.1.tar.gz
 /openhpi-2.15.0.tar.gz
+/openhpi-2.17.0.tar.gz
diff --git a/openhpi.spec b/openhpi.spec
index ec296ff..2a5b161 100644
--- a/openhpi.spec
+++ b/openhpi.spec
@@ -1,25 +1,35 @@
-Summary: Hardware Platform Interface library and tools
-Name: openhpi
-Version: 2.15.0
-Release: 2%{?dist}
-License: BSD
-Group: System Environment/Base
-URL: http://www.openhpi.org
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Source1: %{name}.initd
-Source2: %{name}.sysconfig
-# https://sourceforge.net/tracker/?func=detail&aid=3105150&group_id=71730&atid=532251
-Patch0: openhpi-2.15.0-tests.patch
-# https://sourceforge.net/tracker/?func=detail&aid=3105154&group_id=71730&atid=532251
-Patch1: openhpi-2.15.0-gcc45.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
-BuildRequires: libxml2-devel, docbook-utils, libuuid-devel
+%{!?_initddir: %define _initddir %{_initrddir}}
+
+Summary:        Hardware Platform Interface library and tools
+Name:           openhpi
+Version:        2.17.0
+Release:        1%{?dist}
+License:        BSD
+Group:          System Environment/Base
+URL:            http://www.openhpi.org
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source1:        %{name}.initd
+Source2:        %{name}.sysconfig
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  libsysfs-devel
+BuildRequires:  net-snmp-devel
+BuildRequires:  OpenIPMI-devel
+BuildRequires:  glib2-devel
+BuildRequires:  libtool-ltdl-devel
+BuildRequires:  openssl-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  docbook-utils
+%if 0%{?rhel} && 0%{?rhel} < 6
+BuildRequires:  e2fsprogs-devel
+%else
+BuildRequires:  libuuid-devel
+%endif
 Requires(post): chkconfig
 Requires(preun): chkconfig
 Requires(preun): initscripts
 
+
 %description
 OpenHPI is an open source project created with the intent of providing an
 implementation of the SA Forum's Hardware Platform Interface (HPI). HPI
@@ -56,8 +66,6 @@ The development libraries and header files for the OpenHPI project.
 
 %prep
 %setup -q
-%patch0 -p1 -b .tests
-%patch1 -p1 -b .gcc45
 
 # fix permissions
 chmod a-x plugins/simulator/*.[ch]
@@ -150,10 +158,13 @@ fi
 
 
 %changelog
+* Mon Jul 11 2011 Dan Horák <dan[at]danny.cz> - 2.17.0-1
+- update to 2.17.0
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.15.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Mon Nov  8 2010 Dan Horak <dan[at]danny.cz> - 2.15.0-1
+* Mon Nov  8 2010 Dan Horák <dan[at]danny.cz> - 2.15.0-1
 - update to 2.15.0
 
 * Thu Jul  8 2010 Dan Horák <dan[at]danny.cz> - 2.14.1-4
diff --git a/sources b/sources
index 8c33413..79483d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c45c4b663a151475e6dadd0b3ef4855f  openhpi-2.15.0.tar.gz
+4e5aab65222f89d0c74f0a0e7190c286  openhpi-2.17.0.tar.gz


More information about the scm-commits mailing list