diff --git a/.gitignore b/.gitignore index 7353364..344ecbb 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /totem-pl-parser-3.26.3.tar.xz /totem-pl-parser-3.26.4.tar.xz /totem-pl-parser-3.26.5.tar.xz +/totem-pl-parser-3.26.6.tar.xz diff --git a/0001-plparser-Fix-header-typo.patch b/0001-plparser-Fix-header-typo.patch deleted file mode 100644 index 9f8ac61..0000000 --- a/0001-plparser-Fix-header-typo.patch +++ /dev/null @@ -1,26 +0,0 @@ -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 4c9ea0d..a75b6f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (totem-pl-parser-3.26.5.tar.xz) = ce110d92f60da328272a8135a57ba60785ea4bca1fde3703a734969e7ba5b382ef19dc3b8930a5641d8f8effabf627f7e9b2727ee94e69e6144e0f085079e14d +SHA512 (totem-pl-parser-3.26.6.tar.xz) = 1a7aa69e147b55c3c9761328604821a7e40bac4e7b82492e5ce1b2405e3b6d5154e3b06687f2446ec923b34bf6ea96eef179ef8410c005a061d448fc6b3e754e diff --git a/totem-pl-parser.spec b/totem-pl-parser.spec index 90a7813..21111a4 100644 --- a/totem-pl-parser.spec +++ b/totem-pl-parser.spec @@ -1,6 +1,6 @@ Name: totem-pl-parser -Version: 3.26.5 -Release: 4%{?dist} +Version: 3.26.6 +Release: 1%{?dist} Summary: Totem Playlist Parser library License: LGPLv2+ @@ -16,8 +16,6 @@ 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. @@ -34,7 +32,6 @@ developing applications that use %{name}. %build %meson -Denable-gtk-doc=true \ - -Denable-quvi=no \ -Denable-libarchive=yes \ -Denable-libgcrypt=yes \ -Dintrospection=true @@ -65,6 +62,10 @@ mkdir -p %{buildroot}/%{_libexecdir}/totem-pl-parser/ %{_datadir}/gir-1.0/*.gir %changelog +* Fri Jun 25 2021 Bastien Nocera - 3.26.6-1 ++ totem-pl-parser-3.26.6-1 +- Update to 3.26.6 + * Wed Jan 27 2021 Fedora Release Engineering - 3.26.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild