Hello community, here is the log from the commit of package openwsman for openSUSE:Factory checked in at 2014-10-31 18:27:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-06-01 19:40:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.openwsman.new/openwsman.changes 2014-10-31 20:20:07.000000000 +0100 @@ -1,0 +2,67 @@ +Wed Oct 29 14:03:42 UTC 2014 - [email protected] + +- check SSL version + +------------------------------------------------------------------- +Tue Oct 28 07:49:22 UTC 2014 - [email protected] + +- Update to 2.4.12 + - Features + - New config option 'ssl_disable_protocols'. Pre-set to disable + SSLv2 and v3 in SSL mode + - Ruby: support Ruby 2.1 threading API + - Bugfixes + - Fix memory corruption due to a malloc made with the wrong size + - iniparser: dictionary_set' must return a value (David Holm) + +- drop fix-memory-corruption.patch, upstream + +------------------------------------------------------------------- +Wed Sep 17 09:25:37 UTC 2014 - [email protected] + +- call service_add_pre unconditionally + +------------------------------------------------------------------- +Fri Sep 12 09:19:36 UTC 2014 - [email protected] + +- Fix possible memory corruption + Add fix-memory-corruption.patch + +------------------------------------------------------------------- +Fri Aug 1 10:03:10 UTC 2014 - [email protected] + +- Update to 2.4.11 + - Features + - Bindings: EndPointReference.selector_names() for Python + - Bugfixes + - URI parsing: Disallow comma to separate selectors in resource + uri, only ampersand is allowed. (issue #38) + - Bindings: Fix Ruby doc generation + +------------------------------------------------------------------- +Fri Jul 25 13:18:29 UTC 2014 - [email protected] + +- Update to 2.4.10 + - Feature + Allow to pass EndPointReference instances as invoke() parameters + via ClientOptions.add_property + +------------------------------------------------------------------- +Mon Jun 30 13:28:07 UTC 2014 - [email protected] + +- Update to 2.4.9 + - Bugfixes + Make finding libssl.so.* more robust (bnc#884965) + +------------------------------------------------------------------- +Fri Jun 20 11:30:42 UTC 2014 - [email protected] + +- Update to 2.4.8 + - Features + - Add Fujitsu namespace, cim schema SVS + - Bugfixes + - fix memory corruption: copy key/value data for options, + selectors, and properties + - fix .spec file for RHEL/Fedora builds + +------------------------------------------------------------------- Old: ---- openwsman-2.4.7.tar.bz2 openwsman_2.4.3-0ubuntu5~precise2~ppa1.dsc openwsman_2.4.4-0ubuntu1.debian.tar.gz openwsman_2.4.4-0ubuntu1.dsc openwsman_2.4.4.orig.tar.gz New: ---- openwsman-2.4.12.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openwsman.spec ++++++ --- /var/tmp/diff_new_pack.I3JeTE/_old 2014-10-31 20:20:08.000000000 +0100 +++ /var/tmp/diff_new_pack.I3JeTE/_new 2014-10-31 20:20:08.000000000 +0100 @@ -54,15 +54,19 @@ BuildRequires: pkgconfig BuildRequires: ruby -# RHEL6 is missing ruby-devel in OBS -%if 0%{?rhel_version} != 700 +%if 0%{?fedora} + 0%{?rhel_version} + 0%{?centos_version} > 0 + BuildRequires: ruby-devel -%if 0%{?fedora} == 0 -BuildRequires: ruby-rdoc +BuildRequires: ruby-libs + %endif + +%if (0%{?rhel_version} >= 500 && 0%{?rhel_version} < 600) || 0%{?centos_version} >= 500 || 0%{?fedora} < 17 +# rdoc is separate from rhel5 on +BuildRequires: ruby-rdoc %endif -%if 0%{?fedora} > 20 +%if 0%{?fedora} > 18 BuildRequires: rubypick %endif @@ -114,7 +118,7 @@ %endif Requires(pre): sed coreutils grep /bin/hostname -Version: 2.4.7 +Version: 2.4.12 Release: 0 # Mandriva: # Release %mkrel 1 @@ -320,7 +324,6 @@ export EXPLICIT_TARGET=1.5 %endif -export SSL_LIB=`readlink %{_libdir}/libssl.so` cd build cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ @@ -336,7 +339,7 @@ -DBUILD_RUBY_GEM=no \ .. -make CFLAGS="-DSSL_LIB='\"$SSL_LIB\"'" +make %install cd build ++++++ openwsman-2.4.7.tar.bz2 -> openwsman-2.4.12.tar.bz2 ++++++ ++++ 7204 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
