rpms/OpenIPMI/devel OpenIPMI-2.0.18-pthread-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.13, 1.14 OpenIPMI.spec, 1.80, 1.81 sources, 1.13, 1.14

Jan Šafránek jsafrane at fedoraproject.org
Thu May 20 13:56:33 UTC 2010


Author: jsafrane

Update of /cvs/pkgs/rpms/OpenIPMI/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1452

Modified Files:
	.cvsignore OpenIPMI.spec sources 
Added Files:
	OpenIPMI-2.0.18-pthread-pkgconfig.patch 
Log Message:
updated to OpenIPMI-2.0.18
fixed OpenIPMIpthread pkgconfig file
Resolves: #468067

OpenIPMI-2.0.18-pthread-pkgconfig.patch:
 OpenIPMIpthread.pc.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE OpenIPMI-2.0.18-pthread-pkgconfig.patch ---
468067  - "pkg-config --libs OpenIPMIpthread" fails

Fix the pkgconfig file.

Reported upstream as http://sourceforge.net/tracker/index.php?func=detail&aid=2188750&group_id=36127&atid=416301

diff -up OpenIPMI-2.0.18/OpenIPMIpthread.pc.in.orig OpenIPMI-2.0.18/OpenIPMIpthread.pc.in
--- OpenIPMI-2.0.18/OpenIPMIpthread.pc.in.orig	2005-08-17 05:56:02.000000000 +0200
+++ OpenIPMI-2.0.18/OpenIPMIpthread.pc.in	2010-05-20 15:48:07.000000000 +0200
@@ -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}
+Cflags: -I${includedir} -pthread


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	3 May 2010 10:39:38 -0000	1.13
+++ .cvsignore	20 May 2010 13:56:32 -0000	1.14
@@ -1 +1 @@
-OpenIPMI-2.0.17.tar.gz
+OpenIPMI-2.0.18.tar.gz


Index: OpenIPMI.spec
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/devel/OpenIPMI.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -p -r1.80 -r1.81
--- OpenIPMI.spec	3 May 2010 12:32:36 -0000	1.80
+++ OpenIPMI.spec	20 May 2010 13:56:32 -0000	1.81
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: IPMI (Intelligent Platform Management Interface) library and tools
 Name: OpenIPMI
-Version: 2.0.17
+Version: 2.0.18
 Release: 1%{?dist}
 License: LGPLv2+ and GPLv2+ or BSD
 Group: System Environment/Base
@@ -20,6 +20,8 @@ BuildRequires: desktop-file-utils
 Requires(post): chkconfig
 Requires(preun): chkconfig
 
+Patch1: OpenIPMI-2.0.18-pthread-pkgconfig.patch
+
 %description
 The Open IPMI project aims to develop an open code base to allow access to
 platform information using Intelligent Platform Management Interface (IPMI).
@@ -70,6 +72,7 @@ and control IPMI-enabled devices.
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 export CFLAGS="-fPIC $RPM_OPT_FLAGS"
@@ -78,7 +81,6 @@ export CFLAGS="-fPIC $RPM_OPT_FLAGS"
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-rm -f swig/python/OpenIPMI_wrap.c
 make   # not %{?_smp_mflags} safe
 
 %install
@@ -165,6 +167,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/fedora-openipmigui.desktop
 
 %changelog
+* Wed May  5 2010 Jan Safranek <jsafrane at redhat.com> - 2.0.18-1
+- updated to OpenIPMI-2.0.18
+- fixed OpenIPMIpthread pkgconfig file (#468067)
+
 * Mon May  3 2010 Jan Safranek <jsafrane at redhat.com> - 2.0.17-1
 - updated to OpenIPMI-2.0.17
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	3 May 2010 10:39:39 -0000	1.13
+++ sources	20 May 2010 13:56:32 -0000	1.14
@@ -1 +1 @@
-f9e95c161e2c649ad8e2f813acd2fc33  OpenIPMI-2.0.17.tar.gz
+8392539200fbda670503770292dfbb8f  OpenIPMI-2.0.18.tar.gz



More information about the scm-commits mailing list