[wxGTK/el4/master] updated to 2.8.12

Dan Horák sharkcz at fedoraproject.org
Thu Apr 14 10:16:13 UTC 2011


commit a033e3b05fd8afbe019b0193d6d1de4b8e2c4465
Author: Dan Horák <dan at danny.cz>
Date:   Thu Apr 14 12:12:47 2011 +0200

    updated to 2.8.12
    
    Conflicts:
    
    	wxGTK.spec

 .gitignore |    1 +
 sources    |    2 +-
 wxGTK.spec |   12 +++++++-----
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 289758e..ba5fb67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 wxGTK-2.8.11.tar.bz2
+/wxGTK-2.8.12.tar.bz2
diff --git a/sources b/sources
index 680b5f2..d3fa5dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6040933d200037f90f6aa1c5169e7ec6  wxGTK-2.8.11.tar.bz2
+08f81ab60647308058f6ce99712b14f8  wxGTK-2.8.12.tar.bz2
diff --git a/wxGTK.spec b/wxGTK.spec
index 3681bf7..6a9db0a 100644
--- a/wxGTK.spec
+++ b/wxGTK.spec
@@ -5,8 +5,8 @@
 %define withodbc 0
 
 Name:           wxGTK
-Version:        2.8.11
-Release:        2%{?dist}
+Version:        2.8.12
+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
@@ -15,8 +15,7 @@ License:        wxWidgets
 Group:          System Environment/Libraries
 URL:            http://www.wxwidgets.org/
 Source0:        http://dl.sf.net/wxwindows/%{name}-%{version}.tar.bz2
-# 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)
 
@@ -121,7 +120,7 @@ libraries or the X Window System.
 
 %prep
 %setup -q
-%patch0 -p0 -b .dnd
+%patch0 -p1 -b .test
 
 sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure
 
@@ -263,6 +262,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %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)
 


More information about the scm-commits mailing list