[PyMunin] update to version 0.9.9

Matthias Runge mrunge at fedoraproject.org
Fri Mar 9 23:25:59 UTC 2012


commit bf74539739cd6b9ae4727997e42ff8bd7bcba110
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Sat Mar 10 00:25:47 2012 +0100

    update to version 0.9.9

 .gitignore   |    1 +
 PyMunin.spec |   14 ++++++++++----
 sources      |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d31ee1d..3269ded 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /PyMunin-0.9.4.tar.gz
 /PyMunin-0.9.6.tar.gz
+/PyMunin-0.9.9.tar.gz
diff --git a/PyMunin.spec b/PyMunin.spec
index e5f5a17..a305f32 100644
--- a/PyMunin.spec
+++ b/PyMunin.spec
@@ -1,12 +1,11 @@
 Name:           PyMunin
-Version:        0.9.6
-Release:        2%{?dist}
+Version:        0.9.9
+Release:        1%{?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/%{name}-%{version}.tar.gz
-#md5=a16be151aa3a144f203f37896c824f7a
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -24,6 +23,7 @@ fetch cycle significantly.
 
 %prep
 %setup -q
+rm -rf %{name}.egg-info
 
 # remove shebang from scripts
 sed -i -e '/^#!.*\//, 1d' pymunin/plugins/*.py
@@ -45,10 +45,16 @@ rm -r %{buildroot}/%{_bindir}
  
 %files
 %doc COPYING.txt README.markdown
-%{python_sitelib}/*
+%{python_sitelib}/%{name}-%{version}-py2.?.egg-info
+%{python_sitelib}/pymunin
+%{python_sitelib}/pysysinfo
 %{_datarootdir}/munin/plugins/*
 
 %changelog
+* Fri Mar 09 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.9.9-1
+- update to 0.9.9
+- more explicit %%files-section
+
 * Fri Feb 17 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.9.6-2
 - update to newer version
 - also include README.markdown
diff --git a/sources b/sources
index 8d8af21..945c8e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc0eb8826cb29da8d6728770739fbd31  PyMunin-0.9.6.tar.gz
+64964a69bf572aa1e28cde41362e8e44  PyMunin-0.9.9.tar.gz


More information about the scm-commits mailing list