New upstream version.
This commit is contained in:
parent
d0182e50ce
commit
5f26681e28
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
pywbem-0.7.0.tar.gz
|
||||
/pywbem-20130128.tar.xz
|
||||
/pywbem-20130411.tar.xz
|
||||
|
||||
11
pywbem.spec
11
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 <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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user