d47f9d
%global gtk3_version 3.16.0
d47f9d
%global libdmapsharing_version 2.9.19
d47f9d
%global libsecret_version 0.18
d47f9d
d47f9d
Name: rhythmbox
d47f9d
Summary: Music Management Application
d47f9d
Version: 3.4.2
d47f9d
Release: 8%{?dist}
d47f9d
License: GPLv2+ with exceptions and GFDL
d47f9d
URL: https://wiki.gnome.org/Apps/Rhythmbox
d47f9d
#VCS: git://git.gnome.org/rhythmbox
d47f9d
Source: https://download.gnome.org/sources/rhythmbox/3.4/%{name}-%{version}.tar.xz
d47f9d
d47f9d
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.0
d47f9d
BuildRequires: pkgconfig(grilo-0.3) >= 0.3.0
d47f9d
BuildRequires: pkgconfig(gstreamer-1.0)
d47f9d
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
d47f9d
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
d47f9d
BuildRequires: pkgconfig(gudev-1.0)
d47f9d
BuildRequires: pkgconfig(json-glib-1.0)
d47f9d
BuildRequires: pkgconfig(libbrasero-media3)
d47f9d
BuildRequires: pkgconfig(libdmapsharing-3.0) >= %{libdmapsharing_version}
d47f9d
BuildRequires: pkgconfig(libgpod-1.0)
d47f9d
BuildRequires: pkgconfig(libmtp)
d47f9d
BuildRequires: pkgconfig(libnotify)
d47f9d
BuildRequires: pkgconfig(libpeas-gtk-1.0)
d47f9d
BuildRequires: pkgconfig(libsecret-1) >= %{libsecret_version}
d47f9d
BuildRequires: pkgconfig(libsoup-2.4) >= 2.34.0
d47f9d
BuildRequires: pkgconfig(libxml-2.0)
d47f9d
BuildRequires: pkgconfig(pygobject-3.0)
d47f9d
BuildRequires: pkgconfig(tdb)
d47f9d
BuildRequires: pkgconfig(totem-plparser) >= 3.2.0
d47f9d
BuildRequires: gettext
d47f9d
BuildRequires: intltool
d47f9d
BuildRequires: itstool
d47f9d
BuildRequires: kernel-headers
d47f9d
BuildRequires: libappstream-glib
d47f9d
BuildRequires: python3-devel
d47f9d
BuildRequires: yelp-tools
d47f9d
BuildRequires: git
d47f9d
d47f9d
ExcludeArch:    s390 s390x
d47f9d
d47f9d
Requires: gtk3%{?_isa} >= %{gtk3_version}
d47f9d
Requires: gvfs-afc
d47f9d
Requires: libdmapsharing%{?_isa} >= %{libdmapsharing_version}
d47f9d
Requires: libpeas-loader-python3%{?_isa}
d47f9d
Requires: libsecret%{?_isa} >= %{libsecret_version}
d47f9d
Requires: media-player-info
d47f9d
Requires: python3-gobject
d47f9d
Requires: python3-mako
d47f9d
Requires: gstreamer1-plugins-good
d47f9d
d47f9d
BuildRequires: autoconf automake libtool intltool gtk-doc
d47f9d
Patch0: rb-3.4.2-bug-fixes.patch
d47f9d
d47f9d
Obsoletes: rhythmbox-upnp < %{version}-%{release}
d47f9d
Provides: rhythmbox-upnp = %{version}-%{release}
d47f9d
Obsoletes: rhythmbox-lirc < %{version}-%{release}
d47f9d
Provides: rhythmbox-lirc = %{version}-%{release}
d47f9d
d47f9d
%description
d47f9d
Rhythmbox is an integrated music management application based on the powerful
d47f9d
GStreamer media framework. It has a number of features, including an easy to
d47f9d
use music browser, searching and sorting, comprehensive audio format support
d47f9d
through GStreamer, Internet Radio support, playlists and more.
d47f9d
d47f9d
Rhythmbox is extensible through a plugin system.
d47f9d
d47f9d
%package devel
d47f9d
Summary: Development files for Rhythmbox plugins
d47f9d
Requires: %{name}%{?_isa} = %{version}-%{release}
d47f9d
d47f9d
%description devel
d47f9d
This package contains the development files necessary to create
d47f9d
a Rhythmbox plugin.
d47f9d
d47f9d
%prep
d47f9d
%autosetup -S git -p1
d47f9d
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
d47f9d
d47f9d
%build
d47f9d
%configure \
d47f9d
      --with-ipod \
d47f9d
      --without-hal \
d47f9d
      --disable-lirc
d47f9d
d47f9d
make %{?_smp_mflags}
d47f9d
d47f9d
%install
d47f9d
make install DESTDIR=%{buildroot}
d47f9d
d47f9d
# Remove libtool .la files
d47f9d
find %{buildroot} -name "*.la" -type f -delete
d47f9d
d47f9d
%find_lang %name --with-gnome
d47f9d
d47f9d
# Don't package api docs
d47f9d
rm -rf %{buildroot}/%{_datadir}/gtk-doc/
d47f9d
d47f9d
# And don't package vala
d47f9d
rm -f %{buildroot}%{_libdir}/rhythmbox/plugins/libsample-vala.so \
d47f9d
	%{buildroot}%{_libdir}/rhythmbox/plugins/sample-vala.rb-plugin
d47f9d
d47f9d
# Don't include header files for plugins
d47f9d
rm -rf %{buildroot}%{_libdir}/rhythmbox/plugins/*/*.h
d47f9d
d47f9d
# Rhythmbox plugins are Python 3, but python-zeitgeist is Python 2.
d47f9d
# https://bugzilla.redhat.com/show_bug.cgi?id=1062912
d47f9d
rm -rf %{buildroot}%{_libdir}/rhythmbox/plugins/rbzeitgeist
d47f9d
d47f9d
# Context plugin is disabled, so do not install the files.
d47f9d
rm -rf %{buildroot}%{_libdir}/rhythmbox/plugins/context
d47f9d
d47f9d
# Update the screenshot shown in the software center
d47f9d
#
d47f9d
# NOTE: It would be *awesome* if this file was pushed upstream.
d47f9d
#
d47f9d
# See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details.
d47f9d
#
d47f9d
appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/appdata/rhythmbox.appdata.xml \
d47f9d
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/rhythmbox/a.png \
d47f9d
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/rhythmbox/b.png 
d47f9d
d47f9d
%ldconfig_scriptlets
d47f9d
d47f9d
%files -f %{name}.lang
d47f9d
%license COPYING
d47f9d
%doc AUTHORS README NEWS
d47f9d
%{_bindir}/*
d47f9d
%{_datadir}/rhythmbox/
d47f9d
%{_datadir}/appdata/rhythmbox.appdata.xml
d47f9d
%{_datadir}/applications/rhythmbox.desktop
d47f9d
%{_datadir}/applications/rhythmbox-device.desktop
d47f9d
%{_datadir}/dbus-1/services/org.gnome.Rhythmbox3.service
d47f9d
%{_datadir}/glib-2.0/schemas/org.gnome.rhythmbox.gschema.xml
d47f9d
%{_datadir}/icons/hicolor/*/apps/*.png
d47f9d
%{_datadir}/icons/hicolor/*/apps/*.svg
d47f9d
%{_libdir}/librhythmbox-core.so*
d47f9d
%{_libdir}/mozilla/plugins/*.so
d47f9d
%dir %{_libdir}/rhythmbox
d47f9d
%dir %{_libdir}/rhythmbox/plugins
d47f9d
%{_libdir}/girepository-1.0/*.typelib
d47f9d
%{_libdir}/rhythmbox/plugins/android/
d47f9d
%{_libdir}/rhythmbox/plugins/artsearch/
d47f9d
%{_libdir}/rhythmbox/plugins/audiocd/
d47f9d
%{_libdir}/rhythmbox/plugins/audioscrobbler/
d47f9d
%{_libdir}/rhythmbox/plugins/cd-recorder/
d47f9d
%{_libdir}/rhythmbox/plugins/daap/
d47f9d
%{_libdir}/rhythmbox/plugins/dbus-media-server/
d47f9d
%{_libdir}/rhythmbox/plugins/fmradio/
d47f9d
%{_libdir}/rhythmbox/plugins/generic-player/
d47f9d
%{_libdir}/rhythmbox/plugins/grilo/
d47f9d
%{_libdir}/rhythmbox/plugins/im-status/
d47f9d
%{_libdir}/rhythmbox/plugins/ipod/
d47f9d
%{_libdir}/rhythmbox/plugins/iradio/
d47f9d
%{_libdir}/rhythmbox/plugins/lyrics/
d47f9d
%{_libdir}/rhythmbox/plugins/magnatune/
d47f9d
%{_libdir}/rhythmbox/plugins/mmkeys/
d47f9d
%{_libdir}/rhythmbox/plugins/mpris/
d47f9d
%{_libdir}/rhythmbox/plugins/mtpdevice/
d47f9d
%{_libdir}/rhythmbox/plugins/notification/
d47f9d
%{_libdir}/rhythmbox/plugins/power-manager/
d47f9d
%{_libdir}/rhythmbox/plugins/python-console/
d47f9d
%{_libdir}/rhythmbox/plugins/rb/
d47f9d
%{_libdir}/rhythmbox/plugins/replaygain/
d47f9d
%{_libdir}/rhythmbox/plugins/sendto/
d47f9d
%{_libdir}/rhythmbox/plugins/soundcloud/
d47f9d
%{_libdir}/rhythmbox/plugins/webremote/
d47f9d
%{_libdir}/rhythmbox/sample-plugins/
d47f9d
%{_libexecdir}/rhythmbox-metadata
d47f9d
%{_mandir}/man1/rhythmbox*.1*
d47f9d
d47f9d
%files devel
d47f9d
%{_includedir}/rhythmbox
d47f9d
%{_libdir}/pkgconfig/rhythmbox.pc
d47f9d
%{_datadir}/gir-1.0/*.gir
d47f9d
d47f9d
%changelog
d47f9d
* Mon Jul 16 2018 Bastien Nocera <bnocera@redhat.com> - 3.4.2-8
d47f9d
+ rhythmbox-3.4.2-8
d47f9d
- Rebuild for updated Python
d47f9d
d47f9d
* Wed Jun 13 2018 Bastien Nocera <bnocera@redhat.com> - 3.4.2-7
d47f9d
+ rhythmbox-3.4.2-7
d47f9d
- Fix warnings in art search when playing a radio
d47f9d
- Fix initial import never finishing
d47f9d
- Fix multimedia keys integration in GNOME
d47f9d
d47f9d
* Thu Jun 07 2018 Bastien Nocera <bnocera@redhat.com> - 3.4.2-6
d47f9d
+ rhythmbox-3.4.2-6
d47f9d
- Add gstreamer1-plugins-good requirement
d47f9d
d47f9d
* Wed Jun 06 2018 Bastien Nocera <bnocera@redhat.com> - 3.4.2-5
d47f9d
+ rhythmbox-3.4.2-5
d47f9d
- Remove LIRC plugin
d47f9d
- Fix 2 build warnings
d47f9d
- Remove BRs for removed visualiser plugin
d47f9d
d47f9d
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.2-4
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d47f9d
d47f9d
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.4.2-3
d47f9d
- Switch to %%ldconfig_scriptlets
d47f9d
d47f9d
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.4.2-2
d47f9d
- Remove obsolete scriptlets
d47f9d
d47f9d
* Mon Oct 09 2017 Kalev Lember <klember@redhat.com> - 3.4.2-1
d47f9d
- Update to 3.4.2
d47f9d
d47f9d
* Thu Aug 10 2017 Kalev Lember <klember@redhat.com> - 3.4.1-6
d47f9d
- Rebuilt for libtotem-plparser soname bump
d47f9d
d47f9d
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.4.1-5
d47f9d
- Rebuilt for libtotem-plparser soname bump
d47f9d
d47f9d
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-4
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d47f9d
d47f9d
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-3
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d47f9d
d47f9d
* Sun Dec 04 2016 David King <amigadave@amigadave.com> - 3.4.1-2
d47f9d
- Bump for libtdb update
d47f9d
d47f9d
* Sun Sep 11 2016 Kalev Lember <klember@redhat.com> - 3.4.1-1
d47f9d
- Update to 3.4.1
d47f9d
- Don't set group tags
d47f9d
d47f9d
* Sun Aug 14 2016 Kalev Lember <klember@redhat.com> - 3.4-1
d47f9d
- Update to 3.4
d47f9d
d47f9d
* Sun Apr 03 2016 David King <amigadave@amigadave.com> - 3.3.1-1
d47f9d
- Update to 3.3.1
d47f9d
d47f9d
* Wed Feb 10 2016 David King <amigadave@amigadave.com> - 3.3-3
d47f9d
- Drop non-functional Zeitgeist plugin (#1062912)
d47f9d
- Update man page glob in files section
d47f9d
- Avoid running configure twice
d47f9d
- Use pkgconfig for BuildRequires
d47f9d
- Use global instead of define
d47f9d
- Update URL
d47f9d
d47f9d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-2
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d47f9d
d47f9d
* Sun Jan 24 2016 Kalev Lember <klember@redhat.com> - 3.3-1
d47f9d
- Update to 3.3
d47f9d
d47f9d
* Fri Jan 08 2016 Michael Catanzaro <mcatanzaro@gnome.org> - 3.2.1-6
d47f9d
- Port to WK2
d47f9d
- Fix LibreFM icon
d47f9d
d47f9d
* Fri Dec 18 2015 Kalev Lember <klember@redhat.com> - 3.2.1-5
d47f9d
- Build with grilo 0.3.0
d47f9d
d47f9d
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-4
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
d47f9d
d47f9d
* Sat Jul 04 2015 Kalev Lember <klember@redhat.com> - 3.2.1-3
d47f9d
- Require libpeas-loader-python3 for Python 3 plugin support (#1226879)
d47f9d
d47f9d
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d47f9d
d47f9d
* Sun Apr 19 2015 Kalev Lember <kalevlember@gmail.com> - 3.2.1-1
d47f9d
- Update to 3.2.1
d47f9d
- Use license macro for the COPYING file
d47f9d
d47f9d
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 3.2-2
d47f9d
- Use better AppData screenshots
d47f9d
d47f9d
* Sun Mar 29 2015 Kalev Lember <kalevlember@gmail.com> - 3.2-1
d47f9d
- Update to 3.2
d47f9d
d47f9d
* Sun Sep 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.1-1
d47f9d
- Update to 3.1
d47f9d
- Tighten subpackage deps
d47f9d
d47f9d
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-4
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d47f9d
d47f9d
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.0.3-3
d47f9d
- Rebuilt for gobject-introspection 1.41.4
d47f9d
d47f9d
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-2
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d47f9d
d47f9d
* Sun May 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.0.3-1
d47f9d
- Update to 3.0.3
d47f9d
d47f9d
* Fri May 23 2014 Adam Williamson <awilliam@redhat.com> - 3.0.2-4
d47f9d
- backport crash-on-import fix, BGO #724931, RHBZ #1013858
d47f9d
d47f9d
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.0.2-3
d47f9d
- Drop gnome-icon-theme dependency on F21+
d47f9d
d47f9d
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.0.2-2
d47f9d
- Backport upstream fix for the previous issue
d47f9d
d47f9d
* Wed Apr 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.0.2-1.1
d47f9d
- Revert a menu rebuilding optimization that triggers crashes with F20
d47f9d
  gtk3 (#1082543)
d47f9d
d47f9d
* Sun Mar 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.0.2-1
d47f9d
- Update to 3.0.2
d47f9d
d47f9d
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.0.1-8
d47f9d
- Rebuilt for cogl soname bump
d47f9d
d47f9d
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> 3.0.1-7
d47f9d
- FTBFS fix: run autoreconf to deal with new automake
d47f9d
d47f9d
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 3.0.1-6
d47f9d
- Rebuild for libevdev soname bump
d47f9d
d47f9d
* Wed Feb 05 2014 Adam Williamson <awilliam@redhat.com> - 3.0.1-5
d47f9d
- backport upstream fix for crash in libsoup stuff
d47f9d
d47f9d
* Wed Feb 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.0.1-4
d47f9d
- Rebuilt for cogl soname bump
d47f9d
d47f9d
* Mon Dec 30 2013 Adam Williamson <awilliam@redhat.com> - 3.0.1-3
d47f9d
- backport fix for BGO #719514 / RH #1047018 (use_after_deref)
d47f9d
d47f9d
* Thu Dec 26 2013 Adam Williamson <awilliam@redhat.com> - 3.0.1-2
d47f9d
- backport fix for BGO #710493 / RH #1043259 (generate_images_hidden)
d47f9d
d47f9d
* Tue Dec 10 2013 Adam Williamson <awilliam@redhat.com> - 3.0.1-1
d47f9d
- new upstream release 3.0.1
d47f9d
d47f9d
* Thu Sep 19 2013 Kalev Lember <kalevlember@gmail.com> - 3.0-3
d47f9d
- Rebuilt for totem-pl-parser soname bump
d47f9d
d47f9d
* Fri Sep 13 2013 Kalev Lember <kalevlember@gmail.com> - 3.0-2
d47f9d
- Backport a patch to fix music importing when compiled with
d47f9d
  stack-protector-strong
d47f9d
d47f9d
* Tue Sep 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.0-1
d47f9d
- Update to 3.0
d47f9d
- Switch to Python 3
d47f9d
d47f9d
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 2.99.1-3
d47f9d
- Rebuilt for cogl 1.15.4 soname bump
d47f9d
d47f9d
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.1-2
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d47f9d
d47f9d
* Sat Apr 13 2013 Kalev Lember <kalevlember@gmail.com> 2.99.1-1
d47f9d
- Update to 2.99.1
d47f9d
d47f9d
* Sun Apr 07 2013 Kalev Lember <kalevlember@gmail.com> 2.99-1
d47f9d
- Update to 2.99
d47f9d
d47f9d
* Sat Mar 30 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.98-7
d47f9d
- Add missing files to fix FTBFS
d47f9d
d47f9d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.98-6
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d47f9d
d47f9d
* Wed Jan 16 2013 Matthias Clasen <mclasen@redhat.com> 2.98-5
d47f9d
- Rebuild
d47f9d
d47f9d
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> 2.98-4
d47f9d
- Backport a patch to fix a crash with the visualiser plugin enabled
d47f9d
d47f9d
* Thu Oct 11 2012 Kalev Lember <kalevlember@gmail.com> 2.98-3
d47f9d
- Disable the context pane plugin when webkit isn't available
d47f9d
d47f9d
* Wed Oct 10 2012 Kalev Lember <kalevlember@gmail.com> 2.98-2
d47f9d
- Temporarly disable webkit support to prevent mixed gst 0.10 / 1.0 linkage
d47f9d
d47f9d
* Sun Sep 30 2012 Kalev Lember <kalevlember@gmail.com> 2.98-1
d47f9d
- Update to 2.98
d47f9d
- Drop the dep on musicbrainz; rhythmbox now uses an internal library instead
d47f9d
d47f9d
* Thu Aug 30 2012 Tom Callaway <spot@fedoraproject.org> 2.97-5
d47f9d
- rebuild for grilo 0.2.0
d47f9d
d47f9d
* Thu Aug 30 2012 Bastien Nocera <bnocera@redhat.com> 2.97-4
d47f9d
- Port to libmusicbrainz5
d47f9d
d47f9d
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> 2.97-3
d47f9d
- Rebuild against new cogl/clutter
d47f9d
d47f9d
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.97-2
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d47f9d
d47f9d
* Wed Jun 06 2012 Bastien Nocera <bnocera@redhat.com> 2.97-1
d47f9d
- Update to 2.97
d47f9d
d47f9d
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 2.96-3
d47f9d
- Silence rpm scriptlet output
d47f9d
d47f9d
* Wed Apr 11 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.96-2
d47f9d
- Rebuild for new libimobiledevice and usbmuxd
d47f9d
d47f9d
* Tue Mar 13 2012 Cosimo Cecchi <cosimoc@redhat.com> - 2.96-1
d47f9d
- Update to 2.96
d47f9d
d47f9d
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 2.95-5
d47f9d
- Rebuild for new cogl
d47f9d
d47f9d
* Thu Mar  1 2012 Bill Nottingham <notting@redhat.com> - 2.95-4
d47f9d
- Fix python dependencies
d47f9d
d47f9d
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 2.95-3
d47f9d
- Rebuild for new cogl
d47f9d
d47f9d
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 2.95-2
d47f9d
- Rebuild for new cogl
d47f9d
d47f9d
* Tue Jan 17 2012 Cosimo Cecchi <cosimoc@redhat.com> - 2.95-1
d47f9d
- Update to 2.95
d47f9d
d47f9d
* Mon Jan 09 2012 Bastien Nocera <bnocera@redhat.com> 2.90.2-1.git20111104
d47f9d
- Update to 2.90.2
d47f9d
d47f9d
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> -  2.90.1-20.git20111104
d47f9d
- Rebuild against new clutter
d47f9d
d47f9d
* Fri Nov  4 2011 Adam Williamson <awilliam@redhat.com> - 2.90.1-19.git20111104
d47f9d
- another git snapshot
d47f9d
- magnatune plugin is 'temporarily' disabled upstream
d47f9d
d47f9d
* Fri Oct 14 2011 Adam Williamson <awilliam@redhat.com> - 2.90.1-18.git20111014
d47f9d
- another git snapshot
d47f9d
d47f9d
* Tue Sep 27 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.90.1-17.git20110927
d47f9d
- Update to a newer git snapshot
d47f9d
- Include the new Grilo-based plugin, obsoletes the UPNP and Jamendo plugins
d47f9d
d47f9d
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.90.1-16.git20110829
d47f9d
- Rebuild against newer clutter
d47f9d
d47f9d
* Mon Aug 29 2011 Adam Williamson <awilliam@redhat.com> - 2.90.1-15.git20110829
d47f9d
- update to a newer git snapshot to fix another crasher
d47f9d
- rebuild against new libpeas to make plugins work again (rh #732855)
d47f9d
d47f9d
* Tue Aug 23 2011 Adam Williamson <awilliam@redhat.com> - 2.90.1-14.git20110823
d47f9d
- update to a newer git snapshot again to fix a crasher
d47f9d
d47f9d
* Mon Aug 22 2011 Adam Williamson <awilliam@redhat.com> - 2.90.1-13.git20110822
d47f9d
- update to a newer git snapshot
d47f9d
- adjust BRs
d47f9d
	+ libgnome-media-profiles is no longer needed (not used
d47f9d
	  upstream), but it implied gconf2-devel, so add that
d47f9d
	+ add clutter-gst, clutter-gtk and libmx for the vis plugin
d47f9d
	+ bump version of libdmapsharing required
d47f9d
- package the visualizer plugin
d47f9d
d47f9d
* Sat Jul 16 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.90.1-12.git20110716
d47f9d
- Update to a newer git snapshot
d47f9d
d47f9d
* Sat Jun 18 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.90.1-11.git20110502
d47f9d
- Rebuild for libmtp SONAME change.
d47f9d
d47f9d
* Wed May 25 2011 Dan Williams <dcbw@redhat.com> - 2.90.1-10.git20110502
d47f9d
- Fix crash handling dates (rh #699290)
d47f9d
d47f9d
* Mon May 02 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.90.1-9.git20110502
d47f9d
- Update to a newer git snapshot
d47f9d
d47f9d
* Thu Apr 14 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.90.1-8.git20110414
d47f9d
- Update to a newer git snapshot
d47f9d
d47f9d
* Tue Mar 29 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.90.1-7.git20110329
d47f9d
- Update to a newer git snapshot, should hopefully fix cover art.
d47f9d
d47f9d
* Mon Mar 28 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.90.1-6.git20110328
d47f9d
- Update to a newer git snapshot
d47f9d
d47f9d
* Wed Mar 16 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.90.1-5.git20110316
d47f9d
- Update to a newer git snapshot
d47f9d
d47f9d
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com>
d47f9d
- Rebuild against newer gtk
d47f9d
d47f9d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.90.1-3.git20110207
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d47f9d
d47f9d
* Tue Feb  8 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.0-2.git20110207
d47f9d
- Re-enable DAAP sharing plugin now that we have a newer libdmapsharing
d47f9d
- Add WebKitGTK 3 to build requires
d47f9d
d47f9d
* Mon Feb  7 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.0-1.git20110207
d47f9d
- Update to a 2.91.0 git snapshot
d47f9d
- Disable DAAP sharing plugin, as it requires a newer libdmapsharing
d47f9d
- Depend on gtk3
d47f9d
d47f9d
* Wed Feb  2 2011 Matthias Clasen <mclasen@Redhat.com>  0.13.3-3
d47f9d
- Rebuild against newer gtk
d47f9d
d47f9d
* Tue Jan 25 2011 Matthias Clasen <mclasen@Redhat.com>  0.13.3-2
d47f9d
- Just require gnome-icon-theme-legacy for icons
d47f9d
d47f9d
* Sun Jan 16 2011 Matthias Clasen <mclasen@Redhat.com>  0.13.3-1
d47f9d
- Update to 0.13.3
d47f9d
d47f9d
* Tue Jan 11 2011 Adam Williamson <awilliam@redhat.com> 0.13.2-4
d47f9d
- replace Matthias' incomplete patch for libgnome-media-profiles
d47f9d
  with upstream commit dae77ce5437884bec29c90d5ae303816abc18434
d47f9d
  (from gobject-introspection branch), rediffed (configure.ac)
d47f9d
d47f9d
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 0.13.2-3
d47f9d
- Rebuild against newer gtk
d47f9d
d47f9d
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> 0.13.2-2
d47f9d
- Build against libnotify 0.7.0
d47f9d
d47f9d
* Mon Nov 01 2010 Bastien Nocera <bnocera@redhat.com> 0.13.2-1
d47f9d
- Update to 0.13.2
d47f9d
d47f9d
* Tue Sep 07 2010 Bastien Nocera <bnocera@redhat.com> 0.13.1-1
d47f9d
- Update to 0.13.1
d47f9d
d47f9d
* Wed Aug 25 2010 Jochen Schmitt <Jochen herr-schmitt de> - 0.13.0-6
d47f9d
- Rebuild to fix broken deps
d47f9d
d47f9d
* Wed Aug 11 2010 Matthias Clasen <mclasen@redhat.com> - 0.13.0-5
d47f9d
- Rebuild against newer brasero
d47f9d
d47f9d
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 0.13.0-4
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
d47f9d
d47f9d
* Mon Jul 19 2010 Bastien Nocera <bnocera@redhat.com> 0.13.0-3
d47f9d
- Recompile against gnome-media with GTK+ 3.x support, even
d47f9d
  if it will break run-time
d47f9d
d47f9d
* Thu Jul 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.13.0-2
d47f9d
- Rebuild against new brasero, drop brasero-media dep temporarily
d47f9d
d47f9d
* Sat Jul  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.13.0-1
d47f9d
- Update to 0.13.0
d47f9d
d47f9d
* Mon Jun 28 2010 Bastien Nocera <bnocera@redhat.com> 0.12.90-2
d47f9d
- Fix pkgconfig requires (not pkg-config!)
d47f9d
d47f9d
* Fri Jun 25 2010 Bastien Nocera <bnocera@redhat.com> 0.12.90-1
d47f9d
- Update to 0.12.90
d47f9d
d47f9d
* Fri Jun 11 2010 Matthias Clasen <mclasen@redhatcom> 0.12.8-5
d47f9d
- Rebuild against new brasero
d47f9d
d47f9d
* Tue Jun 01 2010 Bastien Nocera <bnocera@redhat.com> 0.12.8-4
d47f9d
- Another pass at removing HAL deps
d47f9d
d47f9d
* Wed Apr 07 2010 Bastien Nocera <bnocera@redhat.com> 0.12.8-3
d47f9d
- Require gnome-icon-theme-extras for device icon goodness
d47f9d
d47f9d
* Mon Mar 29 2010 Bastien Nocera <bnocera@redhat.com> 0.12.8-2
d47f9d
- Update to 0.12.8
d47f9d
- Rebuild with a changelog
d47f9d
d47f9d
* Mon Mar 22 2010 Bastien Nocera <bnocera@redhat.com> 0.12.7-5
d47f9d
- Fix iPhones and iPod Touches being handled by the MTP plugin
d47f9d
d47f9d
* Mon Mar 15 2010 Bastien Nocera <bnocera@redhat.com> 0.12.7-4
d47f9d
- Fix assertion in rhythmdb_property_model_delete_prop() (#540065)
d47f9d
d47f9d
* Thu Mar 11 2010 Bastien Nocera <bnocera@redhat.com> 0.12.7-3
d47f9d
- Really remove HAL dependency
d47f9d
- Require gvfs-afc for iPhone support
d47f9d
d47f9d
* Wed Mar  3 2010 Matthias Clasen <mclasen@redhat.com> 0.12.7-2
d47f9d
- Add a missing icon back
d47f9d
d47f9d
* Mon Mar 01 2010 Bastien Nocera <bnocera@redhat.com> 0.12.7-1
d47f9d
- Update to 0.12.7
d47f9d
d47f9d
* Sun Feb 21 2010 Bastien Nocera <bnocera@redhat.com> 0.12.6.91-1
d47f9d
- Update to 0.12.6.91
d47f9d
d47f9d
* Tue Feb 09 2010 Bastien Nocera <bnocera@redhat.com> 0.12.6-8
d47f9d
- Fix crasher on startup when the MTP device could not be
d47f9d
  opened (#563195)
d47f9d
d47f9d
* Tue Jan 26 2010 Bastien Nocera <bnocera@redhat.com> 0.12.6-7
d47f9d
- Rebuild for new totem-pl-parser
d47f9d
d47f9d
* Wed Jan 06 2010 Bastien Nocera <bnocera@redhat.com> 0.12.6-6
d47f9d
- Add patches from F-12
d47f9d
d47f9d
* Tue Dec 15 2009 Matthias Clasen <mclasen@redhat.com> 0.12.6-5
d47f9d
- Don't include header files for plugins
d47f9d
d47f9d
* Thu Dec 10 2009 Bastien Nocera <bnocera@redhat.com> 0.12.6-4
d47f9d
- Fix crasher when musicbrainz cannot read a disc (#546188)
d47f9d
d47f9d
* Thu Dec 10 2009 Bastien Nocera <bnocera@redhat.com> 0.12.6-3
d47f9d
- Fix crasher in WebKit when using the context pane (#540672)
d47f9d
d47f9d
* Mon Dec 07 2009 Bastien Nocera <bnocera@redhat.com> 0.12.6-2
d47f9d
- Remove libhal requirement
d47f9d
d47f9d
* Sun Nov 22 2009 Bastien Nocera <bnocera@redhat.com> 0.12.6-1
d47f9d
- Update to 0.12.6
d47f9d
d47f9d
* Wed Nov 18 2009 Bastien Nocera <bnocera@redhat.com> 0.12.5.91-1
d47f9d
- Update to 0.12.5.91
d47f9d
d47f9d
* Tue Nov 03 2009 Bastien Nocera <bnocera@redhat.com> 0.12.5-8
d47f9d
- Fix brasero project generation
d47f9d
d47f9d
* Mon Oct 19 2009 Bastien Nocera <bnocera@redhat.com> 0.12.5-7
d47f9d
- Use bicubic volumes in the UI
d47f9d
d47f9d
* Fri Oct 16 2009 Bastien Nocera <bnocera@redhat.com> 0.12.5-6
d47f9d
- Avoid using HEAD to get podcast mime-types
d47f9d
d47f9d
* Tue Oct 13 2009 Bastien Nocera <bnocera@redhat.com> 0.12.5-5
d47f9d
- Fix DAAP plugin not working
d47f9d
d47f9d
* Wed Sep 30 2009 Bastien Nocera <bnocera@redhat.com> 0.12.5-4
d47f9d
- Enable the FM radio plugin
d47f9d
d47f9d
* Mon Sep 28 2009 Bastien Nocera <bnocera@redhat.com> 0.12.5-3
d47f9d
- Fix the symbols for the browser plugin being mangled (#525826)
d47f9d
d47f9d
* Mon Sep 28 2009 Richard Hughes  <rhughes@redhat.com> - 0.12.5-2
d47f9d
- Apply a patch from upstream to inhibit gnome-session, rather than
d47f9d
  gnome-power-manager. This fixes a warning on rawhide.
d47f9d
d47f9d
* Fri Sep 18 2009 Bastien Nocera <bnocera@redhat.com> 0.12.5-1
d47f9d
- Update to 0.12.5
d47f9d
d47f9d
* Wed Sep 02 2009 Bastien Nocera <bnocera@redhat.com> 0.12.4-3
d47f9d
- Add upstream patch to use the correct path for mpi files
d47f9d
d47f9d
* Tue Sep 01 2009 Bastien Nocera <bnocera@redhat.com> 0.12.4-2
d47f9d
- Remove obsolete configure flags
d47f9d
- Add libgudev BR
d47f9d
- Add media-player-info requires (note, not built yet)
d47f9d
d47f9d
* Tue Sep 01 2009 Bastien Nocera <bnocera@redhat.com> 0.12.4-1
d47f9d
- Update to 0.12.4
d47f9d
d47f9d
* Sat Aug 22 2009 Matthias Clasen <mclasen@redhat.com> - 0.12.3-5
d47f9d
- Respect the button-images setting better
d47f9d
d47f9d
* Wed Aug 19 2009 Matthias Clasen <mclasen@redhat.com> - 0.12.3-4
d47f9d
- Use the right spinner icon
d47f9d
d47f9d
* Wed Aug 19 2009 Bastien Nocera <bnocera@redhat.com> 0.12.3-3
d47f9d
- Fix audio CD activation (#517685)
d47f9d
d47f9d
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.3-2
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d47f9d
d47f9d
* Thu Jul 09 2009 Bastien Nocera <bnocera@redhat.com> 0.12.3-1
d47f9d
- Udpate to 0.12.3
d47f9d
d47f9d
* Wed Jul 01 2009 Bastien Nocera <bnocera@redhat.com> 0.12.2.93-1
d47f9d
- Update to 0.12.2.93
d47f9d
d47f9d
* Tue Jun 30 2009 Bastien Nocera <bnocera@redhat.com> 0.12.2.92-1
d47f9d
- Update to 0.12.2.92
d47f9d
d47f9d
* Mon Jun 29 2009 Bastien Nocera <bnocera@redhat.com> 0.12.2.91-1
d47f9d
- Update to 0.12.2.91
d47f9d
d47f9d
* Thu Jun 04 2009 Bastien Nocera <bnocera@redhat.com> 0.12.2-1
d47f9d
- Update to 0.12.2
d47f9d
d47f9d
* Thu May 07 2009 Bastien Nocera <bnocera@redhat.com> 0.12.1-3
d47f9d
- Add patch for sound-juicer changes
d47f9d
d47f9d
* Wed Apr 29 2009 - Matthias Clasen <mclasen@redhat.com> - 0.12.1-2
d47f9d
- Update WKNC urls (#498258)
d47f9d
d47f9d
* Tue Apr 28 2009 - Bastien Nocera <bnocera@redhat.com> - 0.12.1-1
d47f9d
- Update to 0.12.1
d47f9d
d47f9d
* Wed Apr 22 2009 - Bastien Nocera <bnocera@redhat.com> - 0.12.0.92-1
d47f9d
- Update to 0.12.0.92
d47f9d
d47f9d
* Tue Apr 14 2009 - Bastien Nocera <bnocera@redhat.com> - 0.12.0-5
d47f9d
- Fix possible crashers in the libmusicbrainz3 code
d47f9d
d47f9d
* Thu Apr 09 2009 - Bastien Nocera <bnocera@redhat.com> - 0.12.0-4
d47f9d
- Fix iPod detection with the DeviceKit-disks gvfs monitor (#493640)
d47f9d
d47f9d
* Wed Mar 25 2009 - Bastien Nocera <bnocera@redhat.com> - 0.12.0-3
d47f9d
- Fix crasher in the PSP and Nokia plugins
d47f9d
d47f9d
* Tue Mar 24 2009 - Bastien Nocera <bnocera@redhat.com> - 0.12.0-2
d47f9d
- Add patch to use decodebin2 instead of decodebin and fix
d47f9d
  playback problems with chained ogg streams (#446283)
d47f9d
d47f9d
* Thu Mar 19 2009 - Bastien Nocera <bnocera@redhat.com> - 0.12.0-1
d47f9d
- Update to 0.12.0
d47f9d
d47f9d
* Wed Mar 18 2009 - Bastien Nocera <bnocera@redhat.com> - 0.11.99.3-1
d47f9d
- Update to 0.11.99.3 pre-release
d47f9d
d47f9d
* Tue Mar 17 2009 - Bastien Nocera <bnocera@redhat.com> - 0.11.99.2-1
d47f9d
- Update to 0.11.99.2 pre-release
d47f9d
d47f9d
* Fri Mar 13 2009 - Bastien Nocera <bnocera@redhat.com> - 0.11.99.1-1
d47f9d
- Update to 0.11.99.1 pre-release
d47f9d
d47f9d
* Thu Mar 12 2009 - Bastien Nocera <bnocera@redhat.com> - 0.11.99-1
d47f9d
- Update to 0.11.99 pre-release
d47f9d
d47f9d
* Mon Mar 09 2009 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-30.r6184
d47f9d
- Update to r6184
d47f9d
- Change default burner plugin to brasero
d47f9d
d47f9d
* Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-29.r6176
d47f9d
- Update to r6176
d47f9d
- Drop upstreamed patches
d47f9d
d47f9d
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.6-28.r6096
d47f9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d47f9d
d47f9d
* Fri Feb 20 2009 Todd Zullinger <tmz@pobox.com> - 0.11.6-27.r6096
d47f9d
- Rebuild against libgpod-0.7.0
d47f9d
d47f9d
* Thu Feb 19 2009 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-26.r6096
d47f9d
- libmusicbrainz is gone
d47f9d
d47f9d
* Tue Feb 17 2009 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-25.r6096
d47f9d
- Add patch to set the PulseAudio properties
d47f9d
d47f9d
* Fri Feb 13 2009 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-24.r6096
d47f9d
- Use the pulsesink's volume instead of our own one
d47f9d
- Fix crasher when musicbrainz3 doesn't get a match for an audio CD (#481441)
d47f9d
d47f9d
* Tue Jan 20 2009 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-23.r6096
d47f9d
- Fix UPNP plugin for use with external Louie (#480036)
d47f9d
d47f9d
* Mon Jan 19 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.11.6-22.r6096
d47f9d
- Backport patch to fix avahi assertion in DAAP plugin.
d47f9d
d47f9d
* Tue Jan 13 2009 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-21.r6096
d47f9d
- Add more Python deps for the UPNP plugin (#474372)
d47f9d
- Require gstreamer-python-devel, as it's been split from gstreamer-python
d47f9d
d47f9d
* Mon Jan 05 2009 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-20.r6096
d47f9d
- Don't ship our own iradio playlist, the changes are already upstream
d47f9d
d47f9d
* Tue Dec 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-19.r6096
d47f9d
- Update to rev 6096
d47f9d
- Fixes some crashers during playback
d47f9d
d47f9d
* Tue Dec 02 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-18-r6086
d47f9d
- Update to rev 6086
d47f9d
- Add libmusicbrainz3 support
d47f9d
d47f9d
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.11.6-17.r6005
d47f9d
- Rebuild for Python 2.6
d47f9d
d47f9d
* Sat Nov 22 2008 Matthias Clasen <mclasen@redhat.com>
d47f9d
- Better URL
d47f9d
- Tweak description
d47f9d
d47f9d
* Thu Oct 30 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-15.r6005
d47f9d
- Update to rev 6005
d47f9d
- Fixes typo in the LIRC config
d47f9d
- Force GConf library location to be a URI on startup
d47f9d
d47f9d
* Mon Oct 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-15.r6002
d47f9d
- Update to rev 6002
d47f9d
d47f9d
* Mon Oct 20 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-14.r5988
d47f9d
- Update to rev 5988, add patch to avoid duplicate tracks on iPods
d47f9d
d47f9d
* Wed Oct  8 2008 Matthias Clasen  <mclasen@redhat.com> - 0.11.6-13.r5966
d47f9d
- Save some space
d47f9d
d47f9d
* Fri Oct 03 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-12.r5966
d47f9d
- Update to latest trunk
d47f9d
- Fix license info to match that of upstream
d47f9d
d47f9d
* Wed Oct 01 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-11.r5957
d47f9d
- Update source name
d47f9d
d47f9d
* Wed Oct 01 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-10.r5957
d47f9d
- Update to latest trunk
d47f9d
- Fixes lirc plugin never finishing loading
d47f9d
d47f9d
* Wed Oct 01 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-9.r5956
d47f9d
- Update release version
d47f9d
d47f9d
* Wed Oct 01 2008 - Bastien Nocera <bnocera@redhat.com> 0.11.6-r5956
d47f9d
- Update to latest trunk version, with GIO support and very many
d47f9d
  bug fixes
d47f9d
- Remove obsoleted patches, autotools and xulrunner-devel BRs
d47f9d
d47f9d
* Wed Sep  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.11.6-8
d47f9d
- fix license tag
d47f9d
d47f9d
* Mon Sep 01 2008 - Bastien Nocera <bnocera@redhat.com> 0.11.6-7
d47f9d
- Add wbur.org to the default playlist (#446791)
d47f9d
d47f9d
* Sat Aug 23 2008 - Linus Walleij <triad@df.lth.se> 0.11.6-6
d47f9d
- Rebuild package to pick up libmtp 0.3.0 deps
d47f9d
d47f9d
* Thu Aug 14 2008 - Bastien Nocera <bnocera@redhat.com> 0.11.6-5
d47f9d
- Add a default LIRC configuration, so it works out-of-the-box
d47f9d
d47f9d
* Tue Aug 12 2008 - Bastien Nocera <bnocera@redhat.com> 0.11.6-4
d47f9d
- Add patch for libmtp 0.3 support (#458388)
d47f9d
d47f9d
* Sat Jul 26 2008 Matthias Clasen  <mclasen@redhat.com> 0.11.6-3
d47f9d
- Use standard icon names in a few places
d47f9d
d47f9d
* Sun Jul 20 2008 Adam Jackson <ajax@redhat.com> 0.11.6-2
d47f9d
- rhythmbox-0.11.5-xfade-buffering.patch: Backport from svn to fix playback
d47f9d
  start when the crossfader is active.
d47f9d
d47f9d
* Mon Jul 14 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.6-1
d47f9d
- Update to 0.11.6
d47f9d
- Remove loads of upstreamed patches
d47f9d
d47f9d
* Mon Jun 16 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.5-15
d47f9d
- Avoid crash on new iPods (#451547)
d47f9d
d47f9d
* Wed May 14 2008 - Matthias Clasen <mclasen@redhat.com> - 0.11.5-14
d47f9d
- Rebuild again 
d47f9d
d47f9d
* Tue May 13 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.5-13
d47f9d
- Rebuild
d47f9d
d47f9d
* Wed May 07 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.5-12
d47f9d
- Prefer Ogg previews for Magnatune
d47f9d
d47f9d
* Thu Apr 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.11.5-11
d47f9d
- Drop big ChangeLog file
d47f9d
d47f9d
* Fri Apr 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.5-10
d47f9d
- Add patch to use the new Amazon search, the old one was shutdown
d47f9d
d47f9d
* Tue Apr 08 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.5-9
d47f9d
- Update deadlock fix patch
d47f9d
d47f9d
* Mon Apr 07 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.5-8
d47f9d
- Add patch to avoid deadlocks when playing music through the cross-fade backend
d47f9d
d47f9d
* Fri Apr 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.5-7
d47f9d
- Add patch to work-around transfer of some filenames to VFAT iPods (#440668)
d47f9d
d47f9d
* Fri Apr 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.5-6
d47f9d
- Add patch to fix CDDA autostart from nautilus (#440489)
d47f9d
d47f9d
* Mon Mar 31 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.5-5
d47f9d
- Force podcast parsing, as we already know it's a Podcast
d47f9d
d47f9d
* Mon Mar 31 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.5-4
d47f9d
- Add a 24x24 icon so it doesn't look blurry in the panel
d47f9d
d47f9d
* Thu Mar 20 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.5-3
d47f9d
- Patch from upstream to fix URL encoding, as soup_encode_uri()
d47f9d
  doesn't encode in place anymore, should fix track submission
d47f9d
  with last.fm
d47f9d
d47f9d
* Mon Mar 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.5-2
d47f9d
- Fix possible crasher in playlist activation
d47f9d
d47f9d
* Mon Mar 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.5-1
d47f9d
- Update to 0.11.5
d47f9d
- Remove outdated patches
d47f9d
d47f9d
* Thu Mar 13 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.4-13
d47f9d
- Big update of the UPNP plugin, with MediaRenderer support
d47f9d
- Add patch to make the pane window bigger by default (#437066)
d47f9d
d47f9d
* Wed Mar 12 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.4-12
d47f9d
- Remove ExcludeArch for ppc/ppc64
d47f9d
d47f9d
* Tue Mar 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.4-11
d47f9d
- Add patch to save the album artwork onto the iPod (#435952)
d47f9d
d47f9d
* Mon Mar 03 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.4-10
d47f9d
- Add a patch to fix activating audio players with a directory instead
d47f9d
  of a device path (GNOME bug #519737)
d47f9d
d47f9d
* Mon Feb 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.11.4-9
d47f9d
- Fix the media player patch to work
d47f9d
d47f9d
* Thu Feb 14 2008 Matthias Clasen <mclasen@redhat.com> - 0.11.4-8
d47f9d
- Rebuild against new libsoup
d47f9d
d47f9d
* Tue Feb 05 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.4-7
d47f9d
- Update libsoup 2.4 patch again from upstream
d47f9d
d47f9d
* Mon Feb 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.4-6
d47f9d
- Update libsoup 2.4 patch from upstream
d47f9d
- Add patch to fix the media player keys API usage
d47f9d
d47f9d
* Tue Jan 29 2008  Matthias Clasen <mclasen@redhat.com> - 0.11.4-5
d47f9d
- Port to libsoup 2.4
d47f9d
d47f9d
* Fri Jan 18 2008  Matthias Clasen <mclasen@redhat.com> - 0.11.4-4
d47f9d
- Add content-type support
d47f9d
d47f9d
* Thu Jan 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.4-3
d47f9d
- Own the plugins dir (#389111)
d47f9d
d47f9d
* Wed Jan 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.4-2
d47f9d
- Add patch to make the power manager plugin disablable (#428034)
d47f9d
d47f9d
* Fri Dec 21 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.4-1
d47f9d
- Update to 0.11.4
d47f9d
d47f9d
* Fri Dec 07 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.3-9
d47f9d
- Add patch to fix possible crasher when playing any song (#410991)
d47f9d
d47f9d
* Fri Nov 30 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.3-8
d47f9d
- Update patch for the Podcast parsing to include the browser plugin
d47f9d
  for the iTunes detection
d47f9d
d47f9d
* Fri Nov 30 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.3-7
d47f9d
- Add patch to avoid crashing if no Python plugins are enabled by default
d47f9d
  (#393531)
d47f9d
d47f9d
* Thu Nov 29 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.3-6
d47f9d
- Remove stupid return that caused Podcasts never to be updated
d47f9d
  (see http://bugzilla.gnome.org/show_bug.cgi?id=500325)
d47f9d
d47f9d
* Wed Nov 21 2007 Todd Zullinger <tmz@pobox.com> - 0.11.3-5
d47f9d
- Rebuild against libgpod-0.6.0
d47f9d
d47f9d
* Sat Nov 17 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.3-4
d47f9d
- Better DAAP fix (#382351)
d47f9d
d47f9d
* Wed Nov 14 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.3-3
d47f9d
- Add missing gstreamer-python run-time dependency (#382921)
d47f9d
d47f9d
* Tue Nov 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.3-2
d47f9d
- Add upstream patch to implement missing plugins support
d47f9d
d47f9d
* Mon Nov 12 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.3-1
d47f9d
- Update to 0.11.3
d47f9d
- Remove a whole load of upstreamed patches
d47f9d
d47f9d
* Sat Nov 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.2-14
d47f9d
- Rebuild against newer libmtp
d47f9d
d47f9d
* Wed Oct 31 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.2-13
d47f9d
- Rebuild for new totem
d47f9d
d47f9d
* Mon Oct 29 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.2-12
d47f9d
- Update patch for #242260, tooltips weren't working
d47f9d
- Add patch to fix problems importing files with spaces in them (#291571)
d47f9d
- Add patch to remove iPod tracks when removed, rather than put them
d47f9d
  in the trash (#330101)
d47f9d
- Add upstream patch to support new playlist parser in Totem, and add
d47f9d
  better Podcast support, as well as iTunes podcast support
d47f9d
d47f9d
* Mon Oct 22 2007  Matthias Clasen <mclasen@redhat.com> - 0.11.2-11
d47f9d
- Rebuild against new dbus-glib
d47f9d
d47f9d
* Thu Oct 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.2-10
d47f9d
- Add patch to avoid Rhythmbox escaping the primary text in notifications
d47f9d
  as per the spec (#242260)
d47f9d
d47f9d
* Wed Oct 10 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.2-9
d47f9d
- Add the plugin to handle MTP devices (#264541)
d47f9d
d47f9d
* Tue Oct 09 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.2-8
d47f9d
- Add patch to make the gnome-power-manager plugin work again
d47f9d
  (GNOME #483721)
d47f9d
d47f9d
* Tue Oct 02 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.2-7
d47f9d
- Add upstream patch to make the Upnp media store work (GNOME #482548)
d47f9d
d47f9d
* Thu Sep 20 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.2-6
d47f9d
- Init pygobject threads early (GNOME #469852)
d47f9d
d47f9d
* Fri Aug 24 2007 Todd Zullinger <tmz@pobox.com> - 0.11.2-5
d47f9d
- Rebuild against new libgpod
d47f9d
d47f9d
* Thu Aug 23 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.2-4
d47f9d
- Rebuild with PPC-enabled, now that liboil is "fixed"
d47f9d
d47f9d
* Mon Aug 20 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.2-3
d47f9d
- Own some directories of ours (#246156)
d47f9d
d47f9d
* Mon Aug 20 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.2-2
d47f9d
- Disable PPC for now
d47f9d
- Add the LIRC plugin (#237269)
d47f9d
- Add Coherence UPNP plugin
d47f9d
d47f9d
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1
d47f9d
- Update to 0.11.2
d47f9d
d47f9d
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.1-2
d47f9d
- Update the license field
d47f9d
- Use %%find_lang for help files
d47f9d
d47f9d
* Wed Jun 27 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.1-1
d47f9d
- Update to 0.11.1
d47f9d
- Drop obsolete patches
d47f9d
- Work-around a possible buggy GStreamer plugin
d47f9d
d47f9d
* Mon Jun 04 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.0-5
d47f9d
- Add patch to not ignore tags with trailing white spaces
d47f9d
d47f9d
* Tue May 29 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.0-4
d47f9d
- Update totem playlist parser requirements
d47f9d
d47f9d
* Tue May 29 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.0-3
d47f9d
- Use the store resize patch for 0.11.x rather than the one for 0.10.x
d47f9d
d47f9d
* Tue May 29 2007 - Bastien Nocera <bnocera@redhat.com> - 0.11.0-2
d47f9d
- Re-add the store resize patch, as it's not upstream
d47f9d
d47f9d
* Mon May 28 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.0-1
d47f9d
- Update to 0.11.0
d47f9d
- Drop upstreamed patches
d47f9d
d47f9d
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.0-9
d47f9d
- Rebuild against new totem-plparser
d47f9d
d47f9d
* Tue May 08 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.0-8.fc7
d47f9d
- Add patch to avoid the window resizing when loading the stores
d47f9d
  (#236972)
d47f9d
d47f9d
* Mon Apr 30 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.0-7.fc7
d47f9d
- Add missing gnome-python2-gconf and gnome-python2-gnomevfs deps
d47f9d
  (#238363)
d47f9d
d47f9d
* Fri Apr 20 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.0-6.fc7
d47f9d
- Enable the Magnatune and Jamendo stores by default (#237131)
d47f9d
d47f9d
* Wed Apr 18 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.0-5.fc7
d47f9d
- Set the first time flag on startup, otherwise the iRadio's initial
d47f9d
  playlist is never loaded (Gnoem BZ #431167)
d47f9d
d47f9d
* Wed Apr 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.0-4.fc7
d47f9d
- Provide some quality Ogg radios in the default iRadio catalogue
d47f9d
  (#229677)
d47f9d
d47f9d
* Wed Apr 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.0-3.fc7
d47f9d
- Add requires for gnome-themes, spotted by Nigel Jones (#235818)
d47f9d
d47f9d
* Wed Apr 04 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.0-2.fc7
d47f9d
- Use multiple CPUs to build, the upstream bug is fixed now
d47f9d
d47f9d
* Wed Apr 04 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.0-1.fc7
d47f9d
- Update to the stable branch 0.10.0, fixes a large number of crashers
d47f9d
- Add patch for xdg-user-dirs support
d47f9d
d47f9d
* Wed Mar 28 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.8-4.fc7
d47f9d
- Add upstream patch for bug 234216
d47f9d
d47f9d
* Sun Mar 25 2007  Matthias Clasen <mclasen@redhat.com> - 0.9.8-3
d47f9d
- Fix a directory ownership issue (#233911)
d47f9d
d47f9d
* Thu Mar 15 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.8-2.fc7
d47f9d
- Add missing dependency on gnome-python2 for the Python gnome-vfs
d47f9d
 bindings (#232189)
d47f9d
d47f9d
* Wed Feb 21 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.8-1.fc7
d47f9d
- Update to 0.9.8, drop unneeded requirements and patches
d47f9d
- Change iradio default stations location
d47f9d
- Add new rhythmbox-core library
d47f9d
d47f9d
* Wed Jan 31 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.7-11.fc7
d47f9d
- Require automake in the BuildRequires as well, as we need to generate
d47f9d
  plugins/mmkeys/Makefile.in
d47f9d
d47f9d
* Wed Jan 31 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.7-10.fc7
d47f9d
- Require autoconf in the BuildRequires, as it's not in the minimum build
d47f9d
  environment
d47f9d
d47f9d
* Wed Jan 31 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.7-9.fc7
d47f9d
- Exclude s390* from the builds, as there's no gnome-media there
d47f9d
d47f9d
* Wed Jan 31 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.7-8.fc7
d47f9d
- Add patch to make the multimedia keys work with the new control-center
d47f9d
  way of doing things (#197540)
d47f9d
d47f9d
* Mon Jan 22 2007 Alexander Larsson <alexl@redhat.com> - 0.9.7-7.fc7
d47f9d
- Specfile cleanups from Todd Zullinger
d47f9d
- Buildrequire gnome-media-devel for gnome-media-profiles.pc
d47f9d
- Remove explicit libgpod dep
d47f9d
- install missing artwork image (Gnome BZ #387413)
d47f9d
d47f9d
* Tue Jan 16 2007 Alexander Larsson <alexl@redhat.com> - 0.9.7-6.fc7
d47f9d
- rebuild with new libgpod
d47f9d
d47f9d
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.7-5
d47f9d
- Update to 0.9.7
d47f9d
d47f9d
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 0.9.6-4
d47f9d
- rebuild for python 2.5
d47f9d
d47f9d
* Tue Nov 21 2006 Ray Strode <rstrode@redhat.com> - 0.9.6-3
d47f9d
- drop keybinding patch
d47f9d
d47f9d
* Mon Nov 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.6-2
d47f9d
- Rebuild
d47f9d
d47f9d
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.6-1
d47f9d
- Update to 0.9.6
d47f9d
d47f9d
* Mon Oct 2 2006 Ray Strode <rstrode@redhat.com> - 0.9.5-6.fc6
d47f9d
- first unfinished, buggy crack at fixing keybindings
d47f9d
d47f9d
* Mon Sep 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.9.5-5
d47f9d
- Enable tag editing
d47f9d
d47f9d
* Wed Sep 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.5-4
d47f9d
- Fix a crash when a radio station is missing  (#206170)
d47f9d
d47f9d
* Thu Sep  7 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.5-3
d47f9d
- Support transparent panels (#205584)
d47f9d
d47f9d
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.9.5-2
d47f9d
- Add BR for dbus-glib-devel 
d47f9d
- Add patch to fix deprecated dbus function
d47f9d
d47f9d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.9.5-1.1
d47f9d
- rebuild
d47f9d
d47f9d
* Fri Jul  7 2006 Bill Nottingham <notting@redhat.com>
d47f9d
- don't require eel2
d47f9d
d47f9d
* Mon Jun 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.5-1
d47f9d
- Update to 0.9.5
d47f9d
d47f9d
* Wed Jun 14 2006 Bill Nottingham <notting@redhat.com> - 0.9.4.1-8
d47f9d
- apply patch from CVS to port to nautilus-cd-burner 2.15.3
d47f9d
d47f9d
* Wed Jun 14 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.4.1-7
d47f9d
- Rebuild
d47f9d
d47f9d
* Fri May 26 2006 Jeremy Katz <katzj@redhat.com> - 0.9.4.1-6
d47f9d
- try to fix building on s390{,x}
d47f9d
d47f9d
* Wed May 24 2006 John (J5) Palmieri <johnp@redhat.com> - 0.9.4.1-5
d47f9d
- Patch to build with latest libnotify
d47f9d
d47f9d
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.4.1-4
d47f9d
- Rebuild
d47f9d
d47f9d
* Sun May 21 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.4.1-3
d47f9d
- Add missing BuildRequires (#129145)
d47f9d
d47f9d
* Tue Apr 25 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.4.1-2
d47f9d
- Update to 0.9.4.1
d47f9d
d47f9d
* Mon Apr 17 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.4-2
d47f9d
- Update to 0.9.4
d47f9d
- Drop upstreamed patches
d47f9d
d47f9d
* Wed Mar 08 2006 Ray Strode <rstrode@redhat.com> - 0.9.3.1-3
d47f9d
- fix icon on notification bubbles (bug 183720)
d47f9d
- patch from CVS to escape bubble markup, found by 
d47f9d
  Bill Nottingham
d47f9d
d47f9d
* Fri Mar 03 2006 Ray Strode <rstrode@redhat.com> - 0.9.3.1-2
d47f9d
- add patch from James "Doc" Livingston to stop a hang
d47f9d
  for new users (bug 183883)
d47f9d
d47f9d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.9.3.1-1.2
d47f9d
- bump again for double-long bug on ppc(64)
d47f9d
d47f9d
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.9.3.1-1.1
d47f9d
- rebuilt for new gcc4.1 snapshot and glibc changes
d47f9d
d47f9d
* Sat Feb  4 2006 Christopher Aillon <caillon@redhat.com> 0.9.3.1-1
d47f9d
- Update to 0.9.3.1
d47f9d
- Use gstreamer (0.10)
d47f9d
d47f9d
* Wed Feb  1 2006 Christopher Aillon <caillon@redhat.com> 0.9.3-2
d47f9d
- Remove hack for 173869, as its no longer needed.
d47f9d
d47f9d
* Wed Feb  1 2006 Christopher Aillon <caillon@redhat.com> 0.9.3-1
d47f9d
- 0.9.3
d47f9d
d47f9d
* Wed Feb  1 2006 Christopher Aillon <caillon@redhat.com> 0.9.2.cvs20060201-1
d47f9d
- Newer CVS snapshot
d47f9d
d47f9d
* Sun Jan 22 2006 Christopher Aillon <caillon@redhat.com> 0.9.2.cvs20060123-1
d47f9d
- Update to latest CVS
d47f9d
- Add hack to workaround bug #173869
d47f9d
d47f9d
* Thu Jan 19 2006 Christopher Aillon <caillon@redhat.com> 0.9.2-8
d47f9d
- Rebuild, now that gstreamer08-plugins has been fixed
d47f9d
d47f9d
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> 0.9.2-7
d47f9d
- bonobo multilib issue (bug 156982)
d47f9d
d47f9d
* Wed Jan 04 2006 John (J5) Palmieri <johnp@redhat.com> 0.9.2-5
d47f9d
- rebuild with ipod support
d47f9d
d47f9d
* Tue Jan 03 2006 Jesse Keating <jkeating@redhat.com> 0.9.2-4
d47f9d
- rebuilt again
d47f9d
d47f9d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d47f9d
- rebuilt
d47f9d
d47f9d
* Mon Dec  5 2005 Matthias Clasen <mclasen@redhat.com>
d47f9d
- rebuild
d47f9d
d47f9d
* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com>
d47f9d
- rebuild for new dbus
d47f9d
d47f9d
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com>
d47f9d
- Update to 0.9.2
d47f9d
d47f9d
* Tue Oct 25 2005 Matthias Clasen <mclasen@redhat.com>
d47f9d
- Update to 0.9.1
d47f9d
d47f9d
* Fri Sep 02 2005 Colin Walters <walters@redhat.com> 
d47f9d
- Add configure flags --with-bonobo --with-dbus
d47f9d
- BR nautilus-cd-burner-devel
d47f9d
- New upstream CVS snapshot for testing
d47f9d
- Drop IDL file and ui .xml
d47f9d
- Add dbus service file
d47f9d
- Drop upstreamed rhythmbox-bluecurve.tar.gz
d47f9d
- Drop upstreamed rhythmbox-0.8.8-cell-renderer.patch
d47f9d
d47f9d
* Mon Jun 13 2005 Colin Walters <walters@redhat.com> - 0.8.8-3
d47f9d
- Add Bluecurve-ized icons from Jeff Schroeder (157716)
d47f9d
- Add rhythmbox-0.8.8-cell-renderer.patch to remove use of custom
d47f9d
  cell renderer for playback icon (no longer necessary) and
d47f9d
  changes the rating renderer to work with non-b&w icons
d47f9d
d47f9d
* Mon Mar 14 2005 Colin Walters <walters@redhat.com> - 0.8.8-2
d47f9d
- Rebuild for GCC4
d47f9d
d47f9d
* Tue Oct 05 2004 Colin Walters <walters@redhat.com> - 0.8.8-1
d47f9d
- New upstream version
d47f9d
- Remove librb-nautilus-context-menu.so, killed upstream
d47f9d
d47f9d
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0.8.7-2
d47f9d
- PreReq desktop-file-utils >= 0.9
d47f9d
d47f9d
* Wed Sep 29 2004 Colin Walters <walters@redhat.com> - 0.8.7-1
d47f9d
- New upstream version
d47f9d
d47f9d
* Sat Sep 18 2004 Colin Walters <walters@redhat.com> - 0.8.6-2
d47f9d
- Fix postun to use correct syntax, thanks Nils Philippsen
d47f9d
d47f9d
* Sat Sep 18 2004 Colin Walters <walters@redhat.com> - 0.8.6-1
d47f9d
- New upstream version
d47f9d
- Call update-desktop-database in post and postun
d47f9d
d47f9d
* Thu Jun 24 2004 Colin Walters <walters@redhat.com> - 0.8.5-1
d47f9d
- New upstream version
d47f9d
d47f9d
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
d47f9d
- rebuilt
d47f9d
d47f9d
* Tue May 18 2004 Colin Walters <walters@redhat.com> - 0.8.4-1
d47f9d
- New upstream version
d47f9d
- Remove backported patches
d47f9d
- Gratuitiously bump various BuildRequires versions
d47f9d
d47f9d
* Mon May 10 2004 Colin Walters <walters@redhat.com> - 0.8.3-4
d47f9d
- Remove code to unregister GConf schema for now (Closes: #122532)
d47f9d
d47f9d
* Fri May 07 2004 Colin Walters <walters@redhat.com> - 0.8.3-3
d47f9d
- Apply tiny patch from 0.8 arch to fix GConf key used
d47f9d
  for initial sorting
d47f9d
d47f9d
* Fri May 07 2004 Colin Walters <walters@redhat.com> - 0.8.3-2
d47f9d
- Apply patch from 0.8 arch tree to fix a number of memleaks
d47f9d
d47f9d
* Sun May 02 2004 Colin Walters <walters@redhat.com> - 0.8.3-1
d47f9d
- Update to 0.8.3: fixes showstopper bug with internet radio
d47f9d
d47f9d
* Fri Apr 30 2004 Colin Walters <walters@redhat.com> - 0.8.2-1
d47f9d
- Update to 0.8.2
d47f9d
- Fix Source url
d47f9d
- Add smp_mflags
d47f9d
- Bump BuildRequires on gstreamer to 0.8.1
d47f9d
d47f9d
* Fri Apr 23 2004 Colin Walters <walters@redhat.com> - 0.8.1-2
d47f9d
- Uninstall GConf schemas on removal
d47f9d
d47f9d
* Tue Apr 20 2004 Colin Walters <walters@redhat.com> - 0.8.1-1
d47f9d
- Update to 0.8.1
d47f9d
d47f9d
* Fri Apr 16 2004 Colin Walters <walters@redhat.com> - 0.8.0-1
d47f9d
- Update to 0.8.0
d47f9d
d47f9d
* Fri Apr 02 2004 Colin Walters <walters@redhat.com> - 0.7.2-1
d47f9d
- Update to 0.7.2
d47f9d
d47f9d
* Mon Mar 29 2004 Colin Walters <walters@redhat.com> - 0.7.1-2
d47f9d
- Remove BuildRequires on autoconf and libvorbis-devel
d47f9d
d47f9d
* Mon Mar 29 2004 Colin Walters <walters@redhat.com> - 0.7.1-1
d47f9d
- New major version - I know we are past major version slush, but
d47f9d
  this should have been done two weeks ago along with the GNOME 2.6
d47f9d
  upload.  As upstream author as well, I believe this version is
d47f9d
  good enough for FC2.
d47f9d
- Remove --disable-mp3
d47f9d
- Remove id3, flac variables
d47f9d
- Remove GStreamer major version patch
d47f9d
- Fix typo in description
d47f9d
d47f9d
* Tue Mar 16 2004 Jeremy Katz <katzj@redhat.com> - 0.6.8-2
d47f9d
- rebuild for new gstreamer
d47f9d
d47f9d
* Thu Mar 11 2004 Alex Larsson <alexl@redhat.com> 0.6.8-1
d47f9d
- update to 0.6.8
d47f9d
d47f9d
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
d47f9d
- rebuilt
d47f9d
d47f9d
* Mon Mar  1 2004 Alexander Larsson <alexl@redhat.com> 0.6.7-1
d47f9d
- update to 0.6.7
d47f9d
d47f9d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
d47f9d
- rebuilt
d47f9d
d47f9d
* Mon Jan 12 2004 Colin Walters <walters@verbum.org> 0.6.4-1
d47f9d
- New upstream version
d47f9d
- Don't re-run the autotools; upstream incorporates newer versions.
d47f9d
* Tue Oct 28 2003 Jonathan Blandford <jrb@redhat.com> 0.5.4-1
d47f9d
- new version
d47f9d
- remove smp_flags
d47f9d
d47f9d
* Fri Oct 24 2003 Jonathan Blandford <jrb@redhat.com> 0.5.3-5
d47f9d
- remove the initial iradio channels as they all are mp3 based.
d47f9d
d47f9d
* Wed Oct  8 2003 Matthias Saou <matthias@rpmforge.net> 0.5.3-3
d47f9d
- Fix category from Development/Libraries to Applications/Multimedia.
d47f9d
- Use bz2 instead of gz as ftp.gnome.org has both, 300k saved in the src.rpm.
d47f9d
- Fix SCHEMES vs. SCHEMAS in the post scriplet.
d47f9d
- Added gstreamer-plugins-devel, libvorbis-devel, scrollkeeper and gettext deps.
d47f9d
- Removed unnecessary date expansion define.
d47f9d
- Updated description, including mp3 reference removal.
d47f9d
- Added libid3tag and flac optional support for convenient rebuild.
d47f9d
- Removed obsolete omf.make and xmldocs.make (included ones are the same now).
d47f9d
d47f9d
* Mon Sep 22 2003 Jonathan Blandford <jrb@redhat.com> 0.5.3-1
d47f9d
- new version
d47f9d
- use _sysconfdir instead of /etc
d47f9d
d47f9d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
d47f9d
- rebuilt
d47f9d
d47f9d
* Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com>
d47f9d
- gave up on other archs for the Beta
d47f9d
- new version
d47f9d
- remove werror and add missing files
d47f9d
d47f9d
* Thu Nov  7 2002 Jeremy Katz <katzj@redhat.com>
d47f9d
- update to newer cvs snap
d47f9d
d47f9d
* Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com>
d47f9d
- update to cvs snap
d47f9d
d47f9d
* Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com>
d47f9d
- use %%(lang)
d47f9d
d47f9d
* Sun Aug 11 2002 Jeremy Katz <katzj@redhat.com>
d47f9d
- fix post to actually install the schema
d47f9d
d47f9d
* Sat Jun 22 2002 Christian F.K. Schaller <Uraeus@linuxrising.org>
d47f9d
- Added gconf file
d47f9d
- Added i18n directory
d47f9d
d47f9d
* Sat Jun 15 2002 Christian F.K. Schaller <Uraeus@linuxrising.org>
d47f9d
- Updated for new rewrite of rhythmbox, thanks to Jeroen
d47f9d
d47f9d
* Mon Mar 18 2002 Jorn Baayen <jorn@nl.linux.org>
d47f9d
- removed bonobo dependency
d47f9d
* Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org>
d47f9d
- created new spec file