public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ben Boeckel <mathstuf@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ranger] epel10: fix mupdf binary name (rhbz#1186823)
Date: Wed, 10 Jun 2026 03:14:04 GMT [thread overview]
Message-ID: <178106124460.1.15833274016441479471.rpms-ranger-58ce351e327b@fedoraproject.org> (raw)
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).
reply other threads:[~2026-06-10 3:14 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=178106124460.1.15833274016441479471.rpms-ranger-58ce351e327b@fedoraproject.org \
--to=mathstuf@gmail.com \
--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