rpms/brasero/devel brasero-0.7.0-open.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 brasero.spec, 1.17, 1.18 sources, 1.7, 1.8 brasero-0.6.0-open.patch, 1.2, NONE

Denis Leroy (denis) fedora-extras-commits at redhat.com
Sun Dec 30 11:15:14 UTC 2007


Author: denis

Update of /cvs/pkgs/rpms/brasero/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28355

Modified Files:
	.cvsignore brasero.spec sources 
Added Files:
	brasero-0.7.0-open.patch 
Removed Files:
	brasero-0.6.0-open.patch 
Log Message:
- Update to upstream 0.7.0, updated BRs
- Forward-ported open() permission patch


brasero-0.7.0-open.patch:

--- NEW FILE brasero-0.7.0-open.patch ---
--- 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) {


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/brasero/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	25 Aug 2007 17:09:54 -0000	1.7
+++ .cvsignore	30 Dec 2007 11:14:32 -0000	1.8
@@ -1 +1 @@
-brasero-0.6.1.tar.bz2
+brasero-0.7.0.tar.bz2


Index: brasero.spec
===================================================================
RCS file: /cvs/pkgs/rpms/brasero/devel/brasero.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- brasero.spec	10 Dec 2007 18:25:34 -0000	1.17
+++ brasero.spec	30 Dec 2007 11:14:32 -0000	1.18
@@ -1,18 +1,18 @@
 
 Name:      brasero
-Version:   0.6.1
-Release:   4%{?dist}
+Version:   0.7.0
+Release:   1%{?dist}
 Summary:   Gnome CD/DVD burning application
 Group:     Applications/Multimedia
 License:   GPLv2+
 URL:       http://www.gnome.org/projects/brasero/
-Source0:   http://ftp.gnome.org/pub/GNOME/sources/brasero/0.6/%{name}-%{version}.tar.bz2
-Patch0:    brasero-0.6.0-tooltips.patch
-Patch2:    brasero-0.6.0-open.patch
+Source0:   http://ftp.gnome.org/pub/GNOME/sources/brasero/0.7/%{name}-%{version}.tar.bz2
+Patch0:    brasero-0.7.0-open.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext intltool
 BuildRequires:  desktop-file-utils
+BuildRequires:  gnome-vfs2-devel >= 2.14.2
 BuildRequires:  libgnomeui-devel >= 2.10.0
 BuildRequires:  gstreamer-devel >= 0.10.6
 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.0
@@ -22,6 +22,10 @@
 %endif
 BuildRequires:  totem-pl-parser-devel
 BuildRequires:  libnotify-devel >= 0.3.0
+BuildRequires:  libxml2-devel >= 2.6.0
+BuildRequires:  dbus-glib-devel >= 0.7.2
+BuildRequires:  libburn-devel >= 0.4.0
+BuildRequires:  libisofs-devel >= 0.2.8
 
 Requires:  dvd+rw-tools
 Requires:  cdrecord
@@ -43,16 +47,16 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .tooltips
-%patch2 -p1 -b .open
+%patch0 -p1 -b .open
 
 
 %build
 %configure \
+	--enable-dbus \
+	--enable-preview \
 	--disable-caches \
 	--disable-static \
-	--disable-schemas-install \
-	--disable-libburn
+	--disable-schemas-install
 
 make %{?_smp_mflags}
 
@@ -113,6 +117,7 @@
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_mandir}/man1/%{name}.*
 %{_bindir}/*
+%{_libdir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/applications/brasero.desktop
 %{_datadir}/icons/hicolor/*/apps/*
@@ -121,6 +126,10 @@
 
 
 %changelog
+* Sun Dec 30 2007 Denis Leroy <denis at poolshark.org> - 0.7.0-1
+- Update to upstream 0.7.0, updated BRs
+- Forward-ported open() permission patch
+
 * Mon Dec 10 2007 Denis Leroy <denis at poolshark.org> - 0.6.1-4
 - Changed totem-devel req to totem-pl-parser-devel
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/brasero/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	25 Aug 2007 17:09:54 -0000	1.7
+++ sources	30 Dec 2007 11:14:32 -0000	1.8
@@ -1 +1 @@
-fa3b59f06b93bd831805a73a81f3293f  brasero-0.6.1.tar.bz2
+b6ef754a108e2f2b64b815b283f51756  brasero-0.7.0.tar.bz2


--- brasero-0.6.0-open.patch DELETED ---




More information about the fedora-extras-commits mailing list