From b26970e1105ffab6c0349ffdf6dd19d9c9fd3154 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Thu, 21 Nov 2013 14:50:52 +0100 Subject: [PATCH] Added '-d' option to /usr/bin/mofcomp to just check mof files and their includes. --- .gitignore | 1 + pywbem.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2ec5bc1..ff8ae13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /pywbem-20130723.tar.xz /pywbem-20130827.tar.xz +/pywbem-20131121.tar.xz diff --git a/pywbem.spec b/pywbem.spec index a97c68e..099ea84 100644 --- a/pywbem.spec +++ b/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 625 -%global revdate 20130827 +%global svnrev 626 +%global revdate 20131121 Name: pywbem Version: 0.7.0 -Release: 16.%{revdate}svn%{svnrev}%{?dist} +Release: 17.%{revdate}svn%{svnrev}%{?dist} Summary: Python WBEM Client and Provider Interface Group: Development/Libraries License: LGPLv2 @@ -80,7 +80,11 @@ rm -rf %{buildroot} %{python_sitelib}/pywbem/twisted_client.py* %changelog -* Tue Aug 27 2013 Jan Safranek 0.7.0-16.20130827svn625 +* Thu Nov 21 2013 Jan Safranek 0.7.0-17.20131121svn626 +- Added '-d' option to /usr/bin/mofcomp to just check mof files and their + includes. + +* Tue Aug 27 2013 Jan Safranek 0.7.0-16.20130827svn625 - Fixed parsing of IPv6 addresses. * Fri Aug 09 2013 Michal Minar 0.7.0-15.20130723svn623 diff --git a/sources b/sources index 28d13ee..49c1077 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3a015f7511d31a358cea9abf7d35fd2 pywbem-20130827.tar.xz +7101377e20bd66194f8feabe3e753069 pywbem-20131121.tar.xz