This commit is contained in:
parent
7bcacc36c2
commit
788f768f39
@ -1,7 +0,0 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="M">1200</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</constraints>
|
123
fife.changes
123
fife.changes
@ -1,123 +0,0 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 22 11:17:47 UTC 2017 - rpm@fthiessen.de
|
||||
|
||||
- Update to version 0.4.1
|
||||
- Now build with cmake instead of scons
|
||||
- Added patches from upstream: install-rocket-header.patch,
|
||||
installation-directories.patch and link-cegui.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 11 17:48:27 UTC 2015 - mailaender@opensuse.org
|
||||
|
||||
- FIFE is incompatible with swig version 3
|
||||
https://github.com/unknown-horizons/unknown-horizons/issues/2295
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 22:54:05 CET 2013 - manuel-uh@mausz.at
|
||||
|
||||
- Update to version 0.3.5
|
||||
+ Changelog available in the 'CHANGES' file in documentation.
|
||||
- Add libXcursor-devel to BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
|
15
project.diff
Normal file
15
project.diff
Normal file
@ -0,0 +1,15 @@
|
||||
--- fife.changes.orig
|
||||
+++ fife.changes
|
||||
@@ -1,4 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
+Wed Feb 22 11:17:47 UTC 2017 - rpm@fthiessen.de
|
||||
+
|
||||
+- Update to version 0.4.1
|
||||
+- Now build with cmake instead of scons
|
||||
+- Added patches from upstream: install-rocket-header.patch,
|
||||
+ installation-directories.patch and link-cegui.patch
|
||||
+
|
||||
+-------------------------------------------------------------------
|
||||
Sun Jan 11 17:48:27 UTC 2015 - mailaender@opensuse.org
|
||||
|
||||
- FIFE is incompatible with swig version 3
|
Loading…
x
Reference in New Issue
Block a user