[cegui] Update to 0.7.6

Martin Preisler mpreisle at fedoraproject.org
Mon Jan 23 14:47:53 UTC 2012


commit 19a239259c190c2ade3eb98b8e37885aaee633db
Author: Martin Preisler <mpreisle at redhat.com>
Date:   Mon Jan 23 15:43:34 2012 +0100

    Update to 0.7.6

 .gitignore                            |    1 +
 cegui-0.6.2-new-tinyxml.patch         |   16 ----------------
 cegui-0.7.5-cstddef.patch             |   10 ----------
 cegui-0.7.5-python2.7-detection.patch |   18 ------------------
 cegui.spec                            |   18 +++++++++---------
 sources                               |    2 +-
 6 files changed, 11 insertions(+), 54 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 837fd1a..7b6fe68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,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
+/CEGUI-0.7.6.tar.gz
diff --git a/cegui.spec b/cegui.spec
index d53d6da..56f27f8 100644
--- a/cegui.spec
+++ b/cegui.spec
@@ -2,17 +2,13 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name:           cegui
-Version:        0.7.5
-Release:        11%{?dist}
+Version:        0.7.6
+Release:        1%{?dist}
 Summary:        Free library providing windowing and widgets for graphics APIs / engines
 Group:          System Environment/Libraries
 License:        MIT
 URL:            http://www.cegui.org.uk
 Source0:        http://downloads.sourceforge.net/crayzedsgui/CEGUI-%{version}.tar.gz
-# TODO: submit upstream
-Patch4:         cegui-0.6.2-new-tinyxml.patch
-Patch5:         cegui-0.7.5-cstddef.patch
-Patch6:         cegui-0.7.5-python2.7-detection.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  DevIL-devel
@@ -35,7 +31,9 @@ BuildRequires:  glew-devel
 BuildRequires:  ogre-devel >= 1.7.0
 BuildRequires:  irrlicht-devel
 BuildRequires:  doxygen
+BuildRequires:  graphviz
 # for python detection
+BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  boost-devel
 # filter PyCEGUI modules from Provides
@@ -153,9 +151,6 @@ OpenGLRenderer (module PyCEGUIOpenGLRenderer).
 
 %prep
 %setup -q -n CEGUI-%{version}
-%patch4 -p1
-%patch5 -p0
-%patch6
 
 # Permission fixes for debuginfo RPM
 chmod -x cegui/include/falagard/*.h
@@ -261,6 +256,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jan 23 2012 Martin Preisler <mpreisle at redhat.com 0.7.6-1
+- New upstream release
+- Added python to build requirements
+- Added graphviz to build requirements
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.5-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 6605aff..795fbcb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38c79d1fdfaaa10f481c99a2ac479516  CEGUI-0.7.5.tar.gz
+7ddb5145dc94fb7daf9aea1d30a6ffa3  CEGUI-0.7.6.tar.gz


More information about the scm-commits mailing list