Hello community, here is the log from the commit of package atk for openSUSE:Factory checked in at 2018-10-17 08:11:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atk (Old) and /work/SRC/openSUSE:Factory/.atk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atk" Wed Oct 17 08:11:05 2018 rev:76 rq:637351 version:2.30.0 Changes: -------- --- /work/SRC/openSUSE:Factory/atk/atk.changes 2018-03-26 12:55:36.477479528 +0200 +++ /work/SRC/openSUSE:Factory/.atk.new/atk.changes 2018-10-17 08:11:09.771134908 +0200 @@ -1,0 +2,37 @@ +Sun Sep 9 08:49:19 UTC 2018 - [email protected] + +- Update to version 2.30.0: + + Fix "atk 2.29.2 is reported not to work any more" + (glgo#GNOME/atk#1). + +------------------------------------------------------------------- +Tue Aug 28 22:55:28 UTC 2018 - [email protected] + +- Update to version 2.29.92: + + Improve the documentation slightly. +- Use autosetup macro. + +------------------------------------------------------------------- +Tue Jun 19 22:49:47 UTC 2018 - [email protected] + +- Update to version 2.29.2: + + Add ScrollTo and ScrollToPoint methods to AtkComponent. + + Build: Require a more recent version fo Meson, 0.46.0. + + Misc: Documentation, introspection, and versioning fixes. + +------------------------------------------------------------------- +Wed Apr 25 10:51:58 UTC 2018 - [email protected] + +- Update to version 2.29.1: + + Important note: this is the first release without autotools + support. From now on only meson would be supported. + + Bugfixing: Setting accessible-role does not work (bgo#794513). + + Build, autotools: Remove autotools support (bgo#795315). + + Build, meson: + - Fix linker options on Darwin (bgo#795065). + - Follow meson_options convention (bgo#795301). + + Updated translations. +- Following upstream changes, pass docs=true and introspection=true + to meson. + +------------------------------------------------------------------- Old: ---- atk-2.28.1.tar.xz New: ---- atk-2.30.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atk.spec ++++++ --- /var/tmp/diff_new_pack.CBfClb/_old 2018-10-17 08:11:10.179134727 +0200 +++ /var/tmp/diff_new_pack.CBfClb/_new 2018-10-17 08:11:10.183134725 +0200 @@ -17,21 +17,23 @@ Name: atk -Version: 2.28.1 +Version: 2.30.0 Release: 0 Summary: An Accessibility Toolkit License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: https://www.gtk.org/ -Source: http://download.gnome.org/sources/atk/2.28/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/atk/2.30/%{name}-%{version}.tar.xz Source99: baselibs.conf + BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: glib2-devel >= 2.31.2 BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc -BuildRequires: meson +BuildRequires: meson >= 0.46.0 BuildRequires: translation-update-upstream + Requires: %{name}-lang = %{version} Requires: libatk-1_0-0 @@ -85,12 +87,13 @@ %lang_package %prep -%setup -q +%autosetup -p1 translation-update-upstream %build %meson \ - -Denable_docs=true \ + -Ddocs=true \ + -Dintrospection=true \ %{nil} %meson_build ++++++ atk-2.28.1.tar.xz -> atk-2.30.0.tar.xz ++++++ ++++ 95888 lines of diff (skipped)
