diff --git a/python-Unidecode.changes b/python-Unidecode.changes index 0b23929..4c901c8 100644 --- a/python-Unidecode.changes +++ b/python-Unidecode.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 27 17:20:40 UTC 2013 - benoit.monin@gmx.fr + +- remove useless CFLAGS="%{optflags}" + ------------------------------------------------------------------- Fri Sep 20 20:48:57 UTC 2013 - benoit.monin@gmx.fr @@ -8,7 +13,6 @@ Fri Sep 20 20:48:57 UTC 2013 - benoit.monin@gmx.fr ordinals. * Minor fixes to rarely used punctuation characters. - ------------------------------------------------------------------- Sat Jun 8 16:54:21 UTC 2013 - benoit.monin@gmx.fr diff --git a/python-Unidecode.spec b/python-Unidecode.spec index 5c103e1..b341585 100644 --- a/python-Unidecode.spec +++ b/python-Unidecode.spec @@ -74,7 +74,7 @@ Sean M. Burke . %setup -q -n Unidecode-%{version} %build -CFLAGS="%{optflags}" python setup.py build +python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot}