From: W. Michael Petullo Date: Tue, 2 Jun 2026 18:50:50 +0000 (-0500) Subject: totem-pl-parser: update to 3.26.7 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d8596bdaaa93a23a587a009a411f9da6d926cc97;p=openwrt-packages.git totem-pl-parser: update to 3.26.7 Upstream list of changes is available at https://gitlab.gnome.org/GNOME/totem-pl-parser/-/blob/master/NEWS. Signed-off-by: W. Michael Petullo --- diff --git a/libs/totem-pl-parser/Makefile b/libs/totem-pl-parser/Makefile index 834122cb3..34ff24906 100644 --- a/libs/totem-pl-parser/Makefile +++ b/libs/totem-pl-parser/Makefile @@ -6,12 +6,12 @@ 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 PKG_LICENSE:=LGPL-2-or-later diff --git a/libs/totem-pl-parser/patches/totem-pl-parser-3.26.6-initialize.patch b/libs/totem-pl-parser/patches/totem-pl-parser-3.26.6-initialize.patch deleted file mode 100644 index 29d7e7714..000000000 --- a/libs/totem-pl-parser/patches/totem-pl-parser-3.26.6-initialize.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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);