Hello community,

here is the log from the commit of package openlmi-tools for openSUSE:Factory 
checked in at 2015-03-25 21:05:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2014-12-22 12:52:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openlmi-tools.new/openlmi-tools.changes 
2015-03-25 21:33:20.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Mar 20 10:03:40 UTC 2015 - kkae...@suse.com
+
+- Update to 0.10.5
+  - Bugfixes
+
+-------------------------------------------------------------------
@@ -4 +10 @@
-- Upate to 0.10.4
+- Update to 0.10.4

Old:
----
  openlmi-tools-0.10.4.tar.gz

New:
----
  objects.inv
  openlmi-tools-0.10.5.tar.gz

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

Other differences:
------------------
++++++ openlmi-tools.spec ++++++
--- /var/tmp/diff_new_pack.7ao8OG/_old  2015-03-25 21:33:20.000000000 +0100
+++ /var/tmp/diff_new_pack.7ao8OG/_new  2015-03-25 21:33:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openlmi-tools
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Redhat, Inc
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,8 +18,11 @@
 
 
 Name:           openlmi-tools
-Version:        0.10.4
-Release:        2%{?dist}
+Version:        0.10.5
+Release:        0
+%if 0%{?suse_version}
+%else
+%endif
 Summary:        Tooling around openLMI
 License:        GPL-2.0
 Group:          System/Management
@@ -30,6 +33,7 @@
 
 Url:            http://fedorahosted.org/openlmi/
 Source0:        
https://fedorahosted.org/released/openlmi-tools/%{name}-%{version}.tar.gz
+Source1:        http://docs.openlmi.org/en/latest/objects.inv
 %if 0%{?suse_version} == 1110
 # Python 2.6 vs 2.7 dict creation syntax change, kkae...@suse.de
 # See 
http://stackoverflow.com/questions/1747817/python-create-a-dictionary-with-list-comprehension
@@ -42,10 +46,8 @@
 BuildRequires:  openlmi-python-base
 BuildRequires:  openwsman-python
 BuildRequires:  python-docopt
-BuildRequires:  python-pyparsing
 BuildRequires:  python-pywbem
 BuildRequires:  python-sphinx
-BuildRequires:  python-sphinx-theme-openlmi
 BuildRequires:  python-sphinx_rtd_theme
 %if 0%{?suse_version} < 1120
 # SLE11 needs explicit BuildRoot
@@ -55,15 +57,18 @@
 %endif
 %if 0%{?suse_version}
 BuildRequires:  python
+BuildRequires:  python-M2Crypto
+BuildRequires:  python-pyparsing
 %if 0%{?suse_version} > 1110
 BuildRequires:  python-pyOpenSSL
 %else
 BuildRequires:  python-openssl
 %endif
 %else
+Requires:       m2crypto
+Requires:       pyparsing
 Requires:       python2
 %endif
-BuildRequires:  python-M2Crypto
 
 %if 0%{?suse_version} > 1010
 BuildRequires:  fdupes
@@ -87,11 +92,12 @@
 %prep
 %setup -q
 %if 0%{?suse_version} == 1110
-#%patch -p1
+%patch -p1
 %endif
 
 %build
-make
+cp %{S:1} doc/src
+PAPER=a4 make
 
 %install
 cd cli

++++++ openlmi-tools-0.10.4.tar.gz -> openlmi-tools-0.10.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/README-scripts.md 
new/openlmi-tools-0.10.5/cli/README-scripts.md
--- old/openlmi-tools-0.10.4/cli/README-scripts.md      2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/README-scripts.md      2015-03-16 
15:51:09.000000000 +0100
@@ -28,7 +28,7 @@
 Code base is written for `python 2.7`.
 There are following python dependencies:
 
- * openlmi-tools >= 0.9 and < 0.9.1 ([PyPI][tools-PyPI])
+ * openlmi-tools >= 0.9 and < 0.10.0 ([PyPI][tools-PyPI])
  * python-docopt
  * pandoc
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/completion/_lmishell 
new/openlmi-tools-0.10.5/cli/completion/_lmishell
--- old/openlmi-tools-0.10.4/cli/completion/_lmishell   2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/completion/_lmishell   2015-03-16 
15:51:09.000000000 +0100
@@ -1,6 +1,6 @@
 #compdef lmishell
 
-# Copyright (C) 2013-2014 Red Hat, Inc.  All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc.  All rights reserved.
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/completion/lmi.bash 
new/openlmi-tools-0.10.5/cli/completion/lmi.bash
--- old/openlmi-tools-0.10.4/cli/completion/lmi.bash    2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/completion/lmi.bash    2015-03-16 
15:51:09.000000000 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2013-2014 Red Hat, Inc.  All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc.  All rights reserved.
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/completion/lmishell.bash 
new/openlmi-tools-0.10.5/cli/completion/lmishell.bash
--- old/openlmi-tools-0.10.4/cli/completion/lmishell.bash       2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/completion/lmishell.bash       2015-03-16 
15:51:09.000000000 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2013-2014 Red Hat, Inc.  All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc.  All rights reserved.
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/doc-scripts/conf.py 
new/openlmi-tools-0.10.5/cli/doc-scripts/conf.py
--- old/openlmi-tools-0.10.4/cli/doc-scripts/conf.py    2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/doc-scripts/conf.py    2015-03-16 
15:51:09.000000000 +0100
@@ -41,7 +41,7 @@
 
 # General information about the project.
 project = u'OpenLMI Scripts'
-copyright = u'2014, Red Hat, Inc.'
+copyright = u'2014-2015, Red Hat, Inc.'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/__init__.py 
new/openlmi-tools-0.10.5/cli/lmi/__init__.py
--- old/openlmi-tools-0.10.4/cli/lmi/__init__.py        2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/__init__.py        2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/scripts/__init__.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/__init__.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/__init__.py        2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/__init__.py        2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/__init__.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/__init__.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/__init__.py   
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/__init__.py   
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/cmdutil.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/cmdutil.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/cmdutil.py    
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/cmdutil.py    
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/exit.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/exit.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/exit.py       
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/exit.py       
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/help.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/help.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/help.py       
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/help.py       
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/interactive.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/interactive.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/interactive.py        
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/interactive.py        
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/manager.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/manager.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/manager.py    
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/manager.py    
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/toplevel.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/toplevel.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/toplevel.py   
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/toplevel.py   
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/util.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/util.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/_metacommand/util.py       
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/_metacommand/util.py       
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/__init__.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/__init__.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/__init__.py 2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/__init__.py 2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/__init__.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/__init__.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/__init__.py 
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/__init__.py 
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/base.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/base.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/base.py     
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/base.py     
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/checkresult.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/checkresult.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/checkresult.py      
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/checkresult.py      
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/endpoint.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/endpoint.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/endpoint.py 
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/endpoint.py 
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/helper.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/helper.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/helper.py   
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/helper.py   
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/lister.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/lister.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/lister.py   
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/lister.py   
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/meta.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/meta.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/meta.py     
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/meta.py     
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/multiplexer.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/multiplexer.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/multiplexer.py      
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/multiplexer.py      
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/select.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/select.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/select.py   
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/select.py   
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/session.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/session.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/session.py  
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/session.py  
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/show.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/show.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/show.py     
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/show.py     
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/util.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/util.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/command/util.py     
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/command/util.py     
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/configuration.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/configuration.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/configuration.py    
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/configuration.py    
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/errors.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/errors.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/errors.py   2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/errors.py   2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/formatter/__init__.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/formatter/__init__.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/formatter/__init__.py       
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/formatter/__init__.py       
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/formatter/command.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/formatter/command.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/formatter/command.py        
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/formatter/command.py        
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/lmi_logging.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/lmi_logging.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/lmi_logging.py      
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/lmi_logging.py      
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/session.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/session.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/session.py  2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/session.py  2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Michal Minar <mimi...@redhat.com>
+# Copyright (C) 2013-2015 Michal Minar <mimi...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -107,8 +107,14 @@
             kwargs['prompt_prefix'] = '[%s] ' % hostname
         connection = connect(hostname, username, password, **kwargs)
         if connection is not None:
-            tp = connection.client._cliconn.creds
-            if tp is None:
+            client = None
+            if hasattr(connection, "client"):
+                client = connection.client
+            elif hasattr(connection, "_client"):
+                client = connection._client
+            if client is not None:
+                tp = client._cliconn.creds
+            if client is None or tp is None:
                 tp = ('', '')
             self._credentials[hostname] = (tp[0], tp[1], True)
         else:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/scripts/common/util.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/util.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/util.py     2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/util.py     2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/versioncheck/__init__.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/versioncheck/__init__.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/versioncheck/__init__.py    
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/versioncheck/__init__.py    
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/scripts/common/versioncheck/parser.py 
new/openlmi-tools-0.10.5/cli/lmi/scripts/common/versioncheck/parser.py
--- old/openlmi-tools-0.10.4/cli/lmi/scripts/common/versioncheck/parser.py      
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/scripts/common/versioncheck/parser.py      
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIBaseObject.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIBaseObject.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIBaseObject.py     2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIBaseObject.py     2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/shell/LMICIMXMLClient.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMICIMXMLClient.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMICIMXMLClient.py   2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMICIMXMLClient.py   2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIClass.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIClass.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIClass.py  2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIClass.py  2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMICompleter.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMICompleter.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMICompleter.py      2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMICompleter.py      2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIConnection.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIConnection.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIConnection.py     2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIConnection.py     2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIConsole.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIConsole.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIConsole.py        2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIConsole.py        2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/shell/LMIConstantValues.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIConstantValues.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIConstantValues.py 2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIConstantValues.py 2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIDecorators.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIDecorators.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIDecorators.py     2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIDecorators.py     2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIExceptions.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIExceptions.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIExceptions.py     2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIExceptions.py     2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIFormatter.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIFormatter.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIFormatter.py      2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIFormatter.py      2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIHelper.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIHelper.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIHelper.py 2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIHelper.py 2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/shell/LMIIndicationListener.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIIndicationListener.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIIndicationListener.py     
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIIndicationListener.py     
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIInstance.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIInstance.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIInstance.py       2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIInstance.py       2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/shell/LMIInstanceName.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIInstanceName.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIInstanceName.py   2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIInstanceName.py   2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIJob.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIJob.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIJob.py    2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIJob.py    2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIMethod.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIMethod.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIMethod.py 2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIMethod.py 2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMINamespace.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMINamespace.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMINamespace.py      2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMINamespace.py      2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/shell/LMIObjectFactory.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIObjectFactory.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIObjectFactory.py  2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIObjectFactory.py  2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIReturnValue.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIReturnValue.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIReturnValue.py    2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIReturnValue.py    2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIShellCache.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIShellCache.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIShellCache.py     2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIShellCache.py     2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIShellClient.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIShellClient.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIShellClient.py    2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIShellClient.py    2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIShellConfig.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIShellConfig.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIShellConfig.py    2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIShellConfig.py    2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIShellLogger.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIShellLogger.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIShellLogger.py    2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIShellLogger.py    2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/shell/LMIShellOptions.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIShellOptions.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIShellOptions.py   2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIShellOptions.py   2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/shell/LMIShellVersion.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIShellVersion.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIShellVersion.py   2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIShellVersion.py   2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -13,4 +13,4 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 
-__version__ = "0.10.4"
+__version__ = "0.10.5"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/shell/LMISubscription.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMISubscription.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMISubscription.py   2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMISubscription.py   2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIUtil.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIUtil.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIUtil.py   2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIUtil.py   2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/LMIWSMANClient.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/LMIWSMANClient.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/LMIWSMANClient.py    2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/LMIWSMANClient.py    2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/__init__.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/__init__.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/__init__.py  2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/__init__.py  2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/shell/compat/CIMIndicationListener.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/compat/CIMIndicationListener.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/compat/CIMIndicationListener.py      
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/compat/CIMIndicationListener.py      
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/lmi/shell/compat/__init__.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/compat/__init__.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/compat/__init__.py   2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/compat/__init__.py   2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmi/shell/compat/http.py 
new/openlmi-tools-0.10.5/cli/lmi/shell/compat/http.py
--- old/openlmi-tools-0.10.4/cli/lmi/shell/compat/http.py       2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/lmi/shell/compat/http.py       2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/lmishell 
new/openlmi-tools-0.10.5/cli/lmishell
--- old/openlmi-tools-0.10.4/cli/lmishell       2014-12-12 11:10:32.000000000 
+0100
+++ new/openlmi-tools-0.10.5/cli/lmishell       2015-03-16 15:51:09.000000000 
+0100
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/man/lmi.1 
new/openlmi-tools-0.10.5/cli/man/lmi.1
--- old/openlmi-tools-0.10.4/cli/man/lmi.1      2014-12-12 11:10:32.000000000 
+0100
+++ new/openlmi-tools-0.10.5/cli/man/lmi.1      2015-03-16 15:51:09.000000000 
+0100
@@ -1,4 +1,4 @@
-.TH lmi 1 "December 2014" "openlmi-scripts 0.10.4" "User Commands"
+.TH lmi 1 "December 2015" "openlmi-scripts 0.10.5" "User Commands"
 
 .SH NAME
 lmi \- meta-command for managing systems with OpenLMI providers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/setup.py.skel 
new/openlmi-tools-0.10.5/cli/setup.py.skel
--- old/openlmi-tools-0.10.4/cli/setup.py.skel  2014-12-12 11:10:32.000000000 
+0100
+++ new/openlmi-tools-0.10.5/cli/setup.py.skel  2015-03-16 15:51:09.000000000 
+0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Peter Hatina <phat...@redhat.com>
+# Copyright (C) 2012-2015 Peter Hatina <phat...@redhat.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -34,7 +34,7 @@
     except Exception as err:
         sys.stderr.write('ERROR while reading README.txt: %s\n' % str(err))
     if not long_description:
-        long_description = open('README.md', 'rt').read()
+        long_description = open('../README.md', 'rt').read()
 except IOError:
     pass
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/test/base.sh 
new/openlmi-tools-0.10.5/cli/test/base.sh
--- old/openlmi-tools-0.10.4/cli/test/base.sh   2014-12-12 11:10:32.000000000 
+0100
+++ new/openlmi-tools-0.10.5/cli/test/base.sh   2015-03-16 15:51:09.000000000 
+0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2014, Red Hat, Inc. All rights reserved.
+# Copyright (c) 2014-2015, Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/__init__.py 
new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/__init__.py
--- old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/__init__.py    2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/__init__.py    2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/scripts/__init__.py 
new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/scripts/__init__.py
--- old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/scripts/__init__.py    
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/scripts/__init__.py    
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/scripts/cmdver/__init__.py 
new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/scripts/cmdver/__init__.py
--- old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/scripts/cmdver/__init__.py     
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/scripts/cmdver/__init__.py     
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/scripts/cmdver/devel.py 
new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/scripts/cmdver/devel.py
--- old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/scripts/cmdver/devel.py        
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/scripts/cmdver/devel.py        
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/scripts/cmdver/pre042.py 
new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/scripts/cmdver/pre042.py
--- old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/scripts/cmdver/pre042.py       
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/scripts/cmdver/pre042.py       
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/scripts/cmdver/swbase.py 
new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/scripts/cmdver/swbase.py
--- old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/scripts/cmdver/swbase.py       
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/scripts/cmdver/swbase.py       
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/scripts/cmdver/ver042.py 
new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/scripts/cmdver/ver042.py
--- old/openlmi-tools-0.10.4/cli/test/cmdver/lmi/scripts/cmdver/ver042.py       
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/cmdver/lmi/scripts/cmdver/ver042.py       
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/test/run.sh 
new/openlmi-tools-0.10.5/cli/test/run.sh
--- old/openlmi-tools-0.10.4/cli/test/run.sh    2014-12-12 11:10:32.000000000 
+0100
+++ new/openlmi-tools-0.10.5/cli/test/run.sh    2015-03-16 15:51:09.000000000 
+0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2014, Red Hat, Inc. All rights reserved.
+# Copyright (c) 2014-2015, Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/test/subcmd/lmi/__init__.py 
new/openlmi-tools-0.10.5/cli/test/subcmd/lmi/__init__.py
--- old/openlmi-tools-0.10.4/cli/test/subcmd/lmi/__init__.py    2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/subcmd/lmi/__init__.py    2015-03-16 
15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (c) 2014, Red Hat, Inc. All rights reserved.
+# Copyright (c) 2014-2015, Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/test/subcmd/lmi/scripts/__init__.py 
new/openlmi-tools-0.10.5/cli/test/subcmd/lmi/scripts/__init__.py
--- old/openlmi-tools-0.10.4/cli/test/subcmd/lmi/scripts/__init__.py    
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/subcmd/lmi/scripts/__init__.py    
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (c) 2014, Red Hat, Inc. All rights reserved.
+# Copyright (c) 2014-2015, Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/cli/test/subcmd/lmi/scripts/cmdtest/__init__.py 
new/openlmi-tools-0.10.5/cli/test/subcmd/lmi/scripts/cmdtest/__init__.py
--- old/openlmi-tools-0.10.4/cli/test/subcmd/lmi/scripts/cmdtest/__init__.py    
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/subcmd/lmi/scripts/cmdtest/__init__.py    
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (c) 2014, Red Hat, Inc. All rights reserved.
+# Copyright (c) 2014-2015, Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/test/test_cmd.sh 
new/openlmi-tools-0.10.5/cli/test/test_cmd.sh
--- old/openlmi-tools-0.10.4/cli/test/test_cmd.sh       2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/test_cmd.sh       2015-03-16 
15:51:09.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2014, Red Hat, Inc. All rights reserved.
+# Copyright (c) 2014-2015, Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/test/test_imode.sh 
new/openlmi-tools-0.10.5/cli/test/test_imode.sh
--- old/openlmi-tools-0.10.4/cli/test/test_imode.sh     2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/test_imode.sh     2015-03-16 
15:51:09.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2014, Red Hat, Inc. All rights reserved.
+# Copyright (c) 2014-2015, Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/test/test_logging.sh 
new/openlmi-tools-0.10.5/cli/test/test_logging.sh
--- old/openlmi-tools-0.10.4/cli/test/test_logging.sh   2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/test_logging.sh   2015-03-16 
15:51:09.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2014, Red Hat, Inc. All rights reserved.
+# Copyright (c) 2014-2015, Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/test/test_unit.sh 
new/openlmi-tools-0.10.5/cli/test/test_unit.sh
--- old/openlmi-tools-0.10.4/cli/test/test_unit.sh      2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/test_unit.sh      2015-03-16 
15:51:09.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2014, Red Hat, Inc. All rights reserved.
+# Copyright (c) 2014-2015, Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/cli/test/test_versioning.sh 
new/openlmi-tools-0.10.5/cli/test/test_versioning.sh
--- old/openlmi-tools-0.10.4/cli/test/test_versioning.sh        2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/cli/test/test_versioning.sh        2015-03-16 
15:51:09.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2014, Red Hat, Inc. All rights reserved.
+# Copyright (c) 2014-2015, Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlmi-tools-0.10.4/doc/src/conf.py.skel 
new/openlmi-tools-0.10.5/doc/src/conf.py.skel
--- old/openlmi-tools-0.10.4/doc/src/conf.py.skel       2014-12-12 
11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/doc/src/conf.py.skel       2015-03-16 
15:51:09.000000000 +0100
@@ -127,7 +127,7 @@
 project = 'OpenLMI Tools'
 if tags.has('just-scripts'):
     project = 'OpenLMI Scripts'
-copyright = '2012-2014, Red Hat Inc.'
+copyright = '2012-2015, Red Hat Inc.'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/doc/src/scripts/devel/mylf/lmi/__init__.py 
new/openlmi-tools-0.10.5/doc/src/scripts/devel/mylf/lmi/__init__.py
--- old/openlmi-tools-0.10.4/doc/src/scripts/devel/mylf/lmi/__init__.py 
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/doc/src/scripts/devel/mylf/lmi/__init__.py 
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/doc/src/scripts/devel/mylf/lmi/scripts/__init__.py 
new/openlmi-tools-0.10.5/doc/src/scripts/devel/mylf/lmi/scripts/__init__.py
--- old/openlmi-tools-0.10.4/doc/src/scripts/devel/mylf/lmi/scripts/__init__.py 
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/doc/src/scripts/devel/mylf/lmi/scripts/__init__.py 
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/doc/src/scripts/devel/mylf/lmi/scripts/mylf/__init__.py
 
new/openlmi-tools-0.10.5/doc/src/scripts/devel/mylf/lmi/scripts/mylf/__init__.py
--- 
old/openlmi-tools-0.10.4/doc/src/scripts/devel/mylf/lmi/scripts/mylf/__init__.py
    2014-12-12 11:10:32.000000000 +0100
+++ 
new/openlmi-tools-0.10.5/doc/src/scripts/devel/mylf/lmi/scripts/mylf/__init__.py
    2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openlmi-tools-0.10.4/doc/src/scripts/devel/mylf/lmi/scripts/mylf/cmd.py 
new/openlmi-tools-0.10.5/doc/src/scripts/devel/mylf/lmi/scripts/mylf/cmd.py
--- old/openlmi-tools-0.10.4/doc/src/scripts/devel/mylf/lmi/scripts/mylf/cmd.py 
2014-12-12 11:10:32.000000000 +0100
+++ new/openlmi-tools-0.10.5/doc/src/scripts/devel/mylf/lmi/scripts/mylf/cmd.py 
2015-03-16 15:51:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-2015 Red Hat, Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to