]> git.pld-linux.org Git - packages/OpenIPMI.git/commitdiff
- rel.3 - pthread patch added auto/th/OpenIPMI-2_0_14-3 auto/ti/OpenIPMI-2_0_14-3
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 1 Nov 2008 23:56:15 +0000 (23:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    OpenIPMI-pthread.patch -> 1.1
    OpenIPMI.spec -> 1.55

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

diff --git a/OpenIPMI-pthread.patch b/OpenIPMI-pthread.patch
new file mode 100644 (file)
index 0000000..358a528
--- /dev/null
@@ -0,0 +1,10 @@
+--- ./OpenIPMIpthread.pc.in.org        2005-08-17 05:56:02.000000000 +0200
++++ ./OpenIPMIpthread.pc.in    2008-11-02 00:50:16.748169294 +0100
+@@ -6,6 +6,6 @@ includedir=@includedir@
+ Name: OpenIPMIpthread
+ Description: Pthread OS handler for OpenIPMI
+ Version: @VERSION@
+-Requires: OpenIPMI pthread
++Requires: OpenIPMI
+ Libs: -L${libdir} -lOpenIPMIutils -lOpenIPMIpthread
+ Cflags: -I${includedir}
index a5b6e8f2efb6167d5cb850b911a873d83c223b3f..6aa10512d6bab38ae7a8949e8115aedf7b9450d7 100644 (file)
@@ -6,7 +6,7 @@ Summary:        IPMI abstraction layer
 Summary(pl.UTF-8):     Warstwa abstrakcji IPMI
 Name:          OpenIPMI
 Version:       2.0.14
-Release:       2
+Release:       3
 License:       LGPL v2+ (library), GPL v2+ (ipmicmd)
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
@@ -15,6 +15,7 @@ Patch0:               %{name}-link.patch
 Patch1:                %{name}-python.patch
 Patch2:                %{name}-lt.patch
 Patch3:                %{name}-popt.patch
+Patch4:                %{name}-pthread.patch
 URL:           http://openipmi.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -114,6 +115,7 @@ Graficzny interfejs użytkownika do OpenIPMI.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__libtoolize}
This page took 0.117265 seconds and 4 git commands to generate.