Accepting request 975476 from utilities

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/975476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ranger?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-05-07 21:54:19 +00:00 committed by Git OBS Bridge
commit 2eb9142f6b
7 changed files with 53 additions and 11 deletions

18
_service Normal file
View File

@ -0,0 +1,18 @@
<services>
<service name="obs_scm" mode="disabled">
<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="versionrewrite-pattern">v(.*)</param>
<!--
<param name="revision">master</param>
-->
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="disabled"/>
<service name="recompress" mode="disabled">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/ranger/ranger</param>
<param name="changesrevision">391f061cb0b0cfa8266c0651f2a6d948f22e01dd</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:073546d0b1d454009e6dc152d7fdccc7bfdae191072c558cf23d3a990e8eb03d
size 294924

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce088a04c91c25263a9675dc5c43514b7ec1b38c8ea43d9a9d00923ff6cdd251
size 280363

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Apr 22 20:07:58 UTC 2022 - scott.bradnick@suse.com
- Update to version 1.9.3+git20220401.391f061c:
* doc: Add draw.io dependency to man page
* README: Add draw.io dependency
* scope: Fix draw.io width and enable by default
* scope: Move draw.io preview to handle_image
* Makefile: Drop README.md from man page requisites
* doc: Split lines in man page
* doc: Add openscad dependency to man page
* doc: Fix manpage for name filter_stack filter
* fix indent
* better textual preview for jupyter notebooks
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 31 16:33:50 UTC 2019 - Luigi Baldoni <aloisio@gmx.com> Tue Dec 31 16:33:50 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

4
ranger.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: ranger
version: 1.9.3+git20220401.391f061c
mtime: 1648841720
commit: 391f061cb0b0cfa8266c0651f2a6d948f22e01dd

View File

@ -1,8 +1,7 @@
# #
# spec file for package ranger # spec file for package ranger
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2022 SUSE LLC
# Copyright (c) 2013 Pascal Bleser <pascal.bleser@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,19 +15,21 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define short_version 1.9.3
Name: ranger Name: ranger
Version: 1.9.3 Version: 1.9.3+git20220401.391f061c
Release: 0 Release: 0
Summary: Console File Manager Summary: Console File Manager
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: Productivity/File utilities Group: Productivity/File utilities
URL: https://ranger.github.io URL: https://github.com/ranger/ranger
Source: https://github.com/ranger/ranger/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
Source99: ranger-rpmlintrc Source99: ranger-rpmlintrc
# PATCH-FIX-UPSTREAM ranger.desktop.patch -- Add missing GenericName # PATCH-FIX-UPSTREAM ranger.desktop.patch -- Add missing GenericName
Patch0: ranger.desktop.patch Patch0: ranger.desktop.patch
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
Requires: file Requires: file
Requires: python3-curses Requires: python3-curses
@ -58,8 +59,8 @@ python3 ./setup.py build
%install %install
python3 ./setup.py install \ python3 ./setup.py install \
--prefix="%{_prefix}" \ --prefix="%{_prefix}" \
--root=%{buildroot} --root=%{buildroot}
rm -rf "%{buildroot}%{_datadir}/doc/ranger" rm -rf "%{buildroot}%{_datadir}/doc/ranger"
@ -79,7 +80,7 @@ rm -rf "%{buildroot}%{_datadir}/doc/ranger"
%doc examples %doc examples
%{_bindir}/ranger %{_bindir}/ranger
%{_bindir}/rifle %{_bindir}/rifle
%{python3_sitelib}/ranger_fm-%{version}-*.egg-info %{python3_sitelib}/ranger_fm-%{short_version}-*.egg-info
%{python3_sitelib}/ranger %{python3_sitelib}/ranger
%{_mandir}/man1/ranger.1%{ext_man} %{_mandir}/man1/ranger.1%{ext_man}
%{_mandir}/man1/rifle.1%{ext_man} %{_mandir}/man1/rifle.1%{ext_man}