Blame SOURCES/0001-enum-types-Use-basename-in-header-comment.patch

88c283
From 62387eb649b7b33d923d5382f85c9210a3bedbe8 Mon Sep 17 00:00:00 2001
88c283
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
88c283
Date: Thu, 30 May 2019 16:32:35 +0200
88c283
Subject: [PATCH] enum-types: Use @basename@ in header comment
88c283
88c283
@filename@ may contain arch-specific bits that introduce unnecessary
88c283
multi-lib issues.
88c283
---
88c283
 clutter/clutter/clutter-enum-types.h.in  | 2 +-
88c283
 cogl/cogl-path/cogl-path-enum-types.h.in | 2 +-
88c283
 src/meta/meta-enum-types.h.in            | 2 +-
88c283
 3 files changed, 3 insertions(+), 3 deletions(-)
88c283
88c283
diff --git a/clutter/clutter/clutter-enum-types.h.in b/clutter/clutter/clutter-enum-types.h.in
88c283
index 2e5b6707e..17f9ee644 100644
88c283
--- a/clutter/clutter/clutter-enum-types.h.in
88c283
+++ b/clutter/clutter/clutter-enum-types.h.in
88c283
@@ -13,7 +13,7 @@ G_BEGIN_DECLS
88c283
 /*** END file-header ***/
88c283
 
88c283
 /*** BEGIN file-production ***/
88c283
-/* enumerations from "@filename@" */
88c283
+/* enumerations from "@basename@" */
88c283
 /*** END file-production ***/
88c283
 
88c283
 /*** BEGIN value-header ***/
88c283
diff --git a/cogl/cogl-path/cogl-path-enum-types.h.in b/cogl/cogl-path/cogl-path-enum-types.h.in
88c283
index 071686acd..2b377ed18 100644
88c283
--- a/cogl/cogl-path/cogl-path-enum-types.h.in
88c283
+++ b/cogl/cogl-path/cogl-path-enum-types.h.in
88c283
@@ -9,7 +9,7 @@ G_BEGIN_DECLS
88c283
 /*** END file-header ***/
88c283
 
88c283
 /*** BEGIN file-production ***/
88c283
-/* enumerations from "@filename@" */
88c283
+/* enumerations from "@basename@" */
88c283
 /*** END file-production ***/
88c283
 
88c283
 /*** BEGIN file-tail ***/
88c283
diff --git a/src/meta/meta-enum-types.h.in b/src/meta/meta-enum-types.h.in
88c283
index 6e3b67b26..bee0196de 100644
88c283
--- a/src/meta/meta-enum-types.h.in
88c283
+++ b/src/meta/meta-enum-types.h.in
88c283
@@ -10,7 +10,7 @@ G_BEGIN_DECLS
88c283
 /*** END file-header ***/
88c283
 
88c283
 /*** BEGIN file-production ***/
88c283
-/* enumerations from "@filename@" */
88c283
+/* enumerations from "@basename@" */
88c283
 /*** END file-production ***/
88c283
 
88c283
 /*** BEGIN file-tail ***/
88c283
-- 
88c283
2.21.0
88c283