forked from pool/ranger
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4311970f49 | |||
| dc0995f3ae | |||
| 6e81c690bd |
7
README.md
Normal file
7
README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# ranger
|
||||
|
||||
URL: [ranger](https://github.com/ranger/ranger)
|
||||
|
||||
----
|
||||
|
||||
ranger is a console file manager with VI key bindings. It provides a minimalistic and nice curses interface with a view on the directory hierarchy. It ships with rifle, a file launcher that is good at automatically finding out which program to use for what file type. For mc aficionados there's also the multi-pane viewmode.
|
||||
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1765401239
|
||||
commit: 2f9745f84b300c707e8fa94066c9a3f2836e316937d60f43de219481bf6f90df
|
||||
url: https://src.opensuse.org/sbradnick/ranger
|
||||
revision: main
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ranger/ranger</param>
|
||||
<param name="changesrevision">7e38143eaa91c82bed8f309aa167b1e6f2607576</param></service></servicedata>
|
||||
<param name="changesrevision">3f7a3546e59d52e5de5bbb13b9d9968bfaf6b659</param></service></servicedata>
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b73b386832fd4a654195f9b01177b471ee11539f6a0a0566ad27a24808e768f7
|
||||
size 296
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99c78dd86ecc65c6fc4ad94c3c131e78b75c88aa5f68ef3472a7c2575a0aada1
|
||||
size 313298
|
||||
BIN
ranger-1.9.4+git20250910.3f7a3546.tar.gz
LFS
Normal file
BIN
ranger-1.9.4+git20250910.3f7a3546.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1 +1,4 @@
|
||||
addFilter("non-executable-script .*/usr/lib/python.*/site-packages/ranger/ext/rifle.py")
|
||||
### 20251006: This is needed when building locally, but not in OBS
|
||||
addFilter("python-bytecode-inconsistent-mtime *");
|
||||
#####
|
||||
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 21:11:37 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Adding 'Source100: README.md' as the README is suggested at src.opensuse.org
|
||||
setup, otherwise get the following message:
|
||||
* "Attention, "README.md" is not mentioned in spec files as source or patch."
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 06 14:53:49 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Update to version 1.9.4+git20250910.3f7a3546:
|
||||
* img_display: Avoid unicode escape sequences for Ueberzug input
|
||||
* man: fix documentation of which license ranger uses exactly
|
||||
* rifle: fixed+clarified usage string
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 12 04:38:41 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: ranger
|
||||
version: 1.9.4+git20250604.7e38143
|
||||
mtime: 1749048824
|
||||
commit: 7e38143eaa91c82bed8f309aa167b1e6f2607576
|
||||
version: 1.9.4+git20250910.3f7a3546
|
||||
mtime: 1757509900
|
||||
commit: 3f7a3546e59d52e5de5bbb13b9d9968bfaf6b659
|
||||
|
||||
@@ -20,14 +20,15 @@
|
||||
%define short_version 1.9.4
|
||||
|
||||
Name: ranger
|
||||
Version: 1.9.4+git20250604.7e38143
|
||||
Version: 1.9.4+git20250910.3f7a3546
|
||||
Release: 0
|
||||
Summary: Console File Manager
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
URL: https://github.com/ranger/ranger
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source99: ranger-rpmlintrc
|
||||
Source100: README.md
|
||||
# PATCH-FIX-UPSTREAM ranger.desktop.patch -- Add missing GenericName
|
||||
Patch0: ranger.desktop.diff
|
||||
BuildRequires: fdupes
|
||||
|
||||
Reference in New Issue
Block a user