Update to upstream 0.8.1, desktop patch upstreamed
This commit is contained in:
parent
699f36476c
commit
a02aa6ade8
@ -1 +1 @@
|
|||||||
brasero-0.7.91.tar.bz2
|
brasero-0.8.1.tar.bz2
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- brasero-0.7.0/src/plugins/transcode/burn-transcode.c.orig 2007-12-30 11:17:45.000000000 +0100
|
|
||||||
+++ brasero-0.7.0/src/plugins/transcode/burn-transcode.c 2007-12-30 11:18:02.000000000 +0100
|
|
||||||
@@ -931,7 +931,7 @@
|
|
||||||
|
|
||||||
output = NULL;
|
|
||||||
brasero_job_get_audio_output (BRASERO_JOB (transcode), &output);
|
|
||||||
- fd = open (output, O_WRONLY | O_CREAT | O_APPEND);
|
|
||||||
+ fd = open (output, O_WRONLY | O_CREAT | O_APPEND, S_IRWXU | S_IRGRP | S_IROTH);
|
|
||||||
g_free (output);
|
|
||||||
|
|
||||||
if (fd == -1) {
|
|
@ -1,12 +0,0 @@
|
|||||||
--- brasero-0.7.90/data/brasero.desktop.in.in~ 2008-06-01 15:19:18.000000000 +0200
|
|
||||||
+++ brasero-0.7.90/data/brasero.desktop.in.in 2008-06-23 10:56:57.000000000 +0200
|
|
||||||
@@ -28,9 +28,3 @@
|
|
||||||
MimeType=application/x-brasero;
|
|
||||||
Exec=brasero -p %u
|
|
||||||
_Name=Open project
|
|
||||||
-
|
|
||||||
-[Desktop Action OpenPlaylist]
|
|
||||||
-Icon=brasero
|
|
||||||
-MimeType=audio/x-scpls;audio/x-ms-asx;audio/x-mp3-playlist;audio/x-mpegurl;
|
|
||||||
-Exec=brasero -l %u
|
|
||||||
-_Name=Open project
|
|
12
brasero.spec
12
brasero.spec
@ -1,13 +1,12 @@
|
|||||||
|
|
||||||
Name: brasero
|
Name: brasero
|
||||||
Version: 0.7.91
|
Version: 0.8.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Gnome CD/DVD burning application
|
Summary: Gnome CD/DVD burning application
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org/projects/brasero/
|
URL: http://www.gnome.org/projects/brasero/
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/0.7/%{name}-%{version}.tar.bz2
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/0.8/%{name}-%{version}.tar.bz2
|
||||||
Patch0: brasero-0.7.90-desktop.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= 2.15.6
|
BuildRequires: glib2-devel >= 2.15.6
|
||||||
@ -50,7 +49,6 @@ desktop.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .desktop
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -124,7 +122,7 @@ fi
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/%{name}
|
%{_libdir}/%{name}
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/applications/brasero.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/gnome/help/%{name}
|
%{_datadir}/gnome/help/%{name}
|
||||||
%{_datadir}/omf/%{name}
|
%{_datadir}/omf/%{name}
|
||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
@ -133,6 +131,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 27 2008 Denis Leroy <denis@poolshark.org> - 0.8.1-1
|
||||||
|
- Update to upstream 0.8.1
|
||||||
|
- Desktop patch upstreamed
|
||||||
|
|
||||||
* Sun Jul 6 2008 Denis Leroy <denis@poolshark.org> - 0.7.91-1
|
* Sun Jul 6 2008 Denis Leroy <denis@poolshark.org> - 0.7.91-1
|
||||||
- Update to unstable 0.7.91
|
- Update to unstable 0.7.91
|
||||||
- open flags patch upstreamed
|
- open flags patch upstreamed
|
||||||
|
Loading…
Reference in New Issue
Block a user