[PyMunin/f17] newer version for f17

Matthias Runge mrunge at fedoraproject.org
Fri Feb 17 19:57:12 UTC 2012


commit 3327473cbbf28f9f6ea8d225299c4be1e3f798d3
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Fri Feb 17 20:56:53 2012 +0100

    newer version for f17

 .gitignore   |    1 +
 PyMunin.spec |   10 +++++++---
 sources      |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f4abda6..d31ee1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /PyMunin-0.9.4.tar.gz
+/PyMunin-0.9.6.tar.gz
diff --git a/PyMunin.spec b/PyMunin.spec
index 28dd02c..e5f5a17 100644
--- a/PyMunin.spec
+++ b/PyMunin.spec
@@ -1,11 +1,11 @@
 Name:           PyMunin
-Version:        0.9.4
+Version:        0.9.6
 Release:        2%{?dist}
 Summary:        Python Module for developing Munin Multigraph Monitoring Plugins
 
 License:        GPLv3+
 URL:            http://aouyar.github.com/PyMunin
-Source0:        http://pypi.python.org/packages/source/P/PyMunin/PyMunin-0.9.4.tar.gz
+Source0:        http://pypi.python.org/packages/source/P/PyMunin/%{name}-%{version}.tar.gz
 #md5=a16be151aa3a144f203f37896c824f7a
 
 BuildArch:      noarch
@@ -44,11 +44,15 @@ sed -i -e '/^#!\//, 1d' pysysinfo/*.py
 rm -r %{buildroot}/%{_bindir}
  
 %files
-%doc COPYING.txt
+%doc COPYING.txt README.markdown
 %{python_sitelib}/*
 %{_datarootdir}/munin/plugins/*
 
 %changelog
+* Fri Feb 17 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.9.6-2
+- update to newer version
+- also include README.markdown
+
 * Wed Feb 08 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.9.4-2
 - use macros consistently
 
diff --git a/sources b/sources
index 3d0ad0c..8d8af21 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a16be151aa3a144f203f37896c824f7a  PyMunin-0.9.4.tar.gz
+cc0eb8826cb29da8d6728770739fbd31  PyMunin-0.9.6.tar.gz


More information about the scm-commits mailing list