Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package netavark for openSUSE:Factory 
checked in at 2025-10-04 18:50:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netavark (Old)
 and      /work/SRC/openSUSE:Factory/.netavark.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netavark"

Sat Oct  4 18:50:22 2025 rev:21 rq:1308737 version:1.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/netavark/netavark.changes        2025-06-10 
08:56:59.150830962 +0200
+++ /work/SRC/openSUSE:Factory/.netavark.new.11973/netavark.changes     
2025-10-04 18:50:39.768305074 +0200
@@ -1,0 +2,68 @@
+Fri Sep 26 05:43:09 UTC 2025 - Madhankumar Chellamuthu 
<[email protected]>
+
+- setting update to false in cargo_vendor_service as it updates
+  the dependencies to the latest version in the vendor files
+  that leads to build failures in netavark. Because, the upstream
+  code was written for with the older version of dependencies
+
+- Update to version 1.16.1:
+  * release v1.16.1
+  * release notes for v1.16.1
+  * Revert "[skip-ci] Update actions/download-artifact action to v5"
+  * update nftables to v0.6.3
+  * release v1.16.0
+  * release notes for v1.16.0
+  * sync release notes from 1.15 branch
+  * fix new lint warnings on rust 1.89
+  * [skip-ci] Update actions/checkout action to v5
+  * [skip-ci] Update actions/download-artifact action to v5
+  * fix(deps): update rust crate tokio to 1.47.1
+  * fix(deps): update rust crate clap to ~4.5.42
+  * fix(deps): update rust crate serde_json to 1.0.142
+  * fix(deps): update rust crate tokio to 1.47.0
+  * fix(deps): update rust crate hyper-util to 0.1.16
+  * exec_netns macro: update comment
+  * test: add new test program for connection checks
+  * add .cargo/config.toml to runs tests via unshare -rn
+  * fix(deps): update rust crate rand to 0.9.2
+  * fix(deps): update rust crate serde_json to 1.0.141
+  * fix(deps): update rust crate zbus to 5.9.0
+  * log default route mtu
+  * get_mtu_from_iface_attributes: return error without mtu
+  * make get_default_route_interface return the full LinkMessage
+  * bridge: early break out of loop
+  * change exec_netns macro to return result
+  * Set bridge MTU to match default route.
+  * fix(deps): update rust crate zbus to 5.8.0
+  * fix(deps): update rust crate hyper-util to 0.1.15
+  * fix(deps): update rust crate tokio to 1.46.1
+  * fix(deps): update rust crate tokio to 1.46.0
+  * fix new rust 1.88 lint errors
+  * fix(deps): update rust crate clap to ~4.5.40
+  * fix(deps): update rust crate hyper-util to 0.1.14
+  * make more use of NetavarkError
+  * drop DhcpProxy error type from NetavarkError
+  * update nix to v0.30.1
+  * fix(deps): update rust crate clap to ~4.5.39
+  * fix(deps): update rust crate zbus to 5.7.1
+  * write bridge sysctl to config file
+  * extract systemd path check to core_utils
+  * move sysctl code into separate module
+  * wrap sysctl name in error
+  * drop sysctl dependency
+  * update MSRV to v1.83
+  * dhcp_proxy: set timeout_sender only if required
+  * cargo: bump mozim to 0.2.6
+  * fix(deps): update rust crate hyper-util to 0.1.13
+  * Revert "remove search domain from response"
+  * fix(deps): update rust crate tokio to 1.45.1
+  * update netlink-packet-route to v0.23.0
+  * update nix to v0.30.1
+  * remove unused nispor from Cargo.toml
+  * fix(deps): update rust crate zbus to 5.7.1
+  * fix(deps): update rust crate hyper-util to 0.1.12
+  * rpm: update description
+  * bump to v1.16.0-dev
+  * fix(deps): update rust crate zbus to 5.7.0
+
+-------------------------------------------------------------------

Old:
----
  netavark-1.15.2.tar.gz

New:
----
  netavark-1.16.1.tar.gz

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

Other differences:
------------------
++++++ netavark.spec ++++++
--- /var/tmp/diff_new_pack.DYvRqz/_old  2025-10-04 18:50:44.072484939 +0200
+++ /var/tmp/diff_new_pack.DYvRqz/_new  2025-10-04 18:50:44.092485775 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netavark
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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
@@ -19,7 +19,7 @@
 %define major_minor %((v=%{version}; echo ${v%.*}))
 
 Name:           netavark
-Version:        1.15.2
+Version:        1.16.1
 Release:        0
 Summary:        Container network stack
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.DYvRqz/_old  2025-10-04 18:50:44.388498145 +0200
+++ /var/tmp/diff_new_pack.DYvRqz/_new  2025-10-04 18:50:44.428499816 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/containers/netavark.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">v1.15.2</param>
+    <param name="revision">v1.16.1</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>
@@ -18,7 +18,7 @@
   <service name="cargo_vendor" mode="disabled">
      <param name="srcdir">netavark</param>
      <param name="compression">gz</param>
-     <param name="update">true</param>
+     <param name="update">false</param>
   </service>
   <service name="cargo_audit" mode="disabled">
      <param name="srcdir">netavark</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.DYvRqz/_old  2025-10-04 18:50:44.704511351 +0200
+++ /var/tmp/diff_new_pack.DYvRqz/_new  2025-10-04 18:50:44.764513858 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/containers/netavark.git</param>
-              <param 
name="changesrevision">01b002ffea76934739836bddabe223908f48eb76</param></service></servicedata>
+              <param 
name="changesrevision">c95689f62cfff050b5e5b5bda32c8bdb7c8e209f</param></service></servicedata>
 (No newline at EOF)
 

++++++ netavark-1.15.2.tar.gz -> netavark-1.16.1.tar.gz ++++++
++++ 3610 lines of diff (skipped)

++++++ netavark.obsinfo ++++++
--- /var/tmp/diff_new_pack.DYvRqz/_old  2025-10-04 18:50:46.200573869 +0200
+++ /var/tmp/diff_new_pack.DYvRqz/_new  2025-10-04 18:50:46.244575707 +0200
@@ -1,5 +1,5 @@
 name: netavark
-version: 1.15.2
-mtime: 1749032668
-commit: 01b002ffea76934739836bddabe223908f48eb76
+version: 1.16.1
+mtime: 1755788304
+commit: c95689f62cfff050b5e5b5bda32c8bdb7c8e209f
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/netavark/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.netavark.new.11973/vendor.tar.gz differ: char 12, 
line 1

Reply via email to