[wtop] New release of wtop 0.6.8

Kushal Das kushal at fedoraproject.org
Sun May 20 03:15:19 UTC 2012


commit 891be53336f5e70253e3d6e3d1f3a0fc022e624b
Author: Kushal Das <kushal at fedoraproject.org>
Date:   Sun May 20 08:45:06 2012 +0530

    New release of wtop 0.6.8

 .gitignore |    1 +
 sources    |    2 +-
 wtop.spec  |   10 +++++++---
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f45aa6a..d6f1019 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 wtop-0.6.1.tar.gz
+/wtop-0.6.8.tar.gz
diff --git a/sources b/sources
index 07ddd29..9fffcdb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfaee42760c2b2661d2b60008f3719ba  wtop-0.6.1.tar.gz
+502f0c80ced210951161bb3819abe9a3  wtop-0.6.8.tar.gz
diff --git a/wtop.spec b/wtop.spec
index 60d7f6c..e5be1f0 100644
--- a/wtop.spec
+++ b/wtop.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           wtop
-Version:        0.6.1
-Release:        5%{?dist}
+Version:        0.6.8
+Release:        1%{?dist}
 Summary:        Top for Webserver
 
 Group:          Applications/Internet
@@ -18,7 +18,7 @@ Requires:       python-GeoIP
 Wtop like "top" for your webserver.
 
 %prep
-%setup -q
+%setup -q -c %{name}-%{version}
 sed -i -e "s|#!/usr/bin/python||" logrep.py
 sed -i -e "s|/var/log/apache2/|/var/log/httpd/|" wtop.cfg
 
@@ -44,11 +44,15 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*.egg-info
 %{python_sitelib}/logrep.*
 %config(noreplace) %{_sysconfdir}/wtop.cfg
+%exclude %{_bindir}/*.bat
 
 
 
 
 %changelog
+* Sun May 20 2012 Kushal Das <kushal at fedoraproject.org> - 0.6.8-1
+- New release of wtop 0.6.8
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list