diff --git a/python-Pillow.changes b/python-Pillow.changes index e1460fa..298916a 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 15 13:23:56 UTC 2015 - opensuse@cboltz.de + +- fix wrong macro name in %post - it's %{py_ver}, not %{py-ver} + ------------------------------------------------------------------- Mon Oct 5 06:15:05 UTC 2015 - arun@gmx.de diff --git a/python-Pillow.spec b/python-Pillow.spec index 4c037a9..2457675 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -117,14 +117,14 @@ update-alternatives \ --slave %{_bindir}/pilfile pilfile %{_bindir}/pilfile-%{py_ver} \ --slave %{_bindir}/pilfont pilfont %{_bindir}/pilfont-%{py_ver} \ --slave %{_bindir}/pilprint pilprint %{_bindir}/pilprint-%{py_ver} \ - --slave %{_bindir}/createfontdatachunk createfontdatachunk %{_bindir}/createfontdatachunk-%{py-ver} \ - --slave %{_bindir}/enhancer enhancer %{_bindir}/enhancer-%{py-ver} \ - --slave %{_bindir}/explode explode %{_bindir}/explode-%{py-ver} \ - --slave %{_bindir}/gifmaker gifmaker %{_bindir}/gifmaker-%{py-ver} \ - --slave %{_bindir}/painter painter %{_bindir}/painter-%{py-ver} \ - --slave %{_bindir}/player player %{_bindir}/player-%{py-ver} \ - --slave %{_bindir}/thresholder thresholder %{_bindir}/thresholder-%{py-ver} \ - --slave %{_bindir}/viewer viewer %{_bindir}/viewer-%{py-ver} + --slave %{_bindir}/createfontdatachunk createfontdatachunk %{_bindir}/createfontdatachunk-%{py_ver} \ + --slave %{_bindir}/enhancer enhancer %{_bindir}/enhancer-%{py_ver} \ + --slave %{_bindir}/explode explode %{_bindir}/explode-%{py_ver} \ + --slave %{_bindir}/gifmaker gifmaker %{_bindir}/gifmaker-%{py_ver} \ + --slave %{_bindir}/painter painter %{_bindir}/painter-%{py_ver} \ + --slave %{_bindir}/player player %{_bindir}/player-%{py_ver} \ + --slave %{_bindir}/thresholder thresholder %{_bindir}/thresholder-%{py_ver} \ + --slave %{_bindir}/viewer viewer %{_bindir}/viewer-%{py_ver} %preun if [ $1 -eq 0 ] ; then