Compare commits

..

4 Commits
f35 ... rawhide

Author SHA1 Message Date
Fedora Release Engineering cf3b49b8c1 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-20 23:26:18 +00:00
Jaroslav Škarvada 5603e1edf1 Added patch description
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2022-01-26 12:02:57 +01:00
Jaroslav Škarvada 9d7ce1b99a Fixed FTBFS with the librsvg2-2.52
Resolves: rhbz#2045273
2022-01-26 11:59:20 +01:00
Fedora Release Engineering 5de04ff49c - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-19 23:41:59 +00:00
2 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,16 @@
diff --git a/plugins/svg.c b/plugins/svg.c
index a0eb715..39fed02 100644
--- a/plugins/svg.c
+++ b/plugins/svg.c
@@ -31,7 +31,10 @@
#ifndef RSVG_CAIRO_H
#include <librsvg/rsvg-cairo.h>
#endif
-#ifndef LIBRSVG_FEATURES_H
+#if !defined(RSVG_FEATURES_H) && !defined(LIBRSVG_FEATURES_H)
+#include <librsvg/rsvg-features.h>
+#endif
+#if !defined(RSVG_FEATURES_H) && !defined(LIBRSVG_FEATURES_H)
#include <librsvg/librsvg-features.h>
#endif

View File

@ -7,7 +7,7 @@
Name: compiz
License: GPLv2+ and LGPLv2+ and MIT
Version: 0.8.18
Release: 3%{?dist}
Release: 6%{?dist}
Epoch: 1
Summary: OpenGL window and compositing manager
@ -16,6 +16,8 @@ Source0: %{url}/-/archive/v%{version}/compiz-core-v%{version}.tar.bz2
# fedora specific
Patch0: compiz-0.8.18-fedora-logo.patch
# FTBFS fix, this can be dropped with compiz > 0.8.18
Patch1: compiz-0.8.18-rsvg2-2.52-fix.patch
BuildRequires: libX11-devel
BuildRequires: libdrm-devel
@ -87,6 +89,7 @@ windows and compositing manager.
%setup -q -n compiz-core-v%{version}
%patch0 -p1 -b .fedora-logo
%patch1 -p1 -b .rsvg2-2.52-fix
%build
./autogen.sh
@ -158,6 +161,16 @@ categories},22x22/{categories,devices,mimetypes}}
%changelog
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8.18-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jan 26 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 1:0.8.18-5
- Fixed FTBFS with the librsvg2-2.52
Resolves: rhbz#2045273
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8.18-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8.18-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild