Accepting request 1193505 from utilities

Forwarded request #1193503 from jlkDE

Update to version 0.10.2

OBS-URL: https://build.opensuse.org/request/show/1193505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bottom?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2024-08-13 11:24:30 +00:00 committed by Git OBS Bridge
commit bd71e3de53
8 changed files with 171 additions and 18 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/ClementTsang/bottom.git</param>
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">0.9.6</param>
<param name="revision">0.10.2</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
@ -21,7 +21,5 @@
<param name="update">true</param>
<param name="compression">zst</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">bottom</param>
</service>
<service name="cargo_audit" mode="manual"/>
</services>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/ClementTsang/bottom.git</param>
<param name="changesrevision">6d251098710f3119af11ecdd8761929acb010fab</param></service></servicedata>
<param name="changesrevision">2ec1fb56c9db0b37acc4eca3230adfb52720376b</param></service></servicedata>

3
bottom-0.10.2~0.tar.zst Normal file
View File

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37eb0164efb347fd1b9a9e52d0f71068f46bf3adac7fd35f37578269aa918bb7
size 3031348

View File

@ -1,3 +1,165 @@
-------------------------------------------------------------------
Tue Aug 6 20:47:21 UTC 2024 - Jan-Luca Kiok <opensuse-packages@jlk.one>
- Adapt service to new cargo vendor version
- Update to version 0.10.2:
* uptick: 0.10.2 (#1544)
* bug: fix occasionally wrong run time reported by sysinfo (#1542)
* docs: update docs and requirements as of 2024-08-05 (#1545)
* bug: fix default_cpu_entry arg not being used and missing from docs (#1543)
* bug: fix not updating sysinfo processes correctly (#1541)
* docs: fix alphabetical ordering of the linux install docs (#1537)
* docs: update some of the installation docs (#1536)
* docs: fix incorrect link in all-contributors (#1535)
* docs: update changelog (#1534)
* feat: add option to move avg CPU to another row (#1487)
* other: delete v1.0 schema directory (#1529)
* uptick: 0.10.1 (#1527)
* other: add test to catch issues with incorrect long arg names (#1528)
* bug: fix using clap macro incorrectly, causing broken long help name (#1526)
* docs: fix invalid flag in docs (#1523)
* docs: update changelog (#1524)
* uptick: 0.10.0 (#1510)
* docs: update docs on filter (#1519)
* other: clarify config file creation logic/code (#1518)
* docs: update changelog (#1517)
* docs: add CosmicHorrorDev as a contributor for code (#1516)
* other: Add the config path to the error message if unable to create config (#1515)
* feature: support italic text styling (#1514)
* change: make table headers bold by default (#1513)
* feature: support bold text (#1512)
* feature: support simple colour settings for text fields too (#1511)
* docs: add the binary name to the title again (#1508)
* refactor: refactor styling options (#1499)
* deps: bump deps as of 2024-07-027 (#1507)
* refactor: remove time as a dependency outside of logging (#1506)
* uptick: 0.9.7 (#1505)
* other: remove toolchain, clean up CI (#1504)
* other: include a toolchain file from now on (#1503)
* refactor: run clippy after updating to Rust 1.80 (#1502)
* refactor: remove BottomError (#1498)
* refactor: migrate data collection and some others away from BottomError (#1497)
* refactor: convert more errors over (#1496)
* refactor: out with arg/config error, and make user messages more consistent (#1494)
* refactor: clean up conversion and crossterm errors (#1493)
* refactor: error refactoring, part 1 (#1492)
* deps: bump deps as of 2024-07-03 (#1490)
* deps: bump root + lock deps as of 2024-06-27 (#1488)
* deps: bump root deps and lockfile as of 2024-06-19 (#1486)
* other: add schema test for uncommented default config (#1484)
* feat: add way to automatically generate new json schemas (#1482)
* change: change how disk, temp, and net filters in config are set (#1481)
* uptick: 0.10.0 (#1479)
* refactor: remove `lib` and move some things around (#1477)
* bug: fix -V not working and causing Cirrus CI to fail (#1478)
* refactor: use struct for args instead of builder interface (#1472)
* deps: update deps as of 2024-05-26 (#1473)
* Run cargo wix init (#1468)
* refactor: extract unicode-ellipsis into its own crate (#1465)
* refactor: some string-related code cleanup/refactor (#1463)
* docs: add TheSkyentist as a contributor for code (#1461)
* bug: fix battery table when hiding gaps (#1458)
* other: comment out some dead code (#1456)
* docs: add MichalBryxi as a contributor for doc (#1453)
* docs: Which table goes "flags" under? (#1452)
* deps: bump lock deps as of 2024-04-28 (#1451)
* deps: bump deps as of 2024-04-28 (#1450)
* docs: update some docs about install methods (#1446)
* deps: bump clap-related dependencies, increase unofficial msrv to 1.74 (#1445)
* deps: bump dependencies as of 2024-04-10, including sysinfo 0.30.10 (#1444)
* docs: sort some install methods (#1443)
* other: update a bunch of argument descriptions and some arg/config names (#1441)
* docs: add davlgd as a contributor for doc (#1442)
* docs: add install instructions to Exherbo Linux in README.md (#1440)
* docs: update changelog for #1436 and #1430 (#1439)
* docs: add lyuha as a contributor for code, and doc (#1438)
* feature: Add option to set a position of legend (#1430)
* change: use sysinfo's swap value for Windows (#1436)
* deps: bump dependencies as of 2024-03-23 (#1431)
* docs: bump deps as of 2024-03-23 (#1432)
* deps: bump sysinfo to =0.30.7 (#1425)
* deps: downgrade clap and run cargo update to build on 1.70 (#1423)
* deps: bump root dependencies as of 2024-03-04 (#1422)
* deps: bump sysinfo to 0.30.6 (#1420)
* chore(deps): bump mio from 0.8.10 to 0.8.11 (#1421)
* docs: actually fix numbering for Windows font troubleshooting guide (#1417)
* docs: fix numbering for Windows font troubleshooting guide (#1416)
* docs: some clarification (#1415)
* docs: add john-s-lin as a contributor for doc (#1414)
* docs: fix broken link to config documentation in README (#1413)
* other: add process uptime as a default column (#1411)
* bug: fix uptime calculation for Linux (#1410)
* deps: update lock dependencies (2024-02-14) (#1409)
* deps: update root dependencies (2024-02-14) (#1408)
* other: add v1 schema + versioning + tests (#1407)
* deps: bump ratatui to 0.26 (#1406)
* docs: add Freed-Wu as a contributor for code, and doc (#1404)
* other: add json schema (#1382) (#1394)
* other: flatten process config struct and clean up help text (#1395)
* refactor: move some files around in prep for a future options refactor (#1393)
* refactor: convert layout creation tests back to being unit tests (#1392)
* deps: bump sysinfo to =0.30.5 (#1390)
* deps: bump non-root dependencies as of 2024-01-15 (#1387)
* deps: bump dependencies as of 2024-01-15 (#1386)
* refactor: simplify some config -> constraints code (#1383)
* other: fix deploy profile
* docs: change code font and enable privacy (#1381)
* add last revision date (#1380)
* docs: bump mkdocs-material to 0.9.6 (#1379)
* docs: fix another incorrect heading
* docs: use consistent wording around command-line options (#1378)
* refactor: clean up arg code more (#1377)
* refactor: rearrange/resort args (#1376)
* refactor: clean up help drawing code (#1374)
* feature: Add support for bcachefs (#1373)
* refactor: clean up some more drawing/component code (#1372)
* refactor: move around some configuration code again (#1371)
* refactor: move around configuration-related files (#1370)
* other: update lints (#1369)
* refactor: restructure canvas file folder structure (#1368)
* other: quick lint fixes for some warnings (#1367)
* deps: bump anyhow, clap, and thiserror (#1365)
* refactor: pull data collection out of nested folder structure (#1364)
* deps: update ratatui version (#1362)
* refactor: fix macro formatting in disk data collection code (#1363)
* refactor: remove once_cell (#1361)
* refactor: some more cleanups around linux temp code (#1360)
* other: if in a non-D0 state, short-circuit further logic (#1355)
* docs: update changelog with #1353 (#1358)
* chore(deps): bump zerocopy from 0.7.26 to 0.7.31 (#1357)
* feature: support default selection of average CPU graph (#1353)
* other: master -> main (#1349)
* other: add back local time in debug logs (#1346)
* other: change group -> group_processes for consistency between config and command-line args (#1344)
* deps: bump dependencies as of 2023-11-27 (#1338)
* deps: update sysinfo to 0.29.11 (#1337)
* other: preallocate space for ellipsis (#1336)
* other: update generated config file (#1335)
* refactor: iteratively detect ASCII and build string when truncating (#1334)
* refactor: add fast branch if the string is short enough to not be truncated (#1333)
* refactor: add fast branch for ascii-only string truncate (#1330)
* docs: update changelog ordering and some wording (#1328)
* change changelog heading levels (#1327)
* refactor: simplify temperature conversion function usage (#1326)
* change: small gpu proc changes (#1325)
* feature: Add gpu proc info (#1276)
* docs: fix typo in process column config (#1323)
* other: add additional clamping functions on numeric types (#1324)
* docs: add Android as unsupported but builds in README (#1321)
* deps: bump toml_edit to 0.21.0 (#1320)
* docs: bump mike to v2.0.0 (#1318)
* docs: bump mkdocs-related dependencies to latest (#1317)
* refactor: clean up some query code and some ascii-only string comparisons (#1316)
* refactor: comment on convoluted `Filesystem::from_str` code (#1315)
* chore: fix certain uninlined string format uses (#1310)
* chore: run spell and grammar checkers
* bug: fat32 mounts don't show up in macOS (#1314)
* Chore: Remove un-needed lifetimes in a few calls (#1309)
* chore: Minor cleanup - remove un-needed ident qualifiers (#1307)
* bump clap and add nushell/fig completions (#1300)
* deps: bump sysinfo to =0.29.10 (#1298)
* docs: bump mkdocs and mkdocs-material versions (#1293)
-------------------------------------------------------------------
Sun Apr 7 20:35:55 UTC 2024 - Jan-Luca Kiok <opensuse-packages@jlk.one>

View File

@ -18,7 +18,7 @@
Name: bottom
Version: 0.9.6~0
Version: 0.10.2~0
Release: 0
Summary: Yet another graphical process/system monitor
License: Apache-2.0 AND MIT
@ -26,7 +26,6 @@ Group: System/Monitoring
URL: https://github.com/ClementTsang/bottom
Source: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
Source2: cargo_config
BuildRequires: cargo-packaging
BuildRequires: rust >= 1.70
BuildRequires: zstd
@ -37,7 +36,6 @@ customizable interface and a multitude of features.
%prep
%autosetup -p 1 -a 1
install -D -m 0644 %{SOURCE2} .cargo/config
%build
cargo build --release --locked %{?_smp_mflags}

View File

@ -1,5 +0,0 @@
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:909485279ebed2f79ca740b6d1d9c6691c856ac77add6160026713b2ea0d66e8
size 24690831
oid sha256:9589788bafc43302a3c32b23bc79963ad1372e7c7d35c65840cfe3fb0dd2953f
size 38596795