public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ranger] epel10: Update to 1.6.1
@ 2026-06-10  3:14 Remi Collet
  0 siblings, 0 replies; only message in thread
From: Remi Collet @ 2026-06-10  3:14 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/ranger
            Branch : epel10
            Commit : 48025b484f5fd461afc269ba5cdbab6fd8b1b9bf
            Author : Remi Collet <remi@fedoraproject.org>
            Date   : 2013-11-20T22:56:04-05:00
            Stats  : +11/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ranger/c/48025b484f5fd461afc269ba5cdbab6fd8b1b9bf?branch=epel10

            Log:
            Update to 1.6.1

- add rifle command

---
diff --git a/ranger.spec b/ranger.spec
index 56954bc..2a03860 100644
--- a/ranger.spec
+++ b/ranger.spec
@@ -1,12 +1,12 @@
 Name:           ranger
-Version:        1.4.2
-Release:        3%{?dist}
+Version:        1.6.1
+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
+Source0:        http://git.savannah.gnu.org/cgit/%{name}.git/snapshot/%{name}-%{version}.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -29,17 +29,24 @@ you'll be going.
 
 %install
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
+mv %{buildroot}%{_docdir}/%{name} rpmdocs
 
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING CHANGELOG README doc/TODO doc/colorschemes.txt
+%doc rpmdocs/*
 %{_bindir}/ranger
+%{_bindir}/rifle
 %{python_sitelib}/*
 %{_mandir}/man1/ranger.1.gz
+%{_mandir}/man1/rifle.1.gz
 
 
 %changelog
+* Sun Sep 29 2013 Remi Collet <remi@fedoraproject.org> - 1.6.1-1
+- Update to 1.6.1
+- add rifle command
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 

^ 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.6.1 Remi Collet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox