From 136932654fb098e598b09eded02b1a7d15fed916 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 28 Feb 2020 17:23:13 +0100 Subject: [PATCH] + totem-pl-parser-3.26.5-1 Update to 3.26.5 --- .gitignore | 1 + 0001-plparser-Fix-header-typo.patch | 26 ++++++++++++++++++++++++++ sources | 2 +- totem-pl-parser.spec | 10 ++++++++-- 4 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 0001-plparser-Fix-header-typo.patch diff --git a/.gitignore b/.gitignore index 7bf8462..7353364 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /totem-pl-parser-3.26.2.tar.xz /totem-pl-parser-3.26.3.tar.xz /totem-pl-parser-3.26.4.tar.xz +/totem-pl-parser-3.26.5.tar.xz diff --git a/0001-plparser-Fix-header-typo.patch b/0001-plparser-Fix-header-typo.patch new file mode 100644 index 0000000..9f8ac61 --- /dev/null +++ b/0001-plparser-Fix-header-typo.patch @@ -0,0 +1,26 @@ +From ecf04870c349f8f7ac889ec50d465a2d1dec517c Mon Sep 17 00:00:00 2001 +From: Bastien Nocera +Date: Fri, 28 Feb 2020 17:18:27 +0100 +Subject: [PATCH] plparser: Fix header typo + +plparse/totem-pl-parser.c:1308: Warning: TotemPlParser: totem_pl_parser_save_finish: unknown parameter 'async_result' in documentation comment, should be 'result' +--- + plparse/totem-pl-parser.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/plparse/totem-pl-parser.h b/plparse/totem-pl-parser.h +index fc1397b..6205aa6 100644 +--- a/plparse/totem-pl-parser.h ++++ b/plparse/totem-pl-parser.h +@@ -358,7 +358,7 @@ void totem_pl_parser_save_async (TotemPlParser *parser, + GAsyncReadyCallback callback, + gpointer user_data); + gboolean totem_pl_parser_save_finish (TotemPlParser *parser, +- GAsyncResult *result, ++ GAsyncResult *async_result, + GError **error); + + void totem_pl_parser_add_ignored_scheme (TotemPlParser *parser, +-- +2.25.1 + diff --git a/sources b/sources index 0783560..4c9ea0d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (totem-pl-parser-3.26.4.tar.xz) = afb02a7c70f2fda9cda67b9daa8bab5f15e68a4afd983fb865fb29de71fe8f5c8fdf716e714e3835ac1c3476ce188c6147924a840c4ba82f0c05c3d3c23f5173 +SHA512 (totem-pl-parser-3.26.5.tar.xz) = ce110d92f60da328272a8135a57ba60785ea4bca1fde3703a734969e7ba5b382ef19dc3b8930a5641d8f8effabf627f7e9b2727ee94e69e6144e0f085079e14d diff --git a/totem-pl-parser.spec b/totem-pl-parser.spec index 96d003b..011eba3 100644 --- a/totem-pl-parser.spec +++ b/totem-pl-parser.spec @@ -1,6 +1,6 @@ Name: totem-pl-parser -Version: 3.26.4 -Release: 3%{?dist} +Version: 3.26.5 +Release: 1%{?dist} Summary: Totem Playlist Parser library License: LGPLv2+ @@ -19,6 +19,8 @@ BuildRequires: libarchive-devel BuildRequires: libgcrypt-devel BuildRequires: meson +Patch0: 0001-plparser-Fix-header-typo.patch + %description A library to parse and save playlists, as used in music and movie players. @@ -78,6 +80,10 @@ mkdir -p %{buildroot}/%{_libexecdir}/totem-pl-parser/ %{_datadir}/gir-1.0/*.gir %changelog +* Fri Feb 28 2020 Bastien Nocera - 3.26.5-1 ++ totem-pl-parser-3.26.5-1 +- Update to 3.26.5 + * Fri Feb 14 2020 Bastien Nocera - 3.26.4-3 + totem-pl-parser-3.26.4-3 - Disable quvi support on RHEL