- update to 2.8.9.1

- fix libdir for additional wx libraries (#306761)
This commit is contained in:
Dan Horák 2008-09-30 14:48:29 +00:00
commit c9bcaab0b6
3 changed files with 10 additions and 3 deletions

View file

@ -1 +1 @@
wxPython-src-2.8.9.0.tar.bz2
wxPython-src-2.8.9.1.tar.bz2

View file

@ -1 +1 @@
0e5f5a61c171e33c29de6582e422b481 wxPython-src-2.8.9.0.tar.bz2
4ad9a64e05529097618c7e48fbb10a84 wxPython-src-2.8.9.1.tar.bz2

View file

@ -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 <dan[at]danny.cz> - 2.8.9.1-1
- update to 2.8.9.1
- fix libdir for additional wx libraries (#306761)
* Mon Sep 29 2008 Dan Horak <dan[at]danny.cz> - 2.8.9.0-1
- update to 2.8.9.0