Hello community,

here is the log from the commit of package sessreg for openSUSE:Factory checked 
in at 2016-04-28 16:50:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-27 
11:06:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sessreg.new/sessreg.changes     2016-04-28 
16:50:47.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Apr 21 14:35:20 UTC 2016 - [email protected]
+
+- replaced formerly to be upstreamed patch
+  u_Pass-P-to-the-preprocessor-when-generating-filenames.patch
+  by upstream patch
+  U_Pass-P-to-the-preprocessor-when-generating-filenames.patch
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ sessreg.spec ++++++
--- /var/tmp/diff_new_pack.vDYaid/_old  2016-04-28 16:50:48.000000000 +0200
+++ /var/tmp/diff_new_pack.vDYaid/_new  2016-04-28 16:50:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sessreg
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -24,7 +24,7 @@
 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
+Patch0:         U_Pass-P-to-the-preprocessor-when-generating-filenames.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  pkg-config

++++++ U_Pass-P-to-the-preprocessor-when-generating-filenames.patch ++++++
>From 93f5d5abf6b214a4b36e00cd09174d24b2ed0a6d Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <[email protected]>
Date: Wed, 9 Sep 2015 23:44:06 +0200
Subject: [PATCH] Pass -P to the preprocessor when generating filenames for the
 manpage.

Fixes build with GCC 5. Patch by Richard Biener <[email protected]>

Tested-by: Matt Turner <[email protected]>
Signed-off-by: Matt Turner <[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' > $@
 
-- 
2.6.2


Reply via email to