[mingw-atk: 13/27] Export the function atk_value_get_minimum_increment (required by GTK 2.21.7)

epienbro epienbro at fedoraproject.org
Tue Mar 6 16:29:55 UTC 2012


commit e6d4bd79df5573cd405a83fb9bbc5867f120c2e3
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Sep 12 18:23:21 2010 +0200

    Export the function atk_value_get_minimum_increment (required by GTK 2.21.7)

 ...tk-export-atk_value_get_minimum_increment.patch |    7 +++++++
 mingw32-atk.spec                                   |   10 +++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/mingw32-atk-export-atk_value_get_minimum_increment.patch b/mingw32-atk-export-atk_value_get_minimum_increment.patch
new file mode 100644
index 0000000..2161512
--- /dev/null
+++ b/mingw32-atk-export-atk_value_get_minimum_increment.patch
@@ -0,0 +1,7 @@
+--- atk/atk.symbols.orig	2010-09-12 18:19:19.198871652 +0200
++++ atk/atk.symbols	2010-09-12 18:19:40.901837176 +0200
+@@ -241,3 +241,4 @@
+ 	atk_value_get_minimum_value
+ 	atk_value_get_type
+ 	atk_value_set_current_value
++	atk_value_get_minimum_increment
diff --git a/mingw32-atk.spec b/mingw32-atk.spec
index 8c07fc0..9ff7681 100644
--- a/mingw32-atk.spec
+++ b/mingw32-atk.spec
@@ -7,7 +7,7 @@
 
 Name:           mingw32-atk
 Version:        1.30.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW Windows Atk library
 
 License:        LGPLv2+
@@ -32,6 +32,10 @@ BuildRequires:  glib2-devel
 
 Requires:       pkgconfig
 
+# ATK 1.30.0 doesn't export the function atk_value_get_minimum_increment
+# while GTK/gail 2.21.7+ expects it. Fix this by updating the symbols list
+Patch0:         mingw32-atk-export-atk_value_get_minimum_increment.patch
+
 
 %description
 MinGW Windows Atk library.
@@ -51,6 +55,7 @@ Static version of the MinGW Windows Atk library.
 
 %prep
 %setup -q -n atk-%{version}
+%patch0 -p0
 
 
 %build
@@ -95,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
 
   
 %changelog
+* Sun Sep 12 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.30.0-2
+- Export the function atk_value_get_minimum_increment (required by GTK 2.21.7)
+
 * Sun Sep 12 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.30.0-1
 - Update to 1.30.0
 


More information about the scm-commits mailing list