]> git.pld-linux.org Git - packages/OpenIPMI.git/commitdiff
- added ac patch (fix version information in OpenIPMI/ipmiif.h file) auto/th/OpenIPMI-2.0.21-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Dec 2015 21:00:09 +0000 (22:00 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Dec 2015 21:00:09 +0000 (22:00 +0100)
- release 2

OpenIPMI-ac.patch [new file with mode: 0644]
OpenIPMI.spec

diff --git a/OpenIPMI-ac.patch b/OpenIPMI-ac.patch
new file mode 100644 (file)
index 0000000..ef68986
--- /dev/null
@@ -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@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
index e194995ed0be3f507c870723f92e87c63b9abe72..5837afb13fbc9093b061e117a9914eb7b98e721e 100644 (file)
@@ -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}
This page took 0.083767 seconds and 4 git commands to generate.