+ totem-3.26.1-1

Update to 3.26.1
This commit is contained in:
Bastien Nocera 2018-06-15 13:39:39 +02:00
parent 85fb938d39
commit 6ffce9e835
4 changed files with 8 additions and 34 deletions

1
.gitignore vendored
View File

@ -68,3 +68,4 @@ totem-2.90.5.tar.bz2
/totem-3.24.0.tar.xz
/totem-3.25.90.1.tar.xz
/totem-3.26.0.tar.xz
/totem-3.26.1.tar.xz

View File

@ -1,26 +0,0 @@
From 6bf1e1d06d1a93b727f2fa7a4ba5c6dae2977199 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbicha@ubuntu.com>
Date: Thu, 19 Oct 2017 10:41:55 -0400
Subject: [PATCH] build: Fix build with gtk-doc 1.26
https://bugzilla.gnome.org/show_bug.cgi?id=789202
---
docs/reference/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index 16f64bb8..ff61274f 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -89,7 +89,7 @@ gnome.gtkdoc(
'--ignore-headers=' + ' '.join(private_headers),
],
mkdb_args: [
- '--sgml-mode',
+ '--xml-mode',
'--output-format=xml',
'--name-space=' + meson.project_name()
],
--
2.14.3

View File

@ -1 +1 @@
SHA512 (totem-3.26.0.tar.xz) = 8c010162aefbbba080f6e1f1f2738f957970d8a9fc4510d9a9f56a78e60d69a6b5824664fc04f4cc986877baeef50629e3baa83eaf85bf80a65aa88b9d3df829
SHA512 (totem-3.26.1.tar.xz) = 162d6977afbb50494e1b547cf0f4b154bddf236568c82ac92185b8495c2b54727365fa939eb6994c3b9aa16d7b083c134efb84f93c26254f5e7d4a56ede5c64f

View File

@ -6,16 +6,14 @@
Name: totem
Epoch: 1
Version: 3.26.0
Release: 7%{?dist}
Version: 3.26.1
Release: 1%{?dist}
Summary: Movie player for GNOME
License: GPLv2+ with exceptions
URL: https://wiki.gnome.org/Apps/Videos
Source0: https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
Patch0: 0001-build-Fix-build-with-gtk-doc-1.26.patch
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(clutter-1.0)
BuildRequires: pkgconfig(clutter-gst-3.0)
@ -41,9 +39,6 @@ BuildRequires: gtk-doc
BuildRequires: intltool
BuildRequires: itstool
BuildRequires: meson
%if 0%{?fedora} || 0%{?rhel} > 7
BuildRequires: pylint
%endif
BuildRequires: python3-devel
BuildRequires: pkgconfig(pygobject-3.0)
BuildRequires: vala
@ -227,6 +222,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
%{_datadir}/gir-1.0/Totem-1.0.gir
%changelog
* Fri Jun 15 2018 Bastien Nocera <bnocera@redhat.com> - 3.26.1-1
+ totem-3.26.1-1
- Update to 3.26.1
* Tue Feb 13 2018 Björn Esser <besser82@fedoraproject.org> - 1:3.26.0-7
- Rebuild against newer gnome-desktop3 package