[mingw-atk: 14/27] Update to 1.32.0

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


commit 7978afb5a8b89b6eb316cdaac60854c71b21cbb1
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Tue Oct 12 00:55:31 2010 +0200

    Update to 1.32.0

 .gitignore                                         |    1 +
 ...tk-export-atk_value_get_minimum_increment.patch |    7 -------
 mingw32-atk.spec                                   |   17 ++++++++---------
 sources                                            |    2 +-
 4 files changed, 10 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e30203..4eb0a7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 atk-1.29.3.tar.bz2
 /atk-1.30.0.tar.bz2
+/atk-1.32.0.tar.bz2
diff --git a/mingw32-atk.spec b/mingw32-atk.spec
index 9ff7681..c698355 100644
--- a/mingw32-atk.spec
+++ b/mingw32-atk.spec
@@ -6,14 +6,14 @@
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw32-atk
-Version:        1.30.0
-Release:        2%{?dist}
+Version:        1.32.0
+Release:        1%{?dist}
 Summary:        MinGW Windows Atk library
 
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://projects.gnome.org/accessibility/
-Source:         http://ftp.gnome.org/pub/GNOME/sources/atk/1.30/atk-%{version}.tar.bz2
+Source:         http://ftp.gnome.org/pub/GNOME/sources/atk/1.32/atk-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -32,10 +32,6 @@ 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.
@@ -50,12 +46,11 @@ Group:          Development/Libraries
 Static version of the MinGW Windows Atk library.
 
 
-%{_mingw32_debug_package}
+%{?_mingw32_debug_package}
 
 
 %prep
 %setup -q -n atk-%{version}
-%patch0 -p0
 
 
 %build
@@ -100,6 +95,10 @@ rm -rf $RPM_BUILD_ROOT
 
   
 %changelog
+* Mon Oct 11 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.32.0-1
+- Update to 1.32.0
+- Drop upstreamed patch
+
 * 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)
 
diff --git a/sources b/sources
index eb063ce..b5d7cf7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-548d413775819fef425410739041cac3  atk-1.30.0.tar.bz2
+b9a19a3e426cd9ca930f0108c4ee343f  atk-1.32.0.tar.bz2


More information about the scm-commits mailing list