New upstream version.

Method parameters are now case-insensitive.
This commit is contained in:
Jan Safranek 2013-07-02 10:44:07 +02:00
parent 588c99fb6d
commit 85241d22d5
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <jsafrane@redhat.com> 0.7.0-11.20130702svn622
- New upstream version.
- Method parameters are now case-insensitive.
* Fri May 24 2013 Tomas Bzatek <tbzatek@redhat.com> 0.7.0-10.20130411svn619
- Fix module imports in /usr/bin/mofcomp

View File

@ -1 +1 @@
1a07665ba8efb7de904bf479e7bc4a7e pywbem-20130411.tar.xz
ab1fda7f1e59c4cd097447344dbc349b pywbem-20130702.tar.xz