diff --git a/AT_SPI2_CORE_2_34_0.tar.gz b/AT_SPI2_CORE_2_34_0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..87e83265625975f37fa0e1eb550da1ab99596e8c Binary files /dev/null and b/AT_SPI2_CORE_2_34_0.tar.gz differ diff --git a/at-spi2-core-2.32.1.tar.xz b/at-spi2-core-2.32.1.tar.xz deleted file mode 100644 index 34d75749c2ebf16d4c0433225704ee5362f60da3..0000000000000000000000000000000000000000 Binary files a/at-spi2-core-2.32.1.tar.xz and /dev/null differ diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 25699ee05befcdb63a3b6595e89a23f951f60389..10c5d0c0ff93c4101f8b97dcf931bf13d7fb820c 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,18 +1,16 @@ Name: at-spi2-core -Version: 2.32.1 +Version: 2.34.0 Release: 1 Summary: The At-Spi2 Core package is a part of the GNOME Accessibility Project. License: LGPLv2+ URL: https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/ -Source0: https://github.com/GNOME/at-spi2-core/releases/tag/%{name}-%{version}.tar.xz +Source0: https://github.com/GNOME/at-spi2-core/releases/tag/AT_SPI2_CORE_2_34_0.tar.gz BuildRequires: meson gtk-doc libXi-devel glib2-devel libXtst-devel gettext BuildRequires: dbus-devel gobject-introspection-devel systemd libxslt Requires: dbus -Patch9000: bugfix-fix-dbind-doc-build-with-meson.patch - %description At-Spi2 is a protocol over DBus, toolkit widgets use it to provide their content to screen readers such as Orca. @@ -31,7 +29,7 @@ The API documentation and header files of litabspi are included by %{name}-devel %package_help %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -n %{name}-AT_SPI2_CORE_2_34_0 -p1 %build %meson -Ddbus_deamon=%{_bindir}/debus-daemon -Ddbus-broker=%{_bindir}/dbus-broker -Ddefault_bus=dbus-broker -Ddocs=true @@ -67,6 +65,12 @@ The API documentation and header files of litabspi are included by %{name}-devel %{_datadir}/gtk-doc/html/libatspi %changelog +* Wed Jan 8 2020 openEuler Buildteam - 2.34.0-1 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:upgrade to 2.34.0 + * Tue Sep 3 2019 openEuler Buildteam - 2.32.1-1 - Type:enhancement - ID:NA diff --git a/bugfix-fix-dbind-doc-build-with-meson.patch b/bugfix-fix-dbind-doc-build-with-meson.patch deleted file mode 100644 index 8a5c0f1140f969972eed5bd3aa81b702e8d141ec..0000000000000000000000000000000000000000 --- a/bugfix-fix-dbind-doc-build-with-meson.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNrp a/dbind/meson.build b/dbind/meson.build ---- a/dbind/meson.build 2018-09-03 20:50:10.000000000 +0000 -+++ b/dbind/meson.build 2018-12-16 14:28:53.093806236 +0000 -@@ -5,7 +5,7 @@ dbind_sources = [ - - dbind_dep = declare_dependency(sources: dbind_sources, - include_directories: root_inc, -- compile_args: [ '-DG_LOG_DOMAIN="dbind"' ], -+ compile_args: [ '-DG_LOG_DOMAIN=\'"dbind"\'' ], - dependencies: [ libdbus_dep, glib_dep ]) - - test('dbind-test',