public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ranger] epel10: fix mupdf binary name (rhbz#1186823)
@ 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 : 58ce351e327b4b33ffa7f05e927cd480c9156d23
Author : Ben Boeckel <mathstuf@gmail.com>
Date   : 2015-03-02T19:55:50-05:00
Stats  : +39/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/ranger/c/58ce351e327b4b33ffa7f05e927cd480c9156d23?branch=epel10

Log:
fix mupdf binary name (rhbz#1186823)

---
diff --git a/ranger-1.6.1-rifle-conf.patch b/ranger-1.6.1-rifle-conf.patch
new file mode 100644
index 0000000..c9e131b
--- /dev/null
+++ b/ranger-1.6.1-rifle-conf.patch
@@ -0,0 +1,32 @@
+diff -u -r -U5 ranger-1.6.1/doc/config/rifle.conf ranger-1.6.1.rifle-conf/doc/config/rifle.conf
+--- ranger-1.6.1/doc/config/rifle.conf	2013-05-24 14:45:13.000000000 -0400
++++ ranger-1.6.1.rifle-conf/doc/config/rifle.conf	2015-03-02 19:54:16.588356781 -0500
+@@ -138,11 +138,11 @@
+ #-------------------------------------------
+ # Documents
+ #-------------------------------------------
+ ext pdf, has llpp,     X, flag f = llpp "$@"
+ ext pdf, has zathura,  X, flag f = zathura -- "$@"
+-ext pdf, has mupdf,    X, flag f = mupdf -- "$@"
++ext pdf, has mupdf-x11,X, flag f = mupdf-x11 -- "$@"
+ ext pdf, has apvlv,    X, flag f = apvlv -- "$@"
+ ext pdf, has xpdf,     X, flag f = xpdf -- "$@"
+ ext pdf, has evince,   X, flag f = evince -- "$@"
+ ext pdf, has okular,   X, flag f = okular -- "$@"
+ ext pdf, has epdfview, X, flag f = epdfview -- "$@"
+diff -u -r -U5 ranger-1.6.1/ranger/config/rifle.conf ranger-1.6.1.rifle-conf/ranger/config/rifle.conf
+--- ranger-1.6.1/ranger/config/rifle.conf	2013-05-24 14:45:13.000000000 -0400
++++ ranger-1.6.1.rifle-conf/ranger/config/rifle.conf	2015-03-02 19:54:16.588356781 -0500
+@@ -138,11 +138,11 @@
+ #-------------------------------------------
+ # Documents
+ #-------------------------------------------
+ ext pdf, has llpp,     X, flag f = llpp "$@"
+ ext pdf, has zathura,  X, flag f = zathura -- "$@"
+-ext pdf, has mupdf,    X, flag f = mupdf -- "$@"
++ext pdf, has mupdf-x11,X, flag f = mupdf-x11 -- "$@"
+ ext pdf, has apvlv,    X, flag f = apvlv -- "$@"
+ ext pdf, has xpdf,     X, flag f = xpdf -- "$@"
+ ext pdf, has evince,   X, flag f = evince -- "$@"
+ ext pdf, has okular,   X, flag f = okular -- "$@"
+ ext pdf, has epdfview, X, flag f = epdfview -- "$@"

diff --git a/ranger.spec b/ranger.spec
index c70586b..9549e7e 100644
--- a/ranger.spec
+++ b/ranger.spec
@@ -1,6 +1,6 @@
 Name:           ranger
 Version:        1.6.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A flexible console file manager
 
 Group:          Development/Languages
@@ -9,6 +9,8 @@ URL:            http://savannah.nongnu.org/projects/ranger/
 Source0:        http://git.savannah.gnu.org/cgit/%{name}.git/snapshot/%{name}-%{version}.tar.gz
 # Cherry-picked from upstream (no release with it yet).
 Patch0:         ranger-1.6.1-untag-doc-typo.patch
+# mupdf binary in Fedora is mupdf-x11
+Patch1:         ranger-1.6.1-rifle-conf.patch
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -24,6 +26,7 @@ you'll be going.
 %prep
 %setup -q
 %patch0 -p1 -b .untag-doc-typo
+%patch1 -p1 -b .rifle-conf
 
 
 %build
@@ -46,6 +49,9 @@ mv %{buildroot}%{_docdir}/%{name} rpmdocs
 
 
 %changelog
+* Mon Mar 02 2015 Ben Boeckel <mathstuf@gmail.com> - 1.6.1-5
+- fix mupdf binary name (rhbz#1186823)
+
 * Sat Dec 13 2014 Ben Boeckel <mathstuf@gmail.com> - 1.6.1-4
 - Fix the right file (was the source file, but upstream regenerates the
   installed file manually).

^ 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: fix mupdf binary name (rhbz#1186823) Ben Boeckel

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