Hello community, here is the log from the commit of package python-lmiwbem for openSUSE:Factory checked in at 2015-07-12 22:52:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lmiwbem (Old) and /work/SRC/openSUSE:Factory/.python-lmiwbem.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lmiwbem" Changes: -------- --- /work/SRC/openSUSE:Factory/python-lmiwbem/python-lmiwbem.changes 2015-06-15 17:48:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-lmiwbem.new/python-lmiwbem.changes 2015-07-12 22:52:50.000000000 +0200 @@ -1,0 +2,14 @@ +Mon Jun 29 13:13:55 UTC 2015 - [email protected] + +- enable WSMAN support + +- Update to 0.7.2 + - fixed parameter compatibility in WBEMConnection.__init__() with PyWBEM + - fixed lmiwbem.config modifications + - improved exceptions handling + +- Update to 0.7.1 + - fixed python3 build + - fixed boost::python library checks + +------------------------------------------------------------------- Old: ---- python-lmiwbem-0.7.0.tar.gz New: ---- python-lmiwbem-0.7.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lmiwbem.spec ++++++ --- /var/tmp/diff_new_pack.HrSiLl/_old 2015-07-12 22:52:51.000000000 +0200 +++ /var/tmp/diff_new_pack.HrSiLl/_new 2015-07-12 22:52:51.000000000 +0200 @@ -11,14 +11,19 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -%global with_doc 0 # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# doc generation segfaults :-/ +%global with_doc 0 + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + Name: python-lmiwbem -Version: 0.7.0 +Version: 0.7.2 Release: 1%{?dist} Summary: Python WBEM Client License: LGPL-2.0+ @@ -26,28 +31,29 @@ Url: https://github.com/phatina/python-lmiwbem Source0: https://github.com/phatina/python-lmiwbem/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE, SUSE packages internal Pegasus include files in separate directory, [email protected] -Patch: include-pegasus-internal.patch +Patch1: include-pegasus-internal.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool %if 0%{?suse_version} -BuildRequires: pkg-config BuildRequires: gcc-c++ +BuildRequires: pkg-config BuildRequires: python-devel %else BuildRequires: boost-python >= 1.50.0 BuildRequires: python2-devel %endif -BuildRequires: tog-pegasus-devel >= 2.12.0 -BuildRequires: tog-pegasus-libs >= 2.12.0 BuildRequires: boost-devel > 1.50.0 BuildRequires: openslp-devel +BuildRequires: tog-pegasus-devel >= 2.12.0 +BuildRequires: tog-pegasus-libs >= 2.12.0 %if %{with_doc} BuildRequires: python-sphinx BuildRequires: python-sphinx_rtd_theme BuildRequires: python-sphinxcontrib-napoleon %endif +BuildRequires: libwsman_clientpp-devel Provides: lmiwbem = %{version}-%{release} Obsoletes: lmiwbem < 0.6.1-1 @@ -68,12 +74,16 @@ %prep %setup -q -n %{name}-%{version} %if 0%{?suse_version} -%patch -p1 +%patch1 -p1 %endif %build autoreconf -fi %configure \ +%if 0%{?suse_version} +--with-default-trust-store=/etc/pki/trust/anchors \ +%endif +--with-wsman=yes \ %if %{with_doc} --with-doc=yes %endif ++++++ python-lmiwbem-0.7.0.tar.gz -> python-lmiwbem-0.7.2.tar.gz ++++++ ++++ 2535 lines of diff (skipped)
