Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d01ebd91b1 | |||
|
|
169f30b8f4 | ||
| 2a0ce46264 | |||
|
|
7848b372cd | ||
|
|
823a37f08e | ||
| 78a8bd0346 | |||
| 6f5f9d54b6 | |||
| 19342b53af | |||
| f44c255551 |
26
_service
26
_service
@@ -1,26 +1,20 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<service mode="manual" name="obs_scm">
|
||||
<param name="url">https://github.com/dalance/procs.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.14.6</param>
|
||||
<param name="revision">v0.14.10</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<service mode="manual" name="set_version"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="compression">zst</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
<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 name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">procs</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">procs</param>
|
||||
</service>
|
||||
</services>
|
||||
</services>
|
||||
3
procs-0.14.10.obscpio
Normal file
3
procs-0.14.10.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be3606b1c43bd5b035bea3b46a684d9f7d464233968b7a30d724e9c06302bb5b
|
||||
size 1594380
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c9295c37d81868bcbc921562c9bfeb062faefa0cde798158a39000ecfdcc049
|
||||
size 1095771
|
||||
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
4
procs.obsinfo
Normal file
4
procs.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: procs
|
||||
version: 0.14.10
|
||||
mtime: 1743144641
|
||||
commit: e63155678f51b2cb5016d40051827a31cbc7671c
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package procs
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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.6+0
|
||||
Version: 0.14.10
|
||||
Release: 0
|
||||
Summary: A modern replacement for ps written in Rust
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:984df67a2e8edc37aa9adcf35dc0ff13466cd7da1f21561c9cf3c53957d1b66f
|
||||
size 9270705
|
||||
oid sha256:72cb2bd3f720d2821b4152402c2c1f07f025dc866402e631884cb822bbd2f99a
|
||||
size 26997938
|
||||
|
||||
Reference in New Issue
Block a user