[mingw-atk: 16/27] Export the AtkHyperlinkImpl functions

epienbro epienbro at fedoraproject.org
Tue Mar 6 16:30:10 UTC 2012


commit 633299a7c11aac23c102320814982fc9a3f077c4
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Nov 14 15:50:32 2010 +0100

    Export the AtkHyperlinkImpl functions

 atk-export-hyperlink-impl.patch |   11 +++++++++++
 mingw32-atk.spec                |    9 ++++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/atk-export-hyperlink-impl.patch b/atk-export-hyperlink-impl.patch
new file mode 100644
index 0000000..e877a6b
--- /dev/null
+++ b/atk-export-hyperlink-impl.patch
@@ -0,0 +1,11 @@
+--- atk/atk.symbols.orig	2010-11-14 02:50:02.538608563 +0100
++++ atk/atk.symbols	2010-11-14 02:50:25.097246140 +0100
+@@ -70,6 +70,8 @@
+ 	atk_hypertext_get_n_links
+ 	atk_hypertext_get_type
+ 	atk_hyperlink_state_flags_get_type
++	atk_hyperlink_impl_get_type
++	atk_hyperlink_impl_get_hyperlink
+ 	atk_image_get_image_description
+ 	atk_image_get_image_locale
+ 	atk_image_get_image_position
diff --git a/mingw32-atk.spec b/mingw32-atk.spec
index a2c87e3..ff01966 100644
--- a/mingw32-atk.spec
+++ b/mingw32-atk.spec
@@ -7,7 +7,7 @@
 
 Name:           mingw32-atk
 Version:        1.32.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW Windows Atk library
 
 License:        LGPLv2+
@@ -19,6 +19,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # Fix compatibility with proxy-libintl
 Patch0:         atk-fix-build-against-proxy-libintl.patch
 
+# Export the AtkHyperlinkImpl functions (already upstreamed)
+Patch1:         atk-export-hyperlink-impl.patch
+
 BuildArch:      noarch
 
 BuildRequires:  mingw32-filesystem >= 49
@@ -55,6 +58,7 @@ Static version of the MinGW Windows Atk library.
 %prep
 %setup -q -n atk-%{version}
 %patch0 -p0
+%patch1 -p0
 
 
 %build
@@ -103,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
 
   
 %changelog
+* Sun Nov 14 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.32.0-3
+- Export the AtkHyperlinkImpl functions (required for webkitgtk)
+
 * Sun Nov  7 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.32.0-2
 - Rebuild in order to have soft dependency on libintl
 


More information about the scm-commits mailing list