[xfce4-smartbookmark-plugin] Fix BuildRequires

Kevin Fenzi kevin at fedoraproject.org
Tue Mar 10 19:56:11 UTC 2015


commit ff9bdeffd12916f7a229480adcdd80425d85c772
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Tue Mar 10 13:55:57 2015 -0600

    Fix BuildRequires

 xfce4-smartbookmark-plugin.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xfce4-smartbookmark-plugin.spec b/xfce4-smartbookmark-plugin.spec
index 3426eee..e0a1bdb 100644
--- a/xfce4-smartbookmark-plugin.spec
+++ b/xfce4-smartbookmark-plugin.spec
@@ -4,7 +4,7 @@
 
 Name:           xfce4-smartbookmark-plugin
 Version:        0.4.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Smart bookmarks for the Xfce panel
 
 Group:          User Interface/Desktops
@@ -15,8 +15,8 @@ Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_versio
 Patch10:        %{name}-0.4.2-redhat.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  xfce4-panel-devel >= 4.3.20
-BuildRequires:  libxfcegui4-devel >= 4.2
+BuildRequires:  xfce4-panel-devel >= 4.8.0
+BuildRequires:  libxfce4ui-devel >= 4.8.0
 BuildRequires:  gettext
 BuildRequires:  intltool
 Requires:       xfce4-panel >= 4.4.0
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Mar 10 2015 Kevin Fenzi <kevin at scrye.com> 0.4.5-2
+- Fix BuildRequires
+
 * Tue Mar 10 2015 Kevin Fenzi <kevin at scrye.com> 0.4.5-1
 - Update to 0.4.5
 


More information about the scm-commits mailing list