[cegui] Update to 0.7.5

Bruno Wolff III bruno at fedoraproject.org
Mon Jan 3 07:17:02 UTC 2011


commit a84bd7895fdff3ec847f994e28b027e81c9a0e00
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Mon Jan 3 01:09:20 2011 -0600

    Update to 0.7.5

 .gitignore |    1 +
 cegui.spec |   11 +++++++++--
 sources    |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d00522..837fd1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 CEGUI-0.6.2.tar.gz
 CEGUI-0.6.2-DOCS.tar.gz
 /CEGUI-0.7.4.tar.gz
+/CEGUI-0.7.5.tar.gz
diff --git a/cegui.spec b/cegui.spec
index 0eedb16..d2e1c94 100644
--- a/cegui.spec
+++ b/cegui.spec
@@ -1,5 +1,5 @@
 Name:           cegui
-Version:        0.7.4
+Version:        0.7.5
 Release:        1%{?dist}
 Summary:        Free library providing windowing and widgets for graphics APIs / engines
 Group:          System Environment/Libraries
@@ -26,6 +26,8 @@ BuildRequires:  xerces-c-devel
 BuildRequires:  tolua++-devel
 BuildRequires:  tinyxml-devel
 BuildRequires:  glew-devel
+BuildRequires:  ogre-devel >= 0.7.0
+BuildRequires:	irrlicht-devel
 BuildRequires:  doxygen
 
 %description
@@ -120,7 +122,7 @@ mv -f doc/README.conv doc/README
 
 %build
 %configure --disable-static --disable-corona --disable-samples \
-           --disable-irrlicht-renderer --disable-directfb-renderer \
+           --disable-directfb-renderer \
            --enable-toluacegui \
            --with-default-xml-parser=ExpatParser \
            --with-default-image-codec=SILLYImageCodec \
@@ -164,6 +166,7 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 %exclude %{_libdir}/libCEGUI*-%{version}.so
 %{_libdir}/pkgconfig/CEGUI-OPENGL.pc
+%{_libdir}/pkgconfig/CEGUI-OGRE.pc
 %{_libdir}/pkgconfig/CEGUI.pc
 %{_includedir}/CEGUI
 %{_datadir}/CEGUI
@@ -194,6 +197,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* 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
+
 * Fri Nov  5 2010 Hans de Goede <hdegoede at redhat.com> 0.7.4-1
 - New upstream release 0.7.4
 - Also build the freeimage image codec
diff --git a/sources b/sources
index e01c7b3..6605aff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-081782a1005b8d9691970879572897be  CEGUI-0.7.4.tar.gz
+38c79d1fdfaaa10f481c99a2ac479516  CEGUI-0.7.5.tar.gz


More information about the scm-commits mailing list