forked from pool/at-spi2-core
Accepting request 132641 from GNOME:Next
Starting to push GNOME:Next... OBS-URL: https://build.opensuse.org/request/show/132641 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=80
This commit is contained in:
parent
81a739e18a
commit
eec0c0de0a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61d926ffc49c7f9236580468c5c9dabda16cec37ef3aee78ca6f2751595518fd
|
||||
size 441204
|
3
at-spi2-core-2.5.91.tar.xz
Normal file
3
at-spi2-core-2.5.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb7a9a0a3daa95c2c95bef0390623f724e3ecb87710805d0b88e923010bbdff1
|
||||
size 442716
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 08:15:21 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.5.91:
|
||||
+ Fix build with -fno-common.
|
||||
+ Add glib-2.0 to requires in at-spi2.pc (bgo#682595).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 6 21:53:39 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.5.5:
|
||||
+ Add atspi_action_get_localized_name (bgo#680598).
|
||||
+ Allow building from out of source directory (bgo#680281).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 18:22:55 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.5.4:
|
||||
+ Fix a missing return value.
|
||||
+ Fix a crash when unable to remove a match rule.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 26 07:21:20 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.5.3:
|
||||
+ Fix a memory leak (bgo#678738).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 17:29:38 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.5.2:
|
||||
+ Fix a crash when a call to fetch a hyperlink times out.
|
||||
+ Fix C++ compilation.
|
||||
+ Remove a warning that was sometimes logged when a method call
|
||||
timed out.
|
||||
+ Fix crash in atspi_deregister_keystroke_listener (fdo#50578)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 17 20:54:47 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.5.1:
|
||||
+ Add atspi_set_timeout.
|
||||
+ By default, disable method call timeouts until an application
|
||||
has been on the bus for 15 seconds. This behavior can be
|
||||
changed with a call to atspi_set_timeout.
|
||||
+ Fix GError sent when receiving a reply of the wrong type.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 15 05:29:11 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: at-spi2-core
|
||||
Version: 2.4.2
|
||||
Version: 2.5.91
|
||||
Release: 0
|
||||
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
||||
License: GPL-2.0+
|
||||
Group: System/Libraries
|
||||
Url: http://www.gnome.org/
|
||||
Source0: http://download.gnome.org/sources/at-spi2-core/2.4/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/at-spi2-core/2.5/%{name}-%{version}.tar.xz
|
||||
Source99: %{name}-rpmlintrc
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user