rpms/pcmanx-gtk2/devel pcmanx-gtk2-0.3.8-includes.patch, NONE, 1.1 pcmanx-gtk2.spec, 1.10, 1.11

Caolan McNamara caolanm at fedoraproject.org
Wed Mar 4 16:45:10 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/pcmanx-gtk2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17637

Modified Files:
	pcmanx-gtk2.spec 
Added Files:
	pcmanx-gtk2-0.3.8-includes.patch 
Log Message:
include stdio.h for perror

pcmanx-gtk2-0.3.8-includes.patch:

--- NEW FILE pcmanx-gtk2-0.3.8-includes.patch ---
diff -ru pcmanx-gtk2-0.3.8.orig/src/nancy_bot/msgdata.cpp pcmanx-gtk2-0.3.8/src/nancy_bot/msgdata.cpp
--- pcmanx-gtk2-0.3.8.orig/src/nancy_bot/msgdata.cpp	2009-03-04 16:31:22.000000000 +0000
+++ pcmanx-gtk2-0.3.8/src/nancy_bot/msgdata.cpp	2009-03-04 16:32:14.000000000 +0000
@@ -19,6 +19,7 @@
  */
 
 #include <cstdlib>
+#include <stdio.h>
 #include <unistd.h>
 
 #include "nancy_bot/msgdata.h"


Index: pcmanx-gtk2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pcmanx-gtk2/devel/pcmanx-gtk2.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pcmanx-gtk2.spec	26 Feb 2009 10:11:08 -0000	1.10
+++ pcmanx-gtk2.spec	4 Mar 2009 16:44:39 -0000	1.11
@@ -7,7 +7,7 @@
 Summary:   Telnet client designed for BBS browsing
 Name:      pcmanx-gtk2
 Version:   0.3.8
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   GPLv2+
 Group:     Applications/Internet
 Source0:   http://pcmanx.csie.net/release/%{name}-%{version}.tar.bz2
@@ -19,6 +19,7 @@
 # The idldir in our libxul already has "stable" in it.
 Patch2:    pcmanx-gtk2-0.3.8-Fedora-idldir.patch
 Patch3:    pcmanx-gtk2-0.3.8-xulrunner.patch
+Patch4:    pcmanx-gtk2-0.3.8-includes.patch
 URL:       http://pcmanx.csie.net
 BuildRequires:     gtk2-devel desktop-file-utils gettext libnotify-devel
 BuildRequires:     libXft-devel
@@ -56,6 +57,7 @@
 %patch1 -p1 -b .xpidl
 %patch2 -p1 -b .idldir
 %patch3 -p1 -b .xul
+%patch4 -p1 -b .includes
 
 ########################################################################
 # automake 1.10 fails without config.rpath.
@@ -126,6 +128,9 @@
 %{_libdir}/mozilla/plugins/
 
 %changelog
+* Wed Mar 5 2009 Caolán McNamara <caolanm at redhat.com> 0.3.8-5
+- include stdio.h for perror
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.8-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list