Hello community,

here is the log from the commit of package sessreg for openSUSE:Factory checked 
in at 2015-02-27 11:06:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sessreg (Old)
 and      /work/SRC/openSUSE:Factory/.sessreg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sessreg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sessreg/sessreg.changes  2015-02-01 
12:28:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sessreg.new/sessreg.changes     2015-02-27 
11:06:11.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Feb 23 10:52:56 UTC 2015 - [email protected]
+
+- u_Pass-P-to-the-preprocessor-when-generating-filenames.patch
+  * Pass -P to the preprocessor when generating filenames for the
+    manpage.  Fixes build with GCC 5. Patch by Richard Biener
+    <[email protected]>
+
+-------------------------------------------------------------------

New:
----
  u_Pass-P-to-the-preprocessor-when-generating-filenames.patch

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

Other differences:
------------------
++++++ sessreg.spec ++++++
--- /var/tmp/diff_new_pack.h2AyiP/_old  2015-02-27 11:06:11.000000000 +0100
+++ /var/tmp/diff_new_pack.h2AyiP/_new  2015-02-27 11:06:11.000000000 +0100
@@ -24,6 +24,9 @@
 Group:          System/X11/Utilities
 Url:            http://xorg.freedesktop.org/
 Source0:        
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+Patch0:         u_Pass-P-to-the-preprocessor-when-generating-filenames.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) >= 1.4
 BuildRequires:  pkgconfig(xproto) >= 7.0.25
@@ -38,8 +41,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 

++++++ u_Pass-P-to-the-preprocessor-when-generating-filenames.patch ++++++
>From 86e163c72b65e634369dfc50e3951af3bd234d4d Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <[email protected]>
Date: Mon, 23 Feb 2015 11:50:12 +0100
Subject: [PATCH] Pass -P to the preprocessor when generating filenames for the
 manpage.

Fixes build with GCC 5. Patch by Richard Biener <[email protected]>
---
 man/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/Makefile.am b/man/Makefile.am
index 665ace5..2e5f146 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -9,7 +9,7 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man
 
 AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
 filenames.sed: filenames.sed.c
-       $(AM_V_GEN)$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+       $(AM_V_GEN)$(CPP) -P $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
            $(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/filenames.sed.c | \
            $(SED) -n -e '/s|__/ p' -e '/^\/__/ p' > $@
 
-- 
1.8.4.5

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to