Update to 2.18.0

This commit is contained in:
Kalev Lember 2015-09-22 00:21:56 +02:00
parent 1e1d1d4c9c
commit 20405aeea0
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <klember@redhat.com> - 2.18.0-1
- Update to 2.18.0
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 2.17.90-1
- Update to 2.17.90
- Use make_install macro

View File

@ -1 +1 @@
da77dbc7f75007a022b4bbf2d5858624 pyatspi-2.17.90.tar.xz
63784b21c759452e6506e1f7a4d7913e pyatspi-2.18.0.tar.xz