diff --git a/.gitignore b/.gitignore index e19443b..204322f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pywbem.spec b/pywbem.spec index d61f172..6f00be0 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -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 0.7.0-11.20130702svn623 +- Fixed checking of CIMVERSION in CIM-XML. + * Tue Jul 2 2013 Jan Safranek 0.7.0-11.20130702svn622 - New upstream version. - Method parameters are now case-insensitive. diff --git a/sources b/sources index a82a258..81b6854 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab1fda7f1e59c4cd097447344dbc349b pywbem-20130702.tar.xz +05dba3c856aab93258e25ca6042147a4 pywbem-20130723.tar.xz