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-0.9.2.tar.gz b/killport-0.9.2.tar.gz deleted file mode 100644 index 7c3e2ae..0000000 --- a/killport-0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8ed0c2f6b4c75ad1afec1a616f933e0b8709bc591494764ca5dc4aac09cd35f -size 24138 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..69a461d 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 -- --test-threads=1 %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