[mingw-atk] Update to 2.11.3 and export the symbol atk_object_get_object_locale

Erik van Pienbroek epienbro at fedoraproject.org
Thu Dec 5 18:59:20 UTC 2013


commit eca5d925faa37511dc7e586b0f9e74eab1f03651
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Dec 5 19:59:17 2013 +0100

    Update to 2.11.3 and export the symbol atk_object_get_object_locale

 .gitignore                                         |    1 +
 ...xport-symbol-atk_object_get_object_locale.patch |   10 ++++++++++
 mingw-atk.spec                                     |   10 +++++++++-
 sources                                            |    2 +-
 4 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dcfb987..c16b839 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ atk-1.29.3.tar.bz2
 /atk-2.9.4.tar.xz
 /atk-2.10.0.tar.xz
 /atk-2.11.2.tar.xz
+/atk-2.11.3.tar.xz
diff --git a/atk-export-symbol-atk_object_get_object_locale.patch b/atk-export-symbol-atk_object_get_object_locale.patch
new file mode 100644
index 0000000..ae8e033
--- /dev/null
+++ b/atk-export-symbol-atk_object_get_object_locale.patch
@@ -0,0 +1,10 @@
+--- atk/atk.symbols.orig	2013-12-05 19:49:38.095155673 +0100
++++ atk/atk.symbols	2013-12-05 19:50:01.757384338 +0100
+@@ -106,6 +106,7 @@
+ #endif /* ATK_DISABLE_DEPRECATED */
+ 	atk_object_get_n_accessible_children
+ 	atk_object_get_name
++	atk_object_get_object_locale
+ 	atk_object_get_parent
+ 	atk_object_get_role
+ 	atk_object_get_type
diff --git a/mingw-atk.spec b/mingw-atk.spec
index fd7d659..b15d666 100644
--- a/mingw-atk.spec
+++ b/mingw-atk.spec
@@ -4,7 +4,7 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           mingw-atk
-Version:        2.11.2
+Version:        2.11.3
 Release:        1%{?dist}
 Summary:        MinGW Windows Atk library
 
@@ -35,6 +35,9 @@ BuildRequires:  gettext
 # Need native one too for  glib-genmarshal
 BuildRequires:  glib2-devel
 
+# Make sure the symbol atk_object_get_object_locale is exported (required by webkitgtk)
+Patch0:         atk-export-symbol-atk_object_get_object_locale.patch
+
 
 %description
 MinGW Windows Atk library.
@@ -78,6 +81,7 @@ Static version of the MinGW Windows Atk library.
 
 %prep
 %setup -q -n atk-%{version}
+%patch0 -p0 -b .export
 
 
 %build
@@ -131,6 +135,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
   
 %changelog
+* Thu Dec  5 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.11.3-1
+- Update to 2.11.3
+- Export the symbol atk_object_get_object_locale (required by webkitgtk)
+
 * Wed Nov 20 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.11.2-1
 - Update to 2.11.2
 
diff --git a/sources b/sources
index 33be0ee..e3998a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-471944d72b925c30f59e848a3ec0d08c  atk-2.11.2.tar.xz
+2b4316e69cbe0a1998ba39cdc8c89692  atk-2.11.3.tar.xz


More information about the scm-commits mailing list