Hello community,

here is the log from the commit of package openlmi-tools for openSUSE:Factory 
checked in at 2014-07-10 14:55:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-26 10:09:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openlmi-tools.new/openlmi-tools.changes 
2014-07-10 14:55:43.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Jul  1 06:27:15 UTC 2014 - [email protected]
+
+- Update to 0.9.2
+  - documentation fixes
+  - improved caching
+  - improved logging when calling synchro methods
+  - no class name verification when creating LMIClass
+  - added tests for lmi meta-command
+  - backport to python 2.6
+  - various fixes
+
+- Add lmi.1 manpage
+
+-------------------------------------------------------------------

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

New:
----
  openlmi-tools-0.9.2.tar.gz

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

Other differences:
------------------
++++++ openlmi-tools.spec ++++++
--- /var/tmp/diff_new_pack.gZzaZ4/_old  2014-07-10 14:55:43.000000000 +0200
+++ /var/tmp/diff_new_pack.gZzaZ4/_new  2014-07-10 14:55:43.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           openlmi-tools
-Version:        0.9.1
+Version:        0.9.2
 Release:        2%{?dist}
 Summary:        Tooling around openLMI
 License:        GPL-2.0
@@ -34,9 +34,15 @@
 # See 
http://stackoverflow.com/questions/1747817/python-create-a-dictionary-with-list-comprehension
 Patch:          python-2.6.patch
 
+BuildRequires:  ImageMagick
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  openlmi-python-base
+BuildRequires:  python-docopt
+BuildRequires:  python-pyparsing
 BuildRequires:  python-pywbem
+BuildRequires:  python-sphinx
+BuildRequires:  python-sphinx-theme-openlmi
 %if 0%{?suse_version} < 1120
 # SLE11 needs explicit BuildRoot
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -81,10 +87,13 @@
 %endif
 
 %build
+make
 
 %install
 cd cli
 python setup.py install --root=$RPM_BUILD_ROOT --prefix=%{_prefix}
+install -d %{buildroot}%{_mandir}/man1
+install man/lmi.1 %{buildroot}%{_mandir}/man1
 
 %if 0%{?suse_version} > 1010
 %fdupes %{buildroot}
@@ -99,5 +108,6 @@
 %{python_sitelib}/lmi*
 %{python_sitelib}/openlmi_tools-*-nspkg.pth
 %{python_sitelib}/openlmi_tools-*-info/*
+%{_mandir}/man1/lmi.1*
 
 %changelog

++++++ openlmi-tools-0.9.1.tar.gz -> openlmi-tools-0.9.2.tar.gz ++++++
++++ 2065 lines of diff (skipped)

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

Reply via email to