File nml.changes of Package nml
-------------------------------------------------------------------
Sun Nov 15 12:58:04 UTC 2015 - opensuse@dstoecker.de
- update tp 0.4.2
- add fix for new Pillow (nml-0.4.2-pillow.diff) taken from pyglet
issue 677
-------------------------------------------------------------------
Fri Oct 23 13:24:12 UTC 2015 - lnussel@suse.de
- lift requirement on python3-devel and add nml-python341.diff to
fix build on Leap
-------------------------------------------------------------------
Sat Jun 6 07:39:09 UTC 2015 - mailaender@opensuse.org
- don't run the regression tests twice
- install the man page
- avoid a runtime dependency on setuptools
-------------------------------------------------------------------
Wed May 20 08:42:46 UTC 2015 - dimstar@opensuse.org
- Add python3-setuptools requires: nml makes use of pkg_resources
during runtime
from openttd-opengfx build log:
/usr/bin/nmlc -c -p DOS --grf ogfxt_toyland.grf ogfxt_toyland.nml
Traceback (most recent call last):
File "/usr/bin/nmlc", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named 'pkg_resources'
- Manually install the nml directory into python3_sitelib: python
setup.py forgets to install this, resulting in nmlc not being able
to be started (failed to import nml).
-------------------------------------------------------------------
Sun Apr 26 13:22:43 UTC 2015 - mailaender@opensuse.org
- update to 0.4.1 (drops support for Python 2)
- improved performance and NewGRF support
-------------------------------------------------------------------
Sat Jun 14 17:40:16 UTC 2014 - mailaender@opensuse.org
- update to 0.3.1 (drops support for Python version 2.5)
-------------------------------------------------------------------
Sat Dec 29 10:50:06 UTC 2012 - suse@ammler.ch
- update to 0.2.4 (OpenGFX 0.4.6.1)
(check changelog.txt)
-------------------------------------------------------------------
Sat Oct 27 11:14:52 UTC 2012 - suse@ammler.ch
- downgrade to 0.2.3
OpenGFX 0.4.5 builds with NML 0.2.3 only
-------------------------------------------------------------------
Sun Oct 14 22:31:27 UTC 2012 - suse@ammler.ch
- update to 0.2.4 (bugfix release)
-------------------------------------------------------------------
Fri Mar 2 10:40:08 UTC 2012 - cfarrell@suse.com
- license update: GPL-2.0+
No evidence of GPL-2.0 (only) files in the package
-------------------------------------------------------------------
Fri Mar 2 08:41:15 UTC 2012 - saschpe@suse.de
- Cleaned up macro usage
-------------------------------------------------------------------
Mon Feb 20 10:35:59 UTC 2012 - suse@ammler.ch
- upstream update 0.2.3
- Add: Action5 for tunnel portals
- Fix: Properly catch out-of-bounds image reads (issue #3666)
- Fix: Character code 0xA0 (NBSP) is used for an up arrow in TTD, so
don't write it as ascii. Force unicode instead (issue #3643)
-------------------------------------------------------------------
Mon Feb 6 10:47:12 UTC 2012 - suse@ammler.ch
- upstream update 0.2.2
-------------------------------------------------------------------
Sat Dec 31 13:36:26 UTC 2011 - suse@ammler.ch
- upstream update 0.2.1
- required for opengfx 0.4
-------------------------------------------------------------------
Sun Jun 19 00:09:34 UTC 2011 - ammler@openttdcoop.org
- upstream update 0.1.1
- rpmlintrc to suppress python name policy
-------------------------------------------------------------------
Thu Apr 14 14:29:12 UTC 2011 - ammler@openttdcoop.org
- initial setup