From b895a68ae4e37d2dc64456c327ed3dd3c2ddcdb1 Mon Sep 17 00:00:00 2001 From: Denis Leroy Date: Feb 26 2007 14:24:32 +0000 Subject: Update to 0.5.2 --- diff --git a/.cvsignore b/.cvsignore index fd5c305..a0ffab1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -brasero-0.5.1.tar.bz2 +brasero-0.5.2.tar.bz2 diff --git a/brasero-0.5.1-isofs.patch b/brasero-0.5.1-isofs.patch deleted file mode 100644 index 3a9280d..0000000 --- a/brasero-0.5.1-isofs.patch +++ /dev/null @@ -1,68 +0,0 @@ ---- brasero-0.5.1/src/burn-libisofs.c~ 2006-11-13 20:51:32.000000000 +0100 -+++ brasero-0.5.1/src/burn-libisofs.c 2007-01-17 01:00:02.000000000 +0100 -@@ -46,7 +46,7 @@ - - #ifdef HAVE_LIBBURN - --#include -+#include - #include - - static void brasero_libisofs_class_init (BraseroLibisofsClass *klass); ---- brasero-0.5.1/src/burn-libburn-common.c~ 2006-09-16 10:06:14.000000000 +0200 -+++ brasero-0.5.1/src/burn-libburn-common.c 2007-01-17 01:07:11.000000000 +0100 -@@ -247,38 +247,6 @@ - return BRASERO_BURN_OK; - } - --static gboolean --brasero_libburn_common_process_message (BraseroLibburnCommon *self, -- struct burn_message *mes) --{ -- GError *error; -- gboolean retval = TRUE; -- -- switch (mes->type) { -- case BURN_MESSAGE_ERROR: -- if (mes->detail.error.message == BURN_ERROR_CANCELLED) { -- retval = TRUE; -- break; -- } -- -- case BURN_MESSAGE_WARNING: -- error = g_error_new (BRASERO_BURN_ERROR, -- BRASERO_BURN_ERROR_GENERAL, -- _("an unknown error occured with libburn")); -- brasero_job_error (BRASERO_JOB (self), error); -- retval = FALSE; -- break; -- -- case BURN_MESSAGE_INFO: -- BRASERO_JOB_LOG (self, _("(%s) libburn tried to say something")); -- retval = TRUE; -- break; -- } -- -- burn_message_free (mes); -- return retval; --} -- - static void - brasero_libburn_common_status_changed (BraseroLibburnCommon *self, - enum burn_drive_status status, -@@ -381,15 +349,9 @@ - gdouble fraction; - gint64 sectors; - -- struct burn_message *message; - enum burn_drive_status status; - struct burn_progress progress; - -- /* see if there is any pending message */ -- message = burn_get_message (); -- if (message && !brasero_libburn_common_process_message (self, message)) -- return; -- - if (!self->priv->drive) - return; - diff --git a/brasero.spec b/brasero.spec index f711009..668bb16 100644 --- a/brasero.spec +++ b/brasero.spec @@ -1,13 +1,12 @@ Name: brasero -Version: 0.5.1 -Release: 2%{?dist} +Version: 0.5.2 +Release: 1%{?dist} Summary: Gnome CD/DVD burning application Group: Applications/Multimedia License: GPL URL: http://perso.orange.fr/bonfire/ Source0: http://download.sourceforge.net/bonfire/%{name}-%{version}.tar.bz2 -Patch0: brasero-0.5.1-isofs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext intltool @@ -18,7 +17,7 @@ BuildRequires: gstreamer-plugins-base-devel >= 0.10.0 BuildRequires: nautilus-cd-burner-devel >= 2.16.0 BuildRequires: libbeagle-devel >= 0.1.1 BuildRequires: totem-devel >= 1.2.0 -BuildRequires: libburn-devel >= 0.2.1 +BuildRequires: libburn-devel >= 0.2.3 BuildRequires: libisofs-devel >= 0.2.4 Requires: dvd+rw-tools @@ -41,7 +40,6 @@ desktop. %prep %setup -q -%patch0 -p1 -b .isofs %build @@ -106,14 +104,16 @@ fi %{_bindir}/* %{_datadir}/%{name} %{_datadir}/applications/brasero.desktop -%{_datadir}/icons/hicolor/16x16/apps/* -%{_datadir}/icons/hicolor/24x24/apps/* -%{_datadir}/icons/hicolor/scalable/apps/* +%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/mime/packages/* %config %{_sysconfdir}/gconf/schemas/%{name}.schemas %changelog +* Mon Feb 26 2007 Denis Leroy - 0.5.2-1 +- Update to 0.5.2 +- libisofs patch removed, is upstream + * Wed Jan 17 2007 Denis Leroy - 0.5.1-2 - Added patch to support libisofs.so.4 and libburn.so.6 diff --git a/sources b/sources index 26b0376..f46f94c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f578d2aaf6b434f91beb935f112728e2 brasero-0.5.1.tar.bz2 +2c23c4faa958c63b0e5b18c24420682c brasero-0.5.2.tar.bz2