commit ido for openSUSE:Leap:15.2
Hello community, here is the log from the commit of package ido for openSUSE:Leap:15.2 checked in at 2020-01-30 14:49:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ido (Old) and /work/SRC/openSUSE:Leap:15.2/.ido.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ido" Thu Jan 30 14:49:20 2020 rev:17 rq:756051 version:13.10.0+bzr20161028 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ido/ido.changes 2020-01-15 15:12:03.218128267 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ido.new.26092/ido.changes 2020-01-30 14:49:53.610886287 +0100 @@ -1,0 +2,9 @@ +Sat Oct 12 08:07:32 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org> + +- 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.7DZCWF/_old 2020-01-30 14:49:54.154886577 +0100 +++ /var/tmp/diff_new_pack.7DZCWF/_new 2020-01-30 14:49:54.158886578 +0100 @@ -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 sor.alexei@meowr.ru -- Make Ubuntu GTK+ Private API optional. Patch0: ido-optional-ubuntu-private.patch +# PATCH-FIX-OPENSUSE ido-fix-maintainer-cflags.patch dimstar@opensuse.org -- 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
participants (1)
-
root