Blame SPECS/brasero.spec

ca21f1
Name:      brasero
73445c
Version:   3.12.2
73445c
Release:   5%{?dist}
ca21f1
Summary:   Gnome CD/DVD burning application
73445c
ca21f1
# see https://bugzilla.gnome.org/show_bug.cgi?id=683503
ca21f1
License:   GPLv3+
73445c
URL:       https://wiki.gnome.org/Apps/Brasero
73445c
Source0:   https://download.gnome.org/sources/brasero/3.12/brasero-%{version}.tar.xz
18496f
# https://bugzilla.gnome.org/show_bug.cgi?id=647838
18496f
# update man page
18496f
Patch0: 0001-Update-the-man-page.patch
ca21f1
ca21f1
BuildRequires:  gtk3-devel >= 2.99.0
ca21f1
BuildRequires:  glib2-devel >= 2.15.6
ca21f1
BuildRequires:  gettext intltool gtk-doc
ca21f1
BuildRequires:  desktop-file-utils
ca21f1
BuildRequires:  gstreamer1-devel >= 0.11.92
ca21f1
BuildRequires:  gstreamer1-plugins-base-devel >= 0.11.92
ca21f1
BuildRequires:  totem-pl-parser-devel >= 2.22.0
ca21f1
BuildRequires:  libnotify-devel >= 0.7.0
ca21f1
BuildRequires:  libxml2-devel >= 2.6.0
ca21f1
BuildRequires:  dbus-glib-devel >= 0.7.2
ca21f1
BuildRequires:  libxslt
73445c
BuildRequires:  libappstream-glib
ca21f1
BuildRequires:  libburn-devel >= 0.4.0
ca21f1
BuildRequires:  libisofs-devel >= 0.6.4
ca21f1
BuildRequires:  nautilus-devel >= 2.22.2
ca21f1
BuildRequires:  libSM-devel
ca21f1
BuildRequires:  libcanberra-devel
ca21f1
BuildRequires:  gobject-introspection-devel
ca21f1
BuildRequires:  tracker-devel
ca21f1
BuildRequires:  itstool
ca21f1
BuildRequires:  yelp-tools
ca21f1
ca21f1
Requires:  dvd+rw-tools
ca21f1
Requires:  cdrecord
ca21f1
Requires:  mkisofs
ca21f1
Requires:  cdda2wav
18496f
Requires:  %{name}-libs%{?_isa} = %{version}-%{release}
ca21f1
%ifnarch s390 s390x
ca21f1
Requires:  cdrdao
ca21f1
%endif
ca21f1
ca21f1
%description
ca21f1
Simple and easy to use CD/DVD burning application for the Gnome
ca21f1
desktop.
ca21f1
ca21f1
ca21f1
%package   libs
ca21f1
Summary:   Libraries for %{name}
ca21f1
Obsoletes: nautilus-cd-burner-libs < 2.25.4
ca21f1
ca21f1
%description libs
ca21f1
The %{name}-libs package contains the runtime shared libraries for
ca21f1
%{name}.
ca21f1
ca21f1
ca21f1
%package   nautilus
ca21f1
Summary:   Nautilus extension for %{name}
ca21f1
ca21f1
Provides:  nautilus-cd-burner = %{version}-%{release}
ca21f1
Obsoletes: nautilus-cd-burner < 2.25.4
18496f
Requires:  %{name} = %{version}-%{release}
ca21f1
ca21f1
%description nautilus
ca21f1
The %{name}-nautilus package contains the brasero nautilus extension.
ca21f1
ca21f1
ca21f1
%package        devel
ca21f1
Summary:        Headers for developing programs that will use %{name}
18496f
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
ca21f1
Obsoletes:      nautilus-cd-burner-devel < 2.25.4
ca21f1
ca21f1
ca21f1
%description devel
ca21f1
This package contains the static libraries and header files needed for
ca21f1
developing brasero applications.
ca21f1
ca21f1
ca21f1
%prep
ca21f1
%setup -q
18496f
%patch0 -p1
ca21f1
ca21f1
ca21f1
%build
ca21f1
%configure \
ca21f1
        --enable-nautilus \
ca21f1
        --enable-libburnia \
ca21f1
        --enable-search \
ca21f1
        --enable-playlist \
ca21f1
        --enable-preview \
ca21f1
        --enable-inotify \
ca21f1
        --disable-caches \
ca21f1
        --disable-static
ca21f1
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
ca21f1
make %{?_smp_mflags}
ca21f1
ca21f1
ca21f1
%install
ca21f1
make install DESTDIR=$RPM_BUILD_ROOT
ca21f1
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
ca21f1
%find_lang %{name}
ca21f1
ca21f1
sed -i 's/cd:x/cd;x/' $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
ca21f1
ca21f1
desktop-file-install --vendor ""                   \
ca21f1
    --dir $RPM_BUILD_ROOT%{_datadir}/applications  \
ca21f1
    $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
ca21f1
ca21f1
desktop-file-install --vendor ""                   \
ca21f1
    --dir $RPM_BUILD_ROOT%{_datadir}/applications  \
ca21f1
    $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-nautilus.desktop
ca21f1
ca21f1
18496f
%check
18496f
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
18496f
18496f
ca21f1
%post
ca21f1
touch --no-create %{_datadir}/icons/hicolor || :
18496f
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
ca21f1
update-desktop-database &> /dev/null ||:
ca21f1
ca21f1
ca21f1
%post libs -p /sbin/ldconfig
ca21f1
ca21f1
ca21f1
%postun
ca21f1
update-desktop-database &> /dev/null ||:
ca21f1
if [ $1 -eq 0 ]; then
ca21f1
  touch --no-create %{_datadir}/icons/hicolor || :
18496f
  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
ca21f1
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
18496f
  touch --no-create %{_datadir}/mime/packages &> /dev/null || :
18496f
  update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
ca21f1
fi
ca21f1
ca21f1
ca21f1
%postun libs -p /sbin/ldconfig
ca21f1
ca21f1
ca21f1
%posttrans
18496f
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
ca21f1
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
18496f
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
ca21f1
ca21f1
ca21f1
%files -f %{name}.lang
ca21f1
%doc AUTHORS COPYING NEWS README
ca21f1
%{_mandir}/man1/%{name}.*
ca21f1
%{_bindir}/*
ca21f1
%{_libdir}/brasero3
ca21f1
%{_datadir}/%{name}
ca21f1
%{_datadir}/applications/%{name}.desktop
18496f
%{_datadir}/appdata/%{name}.appdata.xml
ca21f1
%{_datadir}/help/*
ca21f1
%{_datadir}/icons/hicolor/*/apps/*
ca21f1
%{_datadir}/mime/packages/*
ca21f1
%{_datadir}/GConf/gsettings/brasero.convert
ca21f1
%{_datadir}/glib-2.0/schemas/org.gnome.brasero.gschema.xml
ca21f1
ca21f1
%files libs
ca21f1
%{_libdir}/*.so.*
ca21f1
%{_libdir}/girepository-1.0/*.typelib
ca21f1
ca21f1
%files nautilus
ca21f1
%{_libdir}/nautilus/extensions-3.0/*.so
ca21f1
%{_datadir}/applications/brasero-nautilus.desktop
ca21f1
ca21f1
%files devel
ca21f1
%doc %{_datadir}/gtk-doc/html/libbrasero-media
ca21f1
%doc %{_datadir}/gtk-doc/html/libbrasero-burn
ca21f1
%doc ChangeLog
ca21f1
%{_libdir}/*.so
ca21f1
%{_libdir}/pkgconfig/*.pc
ca21f1
%{_includedir}/brasero3
ca21f1
%{_datadir}/gir-1.0/*.gir
ca21f1
ca21f1
ca21f1
%changelog
73445c
* Mon Jun 04 2018 Richard Hughes <rhughes@redhat.com> - 3.12.2-5
73445c
- Update to 3.12.2
73445c
- Resolves: #1569810
73445c
18496f
* Tue May 19 2015 David King <dking@redhat.com> - 3.12.1-2
18496f
- Rebuild for totem-pl-parser (#1222884)
18496f
18496f
* Mon May  4 2015 Richard Hughes <rhughes@redhat.com> - 3.12.1-1
18496f
- Update to 3.12.1
18496f
- Resolves: #1174577
18496f
18496f
* Sat Aug  2 2014 Peter Robinson <pbrobinson@redhat.com> 3.8.0-8
18496f
- Fix dependencies on own library
18496f
c7a261
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.0-7
c7a261
- Mass rebuild 2014-01-24
c7a261
c7a261
* Tue Jan  7 2014 Zeeshan Ali <zeenix@redhat.com> - 3.8.0-6
c7a261
- Add dep on own library (related: #1045140)
c7a261
c7a261
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.0-5
c7a261
- Mass rebuild 2013-12-27
c7a261
c7a261
* Thu Dec  5 2013 Zeeshan Ali <zeenix@redhat.com> - 3.8.0-4
c7a261
- Complete translations (related: #1030319)
c7a261
ca21f1
* Thu Nov  7 2013 Zeeshan Ali <zeenix@redhat.com> - 3.8.0-3
ca21f1
- Fix ISRC handling (related: #861191)
ca21f1
ca21f1
* Tue Oct  8 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.0-2
ca21f1
- Updated man page (related: #948920)
ca21f1
ca21f1
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
ca21f1
- Update to 3.8.0
ca21f1
ca21f1
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
ca21f1
- Update to 3.7.91
ca21f1
ca21f1
* Sun Jan 27 2013 Kalev Lember <kalevlember@gmail.com> - 3.6.1-2
ca21f1
- Build with tracker 0.16 API
ca21f1
ca21f1
* Mon Nov 12 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.6.1-1
ca21f1
- Update to 3.6.1
ca21f1
ca21f1
* Wed Oct 10 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.6.0-2
ca21f1
- Fix BD media disc copy
ca21f1
ca21f1
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
ca21f1
- Update to 3.6.0
ca21f1
ca21f1
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
ca21f1
- Update to 3.5.92
ca21f1
ca21f1
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1-2
ca21f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ca21f1
ca21f1
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
ca21f1
- Update to 3.4.1
ca21f1
ca21f1
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
ca21f1
- Update to 3.4.0
ca21f1
ca21f1
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
ca21f1
- Update to 3.3.92
ca21f1
ca21f1
* Tue Mar  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-2
ca21f1
- Rebuild against new tracker
ca21f1
ca21f1
* Tue Mar  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
ca21f1
- Update to 3.3.91
ca21f1
ca21f1
* Tue Feb 28 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.0-3
ca21f1
- Rebuild against new tracker
ca21f1
ca21f1
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-2
ca21f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ca21f1
ca21f1
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
ca21f1
- Update to 3.2.0
ca21f1
ca21f1
* Fri May  6 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-1
ca21f1
- Update scriptlets per packaging guidelines
ca21f1
ca21f1
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
ca21f1
- Update to 3.0.0
ca21f1
ca21f1
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
ca21f1
- Update to 2.91.93
ca21f1
ca21f1
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.91-1
ca21f1
- Update to 2.91.91
ca21f1
ca21f1
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
ca21f1
- Update to 2.91.90
ca21f1
ca21f1
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-4
ca21f1
- Rebuild against newer gtk
ca21f1
ca21f1
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-3
ca21f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ca21f1
ca21f1
* Sun Feb 06 2011 Bastien Nocera <bnocera@redhat.com> 2.91.6-2
ca21f1
- Fix GTK+ name in pkg-config file
ca21f1
ca21f1
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 2.91.6-1
ca21f1
- Update to 2.91.6
ca21f1
ca21f1
* Thu Jan 13 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-2
ca21f1
- Move girs to -devel
ca21f1
ca21f1
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
ca21f1
- Update to 2.91.5
ca21f1
ca21f1
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4.2-1
ca21f1
- Update to 2.91.4.2
ca21f1
ca21f1
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-1
ca21f1
- Update to 2.91.3
ca21f1
ca21f1
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.2-1
ca21f1
- Update to 2.91.2
ca21f1
ca21f1
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.2-0.2.gitcede364
ca21f1
- Rebuild against libnotify 0.7.0
ca21f1
ca21f1
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.2-0.1.gitcede364
ca21f1
- Git snapshot that builds against gtk3
ca21f1
ca21f1
* Wed Oct  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-1
ca21f1
- Update to 2.91.0
ca21f1
ca21f1
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
ca21f1
- Update to 2.32.0
ca21f1
ca21f1
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.92-1
ca21f1
- Update to 2.31.92
ca21f1
ca21f1
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
ca21f1
- Update to 2.31.91
ca21f1
ca21f1
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
ca21f1
- Update to 2.31.90
ca21f1
ca21f1
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.31.5-2
ca21f1
- Rebuild with new gobject-introspection
ca21f1
ca21f1
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
ca21f1
- Update to 2.31.5
ca21f1
ca21f1
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-1
ca21f1
- Update to 2.31.4
ca21f1
ca21f1
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
ca21f1
- Update to 2.31.3
ca21f1
ca21f1
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
ca21f1
- Update to 2.31.2
ca21f1
ca21f1
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
ca21f1
- Update to 2.30.1
ca21f1
- Spec file cleanups
ca21f1
ca21f1
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
ca21f1
- Update to 2.30.0
ca21f1
ca21f1
* Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.92-1
ca21f1
- Update to 2.29.92
ca21f1
ca21f1
* Wed Mar  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-2
ca21f1
- Fix a nautilus cd-burner crash
ca21f1
ca21f1
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-1
ca21f1
- Update to 2.29.91
ca21f1
ca21f1
* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
ca21f1
- Update to 2.29.90
ca21f1
ca21f1
* Tue Jan 26 2010 Bastien Nocera <bnocera@redhat.com> 2.29.4-2
ca21f1
- Add patch for new totem-pl-parser API
ca21f1
- Fix introspection building
ca21f1
ca21f1
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> 2.29.4-1
ca21f1
- Update to 2.29.4
ca21f1
ca21f1
* Wed Dec  2 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-2
ca21f1
- Make libbeagle dep more automatic
ca21f1
ca21f1
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
ca21f1
- Update to 2.29.3
ca21f1
ca21f1
* Thu Nov 12 2009 Matthias Clasen <mclasen@redhat.com> 2.28.2-3
ca21f1
- Obsolete nautilus-cd-burner-devel and -libs as well
ca21f1
ca21f1
* Mon Oct 26 2009 Matthias Clasen <mclasen@redhat.com> 2.28.2-2
ca21f1
- Avoid a stray underline in a button label
ca21f1
ca21f1
* Tue Oct 20 2009 Matthias Clasen <mclasen@redhat.com> 2.28.2-1
ca21f1
- Update to 2.28.2
ca21f1
ca21f1
* Wed Oct 07 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-2
ca21f1
- Fix command-line parsing (#527484)
ca21f1
ca21f1
* Mon Oct  5 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
ca21f1
- Update to 2.28.1, fixes a number of crashes and other serious bugs:
ca21f1
 - Fix a crash when we try to download a missing gstreamer plugin through PK
ca21f1
 - Don't fail if a drive cannot be checksumed after a burn
ca21f1
 - Fix a data corruption when libisofs was used for a dummy session
ca21f1
 - Fix #596625: brasero crashed with SIGSEGV in brasero_track_data_cfg_add
ca21f1
 - Fix progress reporting
ca21f1
 ...
ca21f1
ca21f1
* Fri Oct  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
ca21f1
- Fix ejecting after burning
ca21f1
ca21f1
* Tue Sep 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
ca21f1
- Update to 2.28.0
ca21f1
ca21f1
* Fri Sep 11 2009 Karsten Hopp <karsten@redhat.com> 2.27.92-2
ca21f1
- fix requirements on s390, s390x where we don't have cdrdao
ca21f1
ca21f1
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
ca21f1
- Update to 2.27.92
ca21f1
ca21f1
* Tue Aug 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
ca21f1
- Update to 2.27.91
ca21f1
ca21f1
* Mon Aug 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
ca21f1
- Update to 2.27.90
ca21f1
ca21f1
* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-2
ca21f1
- Fix a nautilus segfault when burning  
ca21f1
ca21f1
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
ca21f1
- Update to 2.27.5
ca21f1
ca21f1
* Sun Jul 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-3
ca21f1
- Move ChangeLog to -devel to save some space
ca21f1
ca21f1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
ca21f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ca21f1
ca21f1
* Tue Jul 14 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-1
ca21f1
- Update to 2.27.4
ca21f1
ca21f1
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.3-1
ca21f1
- Update to 2.27.3
ca21f1
ca21f1
* Wed May 27 2009 Bastien Nocera <bnocera@redhat.com> 2.27.2-1
ca21f1
- Update to 2.27.2
ca21f1
ca21f1
* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-2
ca21f1
- Add missing unique-devel BR
ca21f1
ca21f1
* Mon May 18 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-1
ca21f1
- Update to 2.27.1
ca21f1
ca21f1
* Fri May  1 2009 Bill Nottingham <notting@redhat.com> - 2.26.1-3
ca21f1
- require main package in brasero-nautilus (#498632)
ca21f1
ca21f1
* Fri Apr 17 2009 Denis Leroy <denis@poolshark.org> - 2.26.1-2
ca21f1
- Obsoletes nautilus-cd-burner
ca21f1
ca21f1
* Tue Apr 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
ca21f1
- Update to 2.26.1
ca21f1
- See http://download.gnome.org/sources/brasero/2.26/brasero-2.26.1.news
ca21f1
ca21f1
* Mon Apr 13 2009 Denis Leroy <denis@poolshark.org> - 2.26.0-2
ca21f1
- Removed duplicate desktop source
ca21f1
ca21f1
* Sun Mar 29 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
ca21f1
- Update to 2.26.0
ca21f1
ca21f1
* Mon Mar 02 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.91.2-3
ca21f1
- Fix icon and Bugzilla component
ca21f1
ca21f1
* Mon Mar 02 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.91.2-2
ca21f1
- Fix regressions in burn:/// and blank media handling
ca21f1
ca21f1
* Tue Feb 24 2009 Denis Leroy <denis@poolshark.org> - 2.25.91.2-1
ca21f1
- Update to upstream 2.25.91.2
ca21f1
- Dvdcss patch upstreamed
ca21f1
- Split nautilus extension into subpackage (#485918)
ca21f1
ca21f1
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.90-3
ca21f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ca21f1
ca21f1
* Sat Feb  7 2009 Denis Leroy <denis@poolshark.org> - 2.25.90-2
ca21f1
- Added patch to fix dynamic load of libdvdcss (#484413)
ca21f1
ca21f1
* Tue Feb  3 2009 Denis Leroy <denis@poolshark.org> - 2.25.90-1
ca21f1
- Update to upstream 2.25.90
ca21f1
- Split media library into separate RPM (#483754)
ca21f1
- Added patch to validate desktop files
ca21f1
ca21f1
* Tue Jan 20 2009 Denis Leroy <denis@poolshark.org> - 0.9.1-1
ca21f1
- Update to upstream 0.9.1
ca21f1
- Added development package
ca21f1
ca21f1
* Tue Dec 16 2008 Denis Leroy <denis@poolshark.org> - 0.8.3-1
ca21f1
- Update to upstream 0.8.4
ca21f1
- Enabled nautilus extension
ca21f1
ca21f1
* Mon Sep 15 2008 Denis Leroy <denis@poolshark.org> - 0.8.2-1
ca21f1
- Update to upstream 0.8.2
ca21f1
ca21f1
* Wed Aug 27 2008 Denis Leroy <denis@poolshark.org> - 0.8.1-1
ca21f1
- Update to upstream 0.8.1
ca21f1
- Desktop patch upstreamed
ca21f1
ca21f1
* Sun Jul  6 2008 Denis Leroy <denis@poolshark.org> - 0.7.91-1
ca21f1
- Update to unstable 0.7.91
ca21f1
- open flags patch upstreamed
ca21f1
ca21f1
* Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.7.90-1
ca21f1
- Update to unstable 0.7.90
ca21f1
- Added patch to validate desktop file
ca21f1
- BRs updated
ca21f1
ca21f1
* Fri May 16 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-4
ca21f1
- Rebuild for new totem-pl-parser
ca21f1
ca21f1
* Sat Feb 23 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-3
ca21f1
- Fixed desktop mime field
ca21f1
ca21f1
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.7.1-2
ca21f1
- Autorebuild for GCC 4.3
ca21f1
ca21f1
* Tue Jan 29 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-1
ca21f1
- Update to 0.7.1 upstream, bugfix release
ca21f1
ca21f1
* Sun Dec 30 2007 Denis Leroy <denis@poolshark.org> - 0.7.0-1
ca21f1
- Update to upstream 0.7.0, updated BRs
ca21f1
- Forward-ported open() permission patch
ca21f1
ca21f1
* Mon Dec 10 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-4
ca21f1
- Changed totem-devel req to totem-pl-parser-devel
ca21f1
ca21f1
* Sun Dec  9 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-3
ca21f1
- Rebuild with new libbeagle
ca21f1
ca21f1
* Fri Nov  9 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-2
ca21f1
- Rebuild to pick up new totem version (#361361)
ca21f1
ca21f1
* Sat Aug 25 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-1
ca21f1
- Update to upstream version 0.6.1
ca21f1
- Filter UI patch is now upstream
ca21f1
ca21f1
* Fri Aug 17 2007 Denis Leroy <denis@poolshark.org> - 0.6.0-2
ca21f1
- Updated License tag
ca21f1
- Fixed open() O_CREAT problem
ca21f1
ca21f1
* Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.6.0-1
ca21f1
- Update to 0.6.0
ca21f1
- Removed libburn support until it compiles against libisofs 0.2.8
ca21f1
- Fixed project URL
ca21f1
- Added patch to port to new Gtk+ tooltip interface
ca21f1
- Added patch to fix filter dialog crash
ca21f1
ca21f1
* Sun Jun  3 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-4
ca21f1
- Removed beagle support for ppc64
ca21f1
ca21f1
* Tue May 22 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-3
ca21f1
- Added umask 022 to scriptlets (#230781)
ca21f1
ca21f1
* Mon May 21 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-2
ca21f1
- Rebuild to pick up new totem library
ca21f1
ca21f1
* Mon Feb 26 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-1
ca21f1
- Update to 0.5.2
ca21f1
- Removed libisofs patch, now upstream
ca21f1
ca21f1
* Wed Jan 17 2007 Denis Leroy <denis@poolshark.org> - 0.5.1-2
ca21f1
- Added patch to support libisofs.so.4 and libburn.so.6
ca21f1
ca21f1
* Thu Nov 16 2006 Denis Leroy <denis@poolshark.org> - 0.5.1-1
ca21f1
- Update to 0.5.1
ca21f1
ca21f1
* Sun Oct 29 2006 Denis Leroy <denis@poolshark.org> - 0.5.0-1
ca21f1
- Update to 0.5.0
ca21f1
- Updated icon paths
ca21f1
- Added gconf schemas sections
ca21f1
ca21f1
* Tue Oct  3 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-3
ca21f1
- fixed homepage URL
ca21f1
ca21f1
* Tue Sep 26 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-2
ca21f1
- BRs cleanup
ca21f1
ca21f1
* Fri Sep 22 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-1
ca21f1
- First version
ca21f1
foo