rpms/brasero/devel 0001-Fix-parsing-of-file-paths-on-the-command-line.patch, 1.1, 1.2

Bastien Nocera hadess at fedoraproject.org
Wed Oct 7 08:52:54 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/brasero/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9652

Modified Files:
	0001-Fix-parsing-of-file-paths-on-the-command-line.patch 
Log Message:
Fix patch to apply to 2.28

0001-Fix-parsing-of-file-paths-on-the-command-line.patch:
 brasero-project-parse.c |   16 +++++++++++++---
 main.c                  |   11 +++++------
 2 files changed, 18 insertions(+), 9 deletions(-)

Index: 0001-Fix-parsing-of-file-paths-on-the-command-line.patch
===================================================================
RCS file: /cvs/pkgs/rpms/brasero/devel/0001-Fix-parsing-of-file-paths-on-the-command-line.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 0001-Fix-parsing-of-file-paths-on-the-command-line.patch	7 Oct 2009 08:34:12 -0000	1.1
+++ 0001-Fix-parsing-of-file-paths-on-the-command-line.patch	7 Oct 2009 08:52:53 -0000	1.2
@@ -1,4 +1,4 @@
-From 82a2336030c885bb5a74639d401ab3f2ec511af5 Mon Sep 17 00:00:00 2001
+From 387a91e4b0e25914bf8e879296264c74b0aa2424 Mon Sep 17 00:00:00 2001
 From: Bastien Nocera <hadess at hadess.net>
 Date: Wed, 7 Oct 2009 09:16:50 +0100
 Subject: [PATCH] Fix parsing of file paths on the command-line
@@ -66,7 +66,7 @@ index 95c438d..ffacf46 100644
  
  	return (result == TOTEM_PL_PARSER_RESULT_SUCCESS);
 diff --git a/src/main.c b/src/main.c
-index 7de917c..e717ef5 100644
+index abd31b5..e95e027 100644
 --- a/src/main.c
 +++ b/src/main.c
 @@ -70,13 +70,13 @@ gint open_ncb;
@@ -100,7 +100,7 @@ index 7de917c..e717ef5 100644
  
 -	{ "image", 'i', 0, G_OPTION_ARG_STRING, &iso_uri,
 +	{ "image", 'i', 0, G_OPTION_ARG_FILENAME, &iso_uri,
- 	 N_("URI of an image file to burn (autodetected)"),
+ 	 N_("Uri of an image file to be burnt (autodetected)"),
            N_("PATH TO PLAYLIST") },
  
 @@ -122,7 +122,7 @@ static const GOptionEntry options [] = {
@@ -109,7 +109,7 @@ index 7de917c..e717ef5 100644
  
 -	{ "burn-and-remove-project", 'r', 0, G_OPTION_ARG_STRING, &burn_project_uri,
 +	{ "burn-and-remove-project", 'r', 0, G_OPTION_ARG_FILENAME, &burn_project_uri,
- 	  N_("Burn the specified project and remove it.\nThis option is mainly useful for integration with other applications."),
+ 	  N_("Burn the specified project and REMOVE it.\nThis option is mainly useful for integration use with other applications."),
  	  N_("PATH") },
  
 -- 




More information about the fedora-extras-commits mailing list