[packages/OpenIPMI] - added ac patch (fix version information in OpenIPMI/ipmiif.h file) - release 2

qboosh qboosh at pld-linux.org
Thu Dec 17 21:58:54 CET 2015


commit d2316aed269856e8e74cc63b0329ce6d0669d79b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Dec 17 22:00:09 2015 +0100

    - added ac patch (fix version information in OpenIPMI/ipmiif.h file)
    - release 2

 OpenIPMI-ac.patch | 23 +++++++++++++++++++++++
 OpenIPMI.spec     |  4 +++-
 2 files changed, 26 insertions(+), 1 deletion(-)
---
diff --git a/OpenIPMI.spec b/OpenIPMI.spec
index e194995..5837afb 100644
--- a/OpenIPMI.spec
+++ b/OpenIPMI.spec
@@ -6,7 +6,7 @@ Summary:	IPMI abstraction layer
 Summary(pl.UTF-8):	Warstwa abstrakcji IPMI
 Name:		OpenIPMI
 Version:	2.0.21
-Release:	1
+Release:	2
 License:	LGPL v2+ (library), GPL v2+ (ipmicmd)
 Group:		Libraries
 Source0:	http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
@@ -14,6 +14,7 @@ Source0:	http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
 Patch0:		%{name}-link.patch
 Patch1:		%{name}-pthread.patch
 Patch2:		avoid-echo-e.patch
+Patch3:		%{name}-ac.patch
 URL:		http://openipmi.sourceforge.net/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
@@ -117,6 +118,7 @@ Graficzny interfejs użytkownika do OpenIPMI.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
diff --git a/OpenIPMI-ac.patch b/OpenIPMI-ac.patch
new file mode 100644
index 0000000..ef68986
--- /dev/null
+++ b/OpenIPMI-ac.patch
@@ -0,0 +1,23 @@
+--- OpenIPMI-2.0.21/configure.ac.orig	2015-12-17 18:11:25.139313766 +0100
++++ OpenIPMI-2.0.21/configure.ac	2015-12-17 20:12:31.709008817 +0100
+@@ -1,8 +1,3 @@
+-OPENIPMI_PKG_NAME=OpenIPMI
+-OPENIPMI_VERSION_MAJOR=2
+-OPENIPMI_VERSION_MINOR=0
+-OPENIPMI_VERSION_RELEASE=21
+-OPENIPMI_VERSION_EXTRA=
+ AC_INIT([OpenIPMI], [2.0.21], [minyard at acm.org], [OpenIPMI])
+ AC_CANONICAL_TARGET
+ AM_INIT_AUTOMAKE([-Wall])
+@@ -11,6 +6,11 @@
+ 
+ AC_CONFIG_MACRO_DIR([m4])
+ 
++OPENIPMI_PKG_NAME=OpenIPMI
++OPENIPMI_VERSION_MAJOR=2
++OPENIPMI_VERSION_MINOR=0
++OPENIPMI_VERSION_RELEASE=21
++OPENIPMI_VERSION_EXTRA=
+ OPENIPMI_SMI=
+ 
+ case $target_os in
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/OpenIPMI.git/commitdiff/d2316aed269856e8e74cc63b0329ce6d0669d79b



More information about the pld-cvs-commit mailing list