From 2a961332470dad6fb9741ccfd6abe6e81f99cdc2 Mon Sep 17 00:00:00 2001 From: MaxLEE Date: Thu, 5 Dec 2024 17:17:38 +0800 Subject: [PATCH] include all patches in the source Signed-off-by: MaxLEE (cherry picked from commit 4958099ec597e83d9518e2419c3e8bf2f079bec4) --- cogl.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cogl.spec b/cogl.spec index 0cc88ba..73dff61 100644 --- a/cogl.spec +++ b/cogl.spec @@ -1,14 +1,12 @@ Name: cogl Version: 1.22.8 -Release: 2 +Release: 3 Summary: Cogl is a modern 3D graphics API with associated utility APIs License: LGPLv2+ URL: https://developer.gnome.org/cogl/ Source0: https://download.gnome.org/sources/cogl/1.22/%{name}-%{version}.tar.xz -%ifarch sw_64 Patch1: cogl-1.22.8-sw.patch -%endif BuildRequires: chrpath cairo-devel mesa-libEGL-devel mesa-libgbm-devel gdk-pixbuf2-devel BuildRequires: mesa-libGL-devel glib2-devel gobject-introspection-devel gtk-doc pango-devel @@ -81,6 +79,9 @@ chrpath --delete %{buildroot}%{_libdir}/libcogl-pango.so %exclude %{_datadir}/cogl/examples-data/crate.jpg %changelog +* Thu Dec 05 2024 Max.LEE - 1.22.8-3 +- include all patches in the source + * Wed Oct 19 2022 wuzx - 1.22.8-2 - add sw64 patch