From 4f36d1ec21706e3458af1ff28892ca02a20a0125 Mon Sep 17 00:00:00 2001 From: "John A. Khvatov" Date: Thu, 26 Feb 2009 21:48:20 +0000 Subject: [PATCH] Added missing header for gcc 4.4 --- glog-missing-header.patch | 10 ++++++++++ glog.spec | 8 ++++++-- import.log | 1 + 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 glog-missing-header.patch diff --git a/glog-missing-header.patch b/glog-missing-header.patch new file mode 100644 index 0000000..80c1a68 --- /dev/null +++ b/glog-missing-header.patch @@ -0,0 +1,10 @@ +--- src/utilities.cc 2009-01-23 04:37:14.000000000 +0300 ++++ src/utilities.cc 2009-02-27 00:18:51.000000000 +0300 +@@ -3,6 +3,7 @@ + + #include "utilities.h" + ++#include + #include + #ifdef HAVE_SYS_TIME_H + # include diff --git a/glog.spec b/glog.spec index 89d95dd..96c1bb7 100644 --- a/glog.spec +++ b/glog.spec @@ -1,6 +1,6 @@ Name: glog Version: 0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A C++ application logging library Group: System Environment/Libraries @@ -8,6 +8,7 @@ License: BSD URL: http://code.google.com/p/google-glog Source0: http://google-glog.googlecode.com/files/%{name}-%{version}.tar.gz Patch0: glog-r38.patch +Patch1: glog-missing-header.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: autoconf @@ -32,7 +33,7 @@ developing applications that use %{name}. %prep %setup -q %patch0 -p0 - +%patch1 -p0 %build autoconf @@ -69,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 27 2009 John A. Khvatov 0.2-4 +- Added missing header for gcc 4.4 + * Tue Feb 24 2009 Fedora Release Engineering - 0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/import.log b/import.log index e4be222..cb5e208 100644 --- a/import.log +++ b/import.log @@ -1,2 +1,3 @@ glog-0_1_2-6_fc10:HEAD:glog-0.1.2-6.fc10.src.rpm:1229343821 glog-0_2-2_fc10:HEAD:glog-0.2-2.fc10.src.rpm:1232879474 +glog-0_2-4_fc10:HEAD:glog-0.2-4.fc10.src.rpm:1235684646