New upstream version.

This commit is contained in:
Jan Safranek 2013-04-11 16:24:42 +02:00
parent d0182e50ce
commit 5f26681e28
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
pywbem-0.7.0.tar.gz
/pywbem-20130128.tar.xz
/pywbem-20130411.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 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 <jsafrane@redhat.com> 0.7.0-9.20130411svn619
- New upstream version.
- Removed debug 'print' statements.
* Mon Jan 28 2013 Michal Minar <miminar@redhat.com> 0.7.0-8.20130128svn613
- New upstream version.
- Added post-release snapshot version info.

View File

@ -1,2 +1 @@
f005a1862ea69b83f7c356552361f54d pywbem-0.7.0.tar.gz
475d987c127fa2e7e996bf72585922e0 pywbem-20130128.tar.xz
1a07665ba8efb7de904bf479e7bc4a7e pywbem-20130411.tar.xz