update to 2.16.0

This commit is contained in:
Tigro 2015-03-23 14:18:13 +03:00
parent 6aca5fd931
commit 9114d70aa9
2 changed files with 5 additions and 3 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
atk-2.15.91.tar.xz: 1bf3f70e3c92f1450a059e5f96529df1757c95a6 atk-2.16.0.tar.xz: d097c6cec71ffede77be9f13f4ceee9880c0a5d7

View file

@ -1,5 +1,7 @@
%bcond_with gtkdoc %bcond_with gtkdoc
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define api 1.0 %define api 1.0
%define major 0 %define major 0
%define pkgname atk %define pkgname atk
@ -9,12 +11,12 @@
Summary: Accessibility features for Gtk+ Summary: Accessibility features for Gtk+
Name: %{pkgname}%{api} Name: %{pkgname}%{api}
Version: 2.15.91 Version: 2.16.0
Release: 1 Release: 1
License: LGPLv2.1+ License: LGPLv2.1+
Group: Accessibility Group: Accessibility
Url: http://developer.gnome.org/projects/gap/ Url: http://developer.gnome.org/projects/gap/
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/2.15/%{pkgname}-%{version}.tar.xz Source0: http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{url_ver}/%{pkgname}-%{version}.tar.xz
%if %{with gtkdoc} %if %{with gtkdoc}
BuildRequires: gtk-doc >= 1.11-3 BuildRequires: gtk-doc >= 1.11-3
%endif %endif