Hello community,

here is the log from the commit of package xemacs for openSUSE:Factory checked 
in at 2015-06-24 21:01:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xemacs (Old)
 and      /work/SRC/openSUSE:Factory/.xemacs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xemacs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xemacs/xemacs.changes    2015-06-23 
11:58:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xemacs.new/xemacs.changes       2015-06-24 
21:01:09.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun 23 17:18:48 UTC 2015 - [email protected]
+
+- xemacs-21.5.34-gcc5.patch: Define max_align_t only for C < 11
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xemacs.spec ++++++
--- /var/tmp/diff_new_pack.E46LvR/_old  2015-06-24 21:01:10.000000000 +0200
+++ /var/tmp/diff_new_pack.E46LvR/_new  2015-06-24 21:01:10.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xemacs
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ xemacs-21.5.34-gcc5.patch ++++++
--- /var/tmp/diff_new_pack.E46LvR/_old  2015-06-24 21:01:10.000000000 +0200
+++ /var/tmp/diff_new_pack.E46LvR/_new  2015-06-24 21:01:10.000000000 +0200
@@ -2,14 +2,24 @@
  src/lisp.h |    2 ++
  1 file changed, 2 insertions(+)
 
---- src/lisp.h
-+++ src/lisp.h 2015-06-19 15:07:05.294018565 +0000
+Index: src/lisp.h
+===================================================================
+--- src/lisp.h.orig
++++ src/lisp.h
 @@ -1154,6 +1154,8 @@ typedef int Boolint;
  
  /* ------------------------ alignment definitions ------------------- */
  
-+#undef lisp_max_align_t
-+#define max_align_t lisp_max_align_t
++#if (!defined (__STDC_VERSION__) || __STDC_VERSION__ < 201112L) && \
++    (!defined (__cplusplus) || __cplusplus < 201103L)
  /* No type has a greater alignment requirement than max_align_t.
     (except perhaps for types we don't use, like long double) */
  typedef union
+@@ -1163,6 +1165,7 @@ typedef union
+   struct { void (*f)(void); } f;
+   struct { double d; } d;
+ } max_align_t;
++#endif
+ 
+ /* ALIGNOF returns the required alignment of a type -- i.e. a value such
+    that data of this type must begin at a memory address which is a



Reply via email to