Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dynamips for openSUSE:Factory checked in at 2026-05-23 23:25:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dynamips (Old) and /work/SRC/openSUSE:Factory/.dynamips.new.2084 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dynamips" Sat May 23 23:25:14 2026 rev:29 rq:1354724 version:0.2.24 Changes: -------- --- /work/SRC/openSUSE:Factory/dynamips/dynamips.changes 2024-04-08 17:52:02.629180172 +0200 +++ /work/SRC/openSUSE:Factory/.dynamips.new.2084/dynamips.changes 2026-05-23 23:27:19.032564784 +0200 @@ -1,0 +2,8 @@ +Sat Apr 18 18:07:55 UTC 2026 - Martin Hauke <[email protected]> + +- Update to version 0.2.24 + * Fix memory leaks +- Update patch + * define-s390x-arch.patch + +------------------------------------------------------------------- Old: ---- dynamips-0.2.23.tar.gz New: ---- dynamips-0.2.24.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dynamips.spec ++++++ --- /var/tmp/diff_new_pack.CZ2b1v/_old 2026-05-23 23:27:19.596587809 +0200 +++ /var/tmp/diff_new_pack.CZ2b1v/_new 2026-05-23 23:27:19.600587972 +0200 @@ -1,7 +1,7 @@ # # spec file for package dynamips # -# 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: dynamips -Version: 0.2.23 +Version: 0.2.24 Release: 0 Summary: Cisco router Emulator License: GPL-2.0-or-later ++++++ define-s390x-arch.patch ++++++ --- /var/tmp/diff_new_pack.CZ2b1v/_old 2026-05-23 23:27:19.640589605 +0200 +++ /var/tmp/diff_new_pack.CZ2b1v/_new 2026-05-23 23:27:19.648589931 +0200 @@ -1,10 +1,10 @@ diff --git a/common/dynamips_common.h b/common/dynamips_common.h -index 0f72f53..ca3a184 100644 +index c112f5c..d4413da 100644 --- a/common/dynamips_common.h +++ b/common/dynamips_common.h -@@ -71,6 +71,8 @@ - #define ARCH_BYTE_ORDER ARCH_BIG_ENDIAN - #elif defined(__riscv) || defined(__riscv__) +@@ -74,6 +74,8 @@ + #define ARCH_BYTE_ORDER ARCH_LITTLE_ENDIAN + #elif defined(__sw_64) #define ARCH_BYTE_ORDER ARCH_LITTLE_ENDIAN +#elif defined(__s390x__) +#define ARCH_BYTE_ORDER ARCH_BIG_ENDIAN ++++++ dynamips-0.2.23.tar.gz -> dynamips-0.2.24.tar.gz ++++++ ++++ 14147 lines of diff (skipped)
