* Thu Feb 29 2024 pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
* Sat Sep 24 2022 dmueller@suse.com
- conditionalize valgrind dependency - it is optional and not
available on all architectures
* Sun Apr 03 2022 gmbr3@opensuse.org
- Set GTKDOCIZE=true when gtk3 to fix issues with autoconf 2.70
* Mon Mar 23 2020 dimstar@opensuse.org
- Require the tyeplib packages from the -devel packages: typelibs
are shared libraries and consumers of the -devel package have a
right to assume the libraries are present.
* Wed Dec 11 2019 guillaume.gardet@opensuse.org
- Disable testtools on %arm since Valgrind is broken on armv6/7 atm
* Tue Nov 19 2019 stefan.bruens@rwth-aachen.de
- Work around OBS idiosyncrasies regarding packages name.
* Mon Nov 18 2019 stefan.bruens@rwth-aachen.de
- Drop dependency on deprecated gnome-common, just run autoreconf
- Do not include unused tree_index.sgml, fix build with gtk-doc >= 1.32,
see https://gitlab.gnome.org/GNOME/gtk-doc/issues/103
* add 0001-Fix-build-with-gtk-doc-1.32-due-to-non-existing-tree.patch
- Fix missing accelerators, add
0002-genericmenuitem-Make-accelerator-text-appear-again.patch
- Split Gtk2 and Gtk3 build - glib, tools and doc subpackage are created
from the Gtk2 flavor.
* Fix building with disabled tests, add 0003-Fix-HAVE_VALGRIND-AM_CONDITIONAL.patch
* Wed Oct 16 2019 dimstar@opensuse.org
- Inject -Wno-error into CFLAGS. It's kinda ridiculous for code
that is not maintained upstream to pass -Werror by default and
then not catching up. So for now we accept warnings.
* Tue Aug 13 2019 bjorn.lie@gmail.com
- Drop superfluous hard pkgconfig(gtk+-2.0) Requires from
libdebusmenu-glib-devel sub-package.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner