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

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