forked from pool/ranger
- Update to version 1.9.4+git20250604.7e38143:
* fixed bug with command info staying
* Revert "fixed open_with bugginess"
* fixed open_with bugginess
* commands: Reword comment for brevity and accuracy
* GHActions: Pass config_files rather than boolean to flake8
* commands: Disable invalid-name and too-many-lines pylints
* Pylint: Disable invalid-name and too-many-lines for commands.py
* add :unnarrow to disable :narrow mode
* rifle: Update version
- Use pyproject macros to build and install.
- Cleaning up bad references to '#!python' for %{_bindir}/{ranger,rifle}
- Seems to need 'BuildRequires: python-rpm-macros' for '%{python3_sitelib}'
to function correctly
- Update to version 1.9.4+git20250305.7ad50fa:
* 7-zip now has an official Linux version (7zz)
* add: support for tilde in bookmarks
* img_display: address PR feedback
* docs: kitty image previews are supported in other terminals now
* img_display: auto-detect support for kitty image previews
* rifle(terminals): support auto-detecting ghostty terminal emulator
* Modified order of expantions in peview_script
* Add GNOME papers to document viewers
* Added ability to use environmental variables in preview_script option
* doc: Regenerate man pages to have the proper version
* Makefile: Update version Grep since adding logo to README
* ranger/__init__: Caught another unbumped version
OBS-URL: https://build.opensuse.org/request/show/1284973
OBS-URL: https://build.opensuse.org/package/show/utilities/ranger?expand=0&rev=43
25 lines
842 B
Plaintext
25 lines
842 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/ranger/ranger</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<!--
|
|
<param name="revision">master</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
-->
|
|
<!--
|
|
$ grep -r __version__ ./ranger
|
|
ranger/ranger/__init__.py:__version__ = '1.9.4'
|
|
-->
|
|
<param name="versionrewrite-pattern">v1.9.3</param>
|
|
<param name="versionrewrite-replacement">1.9.4</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="manual"/>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|