[wxGTK/el6/master] updated to 2.8.12

Dan Horák sharkcz at fedoraproject.org
Thu Apr 14 09:57:05 UTC 2011


commit 7e2bff4092d8161f3fb922f7c2b3ddd768d75923
Author: Dan Horák <dan at danny.cz>
Date:   Thu Apr 14 11:33:02 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 363dbf0..10214e6 100644
--- a/wxGTK.spec
+++ b/wxGTK.spec
@@ -1,14 +1,13 @@
 Name:           wxGTK
-Version:        2.8.11
-Release:        3%{?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
 
@@ -220,6 +219,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-3
 - added fix for crashes during DnD (#626012)
 - bakefiles are included in devel subpackage (#626314)


More information about the scm-commits mailing list