Update to wsmancli-2.3.0

This commit is contained in:
Vitezslav Crhonek 2012-11-12 14:25:24 +01:00
parent 020e6fed88
commit 82661512ac
4 changed files with 13 additions and 10 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 <vcrhonek@redhat.com> - 2.3.0-1
- Update to wsmancli-2.3.0
* Tue Sep 18 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.7.1-3
- Fix issues found by fedora-review utility in the spec file