diff --git a/barry-includes.patch b/barry-includes.patch new file mode 100644 index 0000000..628d50b --- /dev/null +++ b/barry-includes.patch @@ -0,0 +1,33 @@ +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 + #include ++#include + + #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 ++#include + + 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 + #include + #include ++#include + #include + + #define __DEBUG_MODE__ diff --git a/barry.spec b/barry.spec index 192f4e5..53d0030 100644 --- a/barry.spec +++ b/barry.spec @@ -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 @@ Source1: %{name}.desktop # 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 @@ This package contains the opensync plugin. %{__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 @@ cd ../ %postun libs -p /sbin/ldconfig %changelog +* Tue Mar 03 2009 Caolán McNamara - 0.15-0.5.20090109git +- include stdio.h for EOF + * Mon Feb 23 2009 Fedora Release Engineering - 0.15-0.4.20090109git - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild