From e748424bd6d57925d6ad496ab373cf2d03fc8075c069932deef6a5b4d5ef0813 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 16 Sep 2020 07:44:02 +0000 Subject: [PATCH] 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 --- htop-3.0.1.tar.gz | 3 --- htop-3.0.2.tar.gz | 3 +++ htop.changes | 10 ++++++++++ htop.spec | 9 ++------- 4 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 htop-3.0.1.tar.gz create mode 100644 htop-3.0.2.tar.gz diff --git a/htop-3.0.1.tar.gz b/htop-3.0.1.tar.gz deleted file mode 100644 index b9efa91..0000000 --- a/htop-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8465164bc085f5f1813e1d3f6c4b9b56bf4c95cc12226a5367e65794949b01ca -size 179925 diff --git a/htop-3.0.2.tar.gz b/htop-3.0.2.tar.gz new file mode 100644 index 0000000..4c82ec2 --- /dev/null +++ b/htop-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6471d9505daca5c64073fc37dbab4d012ca4fc6a7040a925dad4a7553e3349c4 +size 310562 diff --git a/htop.changes b/htop.changes index 041e81a..170ac12 100644 --- a/htop.changes +++ b/htop.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 15 21:46:04 UTC 2020 - Avindra Goolcharan + +- 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 diff --git a/htop.spec b/htop.spec index d347209..7e77159 100644 --- a/htop.spec +++ b/htop.spec @@ -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 \