Hello community,

here is the log from the commit of package ido for openSUSE:Factory checked in 
at 2019-10-17 13:05:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ido (Old)
 and      /work/SRC/openSUSE:Factory/.ido.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ido"

Thu Oct 17 13:05:38 2019 rev:4 rq:737937 version:13.10.0+bzr20161028

Changes:
--------
--- /work/SRC/openSUSE:Factory/ido/ido.changes  2018-03-26 12:03:34.533719271 
+0200
+++ /work/SRC/openSUSE:Factory/.ido.new.2352/ido.changes        2019-10-17 
13:05:46.312316139 +0200
@@ -1,0 +2,9 @@
+Sat Oct 12 08:07:32 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Add ido-fix-maintainer-cflags.patch: Do not pass -Werror
+  unconditionally. This is already part of
+  --enable-maintainer-flags, which is default enabled on the
+  unstable branch. For the stable branch, we accept new warnings
+  coming from updated toolchains and gnome stacks.
+
+-------------------------------------------------------------------

New:
----
  ido-fix-maintainer-cflags.patch

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

Other differences:
------------------
++++++ ido.spec ++++++
--- /var/tmp/diff_new_pack.FbgZqv/_old  2019-10-17 13:05:46.808314862 +0200
+++ /var/tmp/diff_new_pack.FbgZqv/_new  2019-10-17 13:05:46.812314852 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ido
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -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/
 #
 
 
@@ -32,6 +32,8 @@
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE ido-optional-ubuntu-private.patch [email protected] -- 
Make Ubuntu GTK+ Private API optional.
 Patch0:         ido-optional-ubuntu-private.patch
+# PATCH-FIX-OPENSUSE ido-fix-maintainer-cflags.patch [email protected] -- 
Strip -Werror from unconditional CFLAGS. This is part of maintainer_CFLAGS; 
fixes build with more recent toolchains/gnome stacks
+Patch1:         ido-fix-maintainer-cflags.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-common
 BuildRequires:  pkgconfig
@@ -84,6 +86,7 @@
 %prep
 %setup -q -c
 %patch0 -p1
+%patch1 -p1
 
 %build
 NOCONFIGURE=1 gnome-autogen.sh

++++++ ido-fix-maintainer-cflags.patch ++++++
Index: ido-13.10.0+bzr20161028/src/Makefile.am
===================================================================
--- ido-13.10.0+bzr20161028.orig/src/Makefile.am
+++ ido-13.10.0+bzr20161028/src/Makefile.am
@@ -66,7 +66,7 @@ AM_CPPFLAGS =                         \
        $(GCC_FLAGS)                    \
        $(GTK_CFLAGS)                   \
        $(MAINTAINER_CFLAGS)    \
-       -Wall -Werror -Wextra -Wno-unused-parameter 
-Wno-error=deprecated-declarations
+       -Wall -Wextra -Wno-unused-parameter -Wno-error=deprecated-declarations
 
 if USE_UBUNTU_PRIVATE_API
 AM_CPPFLAGS += -DUSE_UBUNTU_PRIVATE_API

Reply via email to