Hello community,

here is the log from the commit of package openwsman for openSUSE:Factory 
checked in at 2015-05-28 09:57:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openwsman (Old)
 and      /work/SRC/openSUSE:Factory/.openwsman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openwsman"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openwsman/openwsman.changes      2015-02-25 
02:18:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openwsman.new/openwsman.changes 2015-05-28 
09:57:05.000000000 +0200
@@ -1,0 +2,30 @@
+Wed May 20 10:54:43 UTC 2015 - kkae...@suse.com
+
+- Update to 2.5.0
+  - Drop 'openwsmand' service name, use 'openwsman' only
+    (was never properly supported by systemd anyways)
+  - Features
+    - Rewrite selector and property handling to keep
+      them in order (#49)
+      Selectors and properties can now handle EndpointReferences
+      as values. This increases compatibility with Intel AMT 7.0
+      and later.
+    - ABI change, .so version 3
+    - Ruby: Add EndPointReference#to_s
+
+-------------------------------------------------------------------
+Wed May 20 09:55:12 UTC 2015 - kkae...@suse.com
+
+- Update to 2.4.15
+  - Features
+    - Ruby: Add Fault#to_s
+    - Ruby: Enable ClientOptions#properties=
+    - Cim: New config option "cim_client_cql' to select CQL query
+      identifier ('CQL' - default, 'DMTF:CQL' - standards-compliant)
+  - Bugfixes
+    - Fix segfault in wsmc_add_property
+    - Fix memleak in xpath handling
+    - Fix typo in parsing max_connections_per_thread (vcrhonek)
+    - Ruby: ClientOptions#properties=
+
+-------------------------------------------------------------------

Old:
----
  openwsman-2.4.14.tar.bz2

New:
----
  openwsman-2.5.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openwsman.spec ++++++
--- /var/tmp/diff_new_pack.Na751d/_old  2015-05-28 09:57:06.000000000 +0200
+++ /var/tmp/diff_new_pack.Na751d/_new  2015-05-28 09:57:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openwsman
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -82,11 +82,11 @@
 %if 0%{?suse_version} > 0
 BuildRequires:  java-devel
 # No jni_md.h on SLE10 :-/
-#%if 0%{?suse_version} < 1100
+#%%if 0%{?suse_version} < 1100
 #BuildRequires:  java-1_5_0-ibm-devel
 #BuildRequires:  libgcj-devel
 #BuildRequires:  update-alternatives
-#%endif
+#%%endif
 
 %if 0%{?suse_version} > 1010
 BuildRequires:  fdupes
@@ -122,10 +122,10 @@
 %endif
 
 Requires(pre):  sed coreutils grep /bin/hostname
-Version:        2.4.14
+Version:        2.5.0
 Release:        0
 # Mandriva:
-# Release %mkrel 1
+# Release %%mkrel 1
 Url:            http://www.openwsman.org/
 Summary:        Opensource Implementation of WS-Management
 License:        BSD-3-Clause
@@ -146,13 +146,13 @@
 Opensource Implementation of WS-Management protocol stack
 
 
-%package -n libwsman1
+%package -n libwsman3
 Summary:        Opensource Implementation of WS-Management
 Group:          System/Management
 Provides:       openwsman = %{version}
 Obsoletes:      openwsman < %{version}
 
-%description -n libwsman1
+%description -n libwsman3
 Opensource Implementation of WS-Management protocol stack
 (Common libraries)
 
@@ -162,7 +162,7 @@
 Provides:       openwsman-devel = %{version}
 Obsoletes:      openwsman-devel < %{version}
 Requires:       %{name}-server = %{version}
-Requires:       libwsman1 = %{version}
+Requires:       libwsman3 = %{version}
 Requires:       libxml2-devel
 Requires:       pam-devel
 Requires:       sblim-sfcc-devel
@@ -298,7 +298,7 @@
 
 %package java
 Requires:       java
-Requires:       libwsman1 = %{version}
+Requires:       libwsman3 = %{version}
 Summary:        Java bindings for openwsman client API
 Group:          System/Management
 
@@ -358,11 +358,8 @@
 [ -d $RPM_BUILD_ROOT%{ruby_vendorlib} ] && rm -f 
$RPM_BUILD_ROOT%{ruby_vendorlib}/openwsmanplugin.rb
 %if 0%{?has_systemd}
 install -D -m 644 %{S:4} $RPM_BUILD_ROOT%{_unitdir}/%{name}.service
-# alias openwsman and openwsmand
-ln -s %{_unitdir}/%{name}.service $RPM_BUILD_ROOT%{_unitdir}/%{name}d.service
-# rcopenwsman, rcopenwsmand
+# rcopenwsman
 ln -sf %{_sbindir}/service $RPM_BUILD_ROOT%{_sbindir}/rc%{name}
-ln -sf %{_sbindir}/rcopenwsman $RPM_BUILD_ROOT%{_sbindir}/rc%{name}d
 %else
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/init.d
 install -m 755 build/etc/init/openwsmand.sh 
$RPM_BUILD_ROOT%{_sysconfdir}/init.d/openwsmand
@@ -376,9 +373,9 @@
 install -D -m 644 %{S:3} 
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/openwsman
 %endif
 
-%post -n libwsman1 -p /sbin/ldconfig
+%post -n libwsman3 -p /sbin/ldconfig
 
-%postun -n libwsman1
+%postun -n libwsman3
 /sbin/ldconfig
 exit 0
 
@@ -431,7 +428,7 @@
 
 %postun -n libwsman_clientpp1 -p /sbin/ldconfig
 
-%files -n libwsman1
+%files -n libwsman3
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README.md TODO 
src/plugins/redirect/redirect-README
 %{_libdir}/libwsman.so.*
@@ -495,14 +492,10 @@
 %endif
 %if 0%{?has_systemd}
 %{_unitdir}/%{name}.service
-%{_unitdir}/%{name}d.service
 %{_sbindir}/rc%{name}
-%{_sbindir}/rc%{name}d
 %else
 %attr(0755,root,root) %{_sysconfdir}/init.d/openwsmand
 %endif
-# backwards compatibility
-%{_sbindir}/rcopenwsmand
 %dir %{_libdir}/openwsman
 %dir %{_libdir}/openwsman/authenticators
 %{_libdir}/openwsman/authenticators/*.so

++++++ openwsman-2.4.14.tar.bz2 -> openwsman-2.5.0.tar.bz2 ++++++
++++ 2693 lines of diff (skipped)


Reply via email to