From fcc0c98178db23c9c112b890b06a9815bb4bf48e Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 11 May 2011 15:01:06 +0100 Subject: [PATCH] Update to 3.1.0 --- .gitignore | 1 + sources | 2 +- totem.spec | 25 +++++++++++-------------- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 4671ae4..7ff9a2c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ totem-2.90.5.tar.bz2 /totem-2.91.93.tar.bz2 /totem-3.0.0.tar.bz2 /totem-3.0.1.tar.bz2 +/totem-3.1.0.tar.bz2 diff --git a/sources b/sources index a69ac37..a56cde7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4de1965243cc3d5324dfdb011cbb9e38 totem-3.0.1.tar.bz2 +688f110708cc908194f9b25bd9fb5c52 totem-3.1.0.tar.bz2 diff --git a/totem.spec b/totem.spec index b1b30c4..f23f2a9 100644 --- a/totem.spec +++ b/totem.spec @@ -1,18 +1,18 @@ Summary: Movie player for GNOME Name: totem -Version: 3.0.1 -Release: 2%{?dist} +Version: 3.1.0 +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/2.91/totem-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/totem/3.1.0/totem-%{version}.tar.bz2 Requires: gnome-icon-theme # For the opensubtitles plugin Requires: pyxdg # For all the Python plugins -Requires: pygtk2 +Requires: pygobject2 # For the iplayer plugin Requires: python-httplib2 Requires: python-BeautifulSoup @@ -29,7 +29,6 @@ Requires: gnome-dvb-daemon BuildRequires: gstreamer-devel BuildRequires: gstreamer-plugins-base-devel BuildRequires: gstreamer-plugins-good -BuildRequires: liboil BuildRequires: libpeas-devel BuildRequires: gcc-c++, pkgconfig, gettext @@ -37,19 +36,17 @@ BuildRequires: perl(XML::Parser) intltool BuildRequires: gnome-icon-theme BuildRequires: libXtst-devel BuildRequires: libXi-devel -BuildRequires: libXxf86vm-devel BuildRequires: libXt-devel BuildRequires: gnome-doc-utils -BuildRequires: python-devel pygtk2-devel +BuildRequires: python-devel BuildRequires: totem-pl-parser-devel -BuildRequires: unique-devel -BuildRequires: GConf2-devel +BuildRequires: clutter-gst-devel clutter-gtk-devel # For the nautilus extension BuildRequires: nautilus-devel -# Screensaver, mozilla and mmkeys plugin -BuildRequires: dbus-devel +# mozilla plugin +BuildRequires: dbus-glib-devel # Work-around for fontconfig bug https://bugzilla.redhat.com/show_bug.cgi?id=480928 BuildRequires: liberation-sans-fonts @@ -161,11 +158,9 @@ audio and video files in the properties dialog. export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins %configure \ - --enable-gstreamer \ --enable-mozilla \ --enable-nautilus \ --disable-scrollkeeper \ - --disable-nvtv \ --disable-vala \ --disable-static @@ -231,7 +226,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %doc AUTHORS COPYING NEWS README TODO %{_bindir}/%{name} %{_bindir}/%{name}-video-thumbnailer -%{_bindir}/%{name}-video-indexer %{_bindir}/%{name}-audio-preview %{_libdir}/libtotem.so.* %{_libdir}/girepository-1.0/Totem-1.0.typelib @@ -310,6 +304,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_libdir}/totem/plugins/publish %changelog +* Wed May 11 2011 Bastien Nocera 3.1.0-1 +- Update to 3.1.0 + * Sat May 07 2011 Christopher Aillon - 1:3.0.1-2 - Update gsettings schema scriptlet