[python-confparser/f14] updating python-confparser

Douglas Schilling Landgraf dougsland at fedoraproject.org
Thu Aug 4 19:00:40 UTC 2011


commit e83b8d3d743e12956e0ba6adaf93d88ad5911c4a
Author: Douglas Schilling Landgraf <dougsland at redhat.com>
Date:   Thu Aug 4 15:57:24 2011 -0300

    updating python-confparser

 .gitignore                             |    1 +
 python-confparser-1.0.0-3.fc13.src.rpm |  Bin 18222 -> 0 bytes
 python-confparser.spec                 |   15 ++++++++++++---
 sources                                |    2 +-
 4 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d764165..28a166e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /python-confparser-1.0.0.tar.gz
+/python-confparser-1.0.1.tar.gz
diff --git a/python-confparser.spec b/python-confparser.spec
index 6953be2..e870b94 100644
--- a/python-confparser.spec
+++ b/python-confparser.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-confparser
-Version:        1.0.0
-Release:        4%{?dist}
+Version:        1.0.1
+Release:        5%{?dist}
 Summary:        A KISS python module to parse *nix config files
 
 Group:          Development/Libraries
@@ -37,13 +37,22 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README COPYING
+%doc README COPYING INFO
 %{python_sitelib}/confparser.py*
 %if (0%{?fedora} > 12 || 0%{?rhel} > 5)
 %{python_sitelib}/*.egg-info
 %endif
 
 %changelog
+* Mon Aug 1 2011 Douglas Schilling Landgraf <dougsland at redhat.com> 1.0.0-5
+- Increased release 
+- Added INFO to the doc 
+- FIX: Do not include comments into the conf atrtribute value. Let's return
+just the read value
+- FIX: Remove comments from number config attributes
+- NEW: Add getConfparserVersion() - return the release version of confparser
+module
+
 * Wed Jul 27 2011 Douglas Schilling Landgraf <dougsland at redhat.com> 1.0.0-4
 - Fixed EPEL5 compilation
 
diff --git a/sources b/sources
index 7eb7c67..1d3897e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7a123db5d805f906a11296581618e27  python-confparser-1.0.0.tar.gz
+cbd252ff807b32736282e10981f2ccb5  python-confparser-1.0.1.tar.gz


More information about the scm-commits mailing list