Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rcs for openSUSE:Factory checked in 
at 2021-09-27 20:08:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rcs (Old)
 and      /work/SRC/openSUSE:Factory/.rcs.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rcs"

Mon Sep 27 20:08:58 2021 rev:25 rq:921723 version:5.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rcs/rcs.changes  2020-10-23 12:24:48.220900535 
+0200
+++ /work/SRC/openSUSE:Factory/.rcs.new.1899/rcs.changes        2021-09-27 
20:09:22.978493480 +0200
@@ -1,0 +2,6 @@
+Mon Sep 27 09:35:44 UTC 2021 - Stefan Dirsch <[email protected]>
+
+- rcs-glibc-2.34.patch
+  * workaround to fix build against glibc 2.34 
+
+-------------------------------------------------------------------

New:
----
  rcs-glibc-2.34.patch

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

Other differences:
------------------
++++++ rcs.spec ++++++
--- /var/tmp/diff_new_pack.A4aegu/_old  2021-09-27 20:09:23.578494141 +0200
+++ /var/tmp/diff_new_pack.A4aegu/_new  2021-09-27 20:09:23.582494145 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rcs
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Source:         http://ftp.gnu.org/pub/gnu/rcs/%{name}-%{version}.tar.xz
 Source2:        http://ftp.gnu.org/pub/gnu/rcs/%{name}-%{version}.tar.xz.sig
 Source3:        rcs.keyring
+Patch0:         rcs-glibc-2.34.patch
 BuildRequires:  ed
 Requires:       diffutils
 Requires(pre):  %{install_info_prereq}
@@ -38,6 +39,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} >= 1550
+%patch0 -p1
+%endif
 
 %build
 ac_cv_path_SENDMAIL=%{_sbindir}/sendmail \


++++++ rcs-glibc-2.34.patch ++++++
diff -u -p -r rcs-5.10.0.orig/src/b-isr.c rcs-5.10.0/src/b-isr.c
--- rcs-5.10.0.orig/src/b-isr.c 2021-09-27 09:23:33.795459606 +0000
+++ rcs-5.10.0/src/b-isr.c      2021-09-27 09:26:40.747266154 +0000
@@ -26,6 +26,10 @@
 
 #include "base.h"
 #include <errno.h>
+
+/* workaround needed since glibc-devel 2.34 */
+#undef __USE_DYNAMIC_STACK_SIZE
+
 #include <signal.h>
 #include <unistd.h>
 #include <string.h>

Reply via email to