Package Release Info

grilo-0.3.19-bp160.1.3

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

grilo-devel
grilo-lang
grilo-tools
libgrilo-0_3-0
libgrlnet-0_3-0
libgrlpls-0_3-0
typelib-1_0-Grl-0_3
typelib-1_0-GrlNet-0_3
typelib-1_0-GrlPls-0_3

Change Logs

* Sun Jun 15 2025 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.3.19:
  + pls: Fix warnings browsing filesystem entries
  + operation-options: Set max to default_max if inferior to min
  + Replace defunct mailing list URLs with GNOME Discourse
  + Correct 404 URIs to Tracker Ontology reference
  + pls: Add thumbnails for remote files
  + grilo-test-ui: Use new separate-src config for filesystem
  + net: Fix possible regressions from GTask port
  + pls: Fix thumbnail URI for remote files in Flatpak
  + Updated translations.
* Fri Mar 28 2025 bjorn.lie@gmail.com
- Update to version 0.3.16+17:
  * pls: Fix thumbnail URI for remote files in Flatpak
  * net: Fix possible regressions from GTask port (6c97aed)
  * grilo-test-ui: Use new separate-src config for filesystem
  * pls: Use fast-content-type on remote shares
  * pls: Add thumbnails for remote files
  * Correct 404 URIs to Tracker Ontology reference
  * Updated translations.
- Switch to git checkout via source service, current head.
* Thu Mar 06 2025 Bjørn Lie <bjorn.lie@gmail.com>
- Drop pkgconfig(gtk+-3.0) BuildRequires and pass
  enable-test-ui=false to meson setup, do not build
  grilo-test-ui-0.3 binary, avoid depending on gtk3 just for a
  rarely used test tool.
* Tue Dec 17 2024 Bjørn Lie <bjorn.lie@gmail.com>
- Increase test timeout on s390x. lib-net test can be slow and
  sometimes times out in our builds.
* Tue May 09 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.3.16:
  + Fix usage of depcreated GSimpleAsyncResult.
  + Build updates. Meson requirement is now 0.62.
  + Fix build on Darwin.
  + Updated translations.
* Fri Sep 23 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Switch to soup3 again: Drop pkgconfig(libsoup-2.4) and enable
  pkgconfig(libsoup-3.0) BuildRequires and pass soup3=true to
  meson.
* Mon Aug 29 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Add back pkgconfig(libsoup-2.4) and disable
  pkgconfig(libsoup-3.0) BuildRequires, and pass soup3=false to
  meson, grilo will not be ready to use new soup3 this cycle.
* Tue Aug 16 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.3.15:
  + Increase glib requirement to 2.66 so we can use GUri.
  + net:
  - Add libsoup3 support with compile-time option.
  - Add documentation on throttling property in libsoup3.
  + Build fixes and cleanups.
  + Updated translations.
- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0)
  BuildRequires, build with soup3 support.
- Stop passing enable-gtk-doc=true to meson, it is the default
  anyway.
- Use ldconfig_scriptlets macro for post(un) handling.
* Wed Oct 06 2021 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.3.14:
  + CVE-2021-39365: Fix TLS cert validation not being done for any
    network call.
  + Fix double-free when using GrlNet in Python.
  + Load config from GRL_CONFIG_PATH if set.
  + Clarify LGPLv2.1 or later license.
  + Handle numeric limits for GrlOperationOptions.
  + Updated translations.
- Drop grilo-CVE-2021-39365.patch: fixed upstream.
* Fri Aug 27 2021 Xiaoguang Wang <xiaoguang.wang@suse.com>
- Add grilo-CVE-2021-39365.patch: Fix missing TLS certificate
  verification(glgo#GNOME#grilo#146 bsc#1189839 CVE-2021-39365).