Compare commits
11 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6fcd66287e | |||
|
|
88c6cae3bf | ||
| 5eaa692189 | |||
|
|
54a4229397 | ||
|
|
682592eaca | ||
| a3f69e9948 | |||
| 00673e6626 | |||
| 3d268c3381 | |||
| ec8facfcb9 | |||
| 75b329187c | |||
| a510ad64bd |
26
_service
26
_service
@@ -1,26 +1,20 @@
|
|||||||
<services>
|
<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="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="scm">git</param>
|
||||||
<param name="revision">v0.14.5</param>
|
<param name="revision">v0.14.10</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="tar" />
|
<service mode="manual" name="set_version"/>
|
||||||
<service mode="disabled" name="recompress">
|
<service name="tar" mode="buildtime"/>
|
||||||
<param name="file">*.tar</param>
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="compression">zst</param>
|
<param name="compression">zst</param>
|
||||||
|
<param name="file">*.tar</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
<service name="cargo_vendor" mode="manual">
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<param name="srcdir">procs</param>
|
||||||
<param name="srcdir">procs</param>
|
|
||||||
<param name="compression">zst</param>
|
|
||||||
<param name="update">true</param>
|
|
||||||
<param name="filter">true</param>
|
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="disabled">
|
</services>
|
||||||
<param name="srcdir">procs</param>
|
|
||||||
</service>
|
|
||||||
</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:39f36bee55fc613eff01c11efbdef81bbe0d551cd0e785ff585d2ce635821f34
|
|
||||||
size 1095437
|
|
||||||
@@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Update to 0.14.6:
|
||||||
|
* [Changed] MSRV to Rust 1.74
|
||||||
|
* [Added] aarch64-apple-darwin build release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 20 16:23:51 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Wed Mar 20 16:23:51 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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: procs
|
Name: procs
|
||||||
Version: 0.14.5+0
|
Version: 0.14.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A modern replacement for ps written in Rust
|
Summary: A modern replacement for ps written in Rust
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:041b6c8d5afdb30e16f4715ec64a81d1dcb4bbe112afc9cb86e9847cdc276b84
|
oid sha256:72cb2bd3f720d2821b4152402c2c1f07f025dc866402e631884cb822bbd2f99a
|
||||||
size 8790292
|
size 26997938
|
||||||
|
|||||||
Reference in New Issue
Block a user