Browse Source

atk package update

Signed-off-by: guibuilder_pel7ppc64lebuilder0 <guibuilder@powerel.org>
master
guibuilder_pel7ppc64lebuilder0 5 years ago
parent
commit
bea60e9c57
  1. 18
      SPECS/atk.spec

18
SPECS/atk.spec

@ -2,22 +2,19 @@
%define gobject_introspection_version 0.9.6 %define gobject_introspection_version 0.9.6


Name: atk Name: atk
Version: 2.22.0 Version: 2.28.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Interfaces for accessibility support Summary: Interfaces for accessibility support


License: LGPLv2+ License: LGPLv2+
URL: http://developer.gnome.org/platform-overview/stable/atk URL: http://developer.gnome.org/platform-overview/stable/atk
Source0: http://download.gnome.org/sources/atk/2.22/atk-%{version}.tar.xz Source0: http://download.gnome.org/sources/atk/2.28/atk-%{version}.tar.xz


Patch01: atk-use-after-free.patch
Patch02: atk-invalid-unref.patch Patch02: atk-invalid-unref.patch


BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: gettext BuildRequires: gettext
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version} BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
# Bootstrap requirements
BuildRequires: gnome-common gtk-doc


%description %description
The ATK library provides a set of interfaces for adding accessibility The ATK library provides a set of interfaces for adding accessibility
@ -36,12 +33,10 @@ needed for development of applications or toolkits which use ATK.


%prep %prep
%setup -q %setup -q
%patch01 -p1 -b .use-after-free
%patch02 -p1 -b .invalid-unref %patch02 -p1 -b .invalid-unref


%build %build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; %configure
%configure $CONFIGFLAGS)
make %{?_smp_mflags} make %{?_smp_mflags}


%install %install
@ -55,7 +50,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la


%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig



%files -f atk10.lang %files -f atk10.lang
%license COPYING %license COPYING
%doc README AUTHORS NEWS %doc README AUTHORS NEWS
@ -70,6 +64,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_datadir}/gir-1.0 %{_datadir}/gir-1.0


%changelog %changelog
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 2.28.1-1
- Update to 2.28.1
- Resolves: #1567158

* Wed May 31 2017 Milan Crha <mcrha@redhat.com> - 2.22.0-3 * Wed May 31 2017 Milan Crha <mcrha@redhat.com> - 2.22.0-3
- Add patch to fix invalid unref at atk_gobject_accessible_object_gone_cb() - Add patch to fix invalid unref at atk_gobject_accessible_object_gone_cb()
- Resolves: #1457206 - Resolves: #1457206

Loading…
Cancel
Save