[glances] Update to 1.6.1

Michel Alexandre Salim salimma at fedoraproject.org
Thu Apr 18 09:16:17 UTC 2013


commit f14e00c7635694d7dfdb8e6f72989066d12da37f
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Thu Apr 18 15:56:30 2013 +0700

    Update to 1.6.1

 .gitignore   |   15 +--------------
 glances.spec |   13 +++++++------
 sources      |    2 +-
 3 files changed, 9 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d29f65..049fc0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,2 @@
-/glances-1.1.3.tar.gz
-/glances-1.2.tar.gz
-/glances-1.3.tar.gz
-/glances-1.3.1.tar.gz
-/glances-1.3.2.tar.gz
-/glances-1.3.4.tar.gz
-/glances-1.3.5.tar.gz
-/glances-1.3.6.tar.gz
-/glances-1.3.7.tar.gz
-/glances-1.4.tar.gz
-/glances-1.4.1.1.tar.gz
-/glances-1.5.tar.gz
-/glances-1.5.1.tar.gz
-/glances-1.5.2.tar.gz
 /glances-1.6.tar.gz
+/v1.6.1.tar.gz
diff --git a/glances.spec b/glances.spec
index 8def33a..edb381a 100644
--- a/glances.spec
+++ b/glances.spec
@@ -3,14 +3,14 @@
 %endif
 
 Name:		glances		
-Version:	1.6
-Release:	2%{?dist}
+Version:	1.6.1
+Release:	1%{?dist}
 Summary:	CLI curses based monitoring tool
 
 Group:		Applications/System		
 License:	GPLv3
 URL:		https://github.com/nicolargo/glances
-Source0:	https://github.com/downloads/nicolargo/%{name}/%{name}-%{version}.tar.gz
+Source0:	https://github.com/nicolargo/glances/archive/v%{version}.tar.gz
 BuildArch:	noarch
 %if 0%{?rhel} && 0%{?rhel} <= 5
 BuildRequires:	python26-distribute
@@ -43,7 +43,6 @@ It is developed in Python.
 %{__python} setup.py install --root %{buildroot}
 %endif
 %find_lang %{name}
-mv %{buildroot}/usr/etc/ %{buildroot}
 
 
 %clean
@@ -56,13 +55,15 @@ rm -rf %{buildroot}
 %{_bindir}/glances
 %config(noreplace) %{_sysconfdir}/glances
 %attr(0655,-,-) %{python_sitelib}/glances/glances.py
-%attr(0655,-,-) %{python_sitelib}/glances/unitest.py
 %{python_sitelib}/*
-%{_datadir}/doc/glances
+%exclude %{_datadir}/doc/glances
 %{_datadir}/glances
 %{_datadir}/man/man1/glances.1.gz
 
 %changelog
+* Thu Apr 18 2013 Michel Salim <salimma at fedoraproject.org> - 1.6.1-1
+- Update to 1.6.1
+
 * Tue Mar 19 2013 Michel Salim <salimma at fedoraproject.org> - 1.6-2
 - On el5, build against python26 stack
 
diff --git a/sources b/sources
index 13f5505..8c01c17 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e98bfcd996353bc6c7720fe72fc99cd  glances-1.6.tar.gz
+f8a949dcd8269ce96a28b90b55e7c843  v1.6.1.tar.gz


More information about the scm-commits mailing list