Fixed checking of CIMVERSION in CIM-XML.

This commit is contained in:
Jan Safranek 2013-07-23 16:08:29 +02:00
parent 1b612256a5
commit 5fcd245fb2
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ pywbem-0.7.0.tar.gz
/pywbem-20130128.tar.xz
/pywbem-20130411.tar.xz
/pywbem-20130702.tar.xz
/pywbem-20130723.tar.xz

View File

@ -1,10 +1,10 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%global svnrev 622
%global svnrev 623
%global revdate 20130702
Name: pywbem
Version: 0.7.0
Release: 11.%{revdate}svn%{svnrev}%{?dist}
Release: 12.%{revdate}svn%{svnrev}%{?dist}
Summary: Python WBEM Client and Provider Interface
Group: Development/Libraries
License: LGPLv2
@ -64,6 +64,9 @@ rm -rf %{buildroot}
%doc README
%changelog
* Tue Jul 23 2013 <jsafrane@redhat.com> 0.7.0-11.20130702svn623
- Fixed checking of CIMVERSION in CIM-XML.
* Tue Jul 2 2013 Jan Safranek <jsafrane@redhat.com> 0.7.0-11.20130702svn622
- New upstream version.
- Method parameters are now case-insensitive.

View File

@ -1 +1 @@
ab1fda7f1e59c4cd097447344dbc349b pywbem-20130702.tar.xz
05dba3c856aab93258e25ca6042147a4 pywbem-20130723.tar.xz