Hello community, here is the log from the commit of package openwsman for openSUSE:Factory checked in at 2020-06-02 14:41:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openwsman (Old) and /work/SRC/openSUSE:Factory/.openwsman.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openwsman" Tue Jun 2 14:41:38 2020 rev:71 rq:810632 version:2.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openwsman/openwsman.changes 2019-09-26 20:42:46.466295541 +0200 +++ /work/SRC/openSUSE:Factory/.openwsman.new.3606/openwsman.changes 2020-06-02 14:42:29.884253300 +0200 @@ -1,0 +2,34 @@ +Mon May 25 12:43:49 UTC 2020 - Klaus Kämpf <[email protected]> + +- Update to 2.7.0 + * API change: + client_opt: expiry and hearbeat_interval are float (Alexander Usyskin) + wsmc_set_sub_expiry() and wsmc_set_heartbeat_interval() change their + first parameter from int to float + * bump so version of libwsman_client from 4 to 5 + + * split off client libraries from server libraries + libwsman_client5 is separate from libwsman3 now. + +- Features + * new functions for C++ bindings: OpenWsmanClient::GetWithFlags() + and OpenWsmanClient::PutWithFlags to add a 'flags' parameter + (Alexander Usyskin) + * add FLAG_SUPRESS_100_CONTINUE to options, fixes #131 to workaround + a curl problem. Reportedly curl 7.69.0 fixes this also in curl. + (Alexander Usyskin) + +- Fixes + * fixed several compiler warnings (Alexander Usyskin) + * fixed spelling errors (Tomas Winkler) + +------------------------------------------------------------------- +Fri Oct 4 06:37:08 UTC 2019 - Klaus Kämpf <[email protected]> + +- Update to 2.6.13 + * Bugfixes + - fixed several compiler warnings (Alexander Usyskin) + - code cleanup (Alexander Usyskin) + - general code robustness (Alexander Usyskin) + +------------------------------------------------------------------- Old: ---- openwsman-2.6.12.tar.bz2 New: ---- openwsman-2.7.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openwsman.spec ++++++ --- /var/tmp/diff_new_pack.oO6hxE/_old 2020-06-02 14:42:31.500258408 +0200 +++ /var/tmp/diff_new_pack.oO6hxE/_new 2020-06-02 14:42:31.504258421 +0200 @@ -1,7 +1,7 @@ # # spec file for package openwsman # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -142,11 +142,11 @@ %endif Requires(pre): sed coreutils grep /bin/hostname -Version: 2.6.12 +Version: 2.7.0 Release: 0 # Mandriva: # Release %%mkrel 1 -Url: http://www.openwsman.org/ +URL: http://www.openwsman.org/ Summary: An implementation of the WS-MAN specification License: BSD-3-Clause AND GPL-2.0-only Group: System/Management @@ -184,6 +184,17 @@ This subpackage provides the common libraries of OpenWSMAN. +%package -n libwsman_client5 +Summary: An implementation of the WS-MAN specification +Group: System/Libraries + +%description -n libwsman_client5 +OpenWSMAN is an implementation of the WS-Management protocol stack. +Web Services for Management (WS-MAN) is a specification for managing +computer systems using web services standards. + +This subpackage provides the client libraries of OpenWSMAN. + %package -n libwsman-devel Summary: Development files for OpenWSMAN Group: Development/Libraries/C and C++ @@ -455,6 +466,9 @@ %post -n libwsman3 -p /sbin/ldconfig %postun -n libwsman3 -p /sbin/ldconfig +%post -n libwsman_client5 -p /sbin/ldconfig +%postun -n libwsman_client5 -p /sbin/ldconfig + %if 0%{?has_systemd} %pre server if [ -f /var/lib/systemd/migrated/%{name} ]; then @@ -508,11 +522,17 @@ %files -n libwsman3 %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog README.md TODO src/plugins/redirect/redirect-README +%doc AUTHORS ChangeLog README.md TODO src/plugins/redirect/redirect-README +%license COPYING %{_libdir}/libwsman.so.* -%{_libdir}/libwsman_client.so.* %{_libdir}/libwsman_curl_client_transport.so.* %dir %{_sysconfdir}/openwsman + +%files -n libwsman_client5 +%defattr(-,root,root) +%doc AUTHORS +%license COPYING +%{_libdir}/libwsman_client.so.* %config(noreplace) %{_sysconfdir}/openwsman/openwsman_client.conf %files -n libwsman-devel ++++++ openwsman-2.6.12.tar.bz2 -> openwsman-2.7.0.tar.bz2 ++++++ ++++ 2039 lines of diff (skipped)
