Skip to content

Commit 5fbb0fb

Browse files
committed
ranger: Update to v1.9.4
**Summary** - Couldn't find changelog - Part of #5522 Signed-off-by: Jared Cervantes <jared@jaredcervantes.com>
1 parent 5c80abb commit 5fbb0fb

2 files changed

Lines changed: 20 additions & 18 deletions

File tree

packages/r/ranger/package.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
22
name : ranger
3-
version : 1.9.3
4-
release : 11
3+
version : 1.9.4
4+
release : 12
55
source :
6-
- https://github.com/ranger/ranger/archive/v1.9.3.tar.gz : ce088a04c91c25263a9675dc5c43514b7ec1b38c8ea43d9a9d00923ff6cdd251
7-
homepage : https://ranger.github.io/
6+
- https://github.com/ranger/ranger/archive/refs/tags/v1.9.4.tar.gz : 7ad75e0d1b29087335fbb1691b05a800f777f4ec9cba84faa19355075d7f0f89
7+
homepage : https://github.com/ranger/ranger/
88
license : GPL-3.0-or-later
99
component : system.utils
1010
summary : A simple, vim-like file manager
@@ -16,4 +16,5 @@ build : |
1616
%python3_setup
1717
install : |
1818
%python3_install
19+
%install_license LICENSE
1920

packages/r/ranger/pspec_x86_64.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<PISI>
22
<Source>
33
<Name>ranger</Name>
4-
<Homepage>https://ranger.github.io/</Homepage>
4+
<Homepage>https://github.com/ranger/ranger/</Homepage>
55
<Packager>
6-
<Name>Joey Riches</Name>
7-
<Email>josephriches@gmail.com</Email>
6+
<Name>Jared Cervantes</Name>
7+
<Email>jared@jaredcervantes.com</Email>
88
</Packager>
99
<License>GPL-3.0-or-later</License>
1010
<PartOf>system.utils</PartOf>
@@ -188,10 +188,10 @@
188188
<Path fileType="library">/usr/lib/python3.12/site-packages/ranger/gui/widgets/view_base.py</Path>
189189
<Path fileType="library">/usr/lib/python3.12/site-packages/ranger/gui/widgets/view_miller.py</Path>
190190
<Path fileType="library">/usr/lib/python3.12/site-packages/ranger/gui/widgets/view_multipane.py</Path>
191-
<Path fileType="library">/usr/lib/python3.12/site-packages/ranger_fm-1.9.3-py3.12.egg-info/PKG-INFO</Path>
192-
<Path fileType="library">/usr/lib/python3.12/site-packages/ranger_fm-1.9.3-py3.12.egg-info/SOURCES.txt</Path>
193-
<Path fileType="library">/usr/lib/python3.12/site-packages/ranger_fm-1.9.3-py3.12.egg-info/dependency_links.txt</Path>
194-
<Path fileType="library">/usr/lib/python3.12/site-packages/ranger_fm-1.9.3-py3.12.egg-info/top_level.txt</Path>
191+
<Path fileType="library">/usr/lib/python3.12/site-packages/ranger_fm-1.9.4-py3.12.egg-info/PKG-INFO</Path>
192+
<Path fileType="library">/usr/lib/python3.12/site-packages/ranger_fm-1.9.4-py3.12.egg-info/SOURCES.txt</Path>
193+
<Path fileType="library">/usr/lib/python3.12/site-packages/ranger_fm-1.9.4-py3.12.egg-info/dependency_links.txt</Path>
194+
<Path fileType="library">/usr/lib/python3.12/site-packages/ranger_fm-1.9.4-py3.12.egg-info/top_level.txt</Path>
195195
<Path fileType="data">/usr/share/applications/ranger.desktop</Path>
196196
<Path fileType="doc">/usr/share/doc/ranger/CHANGELOG.md</Path>
197197
<Path fileType="doc">/usr/share/doc/ranger/HACKING.md</Path>
@@ -227,17 +227,18 @@
227227
<Path fileType="doc">/usr/share/doc/ranger/tools/performance_test.py</Path>
228228
<Path fileType="doc">/usr/share/doc/ranger/tools/print_colors.py</Path>
229229
<Path fileType="doc">/usr/share/doc/ranger/tools/print_keys.py</Path>
230-
<Path fileType="man">/usr/share/man/man1/ranger.1</Path>
231-
<Path fileType="man">/usr/share/man/man1/rifle.1</Path>
230+
<Path fileType="data">/usr/share/licenses/ranger/LICENSE</Path>
231+
<Path fileType="man">/usr/share/man/man1/ranger.1.zst</Path>
232+
<Path fileType="man">/usr/share/man/man1/rifle.1.zst</Path>
232233
</Files>
233234
</Package>
234235
<History>
235-
<Update release="11">
236-
<Date>2025-05-08</Date>
237-
<Version>1.9.3</Version>
236+
<Update release="12">
237+
<Date>2026-01-29</Date>
238+
<Version>1.9.4</Version>
238239
<Comment>Packaging update</Comment>
239-
<Name>Joey Riches</Name>
240-
<Email>josephriches@gmail.com</Email>
240+
<Name>Jared Cervantes</Name>
241+
<Email>jared@jaredcervantes.com</Email>
241242
</Update>
242243
</History>
243244
</PISI>

0 commit comments

Comments
 (0)