]> git.pld-linux.org Git - packages/freeipmi.git/commitdiff
- updated to 1.2.4
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jan 2013 13:24:36 +0000 (14:24 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jan 2013 13:24:36 +0000 (14:24 +0100)
- added am patch (fixes build with automake 1.13)
- bmc-config no longer seems to display exception

freeipmi-am.patch [new file with mode: 0644]
freeipmi.spec

diff --git a/freeipmi-am.patch b/freeipmi-am.patch
new file mode 100644 (file)
index 0000000..cb6e4fa
--- /dev/null
@@ -0,0 +1,11 @@
+--- freeipmi-1.2.4/configure.ac.orig   2013-01-10 01:08:22.000000000 +0100
++++ freeipmi-1.2.4/configure.ac        2013-01-12 13:59:18.223891737 +0100
+@@ -22,7 +22,7 @@
+ AM_INIT_AUTOMAKE([tar-ustar subdir-objects 1.9])
+ dnl create a config.h file
+-AM_CONFIG_HEADER([config/config.h])
++AC_CONFIG_HEADERS([config/config.h])
+ dnl define output files
+ AC_CONFIG_FILES([
index 9843bd2a5979cb18ce645304fc63cdf0aa8b5997..1aba85cac694625af66bb8e149a4521961c20875 100644 (file)
@@ -7,27 +7,16 @@
 #    that .so needs to read ipckey inode), so one vote for discarding
 #    -libs?
 #  - additional split by requires/services (watchdog)
-#  - wtf is this?
-# # bmc-config
-#>>--:>  >>--:>  >>--:> >>--:>
-#~ ~   Cat ate the fish!!  ~ ~
-#>>--:>  >>--:>  >>--:> >>--:>
-#Fish Exception (gh_standard_handler dump):
-#tag        : 
-#throw args : 
-#data       : [/usr/share/fish/extensions/sensors.scm]
-#misc-error(#f %s %S (no such module (srfi srfi-13)) #f)No backtrace
-#available.
-# dig: http://www.google.com/search?q=srfi&ie=UTF-8&oe=UTF-8
 Summary:       GNU FreeIPMI - system management software
 Summary(pl.UTF-8):     GNU FreeIPMI - oprogramowanie do zarzÄ…dzania systemem
 Name:          freeipmi
-Version:       1.2.3
+Version:       1.2.4
 Release:       1
 License:       GPL v3+
 Group:         Applications/System
 Source0:       http://ftp.gnu.org/gnu/freeipmi/%{name}-%{version}.tar.gz
-# Source0-md5: b1e21641c31b9d3291bdfe4a2b323d03
+# Source0-md5: 84a004c3908743477968c4ba30276b30
+Patch0:                %{name}-am.patch
 URL:           http://www.gnu.org/software/freeipmi/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1:1.9
@@ -147,6 +136,7 @@ Statyczna biblioteka FreeIPMI.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.16079 seconds and 4 git commands to generate.