[ogre] Add requires of poco-devel for ogre-devel

Bruno Wolff III bruno at fedoraproject.org
Mon Jan 3 07:34:51 UTC 2011


commit 5348b24c225b3657386fa9af5cee7661ff8798b6
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Mon Jan 3 01:27:56 2011 -0600

    Add requires of poco-devel for ogre-devel

 ogre.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ogre.spec b/ogre.spec
index 9e33865..c961417 100644
--- a/ogre.spec
+++ b/ogre.spec
@@ -1,6 +1,6 @@
 Name:           ogre
 Version:        1.7.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Object-Oriented Graphics Rendering Engine
 # MIT with exceptions - main library
 # CC-BY-SA - devel docs
@@ -51,6 +51,7 @@ Summary:        Ogre header files and documentation
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
+Requires:       poco-devel
 
 %description devel
 This package contains the header files for Ogre.
@@ -197,6 +198,9 @@ ln -s ../../../../fonts/dejavu/DejaVuSans.ttf \
 
 
 %changelog
+* Mon Jan 03 2011 Bruno Wolff III <bruno at wolff.to> - 1.7.2-2
+- ogre-devel requires poco-devel to make sure references to poco headers works.
+
 * Tue Dec 21 2010 Tom Callaway <spot at fedoraproject.org> - 1.7.2-1
 - move to 1.7.2
 


More information about the scm-commits mailing list