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 version 1.4.1.1
Date: Sun, 30 Aug 2026 14:22:44 GMT	[thread overview]
Message-ID: <178809976499.1.13422764502728515822.rpms-glances-ba84d6196c36@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/glances
Branch : epel10
Commit : ba84d6196c368b1b697c57be66b1bd89726850e3
Author : Edouard Bourguignon <madko@linuxed.net>
Date   : 2012-09-08T23:08:21+02:00
Stats  : +17/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/glances/c/ba84d6196c368b1b697c57be66b1bd89726850e3?branch=epel10

Log:
Upgrade to version 1.4.1.1

---
diff --git a/.gitignore b/.gitignore
index 28515d7..afeb8d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /glances-1.3.6.tar.gz
 /glances-1.3.7.tar.gz
 /glances-1.4.tar.gz
+/glances-1.4.1.1.tar.gz

diff --git a/glances.spec b/glances.spec
index 9686bbb..6e733d9 100644
--- a/glances.spec
+++ b/glances.spec
@@ -1,6 +1,11 @@
+%if 0%{?rhel} && 0%{?rhel} <= 5
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
+%endif
+
 Name:		glances		
-Version:	1.4
-Release:	2%{?dist}
+Version:	1.4.1.1
+Release:	1%{?dist}
 Summary:	CLI curses based monitoring tool
 
 Group:		Applications/System		
@@ -10,9 +15,13 @@ Source0:	https://github.com/downloads/nicolargo/%{name}/%{name}-%{version}.tar.g
 Patch0:		glances_remove_shebang.patch
 BuildArch:	noarch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+%if 0%{?rhel} && 0%{?rhel} <= 5
+BuildRequires:	python-setuptools
+%else
 BuildRequires:	python-setuptools-devel
+%endif
 Requires:	python-setuptools
-Requires:	python-psutil
+Requires:	python-psutil >= 0.4.1
 
 %description
 Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.
@@ -48,6 +57,9 @@ rm -rf %{buildroot}
 %{_datadir}/man/man1/glances.1.gz
 
 %changelog
+* Sat Sep  1 2012 Edouard Bourguignon <madko@linuxed.net> - 1.4.1.1-1
+- Upgrade to 1.4.1.1
+
 * Tue Aug 21 2012 Edouard Bourguignon <madko@linuxed.net> - 1.4-2
 - Adding missing dependencies
 - Removing shebang in non-executable files

diff --git a/sources b/sources
index 2b38b0e..5c7511b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d56105fe51bafb170ad5f115c26ef4a1  glances-1.4.tar.gz
+43acf579e3303350844ed3ef2c7d73fa  glances-1.4.1.1.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=178809976499.1.13422764502728515822.rpms-glances-ba84d6196c36@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