[openwsman/f14/master] Fixed swig version checking in acinclude.m4

Praveen K Paladugu praveenp at fedoraproject.org
Mon Aug 2 17:48:08 UTC 2010


commit 7e8582287ef8d797ab8be390a494f8e57c334857
Author: Praveen K Paladugu <praveenp at praveenp-dell.us.dell.com>
Date:   Mon Aug 2 12:48:51 2010 -0500

    Fixed swig version checking in acinclude.m4

 openwsman.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openwsman.spec b/openwsman.spec
index 63c52c4..62b0e57 100644
--- a/openwsman.spec
+++ b/openwsman.spec
@@ -17,7 +17,7 @@ BuildRequires:  perl-devel pkgconfig openssl-devel
 BuildRequires:  libtool
 Requires:       net-tools
 Version:        2.2.3
-Release:        5%{?dist}
+Release:        6%{?dist}
 Url:            http://www.openwsman.org/
 License:        BSD
 Group:          Applications/System
@@ -26,6 +26,7 @@ Source:         http://downloads.sourceforge.net/project/openwsman/%{name}/%{ver
 Patch0:         %{name}-initscript.patch
 Patch1:         %{name}-randfile.patch
 Patch2:         %{name}-authors.patch
+Patch3:		%{name}-swig-ver-check.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXX)
 
 %description
@@ -139,6 +140,7 @@ This package provides Perl bindings to access the openwsman client API.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 sh autoconfiscate.sh
@@ -264,6 +266,9 @@ fi
 
 
 %changelog
+* Mon Aug  2 2010 Praveen K Paladugu <praveen_paladugu at dell.com> -2.2.3-6
+- Fixed swig version checking in acinclude.m4
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 2.2.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list