Update to 2.12.0
This commit is contained in:
parent
0e0f614ed7
commit
e5f8fdf9be
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ pyatspi-0.3.6.tar.bz2
|
||||
/pyatspi-2.11.3.tar.xz
|
||||
/pyatspi-2.11.90.tar.xz
|
||||
/pyatspi-2.11.92.tar.xz
|
||||
/pyatspi-2.12.0.tar.xz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: pyatspi
|
||||
Version: 2.11.92
|
||||
Version: 2.12.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.11/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/pyatspi/2.12/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: python2-devel
|
||||
%if !0%{?rhel}
|
||||
@ -99,6 +99,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker.
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 24 2014 Kalev Lember <kalevlember@gmail.com> - 2.12.0-1
|
||||
- Update to 2.12.0
|
||||
|
||||
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.11.92-1
|
||||
- Update to 2.11.92
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user