Changelog for
libgdata-lang-0.18.1-3.2.noarch.rpm :
* Mon Sep 05 2022 Bjørn Lie
- Add 47.patch: build: Build against new gcr-4 library. Following this, replace pkgconfig(gcr-base-3) with pkgconfig(gcr-4) BuildRequires. Patch based on mr https://gitlab.gnome.org/GNOME/libgdata/-/merge_requests/47- Pass oauth1=disabled to meson and drop pkgconfig(oauth) BuildRequires. Disabled by default upstream, and google have deprecated oauth1 since 2012.- Drop unused pkgconfig(gdk-pixbuf-2.0) and pkgconfig(libuhttpmock-0.0), we already pass always_build_tests=false to meson, so they are \"wasted\".- Remove already disabled pkgconfig(gtk+-3.0) BuildRequires.
* Thu Sep 16 2021 Stanislav Brabec - Remove obsolete translation-update-upstream support (jsc#SLE-21105).
* Thu Mar 18 2021 Dominique Leuenberger - Update to version 0.18.1: + Updated translations.
* Fri Feb 12 2021 Bjørn Lie - Update to version 0.18.0: + Add support for Team Drives. + Bugs fixed: glgo#GNOME/libgdata#25. + Updated translations.
* Fri Sep 04 2020 dimstarAATTopensuse.org- Update to version 0.17.13: + Default to not installing installed-tests. + Default to not building documentation. + Bugs fixed: - build: Disable the gtk-doc documentation by default. - Various minor fixes to meson_options.txt. - all: Fix various typos and incorrect terminology. - core: Add g_autoptr() support for GDataUploadStream. + Updated translations.
* Wed Mar 11 2020 bjorn.lieAATTgmail.com- Update to version 0.17.12: + Make OAuth 1 support optional and disabled by default; this makes the `oauth` dependency optional on `-Doauth1=enabled`. + Bugs fixed: - glgo#GNOME/libgdata#1 Consider loosening the liboauth dependency. - glgo#GNOME/libgdata#23 Authentication errors with Google Drive. - glgo#GNOME/libgdata#36 Clarify license in meson.build. + Updated translations.- Pass -Doauth1=enabled to meson, still build oauth support.
* Sat Jan 25 2020 Dominique Leuenberger - No longer recommend -lang: supplements are in use
* Wed Aug 21 2019 Bjørn Lie - Update to version 0.17.11: + Various fixes to the Meson port, including a soversion fix. + Add support for user-specified properties of documents in Drive. + Bugs fixed: glgo#GNOME/libgdata#30, glgo#GNOME/libgdata#31, glgo#GNOME/libgdata#32, glgo#GNOME/libgdata#33, glgo#GNOME/libgdata#35, glgo#GNOME/libgdata!7, glgo#GNOME/libgdata!9, glgo#GNOME/libgdata!10, glgo#GNOME/libgdata!13 glgo#GNOME/libgdata!16. + Updated translations.
* Tue Jun 25 2019 Bjørn Lie - Update to version 0.17.10: + Port to Meson and drop autotools support. + Migrate from intltool to gettext. + Bugs fixed: glgo#GNOME/libgdata#26, glgo#GNOME/libgdata#27, glgo#GNOME/libgdata!1, glgo#GNOME/libgdata!3, glgo#GNOME/libgdata!4, bgo787252. + Updated translations.- Add meson BuildRequires and macros following upstreams port.- Drop intltool BuildRequires, no longer needed after port.- Add gtk-doc BuildRequires: Build documentation.- Add pkgconfig(vapigen) BuildRequires: Build vapi bindings.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner