commit python-lmiwbem for openSUSE:Factory

2017-02-06 Thread root
Hello community,

here is the log from the commit of package python-lmiwbem for openSUSE:Factory 
checked in at 2017-02-06 15:22:02

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
2016-01-12 16:13:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-lmiwbem.new/python-lmiwbem.changes   
2017-02-06 15:22:03.321078205 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 11:51:06 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ python-lmiwbem.spec ++
--- /var/tmp/diff_new_pack.OK3sgS/_old  2017-02-06 15:22:03.709022731 +0100
+++ /var/tmp/diff_new_pack.OK3sgS/_new  2017-02-06 15:22:03.713022160 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lmiwbem
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -43,10 +43,13 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 %else
-BuildRequires:  boost-python >= 1.50.0
 BuildRequires:  python2-devel
 %endif
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_python-devel
+%else
 BuildRequires:  boost-devel > 1.50.0
+%endif
 BuildRequires:  openslp-devel
 BuildRequires:  tog-pegasus-devel >= 2.12.0
 BuildRequires:  tog-pegasus-libs >= 2.12.0




commit python-lmiwbem for openSUSE:Factory

2016-01-12 Thread h_root
Hello community,

here is the log from the commit of package python-lmiwbem for openSUSE:Factory 
checked in at 2016-01-12 16:13:33

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-07-12 22:52:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-lmiwbem.new/python-lmiwbem.changes   
2016-01-12 16:13:36.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 11 12:42:05 UTC 2016 - kkae...@suse.com
+
+- Accept 'uname -p' reporting 'athlon'
+  accept-athlon.patch
+
+---

New:

  accept-athlon.patch



Other differences:
--
++ python-lmiwbem.spec ++
--- /var/tmp/diff_new_pack.ncfCu0/_old  2016-01-12 16:13:37.0 +0100
+++ /var/tmp/diff_new_pack.ncfCu0/_new  2016-01-12 16:13:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lmiwbem
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -32,6 +32,8 @@
 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, kkae...@suse.de
 Patch1: include-pegasus-internal.patch
+# PATCH-FIX-OPENSUSE, build service reports (some) 32bit systems as 'athlon'
+Patch2: accept-athlon.patch
 
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -75,6 +77,7 @@
 %setup -q -n %{name}-%{version}
 %if 0%{?suse_version}
 %patch1 -p1
+%patch2 -p1
 %endif
 
 %build

++ accept-athlon.patch ++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-python-lmiwbem-0.7.2/configure.ac 
./configure.ac
--- ../orig-python-lmiwbem-0.7.2/configure.ac   2015-06-29 09:01:54.0 
+0200
+++ ./configure.ac  2016-01-11 13:40:34.433720100 +0100
@@ -29,7 +29,7 @@
 case $host_os in
 linux*)
 case `uname -p` in
-i*86)
+athlon | i*86)
 PEGASUS_PLATFORM=PEGASUS_PLATFORM_LINUX_IX86_GNU
 ;;
 x86_64)



commit python-lmiwbem for openSUSE:Factory

2015-07-12 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-lmiwbem.new/python-lmiwbem.changes   
2015-07-12 22:52:50.0 +0200
@@ -1,0 +2,14 @@
+Mon Jun 29 13:13:55 UTC 2015 - kkae...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.HrSiLl/_new  2015-07-12 22:52:51.0 +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, kkae...@suse.de
-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)