updated to 2.8.12

Conflicts:

	wxGTK.spec
This commit is contained in:
Dan Horák 2011-04-14 11:47:34 +02:00
parent f2ed533773
commit 9b2a0d94df
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
wxGTK-2.8.11.tar.bz2
/wxGTK-2.8.12.tar.bz2

View File

@ -1 +1 @@
6040933d200037f90f6aa1c5169e7ec6 wxGTK-2.8.11.tar.bz2
08f81ab60647308058f6ce99712b14f8 wxGTK-2.8.12.tar.bz2

View File

@ -1,14 +1,13 @@
Name: wxGTK
Version: 2.8.11
Release: 2%{?dist}
Version: 2.8.12
Release: 1%{?dist}
Summary: GTK2 port of the wxWidgets GUI library
License: wxWidgets
Group: System Environment/Libraries
URL: http://www.wxwidgets.org/
Source0: http://downloads.sourceforge.net/wxwindows/%{name}-%{version}.tar.bz2
Source1: wx-config
# https://bugzilla.redhat.com/show_bug.cgi?id=626012
Patch0: %{name}-2.8.11-dnd.patch
Patch0: %{name}-2.8.12-test.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -78,7 +77,7 @@ libraries or the X Window System.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p0 -b .dnd
%patch0 -p1 -b .test
sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure
@ -219,6 +218,9 @@ popd
%changelog
* Thu Apr 14 2011 Dan Horák <dan[at]danny.cz> - 2.8.12-1
- updated to 2.8.12
* Mon Nov 29 2010 Dan Horák <dan[at]danny.cz> - 2.8.11-2
- added fix for crashes during DnD (#626012)
- bakefiles are included in devel subpackage (#626314)