public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Edouard Bourguignon <madko@linuxed.net>
To: git-commits@fedoraproject.org
Subject: [rpms/glances] epel10: Upgrade to glances 1.5
Date: Sun, 30 Aug 2026 14:22:45 GMT	[thread overview]
Message-ID: <178809976548.1.4873993936200627881.rpms-glances-7413283626b9@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-30 14:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178809976548.1.4873993936200627881.rpms-glances-7413283626b9@fedoraproject.org \
    --to=madko@linuxed.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox