+ totem-pl-parser-3.26.5-1
Update to 3.26.5
This commit is contained in:
parent
a97f325c04
commit
136932654f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
26
0001-plparser-Fix-header-typo.patch
Normal file
26
0001-plparser-Fix-header-typo.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From ecf04870c349f8f7ac889ec50d465a2d1dec517c Mon Sep 17 00:00:00 2001
|
||||
From: Bastien Nocera <hadess@hadess.net>
|
||||
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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (totem-pl-parser-3.26.4.tar.xz) = afb02a7c70f2fda9cda67b9daa8bab5f15e68a4afd983fb865fb29de71fe8f5c8fdf716e714e3835ac1c3476ce188c6147924a840c4ba82f0c05c3d3c23f5173
|
||||
SHA512 (totem-pl-parser-3.26.5.tar.xz) = ce110d92f60da328272a8135a57ba60785ea4bca1fde3703a734969e7ba5b382ef19dc3b8930a5641d8f8effabf627f7e9b2727ee94e69e6144e0f085079e14d
|
||||
|
@ -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 <bnocera@redhat.com> - 3.26.5-1
|
||||
+ totem-pl-parser-3.26.5-1
|
||||
- Update to 3.26.5
|
||||
|
||||
* Fri Feb 14 2020 Bastien Nocera <bnocera@redhat.com> - 3.26.4-3
|
||||
+ totem-pl-parser-3.26.4-3
|
||||
- Disable quvi support on RHEL
|
||||
|
Loading…
Reference in New Issue
Block a user