Blame SPECS/rhythmbox.spec

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