diff --git a/.atk.metadata b/.atk.metadata index 6f84ec2..2e1bb18 100644 --- a/.atk.metadata +++ b/.atk.metadata @@ -1 +1 @@ -e8a9dacd22b31a6cb733ce66fb1c220cc6720970 SOURCES/atk-2.8.0.tar.xz +b803d055c8e2f786782803b7d21e413718321db7 SOURCES/atk-2.14.0.tar.xz diff --git a/.gitignore b/.gitignore index 16a4e1c..058e76c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/atk-2.8.0.tar.xz +SOURCES/atk-2.14.0.tar.xz diff --git a/SOURCES/0001-Fix-an-off-by-one-in-role-names.patch b/SOURCES/0001-Fix-an-off-by-one-in-role-names.patch deleted file mode 100644 index a51b418..0000000 --- a/SOURCES/0001-Fix-an-off-by-one-in-role-names.patch +++ /dev/null @@ -1,30 +0,0 @@ -From f6d6808515527467d789dff52415fa15d4dd4261 Mon Sep 17 00:00:00 2001 -From: Matthias Clasen -Date: Fri, 12 Jul 2013 09:10:56 -0400 -Subject: [PATCH] Fix an off-by-one in role names - -This was causing atk_role_for_name to return ATK_ROLE_LEVEL_BAR -when giving it an empty string, which strangely enough is something -that the lsb testsuite checks... - -https://bugzilla.gnome.org/show_bug.cgi?id=704092 ---- - atk/atkobject.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/atk/atkobject.c b/atk/atkobject.c -index ea0df36..9a400d4 100755 ---- a/atk/atkobject.c -+++ b/atk/atkobject.c -@@ -293,7 +293,7 @@ static const guint16 roles_offsets[] = { - 751, 757, 769, 782, 791, 810, 816, 822, - 830, 845, 853, 858, 866, 883, 888, 893, - 913, 923, 933, 954, 976, 990, 1003, 1018, -- 1026, 1035, 1044, 1054, 1067, 1075 -+ 1026, 1035, 1044, 1054, 1067, 1076 - }; - - /* This is a static assertion */ --- -1.8.3.1 - diff --git a/SPECS/atk.spec b/SPECS/atk.spec index a70568a..9d8fd00 100644 --- a/SPECS/atk.spec +++ b/SPECS/atk.spec @@ -3,19 +3,14 @@ Summary: Interfaces for accessibility support Name: atk -Version: 2.8.0 -Release: 4%{?dist} +Version: 2.14.0 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries #VCS: git:git://git.gnome.org/atk -Source: http://download.gnome.org/sources/atk/2.8/atk-%{version}.tar.xz +Source: http://download.gnome.org/sources/atk/2.14/atk-%{version}.tar.xz URL: http://developer.gnome.org/platform-overview/stable/atk - -# upstream fix -Patch0: 0001-Fix-an-off-by-one-in-role-names.patch - BuildRequires: glib2-devel >= %{glib2_version} -BuildRequires: gnome-doc-utils BuildRequires: gettext BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version} # Bootstrap requirements @@ -31,7 +26,7 @@ devices. %package devel Summary: Development files for the ATK accessibility toolkit Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package includes libraries, header files, and developer documentation @@ -39,7 +34,6 @@ needed for development of applications or toolkits which use ATK. %prep %setup -q -%patch0 -p1 %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; @@ -71,6 +65,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_datadir}/gir-1.0 %changelog +* Mon Sep 22 2014 Kalev Lember - 2.14.0-1 +- Update to 2.14.0 +- Resolves: #1174433 + * Fri Jan 24 2014 Daniel Mach - 2.8.0-4 - Mass rebuild 2014-01-24