rpms/pan/devel pan-0.99-gi18n.patch,NONE,1.1 pan.spec,1.18,1.19

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Sat Jun 3 10:07:14 UTC 2006


Author: mpeters

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

Modified Files:
	pan.spec 
Added Files:
	pan-0.99-gi18n.patch 
Log Message:
attempting to fix rawhide build


pan-0.99-gi18n.patch:

--- NEW FILE pan-0.99-gi18n.patch ---
--- pan/gui/url.cc.bad	2006-06-03 03:00:45.000000000 -0700
+++ pan/gui/url.cc	2006-06-03 03:02:02.000000000 -0700
@@ -20,6 +20,9 @@
 #include <config.h>
 #include <string>
 #include <glib.h>
+extern "C" {
+#include <glib/gi18n.h>
+};
 #ifdef HAVE_GNOME
 #include <libgnome/gnome-url.h>
 #elif defined(G_OS_WIN32)


Index: pan.spec
===================================================================
RCS file: /cvs/extras/rpms/pan/devel/pan.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- pan.spec	30 May 2006 19:50:35 -0000	1.18
+++ pan.spec	3 Jun 2006 10:07:14 -0000	1.19
@@ -1,11 +1,12 @@
 Summary: A GNOME/GTK+ news reader for X
 Name: pan
 Version: 0.99
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPL
 Group: Applications/Internet
 Source0: http://pan.rebelbase.com/download/%{version}/SOURCE/%{name}-%{version}.tar.bz2
+Patch0: pan-0.99-gi18n.patch
 URL: http://pan.rebelbase.com/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: desktop-file-utils
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 echo "StartupNotify=true" >> pan.desktop
 
@@ -70,6 +72,9 @@
 %{_datadir}/applications/fedora-pan.desktop
 
 %changelog
+* Sat Jun 03 2006 Michael A. Peters <mpeters at mac.com> - 1:0.99-2
+- Patch0 to try and fix devel build
+
 * Tue May 30 2006 Michael A. Peters <mpeters at mac.com> - 1:0.99-1
 - Update to 0.99
 




More information about the fedora-extras-commits mailing list