rpms/gcombust/devel gcombust-0.1.55-gcc4.patch, NONE, 1.1 gcombust.spec, 1.7, 1.8

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon May 9 11:23:28 UTC 2005


Author: thias

Update of /cvs/extras/rpms/gcombust/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20072

Modified Files:
	gcombust.spec 
Added Files:
	gcombust-0.1.55-gcc4.patch 
Log Message:
Add gcc4 patch from Michael.


gcombust-0.1.55-gcc4.patch:

--- NEW FILE gcombust-0.1.55-gcc4.patch ---
diff -Nur gcombust-0.1.55-orig/src/optimize_usage.c gcombust-0.1.55/src/optimize_usage.c
--- gcombust-0.1.55-orig/src/optimize_usage.c	2003-06-30 15:07:27.000000000 +0200
+++ gcombust-0.1.55/src/optimize_usage.c	2005-05-09 00:38:54.000000000 +0200
@@ -31,7 +31,7 @@
 #include "locks.h"
 #include "globals.h"
 
-static GtkWidget *opt_try_harder;
+GtkWidget *opt_try_harder;
 
 static GtkWidget *cdsize_option_menu, *cdsize_selected_label, *cdsector_selected_label;
 static GtkWidget *used_size_label, *used_sectors_label, *wasted_size_label, *wasted_sectors_label;
diff -Nur gcombust-0.1.55-orig/src/rip_audio.c gcombust-0.1.55/src/rip_audio.c
--- gcombust-0.1.55-orig/src/rip_audio.c	2002-02-16 21:00:52.000000000 +0100
+++ gcombust-0.1.55/src/rip_audio.c	2005-05-09 00:39:55.000000000 +0200
@@ -41,7 +41,7 @@
 char *cdda2wav_path = NULL, *cdda_device_path;
 char *def_rip_path = NULL;
 char *cdparanoia_path = NULL, *cdpara_device_path;
-static GtkWidget *rip_path_entry;
+GtkWidget *rip_path_entry;
 
 static GtkWidget *rip_win = NULL, *p_win;
 static GtkWidget *autoscroll_cdda2wav_text, *cdda2wav_text, *cdda2wav_text_scrollbar;


Index: gcombust.spec
===================================================================
RCS file: /cvs/extras/rpms/gcombust/devel/gcombust.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gcombust.spec	6 Apr 2005 22:11:37 -0000	1.7
+++ gcombust.spec	9 May 2005 11:23:26 -0000	1.8
@@ -1,13 +1,13 @@
 Summary: Powerful GTK+ front-end for mkisofs and cdrecord
 Name: gcombust
 Version: 0.1.55
-Release: 5
-
+Release: 6
 Epoch: 1
 License: GPL
 Group: Applications/Archiving
 URL: http://www.abo.fi/~jmunsin/gcombust/
 Source: http://www.abo.fi/~jmunsin/gcombust/gcombust-%{version}.tar.gz
+Patch: gcombust-0.1.55-gcc4.patch
 Requires: cdrecord >= 1.10, mkisofs >= 1.10
 Requires: cdda2wav >= 1.10, cdlabelgen >= 1.5.0
 BuildRequires: gtk+-devel, perl
@@ -24,6 +24,7 @@
 
 %prep
 %setup
+%patch -p1 -b .gcc4
 
 
 %build
@@ -50,8 +51,8 @@
 
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
-- rebuilt
+* Mon May  9 2005 Matthias Saou <http://freshrpms.net/> 1:0.1.55-6
+- Added gcc4 patch from Michael.
 
 * Tue Nov 16 2004 Matthias Saou <http://freshrpms.net/> 1:0.1.55-3
 - Bump release to provide Extras upgrade path.




More information about the fedora-extras-commits mailing list