Changelog for
ogre-1.4.2-1.fc6.x86_64.rpm :
* Sun Jul 01 2007 Hans de Goede
1.4.2-1- New upstream release 1.4.2- Warning as always with a new upstream ogre release this breaks the ABI and changes the soname!- Warning this release also breaks the API!
* Fri May 25 2007 Hans de Goede 1.2.5-2- Fix building on ppc64
* Fri Feb 16 2007 Hans de Goede 1.2.5-1- New upstream release 1.2.5
* Fri Jan 19 2007 Hans de Goede 1.2.3-2- Rebuild for new cairomm- Added a samples sub-package (suggested by Xavier Decoret)
* Sat Oct 28 2006 Hans de Goede 1.2.3-1- New upstream release 1.2.3- Warning as always with a new upstream ogre release this breaks the ABI and changes the soname!
* Tue Aug 29 2006 Hans de Goede 1.2.2-2.p1- FE6 Rebuild
* Fri Jul 28 2006 Hans de Goede 1.2.2-1.p1- New upstream release 1.2.2p1- Drop integrated char_height patch- Drop ogre-1.2.1-visibility.patch since this is fixed with the latest gcc release, but keep it in CVS in case things break again.- Add a patch that replaces -version-info libtool argument with -release, which results in hardcoding the version number into the soname. This is needed because upstream changes the ABI every release, without changing the CURRENT argument passed to -version-info .- Also add -release when linking libCEGUIOgreRenderer.so as that was previously unversioned.
* Wed Jul 19 2006 Hans de Goede 1.2.1-3- Add ogre-1.2.1-visibility.patch to fix issues with the interesting new gcc visibility inheritance.
* Sat Jul 08 2006 Hans de Goede 1.2.1-2- Make -devel package Requires on the main package fully versioned.- Move libOgrePlatform.so out of %{_libdir} and into the OGRE plugins dirs as its not versioned and only used through dlopen, so its effectivly a plugin.
* Fri Jun 16 2006 Hans de Goede 1.2.1-1- Initial FE packaging attempt, loosely based on a specfile created by Xavier Decoret