diff --git a/.cvsignore b/.cvsignore index 3762322..1a779bd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wxPython-src-2.8.9.0.tar.bz2 +wxPython-src-2.8.9.1.tar.bz2 diff --git a/sources b/sources index 38711e2..aecf294 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e5f5a61c171e33c29de6582e422b481 wxPython-src-2.8.9.0.tar.bz2 +4ad9a64e05529097618c7e48fbb10a84 wxPython-src-2.8.9.1.tar.bz2 diff --git a/wxPython.spec b/wxPython.spec index ea52619..8330ca3 100644 --- a/wxPython.spec +++ b/wxPython.spec @@ -4,7 +4,7 @@ %define buildflags WXPORT=gtk2 UNICODE=1 Name: wxPython -Version: 2.8.9.0 +Version: 2.8.9.1 Release: 1%{?dist} Summary: GUI toolkit for the Python programming language @@ -50,6 +50,9 @@ programs which use the wxPython toolkit. %prep %setup -q -n wxPython-src-%{version} +# fix libdir otherwise it additional wx libs cannot be found +sed -i -e 's|/usr/lib|%{_libdir}|' wxPython/config.py + %build # Just build the wxPython part, not all of wxWindows which we already have @@ -101,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Sep 30 2008 Dan Horak - 2.8.9.1-1 +- update to 2.8.9.1 +- fix libdir for additional wx libraries (#306761) + * Mon Sep 29 2008 Dan Horak - 2.8.9.0-1 - update to 2.8.9.0