From 11fcdb186c4d83812b935258d1c32c41913cc06e2d90fbb07c6d9dad2ad433de Mon Sep 17 00:00:00 2001 From: Andrea Manzini Date: Mon, 3 Jun 2024 07:17:39 +0000 Subject: [PATCH 1/2] - Update to 1.1.0: * fixed testsuite * added Windows support - Update to 1.0.0: * Mode Selection: Users can now specify whether to target processes, containers, or both. This is controlled via the -m/--mode option. * Signal Specification: The tool now supports specifying many different signals to be sent to processes or containers, enhancing the control users have over how they terminate these entities. * Dry Run Option: This new feature allows users to simulate termination commands to see which processes or containers would be affected without actually performing the kill operation. * Release as a library OBS-URL: https://build.opensuse.org/package/show/utilities/killport?expand=0&rev=3 --- _service | 2 +- killport-1.1.0.tar.gz | 3 +++ killport.changes | 21 +++++++++++++++++++++ killport.spec | 10 +++++----- vendor.tar.xz | 4 ++-- 5 files changed, 32 insertions(+), 8 deletions(-) create mode 100644 killport-1.1.0.tar.gz diff --git a/_service b/_service index c16b745..1569eff 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/jkfran/killport git .git - v0.9.2 + v1.1.0 @PARENT_TAG@ v(.*) diff --git a/killport-1.1.0.tar.gz b/killport-1.1.0.tar.gz new file mode 100644 index 0000000..b1198c5 --- /dev/null +++ b/killport-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b803e3bfc9c30b8f2b052dd5b1125500083f04c183bcd9b740642c888312c2 +size 35058 diff --git a/killport.changes b/killport.changes index aedd45f..0a4328c 100644 --- a/killport.changes +++ b/killport.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jun 3 07:15:40 UTC 2024 - Andrea Manzini + +- Update to 1.1.0: + * fixed testsuite + * added Windows support + +------------------------------------------------------------------- +Sat May 25 07:29:50 UTC 2024 - Andrea Manzini + +- Update to 1.0.0: + * Mode Selection: Users can now specify whether to target processes, containers, + or both. This is controlled via the -m/--mode option. + * Signal Specification: The tool now supports specifying many different signals + to be sent to processes or containers, enhancing the control users have over + how they terminate these entities. + * Dry Run Option: This new feature allows users to simulate termination commands + to see which processes or containers would be affected without actually performing + the kill operation. + * Release as a library + ------------------------------------------------------------------- Fri May 10 06:20:09 UTC 2024 - Andrea Manzini diff --git a/killport.spec b/killport.spec index 1269367..5ccc258 100644 --- a/killport.spec +++ b/killport.spec @@ -15,8 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: killport -Version: 0.9.2 +Version: 1.1.0 Release: 0 Summary: A tool to easily kill processes running on a specified port License: MIT @@ -28,8 +29,8 @@ Source2: cargo_config BuildRequires: cargo-packaging %description -A command-line utility for killing processes listening on specific ports. -It's designed to be simple, fast, and effective. +A command-line utility for killing processes listening on specific ports. +It's designed to be simple, fast, and effective. Features: - Kill processes by port number @@ -46,7 +47,7 @@ Features: %{cargo_install} %check -%{cargo_test} +cargo test %files %license LICENSE @@ -54,4 +55,3 @@ Features: %{_bindir}/%{name} %changelog - diff --git a/vendor.tar.xz b/vendor.tar.xz index 975c458..0c044b6 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b66973bfddd48eab5a5d6ee9300cca655bb46ab680e608f4152ee8e47d6328a4 -size 22097132 +oid sha256:631634a1f59eb1f0be43da6e93b2a39f3ab5673127672f6cff7b1d1f8c678915 +size 21375692 From 36c37cd38a8e98d55100fc317f35d38eb829ddc6aa8394522448e487f07a2ac5 Mon Sep 17 00:00:00 2001 From: Andrea Manzini Date: Tue, 4 Jun 2024 09:41:44 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/utilities/killport?expand=0&rev=4 --- _service | 2 +- killport-1.1.0.tar.gz | 3 --- killport.changes | 21 --------------------- killport.spec | 2 +- vendor.tar.xz | 4 ++-- 5 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 killport-1.1.0.tar.gz diff --git a/_service b/_service index 1569eff..c16b745 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/jkfran/killport git .git - v1.1.0 + v0.9.2 @PARENT_TAG@ v(.*) diff --git a/killport-1.1.0.tar.gz b/killport-1.1.0.tar.gz deleted file mode 100644 index b1198c5..0000000 --- a/killport-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61b803e3bfc9c30b8f2b052dd5b1125500083f04c183bcd9b740642c888312c2 -size 35058 diff --git a/killport.changes b/killport.changes index 0a4328c..aedd45f 100644 --- a/killport.changes +++ b/killport.changes @@ -1,24 +1,3 @@ -------------------------------------------------------------------- -Mon Jun 3 07:15:40 UTC 2024 - Andrea Manzini - -- Update to 1.1.0: - * fixed testsuite - * added Windows support - -------------------------------------------------------------------- -Sat May 25 07:29:50 UTC 2024 - Andrea Manzini - -- Update to 1.0.0: - * Mode Selection: Users can now specify whether to target processes, containers, - or both. This is controlled via the -m/--mode option. - * Signal Specification: The tool now supports specifying many different signals - to be sent to processes or containers, enhancing the control users have over - how they terminate these entities. - * Dry Run Option: This new feature allows users to simulate termination commands - to see which processes or containers would be affected without actually performing - the kill operation. - * Release as a library - ------------------------------------------------------------------- Fri May 10 06:20:09 UTC 2024 - Andrea Manzini diff --git a/killport.spec b/killport.spec index 5ccc258..69a461d 100644 --- a/killport.spec +++ b/killport.spec @@ -47,7 +47,7 @@ Features: %{cargo_install} %check -cargo test +cargo test -- --test-threads=1 %files %license LICENSE diff --git a/vendor.tar.xz b/vendor.tar.xz index 0c044b6..975c458 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:631634a1f59eb1f0be43da6e93b2a39f3ab5673127672f6cff7b1d1f8c678915 -size 21375692 +oid sha256:b66973bfddd48eab5a5d6ee9300cca655bb46ab680e608f4152ee8e47d6328a4 +size 22097132