Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package setserial for openSUSE:Factory 
checked in at 2024-06-21 16:02:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/setserial (Old)
 and      /work/SRC/openSUSE:Factory/.setserial.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "setserial"

Fri Jun 21 16:02:13 2024 rev:23 rq:1181873 version:2.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/setserial/setserial.changes      2024-02-28 
19:44:59.325169175 +0100
+++ /work/SRC/openSUSE:Factory/.setserial.new.18349/setserial.changes   
2024-06-21 16:02:18.028073768 +0200
@@ -1,0 +2,6 @@
+Wed Jun 19 15:00:02 UTC 2024 - Martin Jambor <[email protected]>
+
+- Add setserial-2.17-C99.diff to fix C99 viloation in the configure
+  script which prevents building with GCC 14 [boo#1225927].
+
+-------------------------------------------------------------------

New:
----
  setserial-2.17-C99.diff

BETA DEBUG BEGIN:
  New:
- Add setserial-2.17-C99.diff to fix C99 viloation in the configure
  script which prevents building with GCC 14 [boo#1225927].
BETA DEBUG END:

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

Other differences:
------------------
++++++ setserial.spec ++++++
--- /var/tmp/diff_new_pack.4jUIrE/_old  2024-06-21 16:02:18.636096070 +0200
+++ /var/tmp/diff_new_pack.4jUIrE/_new  2024-06-21 16:02:18.640096217 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package setserial
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,15 +20,16 @@
 Version:        2.17
 Release:        0
 Summary:        A utility for configuring serial ports
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Hardware/Other
-Url:            http://setserial.sourceforge.net
+URL:            http://setserial.sourceforge.net
 Source0:        
ftp://tsx-11.mit.edu/pub/linux/sources/sbin/setserial-%{version}.tar.bz2
 Patch0:         %{name}-%{version}-autoconf.diff
 Patch1:         %{name}-%{version}-error.diff
 Patch2:         %{name}-%{version}-prototypes.diff
 Patch3:         %{name}-%{version}-nohayes.diff
 Patch4:         %{name}-%{version}-binaryInUsr.patch
+Patch5:         %{name}-%{version}-C99.diff
 BuildRequires:  groff
 Requires:       /sbin/isserial
 Provides:       util:/sbin/setserial
@@ -46,6 +47,7 @@
 %patch -P 2
 %patch -P 3 -p1
 %patch -P 4
+%patch -P 5
 
 chmod -x rc.serial
 

++++++ setserial-2.17-C99.diff ++++++
Index: configure
===================================================================
--- configure.orig
+++ configure
@@ -689,7 +689,7 @@ cat > conftest.$ac_ext << EOF
 #line 690 "configure"
 #include "confdefs.h"
 
-main(){return(0);}
+int main(){return(0);}
 EOF
 if { (eval echo configure:695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest${ac_exeext}; then
   ac_cv_prog_cc_works=yes

Reply via email to