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:
Martin Pluskal 2020-09-16 07:44:02 +00:00 committed by Git OBS Bridge
parent 90c039a11f
commit e748424bd6
4 changed files with 15 additions and 10 deletions

View File

@ -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
View File

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

View File

@ -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> Sun Sep 6 19:55:05 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,18 +17,15 @@
Name: htop Name: htop
Version: 3.0.1 Version: 3.0.2
Release: 0 Release: 0
Summary: An Interactive text-mode Process Viewer for Linux Summary: An Interactive text-mode Process Viewer for Linux
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/Monitoring Group: System/Monitoring
URL: https://htop.dev 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 Source2: %{name}.keyring
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: pkgconfig >= 0.9.0 BuildRequires: pkgconfig >= 0.9.0
BuildRequires: python3-base
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: pkgconfig(libnl-3.0) BuildRequires: pkgconfig(libnl-3.0)
BuildRequires: pkgconfig(libnl-genl-3.0) BuildRequires: pkgconfig(libnl-genl-3.0)
@ -42,8 +39,6 @@ better 'top' and requires ncurses.
%prep %prep
%autosetup -p1 %autosetup -p1
# Standard release tarball is not provided https://github.com/htop-dev/htop/issues/31
autoreconf -fi
%build %build
%configure \ %configure \