Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package minicom for openSUSE:Factory checked 
in at 2026-01-13 21:27:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minicom (Old)
 and      /work/SRC/openSUSE:Factory/.minicom.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "minicom"

Tue Jan 13 21:27:08 2026 rev:47 rq:1326837 version:2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/minicom/minicom.changes  2025-11-24 
14:14:50.155526329 +0100
+++ /work/SRC/openSUSE:Factory/.minicom.new.1928/minicom.changes        
2026-01-13 21:27:44.695054651 +0100
@@ -1,0 +2,7 @@
+Wed Dec 17 22:02:07 UTC 2025 - Richard Weinberger <[email protected]>
+
+- add
+  minicom-2.10-src-sysdep.h-remove-cfset-i-o-speed-macros-for-glibc.patch:
+   * baudrate setting broken on Linux when compiling against glibc >= 2.42
+
+-------------------------------------------------------------------

New:
----
  minicom-2.10-src-sysdep.h-remove-cfset-i-o-speed-macros-for-glibc.patch

----------(New B)----------
  New:- add
  minicom-2.10-src-sysdep.h-remove-cfset-i-o-speed-macros-for-glibc.patch:
   * baudrate setting broken on Linux when compiling against glibc >= 2.42
----------(New E)----------

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

Other differences:
------------------
++++++ minicom.spec ++++++
--- /var/tmp/diff_new_pack.JXdqeJ/_old  2026-01-13 21:27:45.615092616 +0100
+++ /var/tmp/diff_new_pack.JXdqeJ/_new  2026-01-13 21:27:45.619092781 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minicom
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# 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
@@ -32,6 +32,7 @@
 Patch3:         minicom-2.8-replace-sigrelse.patch
 # PATCH-FIX-UPSTREAM fix-undefined-reference.patch -- Fix undefined reference 
to external COLS and LINES
 Patch4:         minicom-2.8-fix-undefined-reference.patch
+Patch5:         
minicom-2.10-src-sysdep.h-remove-cfset-i-o-speed-macros-for-glibc.patch
 BuildRequires:  ckermit
 BuildRequires:  gettext-devel
 BuildRequires:  ncurses-devel

++++++ minicom-2.10-src-sysdep.h-remove-cfset-i-o-speed-macros-for-glibc.patch 
++++++
diff --git a/src/sysdep.h b/src/sysdep.h
index b11945c..9ba8836 100644
--- a/src/sysdep.h
+++ b/src/sysdep.h
@@ -139,12 +139,3 @@
 #  define cfsetospeed(tty, spd)
 #endif
 #endif
-
-/* Redefine cfset{i,o}speed for Linux > 1.1.68 && libc < 4.5.21 */
-#if defined (__GLIBC__) && defined(CBAUDEX)
-#  undef cfsetispeed
-#  undef cfsetospeed
-#  define cfsetispeed(xtty, xspd) \
-               ((xtty)->c_cflag = ((xtty)->c_cflag & ~CBAUD) | (xspd))
-#  define cfsetospeed(tty, spd)
-#endif

Reply via email to