diff --git a/.cvsignore b/.cvsignore index 8e081c6..186d2f1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wxGTK-2.8.9.tar.bz2 +wxGTK-2.8.10.tar.bz2 diff --git a/sources b/sources index 071d762..44e4b8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -495c0287e102c8864eb5237a279ce9c2 wxGTK-2.8.9.tar.bz2 +88b867bc118a183af56efc67014bdf27 wxGTK-2.8.10.tar.bz2 diff --git a/wxGTK.spec b/wxGTK.spec index 3263ade..86691b0 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -3,8 +3,8 @@ %define withodbc 0 Name: wxGTK -Version: 2.8.9 -Release: 4%{?dist} +Version: 2.8.10 +Release: 1%{?dist} Summary: GTK2 port of the wxWidgets GUI library # The wxWindows licence is the LGPL with a specific exemption allowing # distribution of derived binaries under any terms. (This will eventually @@ -93,10 +93,13 @@ libraries or the X Window System. %prep -%setup -q +%setup -q -n %{name}-%{version} sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure +# fix plugin dir for 64-bit +sed -i -e 's|/lib|/%{_lib}|' src/unix/stdpaths.cpp + %build @@ -242,13 +245,17 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Mar 21 2009 Dan Horák - 2.8.10-1 +- update to 2.8.10 +- fix default plugin path for 64 bit arches + * Wed Feb 25 2009 Fedora Release Engineering - 2.8.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Thu Nov 4 2008 Dan Horák - 2.8.9-3 +* Thu Dec 4 2008 Dan Horák - 2.8.9-3 - remove support for bakefiles, fixes directory ownership (#474594) -* Thu Nov 4 2008 Dan Horak - 2.8.9-2 +* Thu Dec 4 2008 Dan Horak - 2.8.9-2 - drop all the Obsoletes/Provides used for upgrading from the wxGTK 2.6 era - drop using of x11libdir pointing to X11R6 - create media subpackage for more precise package dependencies