Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tcpser for openSUSE:Factory checked 
in at 2026-05-05 15:16:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcpser (Old)
 and      /work/SRC/openSUSE:Factory/.tcpser.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcpser"

Tue May  5 15:16:56 2026 rev:3 rq:1350877 version:1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcpser/tcpser.changes    2024-02-26 
19:47:35.498682421 +0100
+++ /work/SRC/openSUSE:Factory/.tcpser.new.30200/tcpser.changes 2026-05-05 
15:18:14.674227951 +0200
@@ -1,0 +2,9 @@
+Mon May  4 21:50:45 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.1.4:
+  * Phone book core dump fix, -V to report version, and small
+    logging fixes.
+  * Fixup to compile again on Linux
+- tcpser-obey-cflags.patch: refresh
+
+-------------------------------------------------------------------

Old:
----
  _service
  tcpser-1.0rc12+git.20191116.tar.xz

New:
----
  v1.1.4.tar.gz

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

Other differences:
------------------
++++++ tcpser.spec ++++++
--- /var/tmp/diff_new_pack.KineU0/_old  2026-05-05 15:18:15.190248718 +0200
+++ /var/tmp/diff_new_pack.KineU0/_new  2026-05-05 15:18:15.194248879 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tcpser
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2020, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:           tcpser
-Version:        1.0rc12+git.20191116
+Version:        1.1.4
 Release:        0
 Summary:        Serial to IP modem emulation program
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Other
-URL:            https://github.com/FozzTexx/tcpser
-Source:         %{name}-%{version}.tar.xz
+URL:            https://github.com/go4retro/tcpser
+Source:         
https://github.com/go4retro/tcpser/archive/refs/tags/v%{version}.tar.gz
 Source1:        tcpser.1
 Patch0:         tcpser-obey-cflags.patch
 
@@ -49,7 +49,7 @@
 
 %build
 export CFLAGS="%{optflags}"
-make %{?_smp_mflags}
+%make_build
 
 %install
 install -Dpm 0755 tcpser %{buildroot}/%{_bindir}/tcpser

++++++ tcpser-obey-cflags.patch ++++++
--- /var/tmp/diff_new_pack.KineU0/_old  2026-05-05 15:18:15.222250006 +0200
+++ /var/tmp/diff_new_pack.KineU0/_new  2026-05-05 15:18:15.226250167 +0200
@@ -1,13 +1,13 @@
-diff --git a/Makefile b/Makefile
-index 998fbed..aa246ef 100644
---- a/Makefile
-+++ b/Makefile
-@@ -3,7 +3,7 @@ SRCS = $(SRC)/bridge.c $(SRC)/debug.c $(SRC)/getcmd.c 
$(SRC)/ip.c $(SRC)/init.c
- OBJS = $(SRC)/bridge.o $(SRC)/debug.o $(SRC)/getcmd.o $(SRC)/ip.o 
$(SRC)/init.o $(SRC)/modem_core.o $(SRC)/nvt.o $(SRC)/serial.o $(SRC)/ip232.o 
$(SRC)/util.o $(SRC)/phone_book.o $(SRC)/shared.o $(SRC)/tcpser.o $(SRC)/dce.o 
$(SRC)/line.o
+Index: tcpser-1.1.4/Makefile
+===================================================================
+--- tcpser-1.1.4.orig/Makefile
++++ tcpser-1.1.4/Makefile
+@@ -3,7 +3,7 @@ SRCS = $(SRC)/bridge.c $(SRC)/debug.c $(
+ OBJS = $(SRC)/bridge.o $(SRC)/debug.o $(SRC)/getcmd.o $(SRC)/ip.o 
$(SRC)/init.o $(SRC)/modem_core.o $(SRC)/nvt.o $(SRC)/serial.o $(SRC)/ip232.o 
$(SRC)/util.o $(SRC)/phone_book.o $(SRC)/tcpser.o $(SRC)/dce.o $(SRC)/line.o
  CC = gcc
  DEF = 
--CFLAGS = -g $(DEF) -Wall
-+CFLAGS += -g $(DEF) -Wall
+-CFLAGS = -O $(DEF) -Wall
++CFLAGS += -O $(DEF) -Wall
  LDFLAGS = -lpthread
  DEPEND = makedepend $(DEF) $(CFLAGS)
  

Reply via email to