fife/fife.changes

108 lines
4.2 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Apr 24 07:25:36 UTC 2013 - joop.boonen@opensuse.org
- Added missing BuildRequires for openSUSE > 12.3
-------------------------------------------------------------------
Wed Mar 6 14:21:33 UTC 2013 - gryffus@hkfree.org
- Update to version 0.3.4
+ Changelog available in the 'CHANGES' file in documentation.
-------------------------------------------------------------------
Sun Sep 23 15:56:43 UTC 2012 - nmo.marques@gmail.com
- Install FIFE Python module in python_sitearch instead of
python_sitelib
- Update scons BR's to scons >= 2.0, otherwise build fails
-------------------------------------------------------------------
Wed Apr 25 20:54:19 UTC 2012 - nmo.marques@gmail.com
- Update to version 0.3.3r3:
+ Changelog available on the 'CHANGES' file in documentation.
-------------------------------------------------------------------
Mon Nov 14 10:10:56 UTC 2011 - nmarques@opensuse.org
- Introduce changes to enable builds for Fedora and EL6
- Add libXcursor-devel to BuildRequires.
-------------------------------------------------------------------
Fri Nov 4 01:10:21 UTC 2011 - nmarques@opensuse.org
- Update to version 0.3.3r2:
+ Major overhaul of the instance matching routines. They are now
much faster and more accurate.
+ Added mouse sensitivity and acceleration options.
+ Fixed some problems with memory in the Image Manager.
+ Dragging the mouse (with a mouse button down) now behaves as
expected.
+ 1024×600 is now a valid resolution to run FIFE
+ PyChan widgets can now be shown/hidden even if they are not
the top container widget.
+ Editor icons have been replaced with free ones
- Add lgpl-2.0.txt to update license file, reported upstream
- Source in tar.gz
- Removed fedora conditionals
-------------------------------------------------------------------
Thu Oct 20 18:18:12 UTC 2011 - nmarques@opensuse.org
- Add conditionals for Fedora build (Fedora package review is
slow and upstream wants a build for Fedora).
-------------------------------------------------------------------
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.