* Sat Jan 25 2020 Dominique Leuenberger <dimstar@opensuse.org>
- No longer recommend -lang: supplements are in use
* Thu Dec 27 2018 bjorn.lie@gmail.com
- Add upstream bug fix patches:
+ clutter-gtk-Add-private-header.patch: Add private header for
GtkClutterEmbed.
+ clutter-gtk-Declare-private-callbacks-static.patch: Declare
private callbacks as static.
* Sat Mar 10 2018 jengelh@inai.de
- Fix SRPM group. Update summaries.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Wed Aug 09 2017 zaitor@opensuse.org
- Switch to meson build:
+ Drop libtool BuildRequires.
+ Add meson BuildRequires.
+ Replace autotools macros for meson ones.
+ Temporary disable check as it is missing from meson build.
- Run spec-cleaner, modernize spec, pkgconfig BuildRequires added.
* Wed Aug 09 2017 zaitor@opensuse.org
- Update to version 1.8.4:
+ Add Meson build, in parallel with Autotools.
+ Fix cruft in the Autotools build.
+ Fix a snafu in the name of the getter for the
GtkClutterEmbed:use-layout-size property; the ABI is preserved.
+ Bugs fixed: bgo#783431.
* Sun Sep 18 2016 zaitor@opensuse.org
- Update to version 1.8.2:
+ Ensure that embedding works when using GTK+ 3.22.
+ Bump dependency of GTK+.
+ Bugs fixed: bgo#767627, bgo#769097.
+ Updated translations.
- Drop clutter-gtk-fix-double-buffer.patch: Fixed upstream.
* Mon Aug 29 2016 zaitor@opensuse.org
- Add clutter-gtk-fix-double-buffer.patch: embed: remove non double
buffer setting. This started causing problems with Gtk+ 3.21. As
the documentation explains, disabling double buffering might
trigger rendering issues (bgo#769097).
* Thu Apr 14 2016 idonmez@suse.com
- Update to GNOME 3.20 Fate#318572
* Wed Mar 30 2016 zaitor@opensuse.org
- Update to version 1.8.0:
+ Correctly handle HiDPI displays.
+ Bump dependency of GTK.
+ Bugs fixed: bgo#759375, bgo#758937.
- Drop upstream fixed/applied patches:
+ cg-Actor-fix-incorrect-allocation-logic.patch.
+ cg-Actor-propagate-scale-factor.patch.
+ cg-Silence-deprecation-warnings.patch.