totem-pl-parser: update to 3.26.7
authorW. Michael Petullo <redacted>
Tue, 2 Jun 2026 18:50:50 +0000 (13:50 -0500)
committerAlexandru Ardelean <redacted>
Wed, 3 Jun 2026 10:07:39 +0000 (13:07 +0300)
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>
libs/totem-pl-parser/Makefile
libs/totem-pl-parser/patches/totem-pl-parser-3.26.6-initialize.patch [deleted file]

index 834122cb3b29d4da48b930474d1e734387eee5a2..34ff249067f0979dcf2e1ae934aab00cd530f685 100644 (file)
@@ -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 <mike@flyn.org>
 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 (file)
index 29d7e77..0000000
+++ /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);
git clone https://git.99rst.org/PROJECT