From 50fe2aab50f738b04a263496470fc2a8f31a879c Mon Sep 17 00:00:00 2001 From: zhang__3125 <13466585422@163.com> Date: Thu, 5 Aug 2021 16:12:46 +0800 Subject: [PATCH] Fix BuildRequires --- xfce-theme-manager.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xfce-theme-manager.spec b/xfce-theme-manager.spec index 0dd8110..567eae5 100644 --- a/xfce-theme-manager.spec +++ b/xfce-theme-manager.spec @@ -3,7 +3,7 @@ Name: xfce-theme-manager Version: 0.3.8 -Release: 1 +Release: 2 Summary: A theme manager for Xfce License: GPLv3 #Group: Development/Libraries @@ -20,7 +20,7 @@ BuildRequires: desktop-file-utils BuildRequires: pkgconfig(gdk-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(libxfce4ui-1) +BuildRequires: pkgconfig(libxfce4ui-2) %description A theme manager allowing easy configuration of themes, @@ -58,6 +58,9 @@ desktop-file-install \ %{_mandir}/*/man1/%{name}.1.* %changelog +* Thu Aug 05 2021 lin.zhang - 0.3.8-2 +- Fix BuildRequires: pkgconfig(libxfce4ui-1) + * Mon Jul 27 2020 Dillon Chen - 0.3.8-1 - Init package from fedora 33