- Update to version 0.14.12:

* [Added] Add fancy regex fallback for advanced filters.
  * [Added] Add regex filtering support (Fixes #554).
  * [Added] Add shell completion kind values and man page generation.

OBS-URL: https://build.opensuse.org/package/show/utilities/procs?expand=0&rev=39
This commit is contained in:
2026-06-26 05:57:29 +00:00
committed by Git OBS Bridge
commit d9e7876c82
11 changed files with 396 additions and 0 deletions
+275
View File
@@ -0,0 +1,275 @@
-------------------------------------------------------------------
Fri Jun 26 04:39:32 UTC 2026 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.14.12:
* [Added] Add fancy regex fallback for advanced filters.
* [Added] Add regex filtering support (Fixes #554).
* [Added] Add shell completion kind values and man page generation.
-------------------------------------------------------------------
Fri Feb 27 05:13:13 UTC 2026 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.14.11:
* [Changed] use actual macos memory usage from libproc pid_rusage.
* [Added] Add nvcsw and nivcsw.
* [Fixed] Fix double-spaced TTY output caused
by ANSI-unaware trim_end.
* [Fixed] Fix panic caused by --only and --tree.
* [Fixed] Do not print separators in JSON output.
-------------------------------------------------------------------
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>
- Filter dependencies for vendor tarball
-------------------------------------------------------------------
Thu Mar 7 06:42:10 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.5:
* [Added] Add show_self_parents option #607
* [Changed] MSRV to Rust 1.70
-------------------------------------------------------------------
Fri Nov 24 10:46:35 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.4:
* [Fixed] Build breaks on FreeBSD/arm64,i386
-------------------------------------------------------------------
Fri Oct 20 11:02:04 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Generate and use zst tarball
-------------------------------------------------------------------
Fri Oct 20 06:17:45 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.3:
* [Changed] MSRV to Rust 1.67
* [Added] Some columns on FreeBSD
-------------------------------------------------------------------
Wed Oct 18 13:08:30 UTC 2023 - Michael Vetter <jubalh@iodoru.org>
- Update to 0.14.2:
* [Added] BSD support #313
* [Fixed] wrong time handling on Windows
* [Added] User/group cache support
* [Added] Cgroup/Ccgroup column #529
-------------------------------------------------------------------
Fri Oct 6 11:06:43 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.1:
* [Added] Also look for a config file in /etc/procs/procs.toml #533
* [Added] less compatible keybinding of built-in pager
* [Added] show_kthreads config #446
* [Fixed] procs -i Pid displays Parent PID, not PID, sometimes #457
-------------------------------------------------------------------
Tue Mar 7 09:24:23 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.0:
* [Changed] --config option to --gen-config
* [Changed] --completion option to --gen-completion
* [Changed] --completion-out option to --gen-completion-out
* [Added] --load-config option to specify config file #394
* [Added] --use-config option to specify built-in config #152
* [Added] show_header and show_footer config #405
* [Added] SecContext column #260
* [Added] FileName column #429
* [Added] WorkDir column #410
* [Added] Env column #143
* [Added] Built-in pager and Windows pager support #119
* [Fixed] hang on terminals which ignore DSR request #288
* [Fixed] Column UserLogin shows 4294967295 #441
- Move from rust-packaging to cargo-packaging
- Set update to true in cargo_vendor service
- Move from tar.xz to zst vor vendor tarball
-------------------------------------------------------------------
Mon Jan 30 07:53:44 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 0.13.4:
* [Added] adding sort column to inserts #396
* [Added] docker: Respect $DOCKER_HOST #424
-------------------------------------------------------------------
Mon Jan 9 18:01:11 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Clean up changes file
- Don't autogenerate changes entries.
They look more crypting to the user than the entries in CHANGELOG.md.
So let's take it from there in the future.
-------------------------------------------------------------------
Tue Oct 18 08:42:41 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.13.3:
* release_win: pack exe in toplevel of zip
-------------------------------------------------------------------
Wed Oct 05 03:05:01 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.13.2:
* Add workaround for pager issue #366
-------------------------------------------------------------------
Tue Sep 20 18:25:43 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.13.1:
* Remove $ from code fenced examples on readme
* Add derive Eq to some structs
* fix some typos
-------------------------------------------------------------------
Fri Jul 29 02:45:05 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.13.0:
* Fix clippy
* Add TreeSlot column #196
* Add case sensitivity option #159
* Use once_cell instead of lazy_static
-------------------------------------------------------------------
Wed May 25 08:10:13 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.12.3:
* No changelog available.
-------------------------------------------------------------------
Thu May 05 05:09:16 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.12.2:
* Change coverage to llvm-cov
* Fix dead code in `--no-default-features`
* Fix Clippy warnings
-------------------------------------------------------------------
Fri Jan 28 02:38:24 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.12.1:
* Add another cgroup style of docker support #236
* Fix wrong decode of cgroup for docker #236
* Change termbg timeout to latency based #221
* Update tests to replace the deprecated usage of clap
* Add android to all cfg #223
-------------------------------------------------------------------
Tue Jan 18 11:01:42 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.12.0:
* Fix unexpected message at piped #221
* Replace structopt with clap
* Update getch to update termios #223
-------------------------------------------------------------------
Fri Dec 24 12:20:44 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.13:
* Create a separate --completion-out flag
* Write generated shell completions to stdout
-------------------------------------------------------------------
Wed Dec 15 04:54:45 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.12:
* No changelog available.
-------------------------------------------------------------------
Tue Dec 14 10:14:48 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.11:
* No changelog available.
-------------------------------------------------------------------
Wed Oct 20 02:35:15 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.10:
* Show children processes at tree mode #181
* Fixed search failure with only option #117
* Add MultiSlot column #180
* address clippy lint: manual implementation of Option::map
* Improve grammar
-------------------------------------------------------------------
Tue Jun 22 03:02:19 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.9:
* Add: Add support for floating point values in watch interval
* Don't need separate fields for pgid and session
* Friendlier column name
* Add columns for process group ID and Session on linux.
-------------------------------------------------------------------
Sat May 29 15:07:05 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.8:
* Adjust get_theme timing
-------------------------------------------------------------------
Wed May 19 08:28:14 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.7:
* Disable termbg at piped/redirected #146
* Adjust elapsed_time format
* Remove unused import
* Fix compile error
* Add elapsed_time #120
* Add completion file message #130
-------------------------------------------------------------------
Tue May 18 02:57:52 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.6:
* No changelog.
-------------------------------------------------------------------
Thu May 06 01:48:25 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.5:
* Fix infinite recursion of get_ppids #129
-------------------------------------------------------------------
Sun May 02 17:51:46 UTC 2021 - dead_mozay@opensuse.org
- Update to version 0.11.4:
* Suppress theme detection at each refresh of watcher mode
-------------------------------------------------------------------
Sun May 2 17:47:27 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
- Initial package
+52
View File
@@ -0,0 +1,52 @@
#
# spec file for package procs
#
# Copyright (c) 2026 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: procs
Version: 0.14.12
Release: 0
Summary: A modern replacement for ps written in Rust
License: MIT
URL: https://github.com/dalance/procs
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
Source2: cargo_config
BuildRequires: cargo-packaging
%description
procs is a replacement for ps written in Rust.
%prep
%setup -qa1
mkdir -p .cargo
cp %{SOURCE2} .cargo/config
%build
%{cargo_build}
%install
%{cargo_install}
%check
%{cargo_test}
%files
%license LICENSE
%doc README.md
%{_bindir}/procs
%changelog
+20
View File
@@ -0,0 +1,20 @@
<services>
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/dalance/procs.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v0.14.12</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>
<param name="file">*.tar</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">procs</param>
</service>
</services>
+24
View File
@@ -0,0 +1,24 @@
*.changes merge=merge-changes
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
+4
View File
@@ -0,0 +1,4 @@
*.obscpio
*.osc
_build.*
.pbuild
+5
View File
@@ -0,0 +1,5 @@
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be3606b1c43bd5b035bea3b46a684d9f7d464233968b7a30d724e9c06302bb5b
size 1594380
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7c42b01448dd27f31454073ea3575f21ba0c53f448d6cb31912b0ac3e5d0118
size 1608716
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e7bc888c740987f1d56af0cdd514fd1bcc0421fe28fc2bdf2c04f17d5ca01f6
size 1615884
+4
View File
@@ -0,0 +1,4 @@
name: procs
version: 0.14.12
mtime: 1782382212
commit: 8ad5da5ef0c33a7c9dbe30625548469f88e824d8
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ad98e86213ce168ac2b698e2e52a2fdf66d0e51bd974d08a6c11e9c0262fc16
size 25912250