[devhelp/f14/master] Fix wrong requires

Matthias Clasen mclasen at fedoraproject.org
Thu Aug 12 00:31:11 UTC 2010


commit 67e6f38113f8c8c938cb4053917831f1fffbb1dd
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Aug 11 20:30:05 2010 -0400

    Fix wrong requires

 devhelp.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/devhelp.spec b/devhelp.spec
index 77f35d2..13c3d5c 100644
--- a/devhelp.spec
+++ b/devhelp.spec
@@ -6,7 +6,7 @@
 
 Name: devhelp
 Version: 2.31.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: Development/Tools
@@ -42,7 +42,7 @@ It works natively with API documentation generated by gtk-doc.
 Summary: Library to embed Devhelp in other applications
 Group: Development/Libraries
 Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: gtk-devel >= %{gtk_version}
+Requires: gtk2-devel >= %{gtk_version}
 Requires: webkitgtk-devel
 
 %description devel
@@ -132,6 +132,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Aug 11 2010 Matthias Clasen <mclasen at redhat.com> - 1:2.31.6-3
+- Fix wrong Requires in -devel
+
 * Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 1:2.31.6-2
 - recompiling .py files against Python 2.7 (rhbz#623286)
 


More information about the scm-commits mailing list