From 00bf9ed7558a72937656791b8527feef253c4180 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 28 Jun 2021 21:36:02 +0200 Subject: [PATCH] Related: #1976278 Remove mozilla-1692893-glib-object.patch fixed upstream --- firefox.spec | 2 -- mozilla-1692893-glib-object.patch | 23 ----------------------- 2 files changed, 25 deletions(-) delete mode 100644 mozilla-1692893-glib-object.patch diff --git a/firefox.spec b/firefox.spec index 926dbee..0f367da 100644 --- a/firefox.spec +++ b/firefox.spec @@ -252,7 +252,6 @@ Patch1001: build-ppc64le-inline.patch Patch1002: python-2.7-gcc8-fix.patch Patch1003: python-missing-utimensat.patch Patch1004: build-icu-make.patch -Patch1005: mozilla-1692893-glib-object.patch Patch1006: D89554-autoconf1.diff Patch1007: D94538-autoconf2.diff # workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1699374 @@ -643,7 +642,6 @@ sed -ie 's|/usr/include|/app/include|' %_sourcedir/firefox-pipewire-0-3.patch %patch1001 -p1 -b .ppc64le-inline %patch1004 -p1 -b .icu-make -%patch1005 -p1 -b .mozilla-1692893-glib-object %patch1006 -p1 -b .D89554-autoconf1.diff %patch1007 -p1 -b .D94538-autoconf2.diff diff --git a/mozilla-1692893-glib-object.patch b/mozilla-1692893-glib-object.patch deleted file mode 100644 index bfd3056..0000000 --- a/mozilla-1692893-glib-object.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/other-licenses/atk-1.0/atk/atkobject.h b/other-licenses/atk-1.0/atk/atkobject.h ---- a/other-licenses/atk-1.0/atk/atkobject.h -+++ b/other-licenses/atk-1.0/atk/atkobject.h -@@ -20,14 +20,14 @@ - #ifndef __ATK_OBJECT_H__ - #define __ATK_OBJECT_H__ - -+#include -+#include -+#include -+ - #ifdef __cplusplus - extern "C" { - #endif /* __cplusplus */ - --#include --#include --#include -- - /* - * AtkObject represents the minimum information all accessible objects - * return. This information includes accessible name, accessible -