SHA256
5
0
forked from pool/procs

2 Commits

Author SHA256 Message Date
db13556877 Accepting request 1190367 from utilities
- Update to 0.14.6:
  * [Changed] MSRV to Rust 1.74
  * [Added] aarch64-apple-darwin build release

OBS-URL: https://build.opensuse.org/request/show/1190367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/procs?expand=0&rev=10
2024-07-30 09:55:18 +00:00
0efcda05f6 - Update to 0.14.6:
* [Changed] MSRV to Rust 1.74
  * [Added] aarch64-apple-darwin build release

OBS-URL: https://build.opensuse.org/package/show/utilities/procs?expand=0&rev=26
2024-07-30 03:51:29 +00:00
7 changed files with 23 additions and 48 deletions

View File

@@ -1,20 +1,26 @@
<services>
<service mode="manual" name="obs_scm">
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/dalance/procs.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">v0.14.10</param>
<param name="revision">v0.14.6</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="manual" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">zst</param>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">procs</param>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">procs</param>
<param name="compression">zst</param>
<param name="update">true</param>
<param name="filter">true</param>
</service>
</services>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">procs</param>
</service>
</services>

View File

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

3
procs-0.14.6+0.tar.zst Normal file
View File

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

View File

@@ -1,30 +1,3 @@
-------------------------------------------------------------------
Fri Mar 28 08:01:40 UTC 2025 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.14.10:
* [Added] Add JSON output support.
* [Changed] Generate shell completions at build time.
* [Fixed] Trim null byte from /proc//attr/current.
-------------------------------------------------------------------
Fri Jan 17 03:37:29 UTC 2025 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.14.9:
* [Fixed] Build failure on FreeBSD.
-------------------------------------------------------------------
Wed Oct 23 11:03:53 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.8:
* [Fixed] Build breaks on FreeBSD #703
-------------------------------------------------------------------
Tue Oct 22 06:25:48 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.7:
* [Changed] Header line wrapping #695
* [Fixed] First key press is ignored #443
-------------------------------------------------------------------
Tue Jul 30 03:50:01 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@@ -1,4 +0,0 @@
name: procs
version: 0.14.10
mtime: 1743144641
commit: e63155678f51b2cb5016d40051827a31cbc7671c

View File

@@ -1,7 +1,7 @@
#
# spec file for package procs
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# 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: procs
Version: 0.14.10
Version: 0.14.6+0
Release: 0
Summary: A modern replacement for ps written in Rust
License: MIT

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72cb2bd3f720d2821b4152402c2c1f07f025dc866402e631884cb822bbd2f99a
size 26997938
oid sha256:984df67a2e8edc37aa9adcf35dc0ff13466cd7da1f21561c9cf3c53957d1b66f
size 9270705