Adam Williamson
d6dd6c34d4
Fix AT_SPI_BUS for Xwayland apps run as root ( #1821345 )
2021-04-16 22:46:24 -07:00
Kalev Lember
282e7deefa
Update to 2.40.0
2021-03-22 13:21:51 +01:00
Kalev Lember
2ebdae7e63
Update to 2.39.91
2021-03-15 21:33:31 +01:00
Kalev Lember
82865c9826
Update to 2.39.90.1
2021-02-22 23:11:05 +01:00
Kalev Lember
9359e75611
Drop unused ldconfig_scriptlets macro call
2021-02-17 22:46:35 +01:00
Kalev Lember
f40f6ef609
Update to 2.39.90
2021-02-17 22:44:43 +01:00
Fedora Release Engineering
6f33d77933
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 00:39:32 +00:00
Michael Catanzaro
34109b2a38
Add patch to fix a11y on login screen
2020-09-24 15:53:44 -05:00
Kalev Lember
fe3b7d634e
Update to 2.38.0
2020-09-12 21:38:34 +02:00
Kalev Lember
d583c327be
Update to 2.37.92
2020-09-06 21:09:20 +02:00
Kalev Lember
73a785b926
Update to 2.37.90
2020-08-17 12:12:47 +02:00
Fedora Release Engineering
85e1f74a42
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-27 12:37:36 +00:00
Kalev Lember
f4ea5ae14f
Update to 2.36.0
2020-03-08 04:28:37 +01:00
Kalev Lember
3fb44e75aa
Update to 2.35.92
2020-03-02 20:22:54 +01:00
Fedora Release Engineering
16ce5664ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-28 12:20:49 +00:00
Kalev Lember
e132ac4802
Update to 2.35.1
2020-01-21 10:44:58 +01:00
Kalev Lember
1a1c11708d
Update to 2.34.0
2019-09-09 20:36:25 +02:00
Kalev Lember
1087cf1639
Update to 2.33.92
2019-09-03 15:52:39 +02:00
Kalev Lember
b74df993ba
Update to 2.33.90
2019-08-12 12:55:55 +02:00
Fedora Release Engineering
3ac565a6e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-24 18:41:33 +00:00
Kalev Lember
8de2e63853
Update to 2.33.2
2019-02-05 07:36:10 +01:00
Kalev Lember
0b0f2d5ece
Update to 2.33.1
2019-05-21 09:20:24 +02:00
Adam Williamson
723191c263
Rebuild with Meson fix for #1699099
2019-04-15 22:25:31 -07:00
Kalev Lember
5632863aaa
Update to 2.32.1
2019-04-09 10:57:11 +02:00
Kalev Lember
977e5b3da4
Update to 2.32.0
2019-03-12 08:50:04 +01:00
Kalev Lember
d2adbc05bd
Update to 2.31.92
2019-03-04 15:45:43 +01:00
Kalev Lember
5bedc95ef4
Update to 2.31.2
2019-02-19 07:15:59 +01:00
Fedora Release Engineering
b7fa3740ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 14:03:02 +00:00
Igor Gnatenko
5acf3e3611
Remove obsolete ldconfig scriptlets
...
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-01-22 18:38:32 +01:00
Kalev Lember
bda3e785f3
Update to 2.31.1
2019-01-08 20:07:31 +01:00
Kalev Lember
bd26e9dbdc
Rebuilt against fixed atk ( #1626575 )
2018-09-07 23:19:22 +02:00
Kalev Lember
919d5fd55c
Update to 2.30.0
2018-09-06 09:55:14 +02:00
Stephen Gallagher
e128e1884b
Update to newer version of dbus-broker support
...
Resolves: rhbz#1622545
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-08-28 08:20:56 -04:00
David Herrmann
3af57777ad
at-spi2-core: use dbus-broker if available
...
The at-spi2-core now has upstream support for alternative
bus-implementations, mainly 'dbus-broker' over 'dbus-daemon'. If a path
to either binary is provided at compile time, at-spi2 will try the
given bus implementation at runtime. Since Fedora provides two
alternatives, we make at-spi2 use both. Note that at-spi2 falls back to
the alternative if the primary pick is not available.
We keep the 'Requires: dbus' dependency. The 'dbus' package was turned
into a meta-package. Right now it pulls in either 'dbus-daemon' or
'dbus-broker', but in the future it will be a real meta-package and be
'Provides: dbus' by both dbus-daemon and dbus-broker. Hence, the
depdency is sufficient to guarantee that at least one bus
implementation is available on the machine.
Given that dbus-broker will be the default bus implementation in F29,
this patch also switches the at-spi2 default to 'dbus-broker'. Again,
this will safely fall-back to 'dbus-daemon' at runtime if dbus-broker
is unavailable.
(dvdhrm: This is based on zbyszek's original patch, but now highly
modified by me.)
v2:
- fix __linux__ vs __linux preprocessor define
v3:
- backport the __linux__ fix to 2.28.0 to make it apply cleanly
2018-08-10 16:36:46 +02:00
Fedora Release Engineering
bf27531666
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-12 20:42:32 +00:00
Kalev Lember
c833fca1da
Update to 2.28.0
2018-03-13 10:38:58 +01:00
Kalev Lember
e95f22dabb
Update to 2.27.92
2018-03-12 11:44:15 +01:00
Fedora Release Engineering
d843553f2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 03:10:30 +00:00
Kalev Lember
76e62b4c82
Drop unused buildrequires
2017-12-19 17:10:13 +01:00
Kalev Lember
3c43111430
Update to 2.27.1
2017-12-19 16:46:47 +01:00
Kalev Lember
24e5b61901
Update to 2.26.2
2017-11-01 19:37:15 +01:00
Kalev Lember
31837a0a3a
Update to 2.26.0
2017-09-13 10:30:19 +02:00
Kalev Lember
1b49b8d51b
Update to 2.25.92
2017-09-07 15:32:23 +02:00
Kalev Lember
bd0b63c86c
Update to 2.25.91
2017-08-25 15:25:39 +02:00
Kalev Lember
f9d0188f4e
Update to 2.25.90
2017-08-15 23:34:36 +02:00
Ville Skyttä
8457526c2a
Own %{_datadir}/gir-1.0 as well
2017-08-14 16:38:55 +03:00
Ville Skyttä
9c9bb66548
Own %{_libdir}/girepository-1.0 and %{_datadir}/defaults dirs
...
https://bugzilla.redhat.com/show_bug.cgi?id=1481256
2017-08-14 15:58:50 +03:00
Fedora Release Engineering
866613cf9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2017-08-02 17:54:36 +00:00
Fedora Release Engineering
b78f79938a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-26 03:27:33 +00:00
Kalev Lember
42b75fa159
Add missing build dep
2017-06-25 17:47:28 +02:00