rpms/barry/devel barry-includes.patch, NONE, 1.1 barry.spec, 1.13, 1.14

Caolan McNamara caolanm at fedoraproject.org
Tue Mar 3 10:42:56 UTC 2009


Author: caolanm

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

Modified Files:
	barry.spec 
Added Files:
	barry-includes.patch 
Log Message:
fix up extra includes and consts for gcc44

barry-includes.patch:

--- NEW FILE barry-includes.patch ---
diff -ru barry-0.15.orig/src/base64.cc barry-0.15/src/base64.cc
--- barry-0.15.orig/src/base64.cc	2009-03-03 10:07:23.000000000 +0000
+++ barry-0.15/src/base64.cc	2009-03-03 10:07:52.000000000 +0000
@@ -13,6 +13,7 @@
 #include "base64.h"
 #include <string>
 #include <iterator>
+#include <stdio.h>
 
 #define TRUE  1
 #define FALSE 0
diff -ru barry-0.15.orig/src/error.h barry-0.15/src/error.h
--- barry-0.15.orig/src/error.h	2009-03-03 10:07:24.000000000 +0000
+++ barry-0.15/src/error.h	2009-03-03 10:20:31.000000000 +0000
@@ -24,6 +24,7 @@
 
 #include "dll.h"
 #include <stdexcept>
+#include <stdint.h>
 
 namespace Barry {
 
diff -ru barry-0.15.orig/src/record.cc barry-0.15/src/record.cc
--- barry-0.15.orig/src/record.cc	2009-03-03 10:07:23.000000000 +0000
+++ barry-0.15/src/record.cc	2009-03-03 10:30:09.000000000 +0000
@@ -36,6 +36,7 @@
 #include <iomanip>
 #include <time.h>
 #include <string.h>
+#include <stdio.h>
 #include <stdexcept>
 
 #define __DEBUG_MODE__


Index: barry.spec
===================================================================
RCS file: /cvs/pkgs/rpms/barry/devel/barry.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- barry.spec	24 Feb 2009 04:08:33 -0000	1.13
+++ barry.spec	3 Mar 2009 10:42:25 -0000	1.14
@@ -6,7 +6,7 @@
 
 Name:           barry
 Version:        0.15
-Release:        0.4.20090109git%{?dist}
+Release:        0.5.20090109git%{?dist}
 Summary:        BlackBerry Desktop for Linux
 
 Group:          Applications/Productivity
@@ -24,6 +24,7 @@
 # ip_modem password patch for the Blackberry Bold 9000
 # http://sourceforge.net/mailarchive/forum.php?thread_name=4968F513.1050909%40comcast.net&forum_name=barry-devel
 Patch0:         barry-ipmodem.patch
+Patch1:         barry-includes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libusb-devel boost-devel desktop-file-utils gtkmm24-devel
@@ -99,6 +100,7 @@
 %{__rm} -rf ./doc/www/doxygen/html/breset_8cc__incl.map
 %{__rm} -rf ./doc/www/doxygen/html/endian_8h__incl.map
 %patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -201,6 +203,9 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Tue Mar 03 2009 Caolán McNamara <caolanm at redhat.com> - 0.15-0.5.20090109git
+- include stdio.h for EOF
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15-0.4.20090109git
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list