From 20405aeea0303bd792880d463124c57734227ec7 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 22 Sep 2015 00:21:56 +0200 Subject: [PATCH] Update to 2.18.0 --- .gitignore | 1 + pyatspi.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c4c4d8e..3df4e19 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ pyatspi-0.3.6.tar.bz2 /pyatspi-2.15.90.tar.xz /pyatspi-2.16.0.tar.xz /pyatspi-2.17.90.tar.xz +/pyatspi-2.18.0.tar.xz diff --git a/pyatspi.spec b/pyatspi.spec index 930326d..9f20764 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: pyatspi -Version: 2.17.90 +Version: 2.18.0 Release: 1%{?dist} Summary: Python bindings for at-spi @@ -9,7 +9,7 @@ Group: Development/Languages License: LGPLv2 and GPLv2 URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus #VCS: git:git://git.gnome.org/pyatspi -Source0: http://download.gnome.org/sources/pyatspi/2.17/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/pyatspi/2.18/%{name}-%{version}.tar.xz BuildRequires: python2-devel %if !0%{?rhel} @@ -101,6 +101,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker. %changelog +* Mon Sep 21 2015 Kalev Lember - 2.18.0-1 +- Update to 2.18.0 + * Mon Aug 17 2015 Kalev Lember - 2.17.90-1 - Update to 2.17.90 - Use make_install macro diff --git a/sources b/sources index 95167f5..e0b803a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da77dbc7f75007a022b4bbf2d5858624 pyatspi-2.17.90.tar.xz +63784b21c759452e6506e1f7a4d7913e pyatspi-2.18.0.tar.xz