forked from pool/zenith
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 40ad2bd7ea | |||
| 336c6c4f52 |
6
_service
6
_service
@@ -1,14 +1,14 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/bvaisvil/zenith.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.14.1</param>
|
||||
<param name="revision">0.14.2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">alessio.biancalana@suse.com</param>
|
||||
<param name="changesauthor">dottorblaster@opensuse.org</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/bvaisvil/zenith.git</param>
|
||||
<param name="changesrevision">3c8d41a963925a9ef84ecfb18cec98f9da1cc690</param></service></servicedata>
|
||||
<param name="changesrevision">ac3565d0a83902d2947eb90302640a72c76a1d39</param></service></servicedata>
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7f0d8e5a90f5fe7613f53b63b8ac32adf5b2847e0b14ff1328aabce410c223a
|
||||
size 20096649
|
||||
oid sha256:3004333be2f789a4169f4b82a9d2eb3acecd759a87bd5cadda3bf2d68472ff8a
|
||||
size 25096759
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fa3a8c9d724dc120cef34dbad0fd61d2a167650cb0fd455715eca9dd0d6fa14
|
||||
size 1016332
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:276637a5dd5d7fd559849d39c05c0c760ec7ae25fd7781ac52f450b8e406d00d
|
||||
size 774313
|
||||
3
zenith-0.14.2.obscpio
Normal file
3
zenith-0.14.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:653ca0257eeef884d55dbb1b5e56a31d089fbdaa386d810b2006bd2a1ed08d01
|
||||
size 1008140
|
||||
3
zenith-0.14.2.tar.zst
Normal file
3
zenith-0.14.2.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:258920e07bac1e82172a668e4b0aee34332f162b0de5dbd03a6d45d668641d0e
|
||||
size 743081
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 31 12:44:11 UTC 2025 - Alessio Biancalana <dottorblaster@opensuse.org>
|
||||
|
||||
- Update to version 0.14.2:
|
||||
* Release Workflow (#171)
|
||||
* feat: add red/blue temperature color coding (#170)
|
||||
* fix issue 167 where total ordering wasn't being returned and now requ… (#168)
|
||||
* Render ptable refactor (#166)
|
||||
* style: simplify some statements for readability (#165)
|
||||
* update release
|
||||
* Update sysinfo fork dependency
|
||||
* valid json!
|
||||
* set a prefix
|
||||
* update release params
|
||||
* update screenshot
|
||||
* only run with features nvidia if we're on ubuntu
|
||||
* configure ci
|
||||
* update ci
|
||||
* Bump version
|
||||
* build both musl + gnu with nvidia
|
||||
* Update ci
|
||||
* fix command
|
||||
* Add nvidia feature
|
||||
* Update build action
|
||||
* Upgrade dependencies (#162)
|
||||
* Continue to build other release even if this one fails
|
||||
* Update release.yml
|
||||
* Add more platforms
|
||||
* Create Changes.md
|
||||
* fix typo
|
||||
* Update action version
|
||||
* Update release.yml
|
||||
* Add github workflow for releases
|
||||
* Fix for Issue 153 (#155)
|
||||
* Need to include GraphicsDevice now for no graphics builds.
|
||||
* move update total to a function
|
||||
* Refactored to only create total device if there is more than one gfx card.
|
||||
* Added support for gfx card totals
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 06 10:45:57 UTC 2024 - alessio.biancalana@suse.com
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: zenith
|
||||
version: 0.14.1~0
|
||||
mtime: 1711752647
|
||||
commit: 3c8d41a963925a9ef84ecfb18cec98f9da1cc690
|
||||
version: 0.14.2
|
||||
mtime: 1767118366
|
||||
commit: ac3565d0a83902d2947eb90302640a72c76a1d39
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zenith
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: zenith
|
||||
Version: 0.14.1~0
|
||||
Version: 0.14.2
|
||||
Release: 0
|
||||
Summary: Sort of like top or htop but with zoom-able charts
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user