mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04:00
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 <mike@flyn.org>
This commit is contained in:
committed by
Alexandru Ardelean
parent
6ef33329e1
commit
d8596bdaaa
@@ -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
|
||||
|
||||
@@ -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);
|
||||
Reference in New Issue
Block a user