fife/fife.changes

54 lines
2.2 KiB
Plaintext

-------------------------------------------------------------------
Tue Oct 11 00:05:46 UTC 2011 - nmarques@opensuse.org
- Update to version 0.3.3:
+ Many optimizations/improvements to the OpenGL renderer. Depth
testing was modified and now works properly with alpha
blending enabled. Alpha testing is used to discard pixels.
[t:556]
+ Optimized color overlays. [t:539]
+ Customizable alpha threshold value for outlines / outlining
[t:569]
+ Added support for drawing/modifying images. [t:553]
+ Re-implemented the Resouce Pools (ImagePool AnimationPool, etc)
as ImangeManager, SoundClipManager, etc. [t:504]
+ Setting module no longer crashes when settings dialog has not
been loaded. [t:555]
+ Fixed the problem that the objects of the renderers don't get
deallocated when the camera deconstructor was called. Affected
renderers: Instance-, Cellsection-, Generic- and LightRenderer.
+ Many more on CHANGES
- Removed fife-opensuse-packaging-fixes.patch: fixed upstream
- Removed fife-changeset_r3592.patch: included on release
- Removed fife-soname-fix.patch: fixed upstream
- Removed rpmlintrc
- Removed all entries for Fedora builds from spec.
- Some cleanup and optimizations on spec file.
- python-fife not building for now, removed from devel Requires.
-------------------------------------------------------------------
Tue May 10 00:23:58 UTC 2011 - nmarques@opensuse.org
- Add necessary changes to enable Fedora builds.
+ Replaced %py_requires macro (uncool for Fedora builds);
+ Minor cleanups.
-------------------------------------------------------------------
Mon May 9 16:12:10 UTC 2011 - nmarques@opensuse.org
- Add patches:
+ fife-opensuse-packaging-fixes.patch: removes 'ext' (bundled
libraries), we build with system shared libraries;
+ fife-changeset_r3592.patch: cherry picked from git, fixes some
build issues with boost.
+ fife-soname-fix.patch: Adds soname to package.
- Add rpmlintrc: currently used to supress 'macro-in-comments'.
- Spec changes: several tweaks.
-------------------------------------------------------------------
Mon May 9 03:22:18 UTC 2011 - nmarques@opensuse.org
- Initial package from version 0.3.2
+ Parallel builds disable, don't work for this package.