diff --git a/.gitignore b/.gitignore index 500ac36..c8859f7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ wsmancli-2.2.3.tar.bz2 /wsmancli-2.2.4.tar.bz2 /wsmancli-2.2.5.tar.bz2 /wsmancli-2.2.7.1.tar.bz2 +/wsmancli-2.3.0.tar.bz2 diff --git a/missing-pthread-symbols.patch b/missing-pthread-symbols.patch index 79da4b3..9eb2419 100644 --- a/missing-pthread-symbols.patch +++ b/missing-pthread-symbols.patch @@ -1,12 +1,12 @@ -diff -up wsmancli-2.1.0/examples/cpp/Makefile.in.old wsmancli-2.1.0/examples/cpp/Makefile.in ---- wsmancli-2.1.0/examples/cpp/Makefile.in.old 2009-11-06 10:29:49.000000000 -0600 -+++ wsmancli-2.1.0/examples/cpp/Makefile.in 2009-11-06 10:29:20.000000000 -0600 -@@ -158,7 +158,7 @@ target_alias = @target_alias@ +diff -up wsmancli-2.3.0/examples/cpp/Makefile.in.orig wsmancli-2.3.0/examples/cpp/Makefile.in +--- wsmancli-2.3.0/examples/cpp/Makefile.in.orig 2012-11-12 14:06:55.438748181 +0100 ++++ wsmancli-2.3.0/examples/cpp/Makefile.in 2012-11-12 14:07:13.932935875 +0100 +@@ -224,7 +224,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ LDADD = \ -- -lwsman -lwsman_clientpp -+ -lwsman -lpthread -lwsman_clientpp +- $(OPENWSMAN_LIBS) -lwsman_clientpp ++ $(OPENWSMAN_LIBS) -lpthread -lwsman_clientpp EnumInstance_SOURCES = \ EnumInstance.cpp diff --git a/sources b/sources index ba5152a..3d2b004 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -2c0e22050d10afab1225ca0bb4d7b10e wsmancli-2.2.5.tar.bz2 -0088782e651119d82dcd6571271f2239 wsmancli-2.2.7.1.tar.bz2 +99f89e6a01b0d9e0337bfdd3372c14c3 wsmancli-2.3.0.tar.bz2 diff --git a/wsmancli.spec b/wsmancli.spec index bc0aad3..8a7ebd3 100644 --- a/wsmancli.spec +++ b/wsmancli.spec @@ -1,6 +1,6 @@ Name: wsmancli -Version: 2.2.7.1 -Release: 3%{dist} +Version: 2.3.0 +Release: 1%{dist} License: BSD Url: http://www.openwsman.org/ Source: http://downloads.sourceforge.net/project/openwsman/%{name}/%{version}/%{name}-%{version}.tar.bz2 @@ -35,6 +35,9 @@ make DESTDIR=%{buildroot} install %doc COPYING README AUTHORS %changelog +* Mon Nov 12 2012 Vitezslav Crhonek - 2.3.0-1 +- Update to wsmancli-2.3.0 + * Tue Sep 18 2012 Vitezslav Crhonek - 2.2.7.1-3 - Fix issues found by fedora-review utility in the spec file