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