Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package simple-multicast for
openSUSE:Factory checked in at 2025-10-28 15:29:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/simple-multicast (Old)
and /work/SRC/openSUSE:Factory/.simple-multicast.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "simple-multicast"
Tue Oct 28 15:29:31 2025 rev:2 rq:1314069 version:0.2.5.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/simple-multicast/simple-multicast.changes
2020-06-09 00:06:18.333640048 +0200
+++
/work/SRC/openSUSE:Factory/.simple-multicast.new.1980/simple-multicast.changes
2025-10-28 15:29:36.963276555 +0100
@@ -1,0 +2,13 @@
+Mon Oct 27 20:14:06 UTC 2025 - Martin Hauke <[email protected]>
+
+- Upstream moved to github
+- Force "-std=gnu99" to build on modern gcc
+- Update to version 0.2.5.2
+ * Code clean up and rebase
+- Update to version 0.2.5
+ * Do not hardcode the TTL, allow users to provide the desired value.
+ * Server non interactive CLI changed to account for TTL.
+ * multicast -v4 -server -group 239.1.2.3 -port 9999 -ttl 64 -delay 1
+ * multicast -v6 -server -group FF05::3232 -port 9999 -ttl 64 -delay 1
+
+-------------------------------------------------------------------
Old:
----
multicast-0.2.4.zip
New:
----
simple-multicast-0.2.5.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ simple-multicast.spec ++++++
--- /var/tmp/diff_new_pack.PTENU0/_old 2025-10-28 15:29:38.175327408 +0100
+++ /var/tmp/diff_new_pack.PTENU0/_new 2025-10-28 15:29:38.179327576 +0100
@@ -1,7 +1,7 @@
#
# spec file for package simple-multicast
#
-# Copyright (c) 2020 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
@@ -17,16 +17,15 @@
Name: simple-multicast
-Version: 0.2.4
+Version: 0.2.5.2
Release: 0
Summary: Multicast Server and Client application
License: GPL-3.0-or-later
Group: Productivity/Networking/Other
-URL: https://sourceforge.net/projects/simplemulticast/
-Source:
http://sourceforge.net/projects/simplemulticast/files/%{version}/multicast-%{version}.zip
-BuildRequires: gcc
-BuildRequires: glibc-devel
-BuildRequires: unzip
+URL: https://github.com/anubisg1/simple-multicast
+Source:
https://github.com/anubisg1/simple-multicast/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
%description
Simple multicast Server/Client application.
@@ -38,11 +37,12 @@
* Source Specific Multicast client
%prep
-%setup -q -n multicast-%{version}
+%autosetup -p1
%build
+autoreconf -fiv
%configure
-%make_build
+%make_build CFLAGS="%{optflags} -std=gnu99"
%install
%make_install