Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package killport for openSUSE:Factory 
checked in at 2026-03-16 14:18:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/killport (Old)
 and      /work/SRC/openSUSE:Factory/.killport.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "killport"

Mon Mar 16 14:18:02 2026 rev:3 rq:1339293 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/killport/killport.changes        2024-06-05 
17:39:59.892859135 +0200
+++ /work/SRC/openSUSE:Factory/.killport.new.8177/killport.changes      
2026-03-16 14:21:18.439198841 +0100
@@ -1,0 +2,14 @@
+Sat Mar 14 15:02:52 UTC 2026 - Andrea Manzini <[email protected]>
+
+- Update to 2.0.0:
+  * man page
+  * --no-fail flag to exit successfully even when no process is found
+  * SIGPIPE handling for clean pipe behavior (e.g., killport 8080 | head)
+  * PID deduplication on Linux and macOS (prevents duplicate kill attempts)
+  * Breaking: Exit code 2 when no matching process or container is found 
+    (was 0). Use --no-fail to restore previous behavior
+  * fix Duplicate process entries when a process listens on both IPv4 and IPv6
+  * fix Killing container runtime's port forwarder process 
+    (e.g., OrbStack Helper) instead of the container
+
+-------------------------------------------------------------------

Old:
----
  killport-1.1.0.tar.gz

New:
----
  killport-2.0.0.tar.gz
  killport.1

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ killport.spec ++++++
--- /var/tmp/diff_new_pack.jFLv9G/_old  2026-03-16 14:21:19.187229945 +0100
+++ /var/tmp/diff_new_pack.jFLv9G/_new  2026-03-16 14:21:19.187229945 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package killport
 #
-# Copyright (c) 2024 SUSE LLC
+# 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
@@ -17,7 +17,7 @@
 
 
 Name:           killport
-Version:        1.1.0
+Version:        2.0.0
 Release:        0
 Summary:        A tool to easily kill processes running on a specified port
 License:        MIT
@@ -26,6 +26,7 @@
 Source0:        %{name}-%{version}.tar.gz
 Source1:        vendor.tar.xz
 Source2:        cargo_config
+Source3:        killport.1
 BuildRequires:  cargo-packaging
 
 %description
@@ -45,6 +46,8 @@
 
 %install
 %{cargo_install}
+install -d %{buildroot}/%{_mandir}/man1
+install -m 0644 %{_sourcedir}/killport.1 %{buildroot}/%{_mandir}/man1
 
 %check
 cargo test -- --test-threads=1
@@ -53,4 +56,6 @@
 %license LICENSE
 %doc README.md
 %{_bindir}/%{name}
+# Manpages
+%{_mandir}/man1/killport*
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jFLv9G/_old  2026-03-16 14:21:19.251232606 +0100
+++ /var/tmp/diff_new_pack.jFLv9G/_new  2026-03-16 14:21:19.255232772 +0100
@@ -3,7 +3,7 @@
         <param name="url">https://github.com/jkfran/killport</param>
         <param name="scm">git</param>
         <param name="exclude">.git</param>
-        <param name="revision">v1.1.0</param>
+        <param name="revision">v2.0.0</param>
         <param name="versionformat">@PARENT_TAG@</param>
         <param name="versionrewrite-pattern">v(.*)</param>
     </service>

++++++ killport-1.1.0.tar.gz -> killport-2.0.0.tar.gz ++++++
++++ 6858 lines of diff (skipped)

++++++ killport-1.1.0.tar.gz -> killport.1 ++++++
Binary files /work/SRC/openSUSE:Factory/killport/killport-1.1.0.tar.gz and 
/work/SRC/openSUSE:Factory/.killport.new.8177/killport.1 differ

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/killport/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.killport.new.8177/vendor.tar.xz differ: char 15, 
line 1

Reply via email to