Accepting request 906732 from home:dirkmueller:Factory
- update to 4.1.1: - fix segfault on session save (#1041) - remove redundant `_Atomic` usage - move [`patches`](../tree/master/patches) directory to top-level - fix and cleanup gitstatus patch - plugin `imgview` improvements (#1049) - restore source-code packing on CircleCI - add Makefile target to compile with musl OBS-URL: https://build.opensuse.org/request/show/906732 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=57
This commit is contained in:
committed by
Git OBS Bridge
parent
29d4da5882
commit
fc90bb193a
12
nnn.changes
12
nnn.changes
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 16 20:14:04 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.1.1:
|
||||||
|
- fix segfault on session save (#1041)
|
||||||
|
- remove redundant `_Atomic` usage
|
||||||
|
- move [`patches`](../tree/master/patches) directory to top-level
|
||||||
|
- fix and cleanup gitstatus patch
|
||||||
|
- plugin `imgview` improvements (#1049)
|
||||||
|
- restore source-code packing on CircleCI
|
||||||
|
- add Makefile target to compile with musl
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 2 06:49:21 UTC 2021 - Dilawar Singh <dilawar.s.rajput@gmail.com>
|
Wed Jun 2 06:49:21 UTC 2021 - Dilawar Singh <dilawar.s.rajput@gmail.com>
|
||||||
|
|
||||||
|
6
nnn.spec
6
nnn.spec
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nnn
|
Name: nnn
|
||||||
Version: 4.1
|
Version: 4.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Terminal based file browser
|
Summary: Terminal based file browser
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -26,12 +26,12 @@ URL: https://github.com/jarun/nnn#nnn
|
|||||||
Source0: https://github.com/jarun/nnn/archive/v%{version}.tar.gz#/v%{version}.tar.gz
|
Source0: https://github.com/jarun/nnn/archive/v%{version}.tar.gz#/v%{version}.tar.gz
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
|
Recommends: sshfs
|
||||||
%if 0%{?leap_version} == 420300
|
%if 0%{?leap_version} == 420300
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: pkgconfig(ncursesw)
|
BuildRequires: pkgconfig(ncursesw)
|
||||||
%endif
|
%endif
|
||||||
Recommends: sshfs
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
nnn is a fork of noice, a terminal file browser with keyboard
|
nnn is a fork of noice, a terminal file browser with keyboard
|
||||||
@@ -43,7 +43,7 @@ no config file and MIME associations are hard-coded.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install PREFIX=%{_prefix}
|
%make_install PREFIX=%{_prefix}
|
||||||
|
3
v4.1.1.tar.gz
Normal file
3
v4.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f0e02668da6324c12c39db35fe5c26bd45f3e02e5684a351b8ce8a357419ceba
|
||||||
|
size 227160
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8549ac5f3007337da4841e62da696507e753035f36ac4e0537502e261ce701e6
|
|
||||||
size 227081
|
|
Reference in New Issue
Block a user