Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package compiz for openSUSE:Factory checked in at 2021-11-20 02:39:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/compiz (Old) and /work/SRC/openSUSE:Factory/.compiz.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "compiz" Sat Nov 20 02:39:05 2021 rev:134 rq:932049 version:0.8.18 Changes: -------- --- /work/SRC/openSUSE:Factory/compiz/compiz.changes 2020-04-05 20:56:13.969358221 +0200 +++ /work/SRC/openSUSE:Factory/.compiz.new.1895/compiz.changes 2021-11-20 02:40:13.984563779 +0100 @@ -1,0 +2,6 @@ +Sat Nov 13 15:44:35 UTC 2021 - Alexei Sorokin <sor.ale...@meowr.ru> + +- Add compiz-0.8.18-fix-librsvg-2.51.patch: Fix building against + librsvg 2.51+ (commits c0c605dd, 9f105a8b). + +------------------------------------------------------------------- New: ---- compiz-0.8.18-fix-librsvg-2.51.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ compiz.spec ++++++ --- /var/tmp/diff_new_pack.KdIiJa/_old 2021-11-20 02:40:14.512562036 +0100 +++ /var/tmp/diff_new_pack.KdIiJa/_new 2021-11-20 02:40:14.520562010 +0100 @@ -1,7 +1,7 @@ # # spec file for package compiz # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,6 +34,8 @@ Patch1: %{name}-java-config-notify.diff # PATCH-FIX-UPSTREAM bsc#474862 dreve...@novell.com -- Allow moving focus to fs window. Patch2: bug-474862-allow-moving-focus-to-fs-window.diff +# PATCH-FIX-UPSTREAM compiz-0.8.18-fix-librsvg-2.51.patch -- Fix building against librsvg 2.51+. +Patch3: %{name}-0.8.18-fix-librsvg-2.51.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext ++++++ compiz-0.8.18-fix-librsvg-2.51.patch ++++++ --- a/plugins/svg.c +++ b/plugins/svg.c @@ -28,12 +28,6 @@ #include <cairo/cairo-xlib.h> #include <librsvg/rsvg.h> -#ifndef RSVG_CAIRO_H -#include <librsvg/rsvg-cairo.h> -#endif -#ifndef LIBRSVG_FEATURES_H -#include <librsvg/librsvg-features.h> -#endif #include <X11/Xatom.h> #include <X11/extensions/shape.h>