public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ranger] epel10: Update to 1.4.2
@ 2026-06-10 3:14 Ben Boeckel
0 siblings, 0 replies; only message in thread
From: Ben Boeckel @ 2026-06-10 3:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ranger
Branch : epel10
Commit : 186ba4faa956b1b8e29602d9a42fa0cf69f0db34
Author : Ben Boeckel <mathstuf@gmail.com>
Date : 2012-11-04T23:14:46-05:00
Stats : +8/-35 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/ranger/c/186ba4faa956b1b8e29602d9a42fa0cf69f0db34?branch=epel10
Log:
Update to 1.4.2
---
diff --git a/.gitignore b/.gitignore
index ff33811..ceb6879 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
ranger-1.1.2.tar.gz
/ranger-1.2.2.tar.gz
+/ranger-1.4.2.tar.gz
diff --git a/0001-Remove-the-shebang-line-from-the-__main__.py-file.patch b/0001-Remove-the-shebang-line-from-the-__main__.py-file.patch
deleted file mode 100644
index 83084ad..0000000
--- a/0001-Remove-the-shebang-line-from-the-__main__.py-file.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 181a9f5f5b0a5dcc16512ce68408b7789bce9705 Mon Sep 17 00:00:00 2001
-From: Ben Boeckel <MathStuf@gmail.com>
-Date: Sat, 24 Jul 2010 14:21:06 -0400
-Subject: [PATCH] Remove the shebang line from the __main__.py file
-
----
- ranger/__main__.py | 1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
-
-diff --git a/ranger/__main__.py b/ranger/__main__.py
-index b3a4177..4a65e06 100644
---- a/ranger/__main__.py
-+++ b/ranger/__main__.py
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # coding=utf-8
- #
- # Copyright (C) 2009, 2010 Roman Zimbelmann <romanz@lavabit.com>
---
-1.7.1.1
-
diff --git a/ranger.spec b/ranger.spec
index 01a5325..2838d7f 100644
--- a/ranger.spec
+++ b/ranger.spec
@@ -1,16 +1,12 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-
Name: ranger
-Version: 1.2.2
-Release: 4%{?dist}
+Version: 1.4.2
+Release: 1%{?dist}
Summary: A flexible console file manager
Group: Development/Languages
License: GPLv3+
URL: http://savannah.nongnu.org/projects/ranger/
Source0: http://nongnu.askapache.com/%{name}/releases/%{name}-%{version}.tar.gz
-# Upstreamed: https://savannah.nongnu.org/bugs/index.php?30533
-Patch100: 0001-Remove-the-shebang-line-from-the-__main__.py-file.patch
BuildArch: noarch
BuildRequires: python2-devel
@@ -25,7 +21,6 @@ you'll be going.
%prep
%setup -q
-%patch100 -p1 -b .remove-shebang
%build
@@ -33,23 +28,21 @@ you'll be going.
%install
-rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
-%clean
-rm -rf %{buildroot}
-
-
%files
%defattr(-,root,root,-)
-%doc COPYING CHANGELOG README TODO
+%doc COPYING CHANGELOG README doc/TODO doc/colorschemes.txt
%{_bindir}/ranger
%{python_sitelib}/*
%{_mandir}/man1/ranger.1.gz
%changelog
+* Sun Nov 04 2012 Ben Boeckel <mathstuf@gmail.com> - 1.4.2-1
+- Update to 1.4.2
+
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
diff --git a/sources b/sources
index 4c17ab1..e5d22dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bace8e20a298939cf7ee236bed6ac9ea ranger-1.2.2.tar.gz
+93696d44fcf039a6e3aa9efa270f70c4 ranger-1.4.2.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-10 3:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 3:14 [rpms/ranger] epel10: Update to 1.4.2 Ben Boeckel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox