New upstream version.
Method parameters are now case-insensitive.
This commit is contained in:
parent
588c99fb6d
commit
85241d22d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
pywbem-0.7.0.tar.gz
|
||||
/pywbem-20130128.tar.xz
|
||||
/pywbem-20130411.tar.xz
|
||||
/pywbem-20130702.tar.xz
|
||||
|
||||
12
pywbem.spec
12
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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user