diff --git a/at-spi2-core-2.2.1.tar.bz2 b/at-spi2-core-2.2.1.tar.bz2 deleted file mode 100644 index 20530b6..0000000 --- a/at-spi2-core-2.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d7c334059b47e54eea65cc86c31dbf1bb8c0b59cbad03318d0af340fcc7e0e5 -size 521228 diff --git a/at-spi2-core-2.3.3.tar.xz b/at-spi2-core-2.3.3.tar.xz new file mode 100644 index 0000000..08ef179 --- /dev/null +++ b/at-spi2-core-2.3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c666c0a3fb63c323f146a73705c7ee2edd3d6065edbe309829a702cd38d21ce +size 443320 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 7f0555b..b4b4057 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -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 diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 4cf0d05..1e02d92 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -15,22 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: at-spi2-core -Version: 2.2.1 -Release: 1 +Version: 2.3.3 +Release: 0 Summary: Assistive Technology Service Provider Interface - D-Bus based implementation -License: GPLv2+ +License: GPL-2.0+ Group: System/Libraries 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 BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: intltool -BuildRequires: xorg-x11-devel 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) # dbus-daemon is needed to have this work fine Requires: dbus-1 @@ -48,21 +48,30 @@ mechanism for all assistive technologies to discover and interact with applications running on the desktop. %package -n libatspi0 -License: GPLv2+ -Summary: An Accessibility ToolKit +Summary: An Accessibility ToolKit -- Library Group: System/Libraries %description -n libatspi0 -The ATK library provides a set of accessibility interfaces. By -supporting the ATK interfaces, an application or toolkit can be used -with screen readers, magnifiers, and alternate input devices. +AT-SPI is a general interface for applications to make use of the +accessibility toolkit. This version is based on dbus. + +%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 -License: GPLv2+ Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/GNOME -Requires: libatspi0 = %{version} Requires: at-spi2-core = %{version} +Requires: libatspi0 = %{version} +Requires: typelib-1_0-Atspi-2_0 = %{version} %description devel 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 %defattr(-, root, root) %{_libdir}/libatspi.so.0* + +%files -n typelib-1_0-Atspi-2_0 +%defattr(-, root, root) %{_libdir}/girepository-1.0/Atspi-2.0.typelib %files devel