1
0
forked from pool/btop

Accepting request 970875 from home:sbradnick:branches:Base:System

- Update to version 1.2.6+git20220414.9abf849:
  * Update snapcraft.yaml

- Update to version v1.2.6+git20220413.4bae3c4:
  * Update continuous-build-linux.yml
  * v1.2.6 Bug fixes
  * Changed: Enter symbol to a more common variant
  * updated robin_hood.h to v3.11.5
  * Fixed: Use cpu cores avarage temp if missing cpu package temp for FreeBSD
  * Fixed: Wrong memory unit when shorten and size is less than 10
  * v1.2.5 Bug fixes
  * Fixed: Mouse mappings for net box
  * fix: title_left symbol between auto and zero in the net box is not displayed

OBS-URL: https://build.opensuse.org/request/show/970875
OBS-URL: https://build.opensuse.org/package/show/Base:System/btop?expand=0&rev=24
This commit is contained in:
Scott Bradnick 2022-04-19 16:31:12 +00:00 committed by Git OBS Bridge
parent e743ef733a
commit 6d0e8c2e5e
7 changed files with 82 additions and 34 deletions

20
_service Normal file
View File

@ -0,0 +1,20 @@
<!--
# vim: set syntax=xml
-->
<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/aristocratos/btop</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">main</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="disabled"/>
<service name="recompress" mode="disabled">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/aristocratos/btop</param>
<param name="changesrevision">9abf84938348e4746e1f139c46d063b617011e61</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5daffe2a300eaf6fdbeceff47847d1a0d26564cdf6aadd77bf35557dc7fb7d23
size 980207

View File

@ -1,5 +1,25 @@
-------------------------------------------------------------------
Mon Mar 7 16:21:05 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 1.2.5
Tue Apr 19 15:04:27 UTC 2022 - scott.bradnick@suse.com
- Update to version 1.2.6+git20220414.9abf849:
* Update snapcraft.yaml
-------------------------------------------------------------------
Wed Apr 13 15:54:02 UTC 2022 - scott.bradnick@suse.com
- Update to version v1.2.6+git20220413.4bae3c4:
* Update continuous-build-linux.yml
* v1.2.6 Bug fixes
* Changed: Enter symbol to a more common variant
* updated robin_hood.h to v3.11.5
* Fixed: Use cpu cores avarage temp if missing cpu package temp for FreeBSD
* Fixed: Wrong memory unit when shorten and size is less than 10
* v1.2.5 Bug fixes
* Fixed: Mouse mappings for net box
* fix: title_left symbol between auto and zero in the net box is not displayed
-------------------------------------------------------------------
Mon Mar 7 16:21:05 UTC 2022 - scott.bradnick@suse.com
- Update to upstream release 1.2.5:
* Fixed: Fallback to less accurate UTF8 char count if conversion to
@ -11,7 +31,7 @@ Mon Mar 7 16:21:05 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 1.2.5
* Fixed: Mouse mappings for net box
-------------------------------------------------------------------
Mon Feb 28 16:23:44 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 1.2.4
Mon Feb 28 16:23:44 UTC 2022 - scott.bradnick@suse.com
- Update to upstream release 1.2.4:
* Optimization: Proc::draw()
@ -21,7 +41,7 @@ Mon Feb 28 16:23:44 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 1.2.4
* Added: add "g" and "G" to vim keys, by @mohi001
-------------------------------------------------------------------
Tue Feb 15 18:31:34 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 1.2.3
Tue Feb 15 18:31:34 UTC 2022 - scott.bradnick@suse.com
- Update to upstream release 1.2.3:
* Changed: floating_humanizer() now show fractions when shortened and value
@ -30,7 +50,7 @@ Tue Feb 15 18:31:34 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 1.2.3
* Fixed: string to wstring conversion crash when string is too big
-------------------------------------------------------------------
Mon Feb 14 20:32:36 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 1.2.2
Mon Feb 14 20:32:36 UTC 2022 - scott.bradnick@suse.com
- Update to upstream release 1.2.2:
* Changed: Reverted uncolor() back to using regex to fix delay in opening
@ -39,7 +59,7 @@ Mon Feb 14 20:32:36 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 1.2.2
* Added: Clarification on signal screen that number can be manually entered
-------------------------------------------------------------------
Fri Feb 11 19:13:10 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 1.2.1
Fri Feb 11 19:13:10 UTC 2022 - scott.bradnick@suse.com
- Update to upstream release 1.2.1:
* Added: Arrow only after use of "f" when filtering processes, by @NavigationHazard
@ -52,7 +72,7 @@ Fri Feb 11 19:13:10 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 1.2.1
* Fixed: Battery meter draw fix
-------------------------------------------------------------------
Tue Jan 18 15:13:31 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 1.2.0
Tue Jan 18 15:13:31 UTC 2022 - scott.bradnick@suse.com
- Update to upstream release 1.2.0:
* Added: Support for FreeBSD, by @joske and @aristocratos
@ -61,7 +81,7 @@ Tue Jan 18 15:13:31 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 1.2.0
* Added: Option for base 10 bytes/bits
-------------------------------------------------------------------
Wed Dec 29 21:39:39 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.1.4
Wed Dec 29 21:39:39 UTC 2021 - scott.bradnick@suse.com
- Update to upstream release 1.1.4:
* Fixed: Create dependency files in build directory when compiling, by @stwnt
@ -70,7 +90,7 @@ Wed Dec 29 21:39:39 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.1.4
* Fixed: in_avail() can always be zero, by @pg83
-------------------------------------------------------------------
Mon Dec 13 15:14:51 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.1.3
Mon Dec 13 15:14:51 UTC 2021 - scott.bradnick@suse.com
- Update to upstream release 1.1.3:
* Added: New theme ayu, by @AlphaNecron
@ -81,7 +101,7 @@ Mon Dec 13 15:14:51 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.1.3
* Fixed: Suspected possibility of very rare stall in Input::clear()
-------------------------------------------------------------------
Sun Nov 28 21:25:30 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.1.2
Sun Nov 28 21:25:30 UTC 2021 - scott.bradnick@suse.com
- Update to upstream release 1.1.2:
* Fixed: SISEGV on macos Mojave, by @mgradowski
@ -92,7 +112,7 @@ Sun Nov 28 21:25:30 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.1.2
* Fixed: coretemp ordering
-------------------------------------------------------------------
Tue Nov 16 16:47:50 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.1.1
Tue Nov 16 16:47:50 UTC 2021 - scott.bradnick@suse.com
- Update to upstream release 1.1.1:
* Added: Partial static build (libgcc, libstdc++) for macos
@ -100,13 +120,13 @@ Tue Nov 16 16:47:50 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.1.1
* Changed: Release binaries for macos switched to OSX 12 (Monterey) and partial static build
-------------------------------------------------------------------
Mon Nov 15 21:11:28 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.1.0
Mon Nov 15 21:11:28 UTC 2021 - scott.bradnick@suse.com
- Update to upstream release 1.1.0:
* Added: Support for OSX, by @joske and @aristocratos
-------------------------------------------------------------------
Tue Nov 9 14:57:37 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.0.24
Tue Nov 9 14:57:37 UTC 2021 - scott.bradnick@suse.com
- Update to upstream release 1.0.24:
* Changed: Collection ordering
@ -120,13 +140,13 @@ Tue Nov 9 14:57:37 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.0.24
* Fixed: Inconsistent behaviour of "q" key in the menus
-------------------------------------------------------------------
Thu Nov 4 14:31:35 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.0.22
Thu Nov 4 14:31:35 UTC 2021 - scott.bradnick@suse.com
- Update to upstream release 1.0.22:
* Fixed: Bad values for disks and network on 32-bit
-------------------------------------------------------------------
Tue Nov 2 20:43:52 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.0.21
Tue Nov 2 20:43:52 UTC 2021 - scott.bradnick@suse.com
- Update to upstream release 1.0.21:
* Fixed: Removed extra spaces in cpu name
@ -134,7 +154,7 @@ Tue Nov 2 20:43:52 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.0.21
* Fixed: Security issue when running with SUID bit set
-------------------------------------------------------------------
Wed Oct 27 15:15:27 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.0.20
Wed Oct 27 15:15:27 UTC 2021 - scott.bradnick@suse.com
- Update to upstream release 1.0.20:
* Added: Improved cpu sensor detection for Ryzen Mobile, by @adnanpri
@ -143,13 +163,13 @@ Wed Oct 27 15:15:27 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.0.20
* Changed: Removed all use of regex with dedicated string functions
-------------------------------------------------------------------
Thu Oct 21 16:03:46 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.0.19
Thu Oct 21 16:03:46 UTC 2021 - scott.bradnick@suse.com
- Update to upstream release 1.0.19:
* Fixed: Makefile now tests compiler flag compatibility
-------------------------------------------------------------------
Tue Oct 19 15:40:53 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.0.18
Tue Oct 19 15:40:53 UTC 2021 - scott.bradnick@suse.com
- Update to upstream release 1.0.18:
* Fixed: Makefile g++ -dumpmachine failure to get platform on some distros
@ -161,17 +181,17 @@ Tue Oct 19 15:40:53 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.0.18
* Fixed: Battery error if non existent battery named is entered
-------------------------------------------------------------------
Mon Oct 18 17:33:44 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
Mon Oct 18 17:33:44 UTC 2021 - scott.bradnick@suse.com
- Updating to version 1.0.16 ...
-------------------------------------------------------------------
Wed Oct 13 15:50:02 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
Wed Oct 13 15:50:02 UTC 2021 - scott.bradnick@suse.com
- Updating to version 1.0.15 ...
-------------------------------------------------------------------
Thu Oct 7 13:57:15 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
Thu Oct 7 13:57:15 UTC 2021 - scott.bradnick@suse.com
- Updating to version 1.0.14 ...
@ -182,46 +202,46 @@ Sat Oct 2 09:54:55 UTC 2021 - Stefan Seyfried <seife+obs@b1-systems.com>
- improve filelist (no more "files listed twice...")
-------------------------------------------------------------------
Wed Sep 29 20:57:08 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
Wed Sep 29 20:57:08 UTC 2021 - scott.bradnick@suse.com
- Updating to version 1.0.11 ...
-------------------------------------------------------------------
Tue Sep 28 18:07:45 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
Tue Sep 28 18:07:45 UTC 2021 - scott.bradnick@suse.com
- Updating to version 1.0.10 ...
-------------------------------------------------------------------
Tue Sep 28 13:36:12 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
Tue Sep 28 13:36:12 UTC 2021 - scott.bradnick@suse.com
- Cleaning commented lines and changelog entries from spec file.
-------------------------------------------------------------------
Mon Sep 27 12:34:55 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
Mon Sep 27 12:34:55 UTC 2021 - scott.bradnick@suse.com
- Updating to version 1.0.9 ...
-------------------------------------------------------------------
Fri Sep 24 14:28:18 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
Fri Sep 24 14:28:18 UTC 2021 - scott.bradnick@suse.com
- Updating to version 1.0.6 ...
-------------------------------------------------------------------
Thu Sep 23 14:05:47 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
Thu Sep 23 14:05:47 UTC 2021 - scott.bradnick@suse.com
- Updating to version 1.0.5 ...
-------------------------------------------------------------------
Wed Sep 22 15:19:38 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
Wed Sep 22 15:19:38 UTC 2021 - scott.bradnick@suse.com
- Updating to version 1.0.4 ...
-------------------------------------------------------------------
Tue Sep 21 14:59:00 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
Tue Sep 21 14:59:00 UTC 2021 - scott.bradnick@suse.com
- Updating to version 1.0.2 ...
-------------------------------------------------------------------
Mon Sep 20 14:35:47 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
Mon Sep 20 14:35:47 UTC 2021 - scott.bradnick@suse.com
- Initial commit for version 1.0.1 ...

4
btop.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: btop
version: 1.2.6+git20220414.9abf849
mtime: 1649940306
commit: 9abf84938348e4746e1f139c46d063b617011e61

View File

@ -17,13 +17,13 @@
Name: btop
Version: 1.2.5
Version: 1.2.6+git20220414.9abf849
Release: 0
Summary: Usage and stats for processor, memory, disks, network and processes
License: Apache-2.0
Group: System/Monitoring
URL: https://github.com/aristocratos/btop
Source: %{url}/archive/v%{version}.tar.gz#/v%{version}.tar.gz
Source: %{name}-%{version}.tar.gz
BuildRequires: coreutils
%if 0%{?suse_version} < 1550
%define cxxopt CXX=g++-10

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93ff23276f2c626282037766542543dad5964fb6117c7902c4a4899607f8c95f
size 971598