rpms/paprefs/devel paprefs-gcc43.patch, NONE, 1.1 paprefs.spec, 1.6, 1.7

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Thu Mar 27 14:06:11 UTC 2008


Author: caillon

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

Modified Files:
	paprefs.spec 
Added Files:
	paprefs-gcc43.patch 
Log Message:
* Thu Mar 27 2008 Christopher Aillon <caillon at redhat.com> - 0.9.6-3
- Add compile patch for GCC 4.3


paprefs-gcc43.patch:

--- NEW FILE paprefs-gcc43.patch ---
diff -up paprefs-0.9.6/src/paprefs.cc.gcc43 paprefs-0.9.6/src/paprefs.cc
--- paprefs-0.9.6/src/paprefs.cc.gcc43	2008-03-27 10:00:44.000000000 -0400
+++ paprefs-0.9.6/src/paprefs.cc	2008-03-27 10:01:13.000000000 -0400
@@ -28,6 +28,7 @@
 #include <gtkmm.h>
 #include <libglademm.h>
 #include <gconfmm.h>
+#include <libintl.h>
 
 #define PA_GCONF_ROOT "/system/pulseaudio"
 #define PA_GCONF_PATH_MODULES PA_GCONF_ROOT"/modules"


Index: paprefs.spec
===================================================================
RCS file: /cvs/extras/rpms/paprefs/devel/paprefs.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- paprefs.spec	19 Feb 2008 02:28:49 -0000	1.6
+++ paprefs.spec	27 Mar 2008 14:05:36 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           paprefs
 Version:        0.9.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Management tool for PulseAudio
 
 Group:          Applications/Multimedia
@@ -12,6 +12,7 @@
 
 BuildRequires:  gconfmm26-devel libglademm24-devel lynx desktop-file-utils
 
+Patch1:         paprefs-gcc43.patch
 
 %description
 PulseAudio Preferences (paprefs) is a simple GTK based configuration dialog
@@ -19,6 +20,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .gcc43
 
 
 %build
@@ -50,6 +52,9 @@
 %{_datadir}/locale/*
 
 %changelog
+* Thu Mar 27 2008 Christopher Aillon <caillon at redhat.com> - 0.9.6-3
+- Add compile patch for GCC 4.3
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9.6-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list