SHA256
1
0
forked from pool/at-spi2-core

Accepting request 98975 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/98975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=29
This commit is contained in:
Stephan Kulow 2012-01-05 18:09:57 +00:00 committed by Git OBS Bridge
commit ff032cc8b5
4 changed files with 54 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d7c334059b47e54eea65cc86c31dbf1bb8c0b59cbad03318d0af340fcc7e0e5
size 521228

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c666c0a3fb63c323f146a73705c7ee2edd3d6065edbe309829a702cd38d21ce
size 443320

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Dec 20 09:36:11 UTC 2011 - vuntz@opensuse.org
- Update to version 2.3.3:
+ Handle event detail suffixes (such as :system).
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
- Rewrite description of libatspi0 subpackage.
- Split typelib file into typelib-1_0-Atspi-2_0 subpackage.
- Add typelib-1_0-Atspi-2_0 Requires to devel subpackage.
-------------------------------------------------------------------
Tue Nov 22 09:37:35 UTC 2011 - vuntz@opensuse.org
- Update to version 2.3.2:
+ Some documentation improvements.
-------------------------------------------------------------------
Tue Nov 15 10:21:44 UTC 2011 - vuntz@opensuse.org
- Update to version 2.3.1:
+ Fix return type of org.a11y.Bus.IsEnabled property
+ Declare void functions as such
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 06:32:58 UTC 2011 - vuntz@opensuse.org Tue Oct 18 06:32:58 UTC 2011 - vuntz@opensuse.org

View File

@ -15,22 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: at-spi2-core Name: at-spi2-core
Version: 2.2.1 Version: 2.3.3
Release: 1 Release: 0
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
License: GPLv2+ License: GPL-2.0+
Group: System/Libraries Group: System/Libraries
Url: http://www.gnome.org/ Url: http://www.gnome.org/
Source0: http://download.gnome.org/sources/at-spi2-core/2.2/%{name}-%{version}.tar.bz2 Source0: http://download.gnome.org/sources/at-spi2-core/2.3/%{name}-%{version}.tar.xz
Source99: %{name}-rpmlintrc Source99: %{name}-rpmlintrc
BuildRequires: glib2-devel BuildRequires: glib2-devel
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: intltool BuildRequires: intltool
BuildRequires: xorg-x11-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: xorg-x11-devel
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-1)
# dbus-daemon is needed to have this work fine # dbus-daemon is needed to have this work fine
Requires: dbus-1 Requires: dbus-1
@ -48,21 +48,30 @@ mechanism for all assistive technologies to discover and interact
with applications running on the desktop. with applications running on the desktop.
%package -n libatspi0 %package -n libatspi0
License: GPLv2+ Summary: An Accessibility ToolKit -- Library
Summary: An Accessibility ToolKit
Group: System/Libraries Group: System/Libraries
%description -n libatspi0 %description -n libatspi0
The ATK library provides a set of accessibility interfaces. By AT-SPI is a general interface for applications to make use of the
supporting the ATK interfaces, an application or toolkit can be used accessibility toolkit. This version is based on dbus.
with screen readers, magnifiers, and alternate input devices.
%package -n typelib-1_0-Atspi-2_0
Summary: An Accessibility ToolKit -- Introspection bindings
Group: System/Libraries
%description -n typelib-1_0-Atspi-2_0
AT-SPI is a general interface for applications to make use of the
accessibility toolkit. This version is based on dbus.
This package provides the GObject Introspection bindings for the
libatspi library.
%package devel %package devel
License: GPLv2+
Summary: Include Files and Libraries mandatory for Development Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
Requires: libatspi0 = %{version}
Requires: at-spi2-core = %{version} Requires: at-spi2-core = %{version}
Requires: libatspi0 = %{version}
Requires: typelib-1_0-Atspi-2_0 = %{version}
%description devel %description devel
This package contains all necessary include files and libraries needed This package contains all necessary include files and libraries needed
@ -105,6 +114,9 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%files -n libatspi0 %files -n libatspi0
%defattr(-, root, root) %defattr(-, root, root)
%{_libdir}/libatspi.so.0* %{_libdir}/libatspi.so.0*
%files -n typelib-1_0-Atspi-2_0
%defattr(-, root, root)
%{_libdir}/girepository-1.0/Atspi-2.0.typelib %{_libdir}/girepository-1.0/Atspi-2.0.typelib
%files devel %files devel