Accepting request 834748 from home:avindra:branches:Base:System
- Update to version 3.0.2 * BUGFIX: Drop 'vim_mode' - several issues, needs rethink * BUGFIX: fix regression in -u optional-argument handling * Build system rework to remove python, header generation * CI, code quality improvements - Switch to new official bintray tarball to remove automake deps OBS-URL: https://build.opensuse.org/request/show/834748 OBS-URL: https://build.opensuse.org/package/show/Base:System/htop?expand=0&rev=54
This commit is contained in:
parent
90c039a11f
commit
e748424bd6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8465164bc085f5f1813e1d3f6c4b9b56bf4c95cc12226a5367e65794949b01ca
|
||||
size 179925
|
3
htop-3.0.2.tar.gz
Normal file
3
htop-3.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6471d9505daca5c64073fc37dbab4d012ca4fc6a7040a925dad4a7553e3349c4
|
||||
size 310562
|
10
htop.changes
10
htop.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 15 21:46:04 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- Update to version 3.0.2
|
||||
* BUGFIX: Drop 'vim_mode' - several issues, needs rethink
|
||||
* BUGFIX: fix regression in -u optional-argument handling
|
||||
* Build system rework to remove python, header generation
|
||||
* CI, code quality improvements
|
||||
- Switch to new official bintray tarball to remove automake deps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 19:55:05 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -17,18 +17,15 @@
|
||||
|
||||
|
||||
Name: htop
|
||||
Version: 3.0.1
|
||||
Version: 3.0.2
|
||||
Release: 0
|
||||
Summary: An Interactive text-mode Process Viewer for Linux
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Monitoring
|
||||
URL: https://htop.dev
|
||||
Source0: https://github.com/htop-dev/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: https://dl.bintray.com/%{name}/source/%{name}-%{version}.tar.gz
|
||||
Source2: %{name}.keyring
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: pkgconfig >= 0.9.0
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(libnl-3.0)
|
||||
BuildRequires: pkgconfig(libnl-genl-3.0)
|
||||
@ -42,8 +39,6 @@ better 'top' and requires ncurses.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
# Standard release tarball is not provided https://github.com/htop-dev/htop/issues/31
|
||||
autoreconf -fi
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Loading…
Reference in New Issue
Block a user