Update to 3.13.90

This commit is contained in:
Kalev Lember 2014-08-18 12:21:43 +02:00
parent 0a3b03b650
commit 1482a58db7
4 changed files with 9 additions and 52 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@ totem-2.90.5.tar.bz2
/totem-3.11.91.tar.xz
/totem-3.12.0.tar.xz
/totem-3.12.1.tar.xz
/totem-3.13.90.tar.xz

View File

@ -1,43 +0,0 @@
From dc7618a2ff94622c413bcbbce6f13a301cb12969 Mon Sep 17 00:00:00 2001
From: Yosef Or Boczko <yoseforb@src.gnome.org>
Date: Sat, 3 May 2014 23:54:22 +0300
Subject: [PATCH] data: Use the correct name for parent widgets in templates
Recent versions of GTK+ started complaining about this, for example:
(totem:5745): Gtk-CRITICAL **: Error building template class 'TotemMainToolbar' for an instance of type 'TotemMainToolbar': Template parent type `GtkBox' does not match instance parent type `GtkHeaderBar'.
https://bugzilla.gnome.org/show_bug.cgi?id=729479
---
src/grilo.ui | 2 +-
src/totemmaintoolbar.ui | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/grilo.ui b/src/grilo.ui
index 7b8103d..aa7b9ac 100644
--- a/src/grilo.ui
+++ b/src/grilo.ui
@@ -91,7 +91,7 @@
<column type="gint"/>
</columns>
</object>
- <template class="TotemGrilo" parent="GtkVBox">
+ <template class="TotemGrilo" parent="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">0</property>
diff --git a/src/totemmaintoolbar.ui b/src/totemmaintoolbar.ui
index a185d42..4a81ada 100644
--- a/src/totemmaintoolbar.ui
+++ b/src/totemmaintoolbar.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="totem">
<!-- interface-requires gtk+ 3.11 -->
- <template class="TotemMainToolbar" parent="GtkBox">
+ <template class="TotemMainToolbar" parent="GtkHeaderBar">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
--
2.0.0

View File

@ -1 +1 @@
2b506bae9468331d1e5aec4fab231ad7 totem-3.12.1.tar.xz
d7b58a58d4be63fc99c8d27cb29f7117 totem-3.13.90.tar.xz

View File

@ -1,16 +1,13 @@
Summary: Movie player for GNOME
Name: totem
Version: 3.12.1
Release: 5%{?dist}
Version: 3.13.90
Release: 1%{?dist}
Epoch: 1
License: GPLv2+ with exceptions
Group: Applications/Multimedia
URL: http://projects.gnome.org/totem/
Source0: http://download.gnome.org/sources/totem/3.12/totem-%{version}.tar.xz
Source0: http://download.gnome.org/sources/totem/3.13/totem-%{version}.tar.xz
Patch0: 0001-data-Use-the-correct-name-for-parent-widgets-in-temp.patch
Requires: gnome-icon-theme
# For the opensubtitles plugin
Requires: pyxdg
# For all the Python plugins
@ -35,7 +32,6 @@ BuildRequires: libpeas-devel
BuildRequires: gcc-c++, pkgconfig, gettext
BuildRequires: perl(XML::Parser) intltool
BuildRequires: gnome-icon-theme-devel
BuildRequires: gsettings-desktop-schemas-devel
BuildRequires: itstool
BuildRequires: libXtst-devel
@ -151,7 +147,6 @@ audio and video files in the properties dialog.
%prep
%setup -q
%patch0 -p1
%build
export BROWSER_PLUGIN_DIR=%{_libdir}/mozilla/plugins
@ -279,6 +274,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_libdir}/mozilla/plugins/libtotem-vegas-plugin.so
%changelog
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.90-1
- Update to 3.13.90
- Drop gnome-icon-theme dependency
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.12.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild