Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package atinout for openSUSE:Factory checked 
in at 2026-05-04 12:55:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/atinout (Old)
 and      /work/SRC/openSUSE:Factory/.atinout.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "atinout"

Mon May  4 12:55:04 2026 rev:3 rq:1350624 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/atinout/atinout.changes  2024-02-25 
14:06:07.196901793 +0100
+++ /work/SRC/openSUSE:Factory/.atinout.new.30200/atinout.changes       
2026-05-04 12:58:53.338744862 +0200
@@ -1,0 +2,5 @@
+Mon May  4 08:08:01 UTC 2026 - Marcus Meissner <[email protected]>
+
+- atinout-fix-build.patch: fixed build with new glibc/gcc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ atinout.spec ++++++
--- /var/tmp/diff_new_pack.38tAKz/_old  2026-05-04 12:58:53.770762642 +0200
+++ /var/tmp/diff_new_pack.38tAKz/_new  2026-05-04 12:58:53.774762806 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package atinout
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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

++++++ atinout-fix-build.patch ++++++
--- /var/tmp/diff_new_pack.38tAKz/_old  2026-05-04 12:58:53.802763959 +0200
+++ /var/tmp/diff_new_pack.38tAKz/_new  2026-05-04 12:58:53.810764288 +0200
@@ -1,7 +1,7 @@
-diff --git a/Makefile b/Makefile
-index 1daa431..c4525db 100644
---- a/Makefile
-+++ b/Makefile
+Index: atinout-0.9.1/Makefile
+===================================================================
+--- atinout-0.9.1.orig/Makefile
++++ atinout-0.9.1/Makefile
 @@ -1,12 +1,12 @@
  VERSION       = 0.9.1
  
@@ -18,11 +18,20 @@
  
  all: atinout
  
-diff --git a/atinout.c b/atinout.c
-index 4801547..ae0444e 100644
---- a/atinout.c
-+++ b/atinout.c
-@@ -141,7 +141,7 @@ static bool is_final_result(const char * const response)
+Index: atinout-0.9.1/atinout.c
+===================================================================
+--- atinout-0.9.1.orig/atinout.c
++++ atinout-0.9.1/atinout.c
+@@ -78,7 +78,7 @@ static void help(const char * const argv
+ }
+ 
+ /* Replace '\n' with '\r', aka `tr '\012' '\015'` */
+-static bool tr_lf_cr(const char *s)
++static bool tr_lf_cr(char *s)
+ {
+       char *p;
+       p = strchr(s, '\n');
+@@ -141,7 +141,7 @@ static bool is_final_result(const char *
                if (strcmp(&response[1], "K\r\n") == 0) {
                        return true;
                }

Reply via email to