public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] epel10: Upgrade to glances 1.5
@ 2026-08-30 14:22 Edouard Bourguignon
0 siblings, 0 replies; only message in thread
From: Edouard Bourguignon @ 2026-08-30 14:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glances
Branch : epel10
Commit : 7413283626b979ae020729c8dc0132fd51b290b2
Author : Edouard Bourguignon <madko@linuxed.net>
Date : 2012-11-07T23:54:30+01:00
Stats : +8/-13 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/7413283626b979ae020729c8dc0132fd51b290b2?branch=epel10
Log:
Upgrade to glances 1.5
---
diff --git a/.gitignore b/.gitignore
index afeb8d2..8299868 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/glances-1.3.7.tar.gz
/glances-1.4.tar.gz
/glances-1.4.1.1.tar.gz
+/glances-1.5.tar.gz
diff --git a/glances.spec b/glances.spec
index 6e733d9..4c1e5c6 100644
--- a/glances.spec
+++ b/glances.spec
@@ -4,7 +4,7 @@
%endif
Name: glances
-Version: 1.4.1.1
+Version: 1.5
Release: 1%{?dist}
Summary: CLI curses based monitoring tool
@@ -12,7 +12,6 @@ Group: Applications/System
License: GPLv3
URL: https://github.com/nicolargo/glances
Source0: https://github.com/downloads/nicolargo/%{name}/%{name}-%{version}.tar.gz
-Patch0: glances_remove_shebang.patch
BuildArch: noarch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%if 0%{?rhel} && 0%{?rhel} <= 5
@@ -32,7 +31,6 @@ It is developed in Python.
%prep
%setup -q
-%patch0 -p1
%build
@@ -51,12 +49,17 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%doc AUTHORS COPYING README TODO
%{_bindir}/glances
+%attr(0655,-,-) %{python_sitelib}/glances/glances.py
+%attr(0655,-,-) %{python_sitelib}/glances/unitest.py
%{python_sitelib}/*
%{_datadir}/doc/glances
%{_datadir}/glances
%{_datadir}/man/man1/glances.1.gz
%changelog
+* Thu Nov 8 2012 Edouard Bourguignon <madko@linuxed.net> - 1.5-1
+- Upgrade to 1.5
+
* Sat Sep 1 2012 Edouard Bourguignon <madko@linuxed.net> - 1.4.1.1-1
- Upgrade to 1.4.1.1
diff --git a/glances_remove_shebang.patch b/glances_remove_shebang.patch
deleted file mode 100644
index e7ceb23..0000000
--- a/glances_remove_shebang.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -Naur glances-1.4.ori/glances/glances.py glances-1.4/glances/glances.py
---- glances-1.4.ori/glances/glances.py 2012-07-07 21:04:56.000000000 +0200
-+++ glances-1.4/glances/glances.py 2012-08-21 19:53:14.900465984 +0200
-@@ -1,5 +1,3 @@
--#!/usr/bin/env python
--#
- # Glances is a simple textual monitoring tool
- #
- # Pre-requisites: Python 2.6+ and PsUtil 0.4.0+ (for full functions)
diff --git a/sources b/sources
index 5c7511b..4fe5035 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43acf579e3303350844ed3ef2c7d73fa glances-1.4.1.1.tar.gz
+a29925e71295bc57205a28f901be64d4 glances-1.5.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-30 14:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 14:22 [rpms/glances] epel10: Upgrade to glances 1.5 Edouard Bourguignon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox