Hello community,

here is the log from the commit of package openlmi-tools for openSUSE:Factory 
checked in at 2013-08-13 13:06:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openlmi-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openlmi-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openlmi-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openlmi-tools/openlmi-tools.changes      
2013-07-29 17:43:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openlmi-tools.new/openlmi-tools.changes 
2013-08-13 13:06:52.000000000 +0200
@@ -1,0 +2,25 @@
+Wed Jul 31 14:00:59 UTC 2013 - [email protected]
+
+- Update to version 0.6
+  - indications support; subscription and listening
+  - lazy class fetching when working with LMIClasses
+  - classes caching
+  - UDS connection to TOG-Pegasus, when connections as root to localhost
+  - configuration file (~/.lmishellrc)
+  - dictionary-based filtering for LMIInstance and LMIInstanceName
+  - synchronous method calls
+    - not 100% complete, we are waiting for TOG-Pegasus for fixes
+  - creation of a new LMIInstanceName
+  - access constant values (Values + ValueMap from MOF definition)
+  - no sample scripts present
+  - history file renamed to ~/.lmishell_history
+  - man page generator
+    - uses https://fedorahosted.org/openlmi/wiki/shell pages to generate
+      the man page content
+  - moved the shell into $(PYTHON_SITELIB)/lmi/shell to make the
+    shell compatible with other providers, etc.
+  - switched from autotools to setuptools
+  - new CLI options for basic logging setup
+  - bug fixes and code cleanups  
+
+-------------------------------------------------------------------
@@ -11 +35,0 @@
-

Old:
----
  older-python.patch
  openlmi-tools-0.5.tar.bz2

New:
----
  openlmi-tools-0.6.tar.bz2

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

Other differences:
------------------
++++++ openlmi-tools.spec ++++++
--- /var/tmp/diff_new_pack.bJVM4R/_old  2013-08-13 13:06:53.000000000 +0200
+++ /var/tmp/diff_new_pack.bJVM4R/_new  2013-08-13 13:06:53.000000000 +0200
@@ -1,35 +1,44 @@
 #
 # spec file for package openlmi-tools
 #
-# Copyright (c) 2013 Redhat, Inc
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 Redhat, Inc
 #
-# Licensed under the GPL-2.0 license
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# 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.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           openlmi-tools
-Version:        0.5
+Version:        0.6
 Release:        2%{?dist}
 Summary:        Tooling around openLMI
+License:        GPL-2.0
+Group:          System/Management
 %if 0%{?suse_version} > 1110
 # SLE11 has Python site-dir below /usr/lib64
 BuildArch:      noarch
 %endif
 
-License:        GPL-2.0
-URL:            http://fedorahosted.org/openlmi/
+Url:            http://fedorahosted.org/openlmi/
 Source0:        %{name}-%{version}.tar.bz2
-# SLE11 has Python 2.6, [email protected]
-Patch1:         older-python.patch
 
-Group:          System/Management
-
-BuildRequires:  automake
 BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  python-pywbem
 %if 0%{?suse_version} < 1120
 # SLE11 needs explicit BuildRoot
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# Python 2.6 needs argparse
+BuildRequires:  python-argparse
 %endif
 %if 0%{?suse_version}
 BuildRequires:  python
@@ -58,16 +67,13 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
-autoreconf -fi
-%configure
-
-make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+cd cli
+python setup.py install --root=$RPM_BUILD_ROOT --prefix=%{_prefix}
+
 %if 0%{?suse_version} > 1010
 %fdupes %{buildroot}
 %endif
@@ -77,6 +83,9 @@
 %doc README COPYING
 %{_bindir}/lmi*
 %dir %{python_sitelib}/lmi
+%dir %{python_sitelib}/openlmi_tools-*-info
 %{python_sitelib}/lmi*
+%{python_sitelib}/openlmi_tools-*-nspkg.pth
+%{python_sitelib}/openlmi_tools-*-info/*
 
 %changelog

++++++ openlmi-tools-0.5.tar.bz2 -> openlmi-tools-0.6.tar.bz2 ++++++
++++ 17400 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to