From d9bf28b0e6d5f3f31a9d49f5fb3738f85c09fcc5 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Fri, 18 Nov 2022 03:02:50 +0000 Subject: [PATCH] Optimize the patch for add sw architecture (cherry picked from commit 4adc0f28369656155519e003578a01a93867122b) --- libgtop2.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libgtop2.spec b/libgtop2.spec index 0432541..23d9a7b 100644 --- a/libgtop2.spec +++ b/libgtop2.spec @@ -1,11 +1,13 @@ Name: libgtop2 Version: 2.40.0 -Release: 5 +Release: 6 Summary: System status information library (version 2) License: GPLv2+ URL: https://developer.gnome.org/libgtop/stable/ Source0: https://download.gnome.org/sources/libgtop/2.40/libgtop-%{version}.tar.xz +%ifarch sw_64 Patch1: libgtop-2.40.0-sw.patch +%endif BuildRequires: gettext glib2-devel gobject-introspection-devel @@ -62,6 +64,9 @@ developing applications that use libgtop2. %{_datadir}/gtk-doc/html/libgtop/* %changelog +* Fri Nov 18 2022 zhouwenpei - 2.40.0-6 +- Optimize the patch for add sw architecture + * Mon Nov 14 2022 wuzx - 2.40.0-5 - Add sw64 architecture