diff --git a/.gitignore b/.gitignore index 98d0be1..470d78a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ pywbem-0.7.0.tar.gz /pywbem-20130128.tar.xz +/pywbem-20130411.tar.xz diff --git a/pywbem.spec b/pywbem.spec index 23d4161..1303414 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 613 -%global revdate 20130128 +%global svnrev 619 +%global revdate 20130411 Name: pywbem Version: 0.7.0 -Release: 8.%{revdate}svn%{svnrev}%{?dist} +Release: 9.%{revdate}svn%{svnrev}%{?dist} Summary: Python WBEM Client and Provider Interface Group: Development/Libraries License: LGPLv2 @@ -18,6 +18,7 @@ BuildRequires: python-setuptools-devel BuildArch: noarch Requires: python-twisted-core Requires: python-twisted-web + %description A Python library for making CIM (Common Information Model) operations over HTTP using the WBEM CIM-XML protocol. It is based on the idea that a good WBEM @@ -57,6 +58,10 @@ rm -rf %{buildroot} %doc README %changelog +* Thu Apr 11 2013 Jan Safranek 0.7.0-9.20130411svn619 +- New upstream version. +- Removed debug 'print' statements. + * Mon Jan 28 2013 Michal Minar 0.7.0-8.20130128svn613 - New upstream version. - Added post-release snapshot version info. diff --git a/sources b/sources index 4a62a1c..f1af8da 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -f005a1862ea69b83f7c356552361f54d pywbem-0.7.0.tar.gz -475d987c127fa2e7e996bf72585922e0 pywbem-20130128.tar.xz +1a07665ba8efb7de904bf479e7bc4a7e pywbem-20130411.tar.xz