From f22ecd8628806b7d7361aa1ca4f34bf62626b133 Mon Sep 17 00:00:00 2001 From: wangmy Date: Sat, 23 Jul 2022 13:40:45 +0800 Subject: [PATCH] tracker: upgrade 3.3.1 -> 3.3.2 Changelog: ========== * Avoid redundant queries in TrackerNotifiers proxied through an D-Bus connection * Do not attempt to rebuild non-existing FTS tables on parser updates * Convert values to the right type when propagating insertions over superproperties * Fix test to handle SQLite >= 3.39.0 * Fix handling of nrl:modified after opening existing databases * Linking fixes to CLI executables Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../tracker/{tracker_3.3.1.bb => tracker_3.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/tracker/{tracker_3.3.1.bb => tracker_3.3.2.bb} (93%) diff --git a/meta-gnome/recipes-gnome/tracker/tracker_3.3.1.bb b/meta-gnome/recipes-gnome/tracker/tracker_3.3.2.bb similarity index 93% rename from meta-gnome/recipes-gnome/tracker/tracker_3.3.1.bb rename to meta-gnome/recipes-gnome/tracker/tracker_3.3.2.bb index 42f44863ba..eaa0e065d1 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker_3.3.1.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker_3.3.2.bb @@ -22,7 +22,7 @@ GNOMEBASEBUILDCLASS = "meson" inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages bash-completion features_check python3native -SRC_URI[archive.sha256sum] = "5ad6f5bc97781ebf55ecd6947cd4ae7ff4192516580d10bd8380f1dd47196ed2" +SRC_URI[archive.sha256sum] = "0ed2b98918956d6f16429c607dd8a14c84f4da0a48970fd2eb8c93aba3cf9913" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"