Update to 2.51.0
This commit is contained in:
parent
6feebf3630
commit
316e6fbd48
1
.gitignore
vendored
1
.gitignore
vendored
@ -146,3 +146,4 @@ at-spi2-core-0.3.4.tar.bz2
|
||||
/at-spi2-core-2.49.91.tar.xz
|
||||
/at-spi2-core-2.50.0.tar.xz
|
||||
/at-spi2-core-2.50.1.tar.xz
|
||||
/at-spi2-core-2.51.0.tar.xz
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: at-spi2-core
|
||||
Version: 2.50.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.51.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Protocol definitions and daemon for D-Bus at-spi
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
|
||||
Source0: https://download.gnome.org/sources/%{name}/2.50/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/2.51/%{name}-%{version}.tar.xz
|
||||
# scriptlet to set AT_SPI_BUS for XWayland apps that run as root (i.e. anaconda)
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1821345
|
||||
Source1: xwayland-session-scriptlet
|
||||
@ -99,8 +99,7 @@ library.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
install -d %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d
|
||||
install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00-at-spi
|
||||
install -Dpm 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00-at-spi
|
||||
|
||||
%{find_lang} %{name}
|
||||
|
||||
@ -162,6 +161,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00-
|
||||
%{_libdir}/pkgconfig/atk-bridge-2.0.pc
|
||||
|
||||
%changelog
|
||||
* Sat Jan 20 2024 David King <amigadave@amigadave.com> - 2.51.0-1
|
||||
- Update to 2.51.0
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.50.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (at-spi2-core-2.50.1.tar.xz) = d0b342a1ff2a3dd91aa87663412289d1616906c14a37e81b8514882d44981092356dc8a5d5c66b6d980d2cdf22128fff74651a4af6cad73cb62fd3154c5bbeae
|
||||
SHA512 (at-spi2-core-2.51.0.tar.xz) = 3ae7300a0fd503ca9af1ec3081792bfa5d0ecee42b9fb7936e310e514d16dbd97c48ada9db583447b9fada2fca225061d942a9149c8fe5eaae60a01413ba954e
|
||||
|
Loading…
Reference in New Issue
Block a user