From 9114d70aa939288895a3bbad1f4647602cebe653 Mon Sep 17 00:00:00 2001 From: Tigro Date: Mon, 23 Mar 2015 14:18:13 +0300 Subject: [PATCH] update to 2.16.0 --- .abf.yml | 2 +- atk1.0.spec | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index 9726040..6b5362c 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - atk-2.15.91.tar.xz: 1bf3f70e3c92f1450a059e5f96529df1757c95a6 + atk-2.16.0.tar.xz: d097c6cec71ffede77be9f13f4ceee9880c0a5d7 diff --git a/atk1.0.spec b/atk1.0.spec index 3ccb945..c164ce4 100644 --- a/atk1.0.spec +++ b/atk1.0.spec @@ -1,5 +1,7 @@ %bcond_with gtkdoc +%define url_ver %(echo %{version}|cut -d. -f1,2) + %define api 1.0 %define major 0 %define pkgname atk @@ -9,12 +11,12 @@ Summary: Accessibility features for Gtk+ Name: %{pkgname}%{api} -Version: 2.15.91 +Version: 2.16.0 Release: 1 License: LGPLv2.1+ Group: Accessibility 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} BuildRequires: gtk-doc >= 1.11-3 %endif