diff --git a/nml.spec b/nml.spec index c78f684..f30d6fe 100644 --- a/nml.spec +++ b/nml.spec @@ -2,7 +2,7 @@ Name: nml Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NewGRF Meta Language compiler License: GPLv2+ @@ -11,7 +11,7 @@ Source0: http://bundles.openttdcoop.org/nml/releases/%{version}/%{name}-% BuildArch: noarch BuildRequires: python2-devel python-setuptools-devel -Requires: python-imaging python-ply +Requires: python-imaging python-ply python-setuptools %description A tool to compile nml files to grf or nfo files, making newgrf coding easier. @@ -42,5 +42,8 @@ rm docs/nmlc.1.gz %changelog +* Wed Apr 11 2012 Felix Kaechele - 0.2.3-2 +- add python-setuptools runtime requirement + * Thu Mar 29 2012 Felix Kaechele - 0.2.3-1 - initial spec