From 456313f6707b6f007371f532e304bd6b149890ab Mon Sep 17 00:00:00 2001 From: Ales Ledvinka Date: Jul 19 2013 09:08:58 +0000 Subject: Update to upstream release 1.2.9 --- diff --git a/.gitignore b/.gitignore index c9ad98e..bcb2403 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ freeipmi-0.8.8.tar.gz /freeipmi-1.2.5.tar.gz /freeipmi-1.2.6.tar.gz /freeipmi-1.2.7.tar.gz +/freeipmi-1.2.9.tar.gz diff --git a/freeipmi-1.2.7-va_list.patch b/freeipmi-1.2.7-va_list.patch deleted file mode 100644 index 06830af..0000000 --- a/freeipmi-1.2.7-va_list.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -up ./common/toolcommon/pstdout.c.vaty ./common/toolcommon/pstdout.c ---- ./common/toolcommon/pstdout.c.vaty 2013-05-30 16:04:27.461099744 +0200 -+++ ./common/toolcommon/pstdout.c 2013-05-30 16:04:36.516115447 +0200 -@@ -761,12 +761,12 @@ pstdout_vprintf(pstdout_state_t pstate, - return -1; - } - -- if (!ap) -+/* if (!ap) - { - pstdout_errnum = PSTDOUT_ERR_PARAMETERS; - return -1; - } -- -+*/ - rv = _pstdout_print(pstate, 0, stdout, format, ap); - return rv; - } diff --git a/freeipmi.spec b/freeipmi.spec index 749f45e..19ddf59 100644 --- a/freeipmi.spec +++ b/freeipmi.spec @@ -2,8 +2,8 @@ # Copyright (c) 2003 FreeIPMI Core Team Name: freeipmi -Version: 1.2.7 -Release: 2%{?dist} +Version: 1.2.9 +Release: 1%{?dist} Summary: IPMI remote console and system management software License: GPLv3+ Group: Applications/System @@ -17,9 +17,6 @@ Requires(preun): info systemd-units Requires(post): info systemd-units systemd-sysv Requires(postun): systemd-units -# http://lists.gnu.org/archive/html/freeipmi-devel/2013-05/msg00027.html -Patch1: freeipmi-1.2.7-va_list.patch - %description The FreeIPMI project provides "Remote-Console" (out-of-band) and "System Management Software" (in-band) based on Intelligent @@ -60,7 +57,6 @@ IPMI SEL syslog logging daemon. %prep %setup -q -%patch1 -p1 -b .va_list %build export CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS" @@ -349,6 +345,16 @@ fi %dir %{_localstatedir}/cache/ipmiseld %changelog +* Fri Jul 19 2013 Ales Ledvinka - 1.2.9-1 +- Updated to upstream freeipmi-1.2.9 + - Fix threshold output corner case in ipmi-sensors. + - Fix invalid declaration in libipmimonitoring header. + - Fix older compiler build problems. + - + - Fix portability build bug on ARM systems. + - Add 'internal IPMI error' troubleshooting to manpages. + - Fix bmc-info corner case on Bull 510 systems. + * Fri May 31 2013 Ales Ledvinka - 1.2.7-2 - Fix build on architectures where va_list is not pointer. diff --git a/sources b/sources index e6a5fb7..accacfc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf99f0a33408a32c10c643805d27049e freeipmi-1.2.7.tar.gz +326bdb8ad2a0b72ec0bfd9d20a31ac91 freeipmi-1.2.9.tar.gz