Accepting request 1103693 from utilities

OBS-URL: https://build.opensuse.org/request/show/1103693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lf?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2023-08-13 17:18:11 +00:00 committed by Git OBS Bridge
commit 417c5fed60
7 changed files with 32 additions and 19 deletions

View File

@ -1,6 +1,6 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/horriblename/lf.git</param>
<param name="url">https://github.com/gokcehan/lf.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/horriblename/lf.git</param>
<param name="changesrevision">61ffdd1a79205226c11cb03f1cfffc9a91b9bd15</param></service></servicedata>
<param name="url">https://github.com/gokcehan/lf.git</param>
<param name="changesrevision">dd8294952f3cda8d8671847a5ab4dc3613a2aabd</param></service></servicedata>

3
lf-30+dd82949.tar.gz Normal file
View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Aug 13 09:00:51 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
- Switch upstream repo as upstream is shipping sixel now
- Specfile cleanup
- Update to version 30+dd82949:
* Sixel preview (#1211)
* Fix cursor location when printing statline (#1348)
* Remove environment exports from preview thread (#1354)
* Clean image preview on `set preview!` (#1350)
* Support optional fields for `statfmt` option (#1337)
* Call `load` after shell-async commands (#1345)
-------------------------------------------------------------------
Mon May 29 00:34:07 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>

22
lf.spec
View File

@ -1,7 +1,7 @@
#
# spec file for package sc-im
# spec file for package lf
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,12 +17,12 @@
Name: lf
Version: 30
Version: 30+dd82949
Release: 0
Summary: Terminal file manager (with sixel support)
License: MIT
Group: Productivity/File utilities
Url: https://github.com/horriblename/lf
URL: https://github.com/gokcehan/lf
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: golang-packaging
@ -72,13 +72,13 @@ go build -v -buildmode=pie -ldflags="-s -w \
%install
install -Dm755 -t "%{buildroot}%{_bindir}" lf
install -Dm644 -t "%{buildroot}%{_mandir}/man1" lf.1
install -Dm644 -t "%{buildroot}/%{_docdir}/%{name}" README.md etc/lfrc.example
install -Dm644 -t "%{buildroot}/%{_datadir}/applications" lf.desktop
install -Dm644 -t "%{buildroot}/%{_datadir}/bash-completion/completions/lf" etc/lf.bash
install -Dm644 -t "%{buildroot}/%{_datadir}/fish/vendor_functions.d" etc/lfcd.fish
install -Dm644 -t "%{buildroot}/%{_datadir}/fish/vendor_completions.d/lf.fish" etc/lf.fish
install -Dm644 -t "%{buildroot}/%{_datadir}/zsh/site-functions/_lf" etc/lf.zsh
install -Dm644 -t "%{buildroot}/%{_licensedir}/lf" LICENSE
install -Dm644 -t "%{buildroot}%{_docdir}/%{name}" README.md etc/lfrc.example
install -Dm644 -t "%{buildroot}%{_datadir}/applications" lf.desktop
install -Dm644 -t "%{buildroot}%{_datadir}/bash-completion/completions/lf" etc/lf.bash
install -Dm644 -t "%{buildroot}%{_datadir}/fish/vendor_functions.d" etc/lfcd.fish
install -Dm644 -t "%{buildroot}%{_datadir}/fish/vendor_completions.d/lf.fish" etc/lf.fish
install -Dm644 -t "%{buildroot}%{_datadir}/zsh/site-functions/_lf" etc/lf.zsh
install -Dm644 -t "%{buildroot}%{_licensedir}/lf" LICENSE
%files
%doc README.md lfrc.example

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa2716591f36f7e8a42ac0fdf360ef5d6c35eb2c42c7fedb62d21bd50e8e1b78
size 2148883
oid sha256:2dde760bdc6cf217562737448b51d166fa5453b91404e5069211c17752c6fe97
size 2229453