[glances] Update to 2.1.2

madko madko at fedoraproject.org
Mon Oct 20 07:04:47 UTC 2014


commit ad3e7738a01e5f9d22bd194bd5f72606e03609d0
Author: Edouard Bourguignon <madko at linuxed.net>
Date:   Mon Oct 20 09:04:43 2014 +0200

    Update to 2.1.2

 .gitignore   |    1 +
 glances.spec |   21 ++++++++++-----------
 sources      |    2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d38d128..a70c985 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /v1.7.5.tar.gz
 /v1.7.6.tar.gz
 /v1.7.7.tar.gz
+/v2.1.2.tar.gz
diff --git a/glances.spec b/glances.spec
index 4a841c7..07acdd8 100644
--- a/glances.spec
+++ b/glances.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:		glances		
-Version:	1.7.7
-Release:	2%{?dist}
+Version:	2.1.2
+Release:	1%{?dist}
 Summary:	CLI curses based monitoring tool
 
 Group:		Applications/System		
@@ -18,9 +18,9 @@ Requires:	python26-distribute
 Requires:	python26-psutil >= 0.4.1
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 %else
-BuildRequires:	python-setuptools
+BuildRequires:	python-setuptools-devel
 Requires:	python-setuptools
-Requires:	python-psutil >= 0.4.1
+Requires:	python-psutil >= 2.0.0
 %endif
 
 %description
@@ -51,24 +51,23 @@ rm -rf %{buildroot}
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README.rst TODO 
+%doc AUTHORS COPYING README.rst NEWS 
 %{_bindir}/glances
 %config(noreplace) %{_sysconfdir}/glances
-%attr(0655,-,-) %{python_sitelib}/glances/glances.py
 %{python_sitelib}/*
 %exclude %{_datadir}/doc/glances
 %{_datadir}/man/man1/glances.1.gz
 
 %changelog
-* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.7.7-2
-- Replace BR python-setuptools-devel BR with python-setuptools
+* Mon Oct 20 2014 Edouard Bourguignon <madko at linuxed.net> - 2.1.2-1
+- Updat to 2.1.2
+
+* Thu Aug 07 2014 Edouard Bourguignon <madko at linuxed.net> - 2.0-1
+- Update to 2.0.0
 
 * Thu Jun 12 2014 Edouard Bourguignon <madko at linuxed.net> - 1.7.7-1
 - Update to 1.7.7
 
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.6-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
 * Wed Mar 26 2014 Edouard Bourguignon <madko at linuxed.net> - 1.7.6-1
 - Update to 1.7.6
 
diff --git a/sources b/sources
index 66d6b4c..9493c52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f8debb75cbee610b6c2323961c994fd5  v1.7.7.tar.gz
+a666c5e2de15af8a10faa3e6e08286d9  v2.1.2.tar.gz


More information about the scm-commits mailing list