diff --git a/btop.changes b/btop.changes index d2d11b2..fb13fb3 100644 --- a/btop.changes +++ b/btop.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Oct 7 13:57:15 UTC 2021 - Scott Bradnick + +- Updating to version 1.0.14 ... + +------------------------------------------------------------------- +Sat Oct 2 09:54:55 UTC 2021 - Stefan Seyfried + +- allow to build on 15.3 also +- improve filelist (no more "files listed twice...") + ------------------------------------------------------------------- Wed Sep 29 20:57:08 UTC 2021 - Scott Bradnick diff --git a/btop.spec b/btop.spec index a9fc5c0..4b0dfc1 100644 --- a/btop.spec +++ b/btop.spec @@ -17,15 +17,20 @@ Name: btop -Version: 1.0.11 +Version: 1.0.14 Release: 0 Summary: Usage and stats for processor, memory, disks, network and processes License: Apache-2.0 URL: https://github.com/aristocratos/btop/archive Source: %{url}/v%{version}.tar.gz#/v%{version}.tar.gz BuildRequires: coreutils -BuildRequires: gcc11 -BuildRequires: gcc11-c++ +%if 0%{?suse_version} < 1550 +%define cxxopt CXX=g++-10 +BuildRequires: gcc10-c++ +%else +%define cxxopt %{nil} +BuildRequires: gcc-c++ >= 11 +%endif BuildRequires: sed %description @@ -35,16 +40,16 @@ Resource monitor that shows usage and stats for processor, memory, disks, networ %setup -q %build -%make_build +%make_build %{cxxopt} %install %make_install PREFIX=/usr %files /usr/bin/btop -/usr/share/btop +%dir /usr/share/btop +%dir /usr/share/btop/themes /usr/share/btop/README.md -/usr/share/btop/themes /usr/share/btop/themes/*.theme %license LICENSE %doc CHANGELOG.md diff --git a/v1.0.11.tar.gz b/v1.0.11.tar.gz deleted file mode 100644 index 9bcbb59..0000000 --- a/v1.0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0029481662bd91588d7ff1da9518c22cf9182bb22786681c74a1fd6728e6ab9b -size 924227 diff --git a/v1.0.14.tar.gz b/v1.0.14.tar.gz new file mode 100644 index 0000000..73e2a19 --- /dev/null +++ b/v1.0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b54e329bdacea109b4206506b3cafd9959b2ecc63ef9b04554bf9c7bc7b2b9b +size 925702