diff --git a/.gitignore b/.gitignore index 470d78a..e19443b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ pywbem-0.7.0.tar.gz /pywbem-20130128.tar.xz /pywbem-20130411.tar.xz +/pywbem-20130702.tar.xz diff --git a/pywbem.spec b/pywbem.spec index edcc4f7..ba65cb5 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -1,17 +1,17 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%global svnrev 619 -%global revdate 20130411 +%global svnrev 622 +%global revdate 201300702 Name: pywbem Version: 0.7.0 -Release: 10.%{revdate}svn%{svnrev}%{?dist} +Release: 11.%{revdate}svn%{svnrev}%{?dist} Summary: Python WBEM Client and Provider Interface Group: Development/Libraries License: LGPLv2 URL: http://pywbem.sourceforge.net # The source for this package was pulled from upstream svn repository. # Use the following commands to get the archive: -# svn export -r 613 https://pywbem.svn.sourceforge.net/svnroot/pywbem/pywbem/trunk pywbem-20130128 +# svn export -r 613 svn://svn.code.sf.net/p/pywbem/code/pywbem/trunk pywbem-20130128 # tar -cJvf pywbem-20130128.tar.xz pywbem-20130128 Source0: %{name}-%{revdate}.tar.xz BuildRequires: python-setuptools-devel @@ -64,6 +64,10 @@ rm -rf %{buildroot} %doc README %changelog +* Tue Jul 2 2013 Jan Safranek 0.7.0-11.20130702svn622 +- New upstream version. +- Method parameters are now case-insensitive. + * Fri May 24 2013 Tomas Bzatek 0.7.0-10.20130411svn619 - Fix module imports in /usr/bin/mofcomp diff --git a/sources b/sources index f1af8da..a82a258 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a07665ba8efb7de904bf479e7bc4a7e pywbem-20130411.tar.xz +ab1fda7f1e59c4cd097447344dbc349b pywbem-20130702.tar.xz