[cegui] Fix typo in ogre dependency

Bruno Wolff III bruno at fedoraproject.org
Mon Jan 3 09:00:37 UTC 2011


commit 7d9315f2ec81d5f05d020fd9c1adcf3b08a8c653
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Mon Jan 3 03:00:00 2011 -0600

    Fix typo in ogre dependency

 cegui.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cegui.spec b/cegui.spec
index d2e1c94..51dcc83 100644
--- a/cegui.spec
+++ b/cegui.spec
@@ -1,6 +1,6 @@
 Name:           cegui
 Version:        0.7.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Free library providing windowing and widgets for graphics APIs / engines
 Group:          System Environment/Libraries
 License:        MIT
@@ -26,7 +26,7 @@ BuildRequires:  xerces-c-devel
 BuildRequires:  tolua++-devel
 BuildRequires:  tinyxml-devel
 BuildRequires:  glew-devel
-BuildRequires:  ogre-devel >= 0.7.0
+BuildRequires:  ogre-devel >= 1.7.0
 BuildRequires:	irrlicht-devel
 BuildRequires:  doxygen
 
@@ -197,6 +197,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jan 03 2011 Bruno Wolff III <bruno at wolff.to> 0.7.5-2
+- Fix typo in ogre dependency
+
 * Tue Dec 21 2010 Tom Callaway <spot at fedoraproject.org> 0.7.5-1
 - New upstream release 0.7.5
 - Enable support for ogre, irrlicht


More information about the scm-commits mailing list