Upstream list of changes is available at
https://gitlab.gnome.org/GNOME/totem-pl-parser/-/blob/master/NEWS.
Signed-off-by: W. Michael Petullo <redacted>
include $(TOPDIR)/rules.mk
PKG_NAME:=totem-pl-parser
-PKG_VERSION:=3.26.6
+PKG_VERSION:=3.26.7
PKG_RELEASE:=1
PKG_SOURCE:=totem-pl-parser-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/totem-pl-parser/$(basename $(PKG_VERSION))
-PKG_HASH:=c0df0f68d5cf9d7da43c81c7f13f11158358368f98c22d47722f3bd04bd3ac1c
+PKG_HASH:=60d517c1acabe54ae337f64451264fc76730696eaae26b5480fb37166689b5f3
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
PKG_LICENSE:=LGPL-2-or-later
+++ /dev/null
---- a/plparse/totem-pl-parser.c
-+++ b/plparse/totem-pl-parser.c
-@@ -1760,7 +1760,7 @@ totem_pl_parser_glob_is_ignored (TotemPl
- {
- GHashTableIter iter;
- gpointer key;
-- int ret;
-+ int ret = -1;
-
- g_mutex_lock (&parser->priv->ignore_mutex);
- g_hash_table_iter_init (&iter, parser->priv->ignore_globs);