564002
%define basever %(echo %{version} | sed "s/\.[0-9]*$//")
564002
564002
%if 0%{?rhel} >= 9
564002
%bcond_with cdrdao
564002
%bcond_with cdrkit
564002
%bcond_with dvdrwtools
564002
%else
564002
%bcond_without cdrdao
564002
%bcond_without cdrkit
564002
%bcond_without dvdrwtools
564002
%endif
564002
564002
Name:      brasero
564002
Version:   3.12.2
564002
Release:   19%{?dist}
564002
Summary:   Gnome CD/DVD burning application
564002
564002
564002
# see https://bugzilla.gnome.org/show_bug.cgi?id=683503
564002
License:   GPLv3+
564002
URL:       https://wiki.gnome.org/Apps/Brasero
564002
Source0:   https://download.gnome.org/sources/brasero/%{basever}/brasero-%{version}.tar.xz
564002
564002
# https://gitlab.gnome.org/GNOME/brasero/-/merge_requests/10
564002
Patch0:    tracker3.patch
564002
# https://bugzilla.redhat.com/show_bug.cgi?id=1935460
564002
Patch1:    brasero-3.12.2-default-checksum.patch
564002
564002
# For patch0
564002
BuildRequires:  autoconf automake
564002
BuildRequires:  gnome-common
564002
564002
BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 0.11.92
564002
BuildRequires:  pkgconfig(gtk+-3.0) >= 2.99.0
564002
BuildRequires:  pkgconfig(ice)
564002
BuildRequires:  pkgconfig(libburn-1) >= 0.4.0
564002
BuildRequires:  pkgconfig(libcanberra-gtk3)
564002
BuildRequires:  pkgconfig(libisofs-1) >= 0.6.4
564002
BuildRequires:  pkgconfig(libnotify) >= 0.7.0
564002
BuildRequires:  pkgconfig(libnautilus-extension) >= 2.22.2
564002
BuildRequires:  pkgconfig(libxml-2.0) >= 2.6.0
564002
BuildRequires:  pkgconfig(sm)
564002
BuildRequires:  pkgconfig(totem-plparser) >= 2.29.1
564002
BuildRequires:  pkgconfig(tracker-sparql-3.0)
564002
BuildRequires:  desktop-file-utils
564002
BuildRequires:  gcc
564002
BuildRequires:  gettext
564002
BuildRequires:  gobject-introspection-devel
564002
BuildRequires:  gtk-doc
564002
BuildRequires:  intltool
564002
BuildRequires:  itstool
564002
BuildRequires:  libappstream-glib
564002
BuildRequires:  make
564002
BuildRequires:  yelp-tools
564002
564002
%{?with_dvdrwtools:Requires:  dvd+rw-tools}
564002
%{?with_cdrkit:Requires:  wodim}
564002
%{?with_cdrkit:Requires:  genisoimage}
564002
Requires:  %{name}-libs%{?_isa} = %{version}-%{release}
564002
%ifnarch s390x
564002
%{?with_cdrdao:Requires:  cdrdao}
564002
%endif
564002
%{?with_cdrkit:Recommends: icedax}
564002
564002
%description
564002
Simple and easy to use CD/DVD burning application for the Gnome
564002
desktop.
564002
564002
564002
%package   libs
564002
Summary:   Libraries for %{name}
564002
564002
%description libs
564002
The %{name}-libs package contains the runtime shared libraries for
564002
%{name}.
564002
564002
564002
%package   nautilus
564002
Summary:   Nautilus extension for %{name}
564002
Requires:  %{name}%{?_isa} = %{version}-%{release}
564002
564002
%description nautilus
564002
The %{name}-nautilus package contains the brasero nautilus extension.
564002
564002
564002
%package   devel
564002
Summary:   Headers for developing programs that will use %{name}
564002
Requires:  %{name}-libs%{?_isa} = %{version}-%{release}
564002
564002
564002
%description devel
564002
This package contains the static libraries and header files needed for
564002
developing brasero applications.
564002
564002
564002
%prep
564002
%autosetup -p1
564002
564002
564002
%build
564002
# For patch0
564002
autoreconf -fi
564002
564002
%configure \
564002
        --enable-nautilus \
564002
        --enable-libburnia \
564002
        --enable-search \
564002
        --enable-playlist \
564002
        --enable-preview \
564002
        --enable-inotify \
564002
        %{!?with_cdrdao:--disable-cdrdao} \
564002
        %{!?with_cdrkit:--disable-cdrkit} \
564002
        %{!?with_dvdrwtools:--disable-growisofs} \
564002
        --disable-caches \
564002
        --disable-static
564002
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
564002
%make_build
564002
564002
564002
%install
564002
%make_install
564002
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
564002
%find_lang %{name}
564002
564002
# Update the screenshot shown in the software center
564002
#
564002
# NOTE: It would be *awesome* if this file was pushed upstream.
564002
#
564002
# See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details.
564002
#
564002
appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/appdata/brasero.appdata.xml \
564002
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/brasero/a.png \
564002
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/brasero/b.png \
564002
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/brasero/c.png 
564002
564002
564002
%check
564002
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
564002
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
564002
564002
564002
%ldconfig_scriptlets libs
564002
564002
564002
%files -f %{name}.lang
564002
%license COPYING
564002
%doc AUTHORS NEWS README
564002
%{_mandir}/man1/%{name}.*
564002
%{_bindir}/*
564002
%{_libdir}/brasero3
564002
%{_datadir}/%{name}
564002
%{_datadir}/applications/%{name}.desktop
564002
%{_datadir}/appdata/%{name}.appdata.xml
564002
%{_datadir}/help/*
564002
%{_datadir}/icons/hicolor/*/apps/*
564002
%{_datadir}/mime/packages/*
564002
%{_datadir}/GConf/gsettings/brasero.convert
564002
%{_datadir}/glib-2.0/schemas/org.gnome.brasero.gschema.xml
564002
564002
%files libs
564002
%{_libdir}/*.so.*
564002
%{_libdir}/girepository-1.0/*.typelib
564002
564002
%files nautilus
564002
%{_libdir}/nautilus/extensions-3.0/*.so
564002
%{_datadir}/applications/brasero-nautilus.desktop
564002
564002
%files devel
564002
%doc %{_datadir}/gtk-doc/html/libbrasero-media
564002
%doc %{_datadir}/gtk-doc/html/libbrasero-burn
564002
%doc ChangeLog
564002
%{_libdir}/*.so
564002
%{_libdir}/pkgconfig/*.pc
564002
%{_includedir}/brasero3
564002
%{_datadir}/gir-1.0/*.gir
564002
564002
564002
%changelog
564002
* Mon Nov 29 2021 David King <amigadave@amigadave.com> - 3.12.2-19
564002
- Improve default checksum hash algorithm (#1935460)
564002
564002
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.12.2-18
564002
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
564002
  Related: rhbz#1991688
564002
564002
* Mon Jun 28 2021 David King <amigadave@amigadave.com> - 3.12.2-17
564002
- Drop dependencies on cdrdao, cdrkit, and dvd+rw-tools for el9+ (#1973071)
564002
564002
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.12.2-16
564002
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
564002
564002
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 3.12.2-15
564002
- Switch to Tracker 3
564002
564002
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-14
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
564002
564002
* Thu Jan 21 2021 Adam Jackson <ajax@redhat.com> - 3.12.2-13
564002
- Relax Requires: icedax to Recommends
564002
564002
* Thu Jan 07 2021 David King <amigadave@amigadave.com> - 3.12.2-12
564002
- Use pkgconfig for BuildRequires
564002
- Depend on tracker only on Fedora
564002
564002
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-11
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
564002
564002
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-10
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
564002
564002
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-9
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
564002
564002
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-8
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
564002
564002
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-7
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
564002
564002
* Mon Jul  9 2018 Peter Robinson <pbrobinson@fedoraproject.org> 3.12.2-6
564002
- Update requires
564002
564002
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-5
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
564002
564002
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.12.2-4
564002
- Switch to %%ldconfig_scriptlets
564002
564002
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.12.2-3
564002
- Remove obsolete scriptlets
564002
564002
* Thu Aug 10 2017 Kalev Lember <klember@redhat.com> - 3.12.2-2
564002
- Rebuilt for libtotem-plparser soname bump
564002
564002
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.12.2-1
564002
- Update to 3.12.2
564002
- Use desktop-file-validate instead of desktop-file-install
564002
- Update download URLs
564002
564002
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.12.1-7
564002
- Rebuilt for libtotem-plparser soname bump
564002
564002
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.1-6
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
564002
564002
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.1-5
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
564002
564002
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.1-4
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
564002
564002
* Tue Nov 17 2015 Richard Shaw <hobbes1069@gmail.com> - 3.12.1-3
564002
- Add patch to fix libdvdcss version detection, fixes BZ#1193628.
564002
- Use %%license tag.
564002
564002
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-2
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
564002
564002
* Tue Apr 28 2015 Matthias Clasen <mclasen@redhat.com> - 3.12.1-1
564002
- Update to 3.12.1
564002
564002
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 3.12.0-2
564002
- Use better AppData screenshots
564002
564002
* Thu Nov 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
564002
- Update to 3.12.0
564002
564002
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.4-2
564002
- Drop last GConf2 remnants (#1142397)
564002
564002
* Thu Sep 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.4-1
564002
- Update to 3.11.4
564002
564002
* Thu Aug 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.3-11
564002
- Backport a patch to fix crashes with gtk+ 3.13.x
564002
564002
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.3-10
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
564002
564002
* Tue Aug 12 2014 Rex Dieter <rdieter@fedoraproject.org> - 3.11.3-9
564002
- update scriptlets
564002
- tighten subpkg dep
564002
- %%check: validate appdata
564002
564002
* Sat Aug  2 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.11.3-8
564002
- Base package should depend on -libs
564002
564002
* Mon Jul 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.3-7
564002
- Rebuilt once more for tracker
564002
564002
* Mon Jul 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.11.3-6
564002
- rebuild (tracker)
564002
564002
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.3-5
564002
- Rebuilt for gobject-introspection 1.41.4
564002
564002
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.3-4
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
564002
564002
* Wed Feb 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.3-3
564002
- Support tracker 1.0 API
564002
564002
* Fri Dec 27 2013 Adam Williamson <awilliam@redhat.com> - 3.11.3-2
564002
- rebuild for new tracker
564002
564002
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
564002
- Update to 3.11.3
564002
564002
* Mon Dec 09 2013 Richard Hughes <rhughes@redhat.com> - 3.11.0-1
564002
- Update to 3.11.0
564002
564002
* Sat Nov 30 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
564002
- Update to 3.10.0
564002
564002
* Thu Sep 19 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-4
564002
- Rebuilt for totem-pl-parser soname bump
564002
564002
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.0-3
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
564002
564002
* Tue Jul  2 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.0-2
564002
- Cosmetic spec file cleanups
564002
564002
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
564002
- Update to 3.8.0
564002
564002
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
564002
- Update to 3.7.91
564002
564002
* Sun Jan 27 2013 Kalev Lember <kalevlember@gmail.com> - 3.6.1-2
564002
- Build with tracker 0.16 API
564002
564002
* Mon Nov 12 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.6.1-1
564002
- Update to 3.6.1
564002
564002
* Wed Oct 10 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.6.0-2
564002
- Fix BD media disc copy
564002
564002
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
564002
- Update to 3.6.0
564002
564002
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
564002
- Update to 3.5.92
564002
564002
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1-2
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
564002
564002
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
564002
- Update to 3.4.1
564002
564002
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
564002
- Update to 3.4.0
564002
564002
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
564002
- Update to 3.3.92
564002
564002
* Tue Mar  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-2
564002
- Rebuild against new tracker
564002
564002
* Tue Mar  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
564002
- Update to 3.3.91
564002
564002
* Tue Feb 28 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.0-3
564002
- Rebuild against new tracker
564002
564002
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-2
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
564002
564002
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
564002
- Update to 3.2.0
564002
564002
* Fri May  6 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-1
564002
- Update scriptlets per packaging guidelines
564002
564002
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
564002
- Update to 3.0.0
564002
564002
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
564002
- Update to 2.91.93
564002
564002
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.91-1
564002
- Update to 2.91.91
564002
564002
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
564002
- Update to 2.91.90
564002
564002
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-4
564002
- Rebuild against newer gtk
564002
564002
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-3
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
564002
564002
* Sun Feb 06 2011 Bastien Nocera <bnocera@redhat.com> 2.91.6-2
564002
- Fix GTK+ name in pkg-config file
564002
564002
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 2.91.6-1
564002
- Update to 2.91.6
564002
564002
* Thu Jan 13 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-2
564002
- Move girs to -devel
564002
564002
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
564002
- Update to 2.91.5
564002
564002
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4.2-1
564002
- Update to 2.91.4.2
564002
564002
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-1
564002
- Update to 2.91.3
564002
564002
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.2-1
564002
- Update to 2.91.2
564002
564002
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.2-0.2.gitcede364
564002
- Rebuild against libnotify 0.7.0
564002
564002
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.2-0.1.gitcede364
564002
- Git snapshot that builds against gtk3
564002
564002
* Wed Oct  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-1
564002
- Update to 2.91.0
564002
564002
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
564002
- Update to 2.32.0
564002
564002
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.92-1
564002
- Update to 2.31.92
564002
564002
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
564002
- Update to 2.31.91
564002
564002
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
564002
- Update to 2.31.90
564002
564002
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.31.5-2
564002
- Rebuild with new gobject-introspection
564002
564002
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
564002
- Update to 2.31.5
564002
564002
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-1
564002
- Update to 2.31.4
564002
564002
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
564002
- Update to 2.31.3
564002
564002
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
564002
- Update to 2.31.2
564002
564002
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
564002
- Update to 2.30.1
564002
- Spec file cleanups
564002
564002
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
564002
- Update to 2.30.0
564002
564002
* Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.92-1
564002
- Update to 2.29.92
564002
564002
* Wed Mar  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-2
564002
- Fix a nautilus cd-burner crash
564002
564002
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-1
564002
- Update to 2.29.91
564002
564002
* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
564002
- Update to 2.29.90
564002
564002
* Tue Jan 26 2010 Bastien Nocera <bnocera@redhat.com> 2.29.4-2
564002
- Add patch for new totem-pl-parser API
564002
- Fix introspection building
564002
564002
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> 2.29.4-1
564002
- Update to 2.29.4
564002
564002
* Wed Dec  2 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-2
564002
- Make libbeagle dep more automatic
564002
564002
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
564002
- Update to 2.29.3
564002
564002
* Thu Nov 12 2009 Matthias Clasen <mclasen@redhat.com> 2.28.2-3
564002
- Obsolete nautilus-cd-burner-devel and -libs as well
564002
564002
* Mon Oct 26 2009 Matthias Clasen <mclasen@redhat.com> 2.28.2-2
564002
- Avoid a stray underline in a button label
564002
564002
* Tue Oct 20 2009 Matthias Clasen <mclasen@redhat.com> 2.28.2-1
564002
- Update to 2.28.2
564002
564002
* Wed Oct 07 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-2
564002
- Fix command-line parsing (#527484)
564002
564002
* Mon Oct  5 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
564002
- Update to 2.28.1, fixes a number of crashes and other serious bugs:
564002
 - Fix a crash when we try to download a missing gstreamer plugin through PK
564002
 - Don't fail if a drive cannot be checksumed after a burn
564002
 - Fix a data corruption when libisofs was used for a dummy session
564002
 - Fix #596625: brasero crashed with SIGSEGV in brasero_track_data_cfg_add
564002
 - Fix progress reporting
564002
 ...
564002
564002
* Fri Oct  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
564002
- Fix ejecting after burning
564002
564002
* Tue Sep 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
564002
- Update to 2.28.0
564002
564002
* Fri Sep 11 2009 Karsten Hopp <karsten@redhat.com> 2.27.92-2
564002
- fix requirements on s390, s390x where we don't have cdrdao
564002
564002
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
564002
- Update to 2.27.92
564002
564002
* Tue Aug 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
564002
- Update to 2.27.91
564002
564002
* Mon Aug 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
564002
- Update to 2.27.90
564002
564002
* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-2
564002
- Fix a nautilus segfault when burning  
564002
564002
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
564002
- Update to 2.27.5
564002
564002
* Sun Jul 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-3
564002
- Move ChangeLog to -devel to save some space
564002
564002
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
564002
564002
* Tue Jul 14 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-1
564002
- Update to 2.27.4
564002
564002
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.3-1
564002
- Update to 2.27.3
564002
564002
* Wed May 27 2009 Bastien Nocera <bnocera@redhat.com> 2.27.2-1
564002
- Update to 2.27.2
564002
564002
* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-2
564002
- Add missing unique-devel BR
564002
564002
* Mon May 18 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-1
564002
- Update to 2.27.1
564002
564002
* Fri May  1 2009 Bill Nottingham <notting@redhat.com> - 2.26.1-3
564002
- require main package in brasero-nautilus (#498632)
564002
564002
* Fri Apr 17 2009 Denis Leroy <denis@poolshark.org> - 2.26.1-2
564002
- Obsoletes nautilus-cd-burner
564002
564002
* Tue Apr 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
564002
- Update to 2.26.1
564002
- See http://download.gnome.org/sources/brasero/2.26/brasero-2.26.1.news
564002
564002
* Mon Apr 13 2009 Denis Leroy <denis@poolshark.org> - 2.26.0-2
564002
- Removed duplicate desktop source
564002
564002
* Sun Mar 29 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
564002
- Update to 2.26.0
564002
564002
* Mon Mar 02 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.91.2-3
564002
- Fix icon and Bugzilla component
564002
564002
* Mon Mar 02 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.91.2-2
564002
- Fix regressions in burn:/// and blank media handling
564002
564002
* Tue Feb 24 2009 Denis Leroy <denis@poolshark.org> - 2.25.91.2-1
564002
- Update to upstream 2.25.91.2
564002
- Dvdcss patch upstreamed
564002
- Split nautilus extension into subpackage (#485918)
564002
564002
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.90-3
564002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
564002
564002
* Sat Feb  7 2009 Denis Leroy <denis@poolshark.org> - 2.25.90-2
564002
- Added patch to fix dynamic load of libdvdcss (#484413)
564002
564002
* Tue Feb  3 2009 Denis Leroy <denis@poolshark.org> - 2.25.90-1
564002
- Update to upstream 2.25.90
564002
- Split media library into separate RPM (#483754)
564002
- Added patch to validate desktop files
564002
564002
* Tue Jan 20 2009 Denis Leroy <denis@poolshark.org> - 0.9.1-1
564002
- Update to upstream 0.9.1
564002
- Added development package
564002
564002
* Tue Dec 16 2008 Denis Leroy <denis@poolshark.org> - 0.8.3-1
564002
- Update to upstream 0.8.4
564002
- Enabled nautilus extension
564002
564002
* Mon Sep 15 2008 Denis Leroy <denis@poolshark.org> - 0.8.2-1
564002
- Update to upstream 0.8.2
564002
564002
* Wed Aug 27 2008 Denis Leroy <denis@poolshark.org> - 0.8.1-1
564002
- Update to upstream 0.8.1
564002
- Desktop patch upstreamed
564002
564002
* Sun Jul  6 2008 Denis Leroy <denis@poolshark.org> - 0.7.91-1
564002
- Update to unstable 0.7.91
564002
- open flags patch upstreamed
564002
564002
* Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.7.90-1
564002
- Update to unstable 0.7.90
564002
- Added patch to validate desktop file
564002
- BRs updated
564002
564002
* Fri May 16 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-4
564002
- Rebuild for new totem-pl-parser
564002
564002
* Sat Feb 23 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-3
564002
- Fixed desktop mime field
564002
564002
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.7.1-2
564002
- Autorebuild for GCC 4.3
564002
564002
* Tue Jan 29 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-1
564002
- Update to 0.7.1 upstream, bugfix release
564002
564002
* Sun Dec 30 2007 Denis Leroy <denis@poolshark.org> - 0.7.0-1
564002
- Update to upstream 0.7.0, updated BRs
564002
- Forward-ported open() permission patch
564002
564002
* Mon Dec 10 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-4
564002
- Changed totem-devel req to totem-pl-parser-devel
564002
564002
* Sun Dec  9 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-3
564002
- Rebuild with new libbeagle
564002
564002
* Fri Nov  9 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-2
564002
- Rebuild to pick up new totem version (#361361)
564002
564002
* Sat Aug 25 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-1
564002
- Update to upstream version 0.6.1
564002
- Filter UI patch is now upstream
564002
564002
* Fri Aug 17 2007 Denis Leroy <denis@poolshark.org> - 0.6.0-2
564002
- Updated License tag
564002
- Fixed open() O_CREAT problem
564002
564002
* Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.6.0-1
564002
- Update to 0.6.0
564002
- Removed libburn support until it compiles against libisofs 0.2.8
564002
- Fixed project URL
564002
- Added patch to port to new Gtk+ tooltip interface
564002
- Added patch to fix filter dialog crash
564002
564002
* Sun Jun  3 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-4
564002
- Removed beagle support for ppc64
564002
564002
* Tue May 22 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-3
564002
- Added umask 022 to scriptlets (#230781)
564002
564002
* Mon May 21 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-2
564002
- Rebuild to pick up new totem library
564002
564002
* Mon Feb 26 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-1
564002
- Update to 0.5.2
564002
- Removed libisofs patch, now upstream
564002
564002
* Wed Jan 17 2007 Denis Leroy <denis@poolshark.org> - 0.5.1-2
564002
- Added patch to support libisofs.so.4 and libburn.so.6
564002
564002
* Thu Nov 16 2006 Denis Leroy <denis@poolshark.org> - 0.5.1-1
564002
- Update to 0.5.1
564002
564002
* Sun Oct 29 2006 Denis Leroy <denis@poolshark.org> - 0.5.0-1
564002
- Update to 0.5.0
564002
- Updated icon paths
564002
- Added gconf schemas sections
564002
564002
* Tue Oct  3 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-3
564002
- fixed homepage URL
564002
564002
* Tue Sep 26 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-2
564002
- BRs cleanup
564002
564002
* Fri Sep 22 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-1
564002
- First version
564002
foo