diff --git a/.gitignore b/.gitignore index ecd1e84..ce7b7a5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ openwsman-2.2.3.tar.bz2 /v2.4.4.tar.gz /v2.4.6.tar.gz /openwsman-2.4.12.tar.gz +/openwsman-2.4.14.tar.gz diff --git a/openwsman-2.4.12-ruby-binding-build.patch b/openwsman-2.4.12-ruby-binding-build.patch index 8a952a1..c72f078 100644 --- a/openwsman-2.4.12-ruby-binding-build.patch +++ b/openwsman-2.4.12-ruby-binding-build.patch @@ -6,7 +6,7 @@ diff -up openwsman-2.4.12/bindings/ruby/extconf.rb.orig openwsman-2.4.12/binding major, minor, path = RUBY_VERSION.split(".") -raise "SWIG failed to run" unless system("#{swig} -ruby -autorename -DRUBY_VERSION=#{major}#{minor} -I. -I/usr/include/openwsman -o openwsman_wrap.c openwsman.i") -+raise "SWIG failed to run" unless system("#{swig} -ruby -autorename -DRUBY_VERSION=#{major}#{minor} -I. -I/usr/include/openwsman -I/builddir/build/BUILD/openwsman-2.4.12/include/ -o openwsman_wrap.c openwsman.i") ++raise "SWIG failed to run" unless system("#{swig} -ruby -autorename -DRUBY_VERSION=#{major}#{minor} -I. -I/usr/include/openwsman -I/builddir/build/BUILD/openwsman-2.4.14/include/ -o openwsman_wrap.c openwsman.i") $CPPFLAGS = "-I/usr/include/openwsman -I.." diff --git a/openwsman.spec b/openwsman.spec index 34ef279..6d3ef33 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -15,7 +15,7 @@ BuildRequires: python python-devel perl BuildRequires: perl-devel pkgconfig openssl-devel BuildRequires: cmake BuildRequires: systemd-units -Version: 2.4.12 +Version: 2.4.14 Release: 1%{?dist} Url: http://www.openwsman.org/ License: BSD @@ -319,6 +319,9 @@ rm -f /var/log/wsmand.log %changelog +* Thu Feb 26 2015 Vitezslav Crhonek - 2.4.14-1 +- Update to openwsman-2.4.14 + * Mon Feb 09 2015 Vitezslav Crhonek - 2.4.12-1 - Update to openwsman-2.4.12 diff --git a/sources b/sources index ce796c0..1ddc948 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 4f2d9b1d7da6d87fcd38a9aa23559723 openwsmand.8.gz -4893a41c6fd89b33095c315c79638a75 openwsman-2.4.12.tar.gz +d7594b1f9b76e5251de04b3329f4052e openwsman-2.4.14.tar.gz