From a826870c88f0c7975e249f765972e96ae44170163b7fe41c2dd8a60e0fb03477 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 28 Nov 2023 12:24:50 +0000 Subject: [PATCH] - Switch to xz compressed sources OBS-URL: https://build.opensuse.org/package/show/Base:System/htop?expand=0&rev=68 --- htop-3.2.2.tar.gz => htop-3.2.2.tar.xz | 0 htop.changes | 5 +++++ htop.spec | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) rename htop-3.2.2.tar.gz => htop-3.2.2.tar.xz (100%) diff --git a/htop-3.2.2.tar.gz b/htop-3.2.2.tar.xz similarity index 100% rename from htop-3.2.2.tar.gz rename to htop-3.2.2.tar.xz diff --git a/htop.changes b/htop.changes index 51df30b..5a73266 100644 --- a/htop.changes +++ b/htop.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 28 12:23:07 UTC 2023 - Martin Pluskal + +- Switch to xz compressed sources + ------------------------------------------------------------------- Mon Jun 12 10:50:53 UTC 2023 - Martin Pluskal diff --git a/htop.spec b/htop.spec index 8b650dd..eea937b 100644 --- a/htop.spec +++ b/htop.spec @@ -22,7 +22,7 @@ Release: 0 Summary: An Interactive text-mode Process Viewer for Linux License: GPL-2.0-or-later URL: https://htop.dev -Source0: https://github.com/htop-dev/htop/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/htop-dev/htop/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake BuildRequires: pkgconfig >= 0.9.0