rpms/ogre/devel .cvsignore, 1.11, 1.12 ogre.spec, 1.26, 1.27 sources, 1.11, 1.12

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue May 13 19:21:20 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/ogre/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32656

Modified Files:
	.cvsignore ogre.spec sources 
Log Message:
* Tue May 13 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.4.8-1
- New upstream release 1.4.8
- Warning as always with a new upstream ogre release this breaks the ABI
  and changes the soname!



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ogre/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	16 Mar 2008 13:00:49 -0000	1.11
+++ .cvsignore	13 May 2008 19:20:36 -0000	1.12
@@ -1 +1 @@
-ogre-1.4.7-clean.tar.bz2
+ogre-1.4.8-clean.tar.bz2


Index: ogre.spec
===================================================================
RCS file: /cvs/extras/rpms/ogre/devel/ogre.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ogre.spec	30 Mar 2008 19:22:18 -0000	1.26
+++ ogre.spec	13 May 2008 19:20:36 -0000	1.27
@@ -1,11 +1,11 @@
 Name:           ogre
-Version:        1.4.7
-Release:        2%{?dist}
+Version:        1.4.8
+Release:        1%{?dist}
 Summary:        Object-Oriented Graphics Rendering Engine
 License:        LGPLv2+
 Group:          System Environment/Libraries
 URL:            http://www.ogre3d.org/
-# This is http://downloads.sourceforge.net/ogre/ogre-linux_osx-v%(echo %{version} | tr . -).tar.bz2
+# This is http://downloads.sourceforge.net/ogre/ogre-v%(echo %{version} | tr . -).tar.bz2
 # With the non free licensed headers under RenderSystems/GL/include/GL removed
 Source0:        ogre-%{version}-clean.tar.bz2
 Source1:        ogre-samples.sh
@@ -60,13 +60,9 @@
 
 
 %prep
-%setup -q -n ogrenew
+%setup -q -n ogre
 %patch0 -p1 -z .rpath
 %patch1 -p1 -z .glew
-# stop some CVS stuff from getting installed
-rm -r `find Docs Samples/Media -name CVS`
-# fix line-endings of Docs
-sed -i 's/\r//g' Docs/ChangeLog.html Docs/manual/*.html
 # remove execute bits from src-files for -debuginfo package
 chmod -x `find RenderSystems/GL -type f` \
   `find Samples/DeferredShading -type f` Samples/DynTex/src/DynTex.cpp
@@ -88,6 +84,7 @@
          api/classOgre_1_1DynLib.html \
          api/classOgre_1_1ParticleEmitter.html; do
   iconv -f ISO_8859-2 -t UTF8 $i > api/tmp
+  touch -r $i api/tmp
   mv api/tmp $i
 done
 
@@ -171,6 +168,11 @@
 
 
 %changelog
+* Tue May 13 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.4.8-1
+- New upstream release 1.4.8
+- Warning as always with a new upstream ogre release this breaks the ABI
+  and changes the soname!
+
 * Sun Mar 30 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.4.7-2
 - Switch to freeimage as imagelibrary, as upstream is abandoning DevIL support
   (bz 435399)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ogre/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	16 Mar 2008 13:00:49 -0000	1.11
+++ sources	13 May 2008 19:20:36 -0000	1.12
@@ -1 +1 @@
-5144418a1d448633be128adac5c80754  ogre-1.4.7-clean.tar.bz2
+c2a07b9e7d5e4de0501fe3a0ab7e423c  ogre-1.4.8-clean.tar.bz2




More information about the scm-commits mailing list