[python-zdaemon] 4.0.1

Ralph Bean ralph at fedoraproject.org
Wed Feb 18 20:13:04 UTC 2015


commit 860e6bab34c0e1bd2a51cc2043002ad8806f8e8d
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Feb 18 15:12:54 2015 -0500

    4.0.1

 .gitignore          |    1 +
 python-zdaemon.spec |   14 ++++++++++----
 sources             |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7af7de3..587716b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 zdaemon-2.0.4.tar.gz
 /zdaemon-3.0.5.tar.gz
 /zdaemon-4.0.0.tar.gz
+/zdaemon-4.0.1.tar.gz
diff --git a/python-zdaemon.spec b/python-zdaemon.spec
index 9196848..f06efaa 100644
--- a/python-zdaemon.spec
+++ b/python-zdaemon.spec
@@ -9,8 +9,8 @@
 %endif
 
 Name:           python-zdaemon
-Version:        4.0.0
-Release:        3%{?dist}
+Version:        4.0.1
+Release:        1%{?dist}
 Summary:        Python Daemon Process Control Library
 Group:          Development/Languages
 License:        ZPLv2.1
@@ -97,14 +97,14 @@ export PYTHONPATH="$PYTHONPATH:%{buildroot}%{python2_sitelib}"
 %{__python2} build/lib/zdaemon/tests/tests.py
 
 %files
-%doc CHANGES.txt README.txt
+%doc CHANGES.rst README.rst
 %{python2_sitelib}/zdaemon
 %{python2_sitelib}/zdaemon-%{version}-py?.?.egg-info
 %{_bindir}/zdaemon
 
 %if 0%{?with_python3}
 %files -n python3-zdaemon
-%doc CHANGES.txt README.txt
+%doc CHANGES.rst README.rst
 %{python3_sitelib}/zdaemon
 %{python3_sitelib}/zdaemon-%{version}-py?.?.egg-info
 %{_bindir}/python3-zdaemon
@@ -112,6 +112,12 @@ export PYTHONPATH="$PYTHONPATH:%{buildroot}%{python2_sitelib}"
 
 
 %changelog
+* Wed Feb 18 2015 Ralph Bean <rbean at redhat.com> - 4.0.1-1
+- new version
+
+* Wed Feb 18 2015 Ralph Bean <rbean at redhat.com> - 4.0.1-1
+- new version
+
 * Tue Jun 10 2014 Ralph Bean <rbean at redhat.com> - 4.0.0-3
 - python3 subpackage added
 - modernized python2 macros
diff --git a/sources b/sources
index 1564566..f58227e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4056e2ea35855695ed15389d9c168b92  zdaemon-4.0.0.tar.gz
+caaebf77ba5e9cf1d1d91bb72a55a1af  zdaemon-4.0.1.tar.gz


More information about the scm-commits mailing list