Update to 2.46.0
This commit is contained in:
parent
94b869235c
commit
968decc945
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,3 +76,4 @@ pyatspi-0.3.6.tar.bz2
|
||||
/pyatspi-2.38.2.tar.xz
|
||||
/pyatspi-2.45.1.tar.xz
|
||||
/pyatspi-2.45.90.tar.xz
|
||||
/pyatspi-2.46.0.tar.xz
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: pyatspi
|
||||
Version: 2.45.90
|
||||
Version: 2.46.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for at-spi
|
||||
|
||||
License: LGPLv2 and GPLv2
|
||||
URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
|
||||
Source0: http://download.gnome.org/sources/pyatspi/2.45/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/pyatspi/2.46/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(atspi-2)
|
||||
@ -78,6 +78,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' examples/magFocusTracker.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 21 2022 Kalev Lember <klember@redhat.com> - 2.46.0-1
|
||||
- Update to 2.46.0
|
||||
|
||||
* Mon Aug 08 2022 Kalev Lember <klember@redhat.com> - 2.45.90-1
|
||||
- Update to 2.45.90
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyatspi-2.45.90.tar.xz) = 6a68949c71b20c64709b439f4b5cb68c27243a3582bc091ace6be2e188b49f3809bf94086665488bb954d4e0a85fae320c0c37766e100a61347a8c8e2d8185d8
|
||||
SHA512 (pyatspi-2.46.0.tar.xz) = 4e9d177c930db3ccb5aa41280e33a58b6700d9c45f08b6a2f32fce0ecf5f1faa3f91c57281a5661bb9ccaafd0935e90b44f328a62988ae838b4a008916d2aa0f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user