diff --git a/mypaint.spec b/mypaint.spec index 5bf05bc..391f89d 100644 --- a/mypaint.spec +++ b/mypaint.spec @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: mypaint Version: 0.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A simple paint program Group: Applications/Multimedia @@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/%{name}/mydrawwidget.so %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.5.1-3 +- Rebuild for Python 2.6 + * Mon Nov 3 2008 Marc Wiriadisastra - 0.5.1-2 - Add new website and download link - Fix mydrawwidget location for F-10