e3b696
%global gst_plugins_base_version 1.6.0
e3b696
%global gtk3_version 3.19.4
e3b696
e3b696
Name: totem
e3b696
Epoch: 1
e3b696
Version: 3.26.2
e3b696
Release: 1%{?dist}
e3b696
Summary: Movie player for GNOME
e3b696
e3b696
License: GPLv2+ with exceptions
e3b696
URL: https://wiki.gnome.org/Apps/Videos
e3b696
Source0: https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
e3b696
e3b696
# Fix the build with Python 2
e3b696
Patch1: totem-python2.patch
e3b696
e3b696
BuildRequires: pkgconfig(cairo)
e3b696
BuildRequires: pkgconfig(clutter-1.0)
e3b696
BuildRequires: pkgconfig(clutter-gst-3.0)
e3b696
BuildRequires: pkgconfig(clutter-gtk-1.0)
e3b696
BuildRequires: pkgconfig(gnome-desktop-3.0)
e3b696
BuildRequires: pkgconfig(gsettings-desktop-schemas)
e3b696
BuildRequires: pkgconfig(gstreamer-1.0)
e3b696
BuildRequires: pkgconfig(gstreamer-base-1.0)
e3b696
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= %{gst_plugins_base_version}
e3b696
BuildRequires: pkgconfig(gstreamer-audio-1.0)
e3b696
BuildRequires: pkgconfig(gstreamer-tag-1.0)
e3b696
BuildRequires: pkgconfig(gstreamer-video-1.0)
e3b696
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
e3b696
BuildRequires: pkgconfig(libpeas-gtk-1.0)
e3b696
BuildRequires: pkgconfig(totem-plparser)
e3b696
e3b696
# Needed for the videoscale element.
e3b696
BuildRequires: gstreamer1-plugins-good
e3b696
e3b696
BuildRequires: gcc-c++
e3b696
BuildRequires: gettext
e3b696
BuildRequires: gtk-doc
e3b696
BuildRequires: intltool
e3b696
BuildRequires: itstool
e3b696
BuildRequires: meson
e3b696
BuildRequires: vala
e3b696
BuildRequires: /usr/bin/appstream-util
e3b696
e3b696
# For the nautilus extension
e3b696
BuildRequires: pkgconfig(libnautilus-extension)
e3b696
e3b696
# Work-around for fontconfig bug https://bugzilla.redhat.com/show_bug.cgi?id=480928
e3b696
BuildRequires: liberation-sans-fonts
e3b696
e3b696
# For plugins
e3b696
BuildRequires: pkgconfig(grilo-0.3)
e3b696
BuildRequires: pkgconfig(grilo-pls-0.3)
e3b696
e3b696
Requires: iso-codes
e3b696
Requires: gstreamer1%{?_isa}
e3b696
Requires: gstreamer1-plugins-base%{?_isa} >= %{gst_plugins_base_version}
e3b696
Requires: gstreamer1-plugins-good%{?_isa}
e3b696
Requires: gstreamer1-plugins-bad-free%{?_isa}
e3b696
Requires: gstreamer1-plugins-ugly-free%{?_isa}
e3b696
Requires: gvfs-fuse%{?_isa}
e3b696
# Disabled until ported to GStreamer 1.0
e3b696
# Requires: gnome-dvb-daemon
e3b696
Requires: grilo-plugins%{?_isa}
e3b696
Requires: gsettings-desktop-schemas%{?_isa}
e3b696
Requires: gtk3%{?_isa} >= %{gtk3_version}
e3b696
e3b696
# The mythtv sub-package was removed
e3b696
# (obsoleted by -upnp then by grilo in main)
e3b696
Obsoletes: totem-mythtv < 1:2.91.0-1
e3b696
Provides: totem-mythtv = %{epoch}:%{version}-%{release}
e3b696
# The upnp sub-package was removed
e3b696
# (obsoleted by the grilo plugin)
e3b696
Obsoletes: totem-upnp < 1:3.1.4-1
e3b696
Provides: totem-upnp = %{epoch}:%{version}-%{release}
e3b696
# The jamendo sub-package was removed
e3b696
# (obsoleted by the grilo plugin)
e3b696
Obsoletes: totem-jamendo < 1:3.1.4-1
e3b696
Provides: totem-jamendo = %{epoch}:%{version}-%{release}
e3b696
# The tracker sub-package was removed
e3b696
# (obsoleted by the grilo plugin)
e3b696
Obsoletes: totem-tracker < 1:3.1.4-1
e3b696
Provides: totem-tracker = %{epoch}:%{version}-%{release}
e3b696
# The publish sub-package was removed
e3b696
# (obsoleted by nothing)
e3b696
Obsoletes: totem-publish < 1:3.1.4-1
e3b696
Provides: totem-publish = %{epoch}:%{version}-%{release}
e3b696
# mozilla plugin support removed in 3.13.90
e3b696
Obsoletes: totem-mozplugin < 1:3.13.90-1
e3b696
Obsoletes: totem-mozplugin-vegas < 1:3.13.90-1
e3b696
# The youtube sub-package was removed
e3b696
# (obsoleted by the grilo plugin)
e3b696
Obsoletes: totem-youtube < 1:3.22.1-1
e3b696
Provides: totem-youtube = %{epoch}:%{version}-%{release}
e3b696
e3b696
%description
e3b696
Totem is simple movie player for the GNOME desktop. It features a
e3b696
simple playlist, a full-screen mode, seek and volume controls, as well as
e3b696
a pretty complete keyboard navigation.
e3b696
e3b696
Totem is extensible through a plugin system.
e3b696
e3b696
%package devel
e3b696
Summary: Plugin writer's documentation for totem
e3b696
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
e3b696
e3b696
%description devel
e3b696
The %{name}-devel package contains API documentation for
e3b696
developing developing plugins for %{name}.
e3b696
e3b696
%package nautilus
e3b696
Summary: Video and Audio Properties tab for Nautilus
e3b696
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
e3b696
e3b696
%description nautilus
e3b696
This package provides a Nautilus extension that shows the properties of
e3b696
audio and video files in the properties dialog.
e3b696
e3b696
%prep
e3b696
%autosetup -p1
e3b696
e3b696
%build
e3b696
export LANG=en_US.utf8
e3b696
%meson -Denable-gtk-doc=true -Denable-python=no
e3b696
# -j1 to work-around https://github.com/mesonbuild/meson/issues/1994
e3b696
%meson_build -j1
e3b696
e3b696
%install
e3b696
export LANG=en_US.utf8
e3b696
%meson_install
e3b696
%find_lang %{name} --with-gnome
e3b696
e3b696
# for backward compatibility with user defined file associations
e3b696
cp $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.desktop $RPM_BUILD_ROOT%{_datadir}/applications/totem.desktop
e3b696
echo NoDisplay=true >> $RPM_BUILD_ROOT%{_datadir}/applications/totem.desktop
e3b696
echo X-GNOME-UsesNotifications=false >> $RPM_BUILD_ROOT%{_datadir}/applications/totem.desktop
e3b696
echo X-RHEL-AliasOf=org.gnome.Totem >> $RPM_BUILD_ROOT%{_datadir}/applications/totem.desktop
e3b696
e3b696
%check
e3b696
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gnome.Totem.appdata.xml
e3b696
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.desktop
e3b696
e3b696
%post
e3b696
/sbin/ldconfig
e3b696
update-desktop-database &> /dev/null || :
e3b696
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
e3b696
e3b696
%postun
e3b696
/sbin/ldconfig
e3b696
update-desktop-database &> /dev/null || :
e3b696
if [ $1 -eq 0 ] ; then
e3b696
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
e3b696
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
e3b696
    glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
e3b696
fi
e3b696
e3b696
%posttrans
e3b696
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
e3b696
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
e3b696
e3b696
%files -f %{name}.lang
e3b696
%doc AUTHORS NEWS README TODO
e3b696
%license COPYING
e3b696
%{_bindir}/%{name}
e3b696
%{_bindir}/%{name}-video-thumbnailer
e3b696
%{_libdir}/libtotem.so.*
e3b696
%{_libdir}/girepository-1.0/Totem-1.0.typelib
e3b696
%{_datadir}/applications/*.desktop
e3b696
%{_datadir}/dbus-1/services/org.gnome.Totem.service
e3b696
%{_datadir}/metainfo/org.gnome.Totem.appdata.xml
e3b696
%dir %{_datadir}/totem
e3b696
%{_datadir}/totem/controls.ui
e3b696
%{_datadir}/totem/playlist.ui
e3b696
%{_datadir}/totem/preferences.ui
e3b696
%{_datadir}/totem/properties.ui
e3b696
%{_datadir}/totem/shortcuts.ui
e3b696
%{_datadir}/totem/totem.ui
e3b696
%{_datadir}/totem/uri.ui
e3b696
%dir %{_libdir}/totem
e3b696
%dir %{_libdir}/totem/plugins
e3b696
%{_libdir}/totem/plugins/apple-trailers
e3b696
%{_libdir}/totem/plugins/autoload-subtitles
e3b696
%{_libdir}/totem/plugins/brasero-disc-recorder
e3b696
%{_libdir}/totem/plugins/gromit
e3b696
%{_libdir}/totem/plugins/im-status
e3b696
%{_libdir}/totem/plugins/ontop
e3b696
%{_libdir}/totem/plugins/recent
e3b696
%{_libdir}/totem/plugins/rotation
e3b696
%{_libdir}/totem/plugins/screensaver
e3b696
%{_libdir}/totem/plugins/skipto
e3b696
%{_libdir}/totem/plugins/properties
e3b696
%{_libdir}/totem/plugins/media-player-keys
e3b696
%{_libdir}/totem/plugins/screenshot
e3b696
%{_libdir}/totem/plugins/save-file
e3b696
%{_libdir}/totem/plugins/variable-rate
e3b696
%{_libdir}/totem/plugins/vimeo
e3b696
%{_libexecdir}/totem-gallery-thumbnailer
e3b696
%{_datadir}/icons/hicolor/*/apps/org.gnome.Totem.png
e3b696
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Totem-symbolic.svg
e3b696
%{_mandir}/man1/%{name}.1*
e3b696
%{_mandir}/man1/totem-video-thumbnailer.1*
e3b696
%{_datadir}/GConf/gsettings/*.convert
e3b696
%{_datadir}/glib-2.0/schemas/*.xml
e3b696
%{_datadir}/thumbnailers/totem.thumbnailer
e3b696
e3b696
%files nautilus
e3b696
%{_libdir}/nautilus/extensions-3.0/*.so*
e3b696
e3b696
%files devel
e3b696
%{_datadir}/gtk-doc/html/totem
e3b696
%{_includedir}/totem
e3b696
%{_libdir}/libtotem.so
e3b696
%{_libdir}/pkgconfig/totem.pc
e3b696
%{_datadir}/gir-1.0/Totem-1.0.gir
e3b696
e3b696
%changelog
e3b696
* Wed Aug 01 2018 Kalev Lember <klember@redhat.com> - 1:3.26.2-1
e3b696
- Update to 3.26.2
e3b696
- Resolves: #1569787
e3b696
e3b696
* Fri Jun 15 2018 Bastien Nocera <bnocera@redhat.com> - 3.26.1-1
e3b696
+ totem-3.26.1-1
e3b696
- Update to 3.26.1
e3b696
- Resolves: #1569787
e3b696
e3b696
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 1:3.26.0-1
e3b696
- Update to 3.26.0
e3b696
- Resolves: #1569787
e3b696
e3b696
* Fri Mar 03 2017 Bastien Nocera <bnocera@redhat.com> - 3.22.1-1
e3b696
+ totem-3.22.1-1
e3b696
- Update to 3.22.1
e3b696
Resolves: #1387048, #1412335
e3b696
e3b696
* Thu Jun 30 2016 Bastien Nocera <bnocera@redhat.com> - 3.14.3-6
e3b696
- Update translations
e3b696
Resolves: #1273060
e3b696
e3b696
* Wed Sep 23 2015 Ray Strode <rstrode@redhat.com> 3.14.3-5
e3b696
- Add more goo to the compat desktop file to prevent them
e3b696
  from exposing in control-center
e3b696
Related: #1259292
e3b696
e3b696
* Wed Sep 09 2015 Bastien Nocera <bnocera@redhat.com> 3.14.3-4
e3b696
- Remove Python3 plugins, they're mostly accessory plugins,
e3b696
  and RHEL 7.2 only support Python2 for now
e3b696
Resolves: #1259643
e3b696
e3b696
* Fri Sep 04 2015 Bastien Nocera <bnocera@redhat.com> 3.14.3-3
e3b696
- Update YouTube API key
e3b696
Resolves: #1258511
e3b696
e3b696
* Fri Jun 26 2015 Ray Strode <rstrode@redhat.com> 3.14.3-2
e3b696
- Add totem.desktop to keep user mime associates working
e3b696
Related: #1174589 1235413
e3b696
e3b696
* Thu May 07 2015 Bastien Nocera <bnocera@redhat.com> 3.14.3-1
e3b696
- Update to 3.14.3
e3b696
- Re-add opensubtitles plugin, as it doesn't depend on PyXDG anymore
e3b696
Resolves: #1174589
e3b696
e3b696
* Mon Mar 23 2015 Richard Hughes <rhughes@redhat.com> - 1:3.14.2-1
e3b696
- Update to 3.14.2
e3b696
- Resolves: #1174589
e3b696
e3b696
* Wed Jan 29 2014 Bastien Nocera <bnocera@redhat.com> 3.8.2-5
e3b696
- Remove opensubtitles plugin, and PyXDG dependency
e3b696
Resolves: #1058201
e3b696
e3b696
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:3.8.2-4
e3b696
- Mass rebuild 2014-01-24
e3b696
e3b696
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:3.8.2-3
e3b696
- Mass rebuild 2013-12-27
e3b696
e3b696
* Thu Dec 12 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.8.2-2
e3b696
- Update translations
e3b696
- Resolves: #1030382
e3b696
e3b696
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 1:3.8.2-1
e3b696
- Update to 3.8.2
e3b696
e3b696
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.0-1
e3b696
- Update to 3.8.0
e3b696
e3b696
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 1:3.7.93-1
e3b696
- Update to 3.7.93
e3b696
e3b696
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> 3.6.3-4
e3b696
- Rebuilt for cogl soname bump
e3b696
e3b696
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.6.3-3
e3b696
- Rebuild for new cogl
e3b696
e3b696
* Fri Jan 04 2013 Bastien Nocera <bnocera@redhat.com> 3.6.3-2
e3b696
- Remove hard dependency on gnome-dvb-daemon until it's ported
e3b696
  to GStreamer 1.0
e3b696
e3b696
* Thu Nov 08 2012 Bastien Nocera <bnocera@redhat.com> 3.6.3-1
e3b696
- Update to 3.6.3
e3b696
e3b696
* Fri Oct 26 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.2-1
e3b696
- Update to 3.6.2
e3b696
e3b696
* Mon Oct  8 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:3.6.0-2
e3b696
- Rebuild against new gstreamer1.
e3b696
e3b696
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.0-1
e3b696
- Update to 3.6.0
e3b696
e3b696
* Wed Sep 19 2012 Tomas Bzatek <tbzatek@redhat.com> - 1:3.5.92-1
e3b696
- Update to 3.5.92
e3b696
e3b696
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.5.90-2
e3b696
- Rebuild against newer cogl/clutter
e3b696
e3b696
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.90-1
e3b696
- Update to 3.5.90
e3b696
e3b696
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.4.3-3
e3b696
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e3b696
e3b696
* Sun Jul 22 2012 Ville Skyttä <ville.skytta@iki.fi> - 1:3.4.3-2
e3b696
- Call ldconfig at post(un)install time.
e3b696
- Own the %%{_datadir}/totem dir.
e3b696
- Fix tarball URL.
e3b696
e3b696
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.3-1
e3b696
- Update to 3.4.3
e3b696
e3b696
* Wed Jun 27 2012 Bastien Nocera <bnocera@redhat.com> 3.4.2-2
e3b696
- Enable the vala plugins
e3b696
e3b696
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.2-1
e3b696
- Update to 3.4.2
e3b696
e3b696
* Sun May 06 2012 Adel Gadllah <adel.gadllah@gmail.com> 3.4.1-3
e3b696
- Split off vegas plugin (RH #804435)
e3b696
e3b696
* Wed Apr 25 2012 Bastien Nocera <bnocera@redhat.com> 3.4.1-2
e3b696
- Remove dependencies for removed plugin (#816245)
e3b696
e3b696
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.1-1
e3b696
- Update to 3.4.1
e3b696
e3b696
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.0-1
e3b696
- Update to 3.4.0
e3b696
e3b696
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.3.92-1
e3b696
- Update to 3.3.92
e3b696
e3b696
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.3.90-2
e3b696
- Rebuild against new cogl
e3b696
e3b696
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.3.90-1
e3b696
- Update to 3.3.90
e3b696
e3b696
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.3.4-3
e3b696
- Rebuild against new cogl
e3b696
e3b696
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.3.4-2
e3b696
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e3b696
e3b696
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.4-1
e3b696
- Update to 3.3.4
e3b696
e3b696
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.3-1
e3b696
- Update to 3.3.3
e3b696
- Drop a space-saving hack
e3b696
e3b696
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.2.1-3
e3b696
- Rebuild against new clutter
e3b696
e3b696
* Wed Nov  9 2011 Adam Williamson <awilliam@redhat.com> - 1:3.2.1-2
e3b696
- bump to 3.2.1, with revision 2 to stay 'ahead' of f16
e3b696
e3b696
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.0-2
e3b696
- Rebuilt for glibc bug#747377
e3b696
e3b696
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1:3.2.0-1
e3b696
- Update to 3.2.0
e3b696
e3b696
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> 3.1.92-1
e3b696
- Update to 3.1.92
e3b696
e3b696
* Wed Aug 03 2011 Bastien Nocera <bnocera@redhat.com> 3.1.4-1
e3b696
- Update to 3.1.4
e3b696
- Remove obsoleted plugins
e3b696
e3b696
* Mon Jun 27 2011 Elad Alfassa <elad@fedoraproject.org> - 1:3.1.0-2
e3b696
- Moved mozilla-viewer.ui to -mozplugin to fix bug #545131
e3b696
e3b696
* Wed May 11 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-1
e3b696
- Update to 3.1.0
e3b696
e3b696
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1:3.0.1-2
e3b696
- Update gsettings schema scriptlet
e3b696
e3b696
* Tue Apr 26 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-1
e3b696
- Update to 3.0.1
e3b696
e3b696
* Mon Apr 04 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0-1
e3b696
- Update to 3.0.0
e3b696
e3b696
* Mon Mar 28 2011 Bastien Nocera <bnocera@redhat.com> 2.91.93-1
e3b696
- Update to 2.91.93
e3b696
- Re-add iso-codes Requires, it's needed for translations of
e3b696
  subtitles and audio track names
e3b696
e3b696
* Mon Mar 21 2011 Bastien Nocera <bnocera@redhat.com> 2.91.92-1
e3b696
- Update to 2.91.92
e3b696
e3b696
* Thu Mar 10 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
e3b696
- Update to 2.91.91
e3b696
e3b696
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 2.91.7-1
e3b696
- Update to 2.91.7
e3b696
e3b696
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-3
e3b696
- Rebuild against newer gtk
e3b696
e3b696
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.6-3
e3b696
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e3b696
e3b696
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-2
e3b696
- Rebuild against newer gtk
e3b696
e3b696
* Wed Feb 02 2011 Bastien Nocera <bnocera@redhat.com> 2.91.6-1
e3b696
- Update to 2.91.6
e3b696
e3b696
* Fri Jan 28 2011 Bastien Nocera <bnocera@redhat.com> 2.91.5-1
e3b696
- Update to 2.91.5
e3b696
e3b696
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
e3b696
- Update to 2.91.4
e3b696
e3b696
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-4
e3b696
- Rebuild against newer gtk3
e3b696
e3b696
* Fri Nov 19 2010 Bastien Nocera <bnocera@redhat.com> 2.91.0-3
e3b696
- Fix missing calls to glib-compile-schemas
e3b696
e3b696
* Thu Nov 11 2010 Bastien Nocera <bnocera@redhat.com> 2.91.0-2
e3b696
- Remove GConf schemas scripts
e3b696
- Remove mythtv sub-package, was removed upstream
e3b696
e3b696
* Tue Nov 02 2010 Bastien Nocera <bnocera@redhat.com> 2.91.0-1
e3b696
- Update to 2.91.0
e3b696
e3b696
* Fri Sep 24 2010 Parag Nemade <paragn AT fedoraproject.org> 2.90.5-8
e3b696
- Merge-review cleanup (#226500)
e3b696
e3b696
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 2.90.5-7
e3b696
- Rebuild against newer gobject-introspection
e3b696
e3b696
* Fri Aug 06 2010 Bastien Nocera <bnocera@redhat.com> 2.90.5-6
e3b696
- Update epoch to match Fedora 14
e3b696
e3b696
* Wed Jul 28 2010 Adam Williamson <awilliam@redhat.com> - 2.90.5-5
e3b696
- package various new bits (a shared library, and girepository stuff)
e3b696
e3b696
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 2.90.5-4
e3b696
- coherence_upnp doesn't built in rawhide: disable the subpackage for now
e3b696
e3b696
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 2.90.5-3
e3b696
- cherrypick fix for building against libpeas-0.5.3
e3b696
e3b696
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 2.90.5-2
e3b696
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
e3b696
e3b696
* Mon Jul 19 2010 Bastien Nocera <bnocera@redhat.com> 2.90.5-1
e3b696
- Update to 2.90.5
e3b696
e3b696
* Fri May 14 2010 Bastien Nocera <bnocera@redhat.com> 2.30.2-2
e3b696
- Fix spec bugs from review
e3b696
e3b696
* Wed May 12 2010 Bastien Nocera <bnocera@redhat.com> 2.30.2-1
e3b696
- Update to 2.30.2
e3b696
e3b696
* Tue Apr 27 2010 Bastien Nocera <bnocera@redhat.com> 2.30.1-1
e3b696
- Update to 2.30.1
e3b696
e3b696
* Thu Apr 08 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-2
e3b696
- Rebuild for new libgdata
e3b696
e3b696
* Mon Mar 29 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-1
e3b696
- Update to 2.30.0
e3b696
e3b696
* Mon Mar 15 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
e3b696
- Update to 2.29.92
e3b696
e3b696
* Wed Mar 03 2010 Bastien Nocera <bnocera@redhat.com> 2.29.91-2
e3b696
- Require gnome-dvb-daemon for DVB support
e3b696
e3b696
* Wed Feb 24 2010 Bastien Nocera <bnocera@redhat.com> 2.29.91-1
e3b696
- Update to 2.29.91
e3b696
e3b696
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> 2.29.4-3
e3b696
- Add missing libs
e3b696
e3b696
* Mon Feb 01 2010 Bastien Nocera <bnocera@redhat.com> 2.29.4-2
e3b696
- Update for new gstreamer-plugins-bad-free package
e3b696
e3b696
* Tue Jan 26 2010 Bastien Nocera <bnocera@redhat.com> 2.29.4-1
e3b696
- Update to 2.29.4
e3b696
e3b696
* Tue Jan 26 2010 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
e3b696
- Update to 2.29.3
e3b696
e3b696
* Tue Jan 12 2010 Bastien Nocera <bnocera@redhat.com> 2.29.2-2
e3b696
- Remove python-gdata requires
e3b696
e3b696
* Mon Nov 30 2009 Bastien Nocera <bnocera@redhat.com> 2.29.2-1
e3b696
- Update to 2.29.2
e3b696
e3b696
* Mon Oct 26 2009 Bastien Nocera <bnocera@redhat.com> 2.28.2-1
e3b696
- Update to 2.28.2
e3b696
e3b696
* Tue Oct 20 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-2
e3b696
- Add missing dependency (#529845)
e3b696
e3b696
* Tue Sep 29 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-1
e3b696
- Update to 2.28.1
e3b696
e3b696
* Fri Sep 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-4
e3b696
- More requires
e3b696
e3b696
* Fri Sep 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
e3b696
- Add requires for iplayer plugin (#522068)
e3b696
e3b696
* Thu Sep 24 2009 Bastien Nocera <bnocera@redhat.com> 2.28.0-2
e3b696
- Rebuild for new libgdata
e3b696
e3b696
* Mon Sep 21 2009 Bastien Nocera <bnocera@redhat.com> 2.28.0-1
e3b696
- Update to 2.28.0
e3b696
e3b696
* Tue Sep 15 2009 Bill Nottingham <notting@redhat.com> 2.27.92-3
e3b696
- youtube plugin is now in C, remove python requires
e3b696
e3b696
* Tue Sep 15 2009 Bastien Nocera <bnocera@redhat.com> 2.27.92-2
e3b696
- Use PA to set the stream volume
e3b696
e3b696
* Tue Sep 08 2009 Bastien Nocera <bnocera@redhat.com> 2.27.92-1
e3b696
- Update to 2.27.92
e3b696
e3b696
* Sat Aug 29 2009 Caolán McNamara <caolanm@redhat.com> - 2.27.2-8
e3b696
- rebuilt with new openssl
e3b696
e3b696
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 2.27.2-7
e3b696
- rebuilt with new openssl
e3b696
e3b696
* Sat Aug 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-6
e3b696
- Respect the button-images setting better
e3b696
e3b696
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.2-4
e3b696
- Fix source URL
e3b696
e3b696
* Tue Aug 04 2009 Bastien Nocera <bnocera@redhat.com> 2.27.2-3
e3b696
- Remove gnome-themes dependency, use gnome-icon-theme instead
e3b696
e3b696
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.2-2
e3b696
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e3b696
e3b696
* Thu Jul 23 2009 Bastien Nocera <bnocera@redhat.com> 2.27.2-1
e3b696
- Update to 2.27.2
e3b696
e3b696
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-3
e3b696
- Rebuild for new libgdata
e3b696
e3b696
* Mon Jun 08 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-2
e3b696
- Rebuild against newer libgdata
e3b696
e3b696
* Wed May 06 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-1
e3b696
- Update to 2.27.1
e3b696
- Remove xine-lib backend
e3b696
e3b696
* Tue Apr 28 2009 Bastien Nocera <bnocera@redhat.com> 2.26.1-3
e3b696
- Add missing pyxdg requires for the OpenSubtitles plugin (#497787)
e3b696
e3b696
* Thu Apr 23 2009 Bastien Nocera <bnocera@redhat.com> 2.26.1-4
e3b696
- Add missing gnome-python2-gconf req (#483265)
e3b696
e3b696
* Thu Apr 02 2009 - Bastien Nocera <bnocera@redhat.com> - 2.26.1-2
e3b696
- Update patch to set the PA stream volume, avoids setting the 
e3b696
  volume when pulsesink isn't in a state where it has a stream
e3b696
  (#488532)
e3b696
e3b696
* Wed Apr 01 2009 - Bastien Nocera <bnocera@redhat.com> - 2.26.1-1
e3b696
- Update to 2.26.1
e3b696
e3b696
* Mon Mar 16 2009 - Bastien Nocera <bnocera@redhat.com> - 2.26.0-1
e3b696
- Update to 2.26.0
e3b696
e3b696
* Tue Mar 03 2009 - Bastien Nocera <bnocera@redhat.com> -2.25.92-1
e3b696
- Update to 2.25.92
e3b696
e3b696
* Thu Feb 26 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.91-4
e3b696
- Kill galago plugin
e3b696
e3b696
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-3
e3b696
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e3b696
e3b696
* Tue Feb 17 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.91-2
e3b696
- Add patch to set the PulseAudio application role
e3b696
e3b696
* Tue Feb 17 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.91-1
e3b696
- Update to 2.25.91
e3b696
e3b696
* Thu Feb 12 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.90-3
e3b696
- Add patch to set the PA stream volume from Totem, instead
e3b696
  of having a separate one
e3b696
e3b696
* Wed Feb 04 2009 - Peter Robinson <pbrobinson@gmail.com> - 2.25.90-2
e3b696
- Fix logic in spec file for xine disable
e3b696
e3b696
* Tue Feb 03 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.90-1
e3b696
- Update to 2.25.90
e3b696
- Add separate UPNP plugin package
e3b696
e3b696
* Wed Jan 28 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-9
e3b696
- Remove gnome-desktop requires, it's not needed
e3b696
e3b696
* Fri Jan 23 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-8
e3b696
- Rebuild for new MySQL libraries
e3b696
e3b696
* Fri Jan 16 2009  Matthias Clasen <mclasen@redhat.com> - 2.25.3-7
e3b696
- Own /usr/lib/totem
e3b696
e3b696
* Mon Jan 05 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-6
e3b696
- Remove compiled bits for the bug report scripts (#478889)
e3b696
e3b696
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-5
e3b696
- Whatever
e3b696
e3b696
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-4
e3b696
- Add totem-tv icons, and jamendo plugin
e3b696
e3b696
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-3
e3b696
- Add missing, but temporary, startup-notification BR
e3b696
e3b696
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-2
e3b696
- Disable tracker plugin until tracker is fixed
e3b696
e3b696
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-1
e3b696
- Update to 2.25.3
e3b696
e3b696
* Wed Dec 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.24.3-4
e3b696
- Remove hal, glade, gnome-desktop and control-center BRs, not needed anymore
e3b696
e3b696
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.24.3-3
e3b696
- Rebuild for Python 2.6
e3b696
e3b696
* Sat Nov 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.3-2
e3b696
- Tweak %%descriptions
e3b696
e3b696
* Sun Oct 26 2008 - Bastien Nocera <bnocera@redhat.com> - 2.24.3-1
e3b696
- Update to 2.24.3
e3b696
- Fixes for recent YouTube website changes (#468578)
e3b696
e3b696
* Fri Oct 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 2.24.2-3
e3b696
- rebuild for new libepc.
e3b696
e3b696
* Thu Oct  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.2-2
e3b696
- Save some space
e3b696
e3b696
* Tue Oct 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.24.2-1
e3b696
- Update to 2.24.2
e3b696
e3b696
* Wed Oct 01 2008 - Bastien Nocera <bnocera@redhat.com> - 2.24.1-1
e3b696
- Update to 2.24.1
e3b696
e3b696
* Sun Sep 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.24.0-1
e3b696
- Update to 2.24.0
e3b696
e3b696
* Mon Sep  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.23.91-3
e3b696
- fix license tag
e3b696
e3b696
* Mon Sep 01 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.91-2
e3b696
- Remove unneeded scrollkeeper BR (#460344)
e3b696
e3b696
* Fri Aug 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.91-1
e3b696
- Update to 2.23.91
e3b696
e3b696
* Wed Jun 11 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.4-1
e3b696
- Update to 2.23.4
e3b696
- Remove gnome-vfs BRs
e3b696
- Remove xulrunner patches and requires, we don't need them anymore
e3b696
e3b696
* Sat May 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.3-2
e3b696
- Rebuild
e3b696
e3b696
* Wed May 14 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.3-1
e3b696
- Update to 2.23.3
e3b696
e3b696
* Tue May 13 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.2-4
e3b696
- Rebuild
e3b696
e3b696
* Wed May 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.2-3
e3b696
- Require gstreamer-plugins-flumpegdemux as used by the DVB and DVD
e3b696
  playback bits
e3b696
e3b696
* Mon Apr 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.2-1
e3b696
- Update to 2.23.2
e3b696
- Fix scriptlets removing the alternatives on upgrade (#442895)
e3b696
e3b696
* Tue Apr 08 2008 Stewart Adam <s.adam@diffingo.com> - 2.23.1-2
e3b696
- Fix error when only a single backend has been installed (#439634)
e3b696
e3b696
* Tue Apr 08 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.1-1
e3b696
- Update to 2.23.1
e3b696
e3b696
* Wed Mar 19 2008 Stewart Adam <s.adam@diffingo.com> - 2.23.0-6
e3b696
- Use alternatives to switch the backend
e3b696
- Update totem-backend script accordingly
e3b696
- Remove ldconfig from %%postun, do that in individual the backends instead
e3b696
- Do not restore a default backend, ldconfig in backends does this
e3b696
- Fix Source0 URL
e3b696
e3b696
* Mon Mar 17 2008 Jesse Keating <jkeating@redhat.com> - 2.23.0-5
e3b696
- Fix some Provides to prevent cross arch obsoletions.
e3b696
e3b696
* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.0-4
e3b696
- Try to build with a liboil with Altivec disabled
e3b696
e3b696
* Sun Mar 09 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.0-3
e3b696
- Remove PPC/PPC64 ExcludeArch
e3b696
e3b696
* Fri Mar 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.0-2
e3b696
- Re-add missing nautilus files section
e3b696
- Fix obsoletes and provides to upgrade from the broken 2.21.96
e3b696
  packages
e3b696
e3b696
* Tue Mar 04 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.0-1
e3b696
- Update to 2.23.0, rework the -gstreamer/-xine backend split to
e3b696
  switch libraries instead of having replacements for all the
e3b696
  binaries
e3b696
e3b696
* Mon Mar 03 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.96-1
e3b696
- Update to 2.21.96
e3b696
- Add ppc and ppc64 to ExcludeArch as liboil is crashing on us (#435771)
e3b696
- Add big patch from Stewart Adam <s.adam@diffingo.com> to allow
e3b696
  switching between the GStreamer and the xine-lib backends at
e3b696
  run-time, see #327211 for details
e3b696
e3b696
* Tue Feb 26 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.95-1
e3b696
- Update to 2.21.95
e3b696
e3b696
* Sun Feb 24 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.94-1
e3b696
- Update to 2.21.94
e3b696
e3b696
* Sun Feb 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.93-2
e3b696
- Rebuild for dependencies
e3b696
e3b696
* Tue Feb 12 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.93-1
e3b696
- Update to 2.21.93
e3b696
e3b696
* Tue Feb 05 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.92-2
e3b696
- Remove unnecessary patch to the GMP plugin
e3b696
e3b696
* Mon Feb 04 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.92-1
e3b696
- Update to 2.21.92
e3b696
e3b696
* Fri Jan 25 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.91-1
e3b696
- Update to 2.21.91
e3b696
- Split out the nautilus extension (#427832)
e3b696
- Remove .a and .la files (#430328)
e3b696
e3b696
* Fri Jan 18 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.90-2
e3b696
- Add content-type support
e3b696
e3b696
* Mon Jan 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-1
e3b696
- Update to 2.21.90
e3b696
- Add patch to allow building against xulrunner
e3b696
e3b696
* Mon Dec 10 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.5-4
e3b696
- Add the (non-working yet, missing files in the tarball) publish plugin
e3b696
e3b696
* Mon Dec 10 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.5-3
e3b696
- Add the mythtv schemas to the mythtv subpackage (#410451)
e3b696
e3b696
* Sun Dec  9 2007  Matthias Clasen  <mclasen@redhat.com> - 2.21.5-2
e3b696
- Make it build
e3b696
e3b696
* Sun Dec 09 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.5-1
e3b696
- Update to 2.21.5
e3b696
- Remove -devel and -plparser subpackages, they're in totem-pl-parser now
e3b696
e3b696
* Thu Dec 06 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.3-3
e3b696
- The mozilla plugin only need gecko-libs, not devel
e3b696
  Thanks to Jeremy Katz for noticing
e3b696
e3b696
* Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 2.21.3-2
e3b696
- Rebuild for deps
e3b696
e3b696
* Mon Dec 03 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.3-1
e3b696
- Update to 2.21.3
e3b696
- Add tracker video search sub-package
e3b696
e3b696
* Wed Nov 21 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.2-2
e3b696
- Try to build against xulrunner
e3b696
e3b696
* Mon Nov 12 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.2-1
e3b696
- Update to 2.21.2
e3b696
e3b696
* Wed Oct 31 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.1-1
e3b696
- Update to 2.21.1
e3b696
e3b696
* Wed Oct 24 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.0-3
e3b696
- Add python BRs so we have Python support for the YouTube plugin
e3b696
e3b696
* Mon Oct 22 2007  Matthias Clasen <mclasen@redhat.com> - 2.21.0-2
e3b696
- Rebuild against new dbus-glib
e3b696
e3b696
* Sun Oct 21 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.0-1
e3b696
- Update to 2.21.0
e3b696
e3b696
* Wed Oct 17 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.1-1
e3b696
- Update to 2.20.1
e3b696
- Require GTK+ 2.12.1
e3b696
e3b696
* Sun Sep 16 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.0-1
e3b696
- Update for 2.20.0
e3b696
e3b696
* Fri Aug 17 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.90-1
e3b696
- Update for 2.19.90
e3b696
e3b696
* Wed Aug 15 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.6-5
e3b696
- Up the gstreamer-plugins-base requirements so we get a newer liboil
e3b696
  and PPC(64) builds work again (#252179)
e3b696
e3b696
* Tue Aug 14 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.6-4
e3b696
- Disable ppc and ppc64 to work around a liboil bug (#252179)
e3b696
e3b696
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-3
e3b696
- Update license fields
e3b696
- Use %%find_lang for help files
e3b696
e3b696
* Sat Aug 04 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.6-2
e3b696
- Don't package the bemused plugin, it's not ready yet
e3b696
e3b696
* Mon Jul 30 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.6-1
e3b696
- Update to 2.19.6
e3b696
- Fix location of the browser plugins
e3b696
- Avoid gst-inspect failing stopping the build
e3b696
e3b696
* Mon Jun 04 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.4-2.1
e3b696
- Another rebuild with the liboil fixes
e3b696
e3b696
* Mon Jun 04 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.4-2
e3b696
- Update to 2.19.4
e3b696
e3b696
* Mon May 21 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.3-2
e3b696
- Don't forget the media-player-keys plugin
e3b696
e3b696
* Mon May 21 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.3-1
e3b696
- Update to 2.19.3, fix build
e3b696
e3b696
* Mon May 21 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.2-3
e3b696
- Fix unclosed curly brace
e3b696
e3b696
* Fri May 21 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.2-2
e3b696
- Add lirc, and galago sub-packages
e3b696
e3b696
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
e3b696
- Update to 2.19.2
e3b696
e3b696
* Mon Apr 23 2007 - Bastien Nocera <bnocera@redhat.com> - 2.18.2-3
e3b696
- Add missing control-center-devel BuildRequires, to use the new
e3b696
  playback key infrastructure in gnome-settings-daemon (#237484)
e3b696
e3b696
* Wed Apr 11 2007 - Bastien Nocera <bnocera@redhat.com> - 2.18.1-2
e3b696
- Add requires for gnome-themes, spotted by Nigel Jones (#235819)
e3b696
e3b696
* Wed Apr 04 2007 - Bastien Nocera <bnocera@redhat.com> - 2.18.1-1
e3b696
- New upstream version with plenty of bug fixes
e3b696
e3b696
* Fri Mar 09 2007 - Bastien Nocera <bnocera@redhat.com> - 2.18.0-1
e3b696
- Update to 2.18.0
e3b696
- Update GStreamer base plugins requirements to get some "codec-buddy"
e3b696
  support
e3b696
e3b696
* Wed Feb 21 2007 - Bastien Nocera <bnocera@redhat.com> - 2.17.92-2
e3b696
- Add gstreamer-plugins-good as a builddep so that gconfaudiosink
e3b696
  can be found during configure
e3b696
e3b696
* Wed Feb 21 2007 - Bastien Nocera <bnocera@redhat.com> - 2.17.92-1
e3b696
- Update to 2.17.92
e3b696
e3b696
* Thu Feb 08 2007 - Bastien Nocera <bnocera@redhat.com> - 2.17.91-1
e3b696
- Update to 2.17.91
e3b696
- Resolves: #227661
e3b696
e3b696
* Mon Jan 29 2007 - Bastien Nocera <bnocera@redhat.com> - 2.17.90-1
e3b696
- Make the -devel package own $includedir/totem and below
e3b696
- Resolves: #212093
e3b696
- Update homepage, and download URLs
e3b696
- Update to 2.17.90, remove obsolete patch
e3b696
e3b696
* Tue Jan 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
e3b696
- Update to 2.17.5
e3b696
e3b696
* Mon Nov 20 2006 Alexander Larsson <alexl@redhat.com> - 2.17.3-2
e3b696
- Remove libtotem-plparser.so from totem package
e3b696
- Split out totem-plparser into subpackage
e3b696
- Resolves: #203640
e3b696
e3b696
* Wed Nov 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
e3b696
- Update to 2.17.3
e3b696
 
e3b696
* Sat Nov  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1 
e3b696
- Update to 2.17.2
e3b696
e3b696
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1 
e3b696
- Update to 2.17.1
e3b696
e3b696
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.0-1
e3b696
- Update to 2.17.0
e3b696
e3b696
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-2
e3b696
- Fix scripts to follow packaging guidelines
e3b696
e3b696
* Thu Sep  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1.fc6
e3b696
- Update to 2.16.1, including several improvements to 
e3b696
  the mozilla plugin
e3b696
e3b696
* Sun Sep  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
e3b696
- Update to 2.16.0
e3b696
e3b696
* Tue Aug 22 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.92-1.fc6
e3b696
- Update to 1.5.92
e3b696
- Require pkgconfig in the -devel package
e3b696
e3b696
* Mon Aug 14 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.91-2.fc6
e3b696
- Make translations work again
e3b696
e3b696
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.91-1.fc6
e3b696
- Update to 1.5.91
e3b696
e3b696
* Thu Aug  3 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.90-1.fc6
e3b696
- Update to 1.5.90
e3b696
e3b696
* Mon Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.4-4
e3b696
- Rebuild against firefox-devel
e3b696
e3b696
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.4-3
e3b696
- Don't use deprecated dbus api
e3b696
e3b696
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.4-2
e3b696
- Rebuild against dbus
e3b696
e3b696
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.4-1
e3b696
- Update to 1.5.4
e3b696
e3b696
* Wed Jun 14 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.2-2
e3b696
- Work around a gstreamer problem
e3b696
e3b696
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.2-1
e3b696
- Update to 1.5.2
e3b696
- BuildRequire hal
e3b696
- Update icon themes
e3b696
e3b696
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.1-1
e3b696
- Update to 1.5.1
e3b696
e3b696
* Wed Apr 19 2006 Matthias Clasen <mclasen@redhat.com> - 1.4.0-3
e3b696
- Add missing BuildRequires (#181304)
e3b696
e3b696
* Tue Mar 14 2006 Ray Strode <rstrode@redhat.com> - 1.4.0-2
e3b696
- Update to 1.4.0
e3b696
e3b696
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 1.4.0-1
e3b696
- Update to 1.4.0
e3b696
e3b696
* Tue Feb 28 2006 Matthias Clasen <mclasen@redhat.com> - 1.3.92-1
e3b696
- Update to 1.3.92
e3b696
e3b696
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 1.3.91-1
e3b696
- Update to 1.3.91
e3b696
e3b696
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.90-2.1
e3b696
- bump again for double-long bug on ppc(64)
e3b696
e3b696
* Thu Feb  9 2006 Matthias Clasen <mclasen@redhat.com> - 1.3.90-2
e3b696
- Rebuild
e3b696
e3b696
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.3.90-1.1
e3b696
- rebuilt for new gcc4.1 snapshot and glibc changes
e3b696
e3b696
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> - 1.3.90-1
e3b696
- Update to 1.3.90
e3b696
e3b696
* Fri Jan 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.3.1-1
e3b696
- Update to 1.3.1
e3b696
e3b696
* Fri Jan 06 2006 John (J5) Palmieri <johnp@redhat.com> 1.3.0-3
e3b696
- Build with gstreamer 0.10
e3b696
- Enable the mozilla plugin
e3b696
e3b696
* Thu Jan 05 2006 John (J5) Palmieri <johnp@redhat.com> 1.3.0-2
e3b696
- GStreamer has been split into gstreamer08 and gstreamer (0.10) packages
e3b696
  we need gstreamer08 for now
e3b696
e3b696
* Thu Dec 20 2005 Matthias Clasen <mclasen@redhat.com> 1.3.0-1
e3b696
- Update to 1.3.0
e3b696
e3b696
* Thu Dec 15 2005 Matthias Clasen <mclasen@redhat.com> 1.2.1-1
e3b696
- Update to 1.2.1
e3b696
e3b696
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e3b696
- rebuilt
e3b696
e3b696
* Wed Oct 26 2005 John (J5) Palmieri <johnp@redhat.com> - 1.2.0-1
e3b696
- Update to 1.2.0
e3b696
e3b696
* Tue Oct 25 2005 Matthias Clasen <mclasen@redhat.com> - 1.1.5-1
e3b696
- Update to 1.1.5
e3b696
e3b696
* Tue Aug 18 2005 John (J5) Palmieri <johnp@redhat.com> - 1.1.4-1
e3b696
- Update to upstream version 1.1.4 and rebuild
e3b696
- Don't build with nautilus-cd-burner on s390 platforms
e3b696
e3b696
* Fri Jul 22 2005 Colin Walters <walters@redhat.com> - 1.1.3-1
e3b696
- Update to upstream version 1.1.2
e3b696
e3b696
* Wed Jun 29 2005 John (J5) Palmieri <johnp@redhat.com> - 1.1.2-1
e3b696
- Update to upstream version 1.1.2
e3b696
e3b696
* Tue May 17 2005 John (J5) Palmieri <johnp@redhat.com> - 1.0.2-1
e3b696
- Update to upstream version 1.0.2 to fix minor bugs
e3b696
- Register the thumbnail and handlers schemas
e3b696
e3b696
* Tue Feb 29 2005 John (J5) Palmieri <johnp@redhat.com> - 1.0.1-1
e3b696
- Update to upstream version 1.0.1
e3b696
- Break out devel package
e3b696
e3b696
* Mon Feb 21 2005 Bill Nottingham <notting@redhat.com> - 0.101-4
e3b696
- fix %%post
e3b696
e3b696
* Wed Feb  2 2005 Matthias Clasen <mclasen@redhat.com> - 0.101-3
e3b696
- Obsolete nautilus-media
e3b696
- Install property page and thumbnailer
e3b696
e3b696
* Wed Feb  2 2005 Matthias Clasen <mclasen@redhat.com> - 0.101-2
e3b696
- Update to 0.101
e3b696
 
e3b696
* Mon Jan 03 2005 Colin Walters <walters@redhat.com> - 0.100-2
e3b696
- Grab patch totem-0.100-desktopfile.patch from CVS to fix
e3b696
  missing menu entry (144088)
e3b696
- Remove workaround for desktop file being misinstalled, fixed
e3b696
  by above patch
e3b696
e3b696
* Mon Jan 03 2005 Colin Walters <walters@redhat.com> - 0.100-1
e3b696
- New upstream version 0.100
e3b696
e3b696
* Sun Dec  5 2004 Bill Nottingham <notting@redhat.com> - 0.99.22-1
e3b696
- update to 0.99.22
e3b696
e3b696
* Thu Oct 28 2004 Colin Walters <walters@redhat.com> - 0.99.19-2
e3b696
- Add patch to remove removed items from package from help
e3b696
e3b696
* Thu Oct 14 2004 Colin Walters <walters@redhat.com> - 0.99.19-1
e3b696
- New upstream 0.99.19
e3b696
  - Fixes crasher with CD playback (see NEWS)
e3b696
e3b696
* Tue Oct 12 2004 Alexander Larsson <alexl@redhat.com> - 0.99.18-2
e3b696
- Call update-desktop-database in post
e3b696
e3b696
* Tue Oct 12 2004 Alexander Larsson <alexl@redhat.com> - 0.99.18-1
e3b696
- update to 0.99.18
e3b696
e3b696
* Wed Oct  6 2004 Alexander Larsson <alexl@redhat.com> - 
e3b696
- Initial version, based on specfile by Matthias Saou <http://freshrpms.net/>
e3b696