rpms/glog/devel glog-missing-header.patch, NONE, 1.1 glog.spec, 1.3, 1.4 import.log, 1.2, 1.3

John A. Khvatov ivaxer at fedoraproject.org
Thu Feb 26 21:48:50 UTC 2009


Author: ivaxer

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

Modified Files:
	glog.spec import.log 
Added Files:
	glog-missing-header.patch 
Log Message:
Added missing header for gcc 4.4


glog-missing-header.patch:

--- NEW FILE glog-missing-header.patch ---
--- 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 <stdio.h>
 #include <signal.h>
 #ifdef HAVE_SYS_TIME_H
 # include <sys/time.h>


Index: glog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glog/devel/glog.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glog.spec	24 Feb 2009 22:12:11 -0000	1.3
+++ glog.spec	26 Feb 2009 21:48:20 -0000	1.4
@@ -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 @@
 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 @@
 %prep
 %setup -q
 %patch0 -p0
-
+%patch1 -p0
 
 %build
 autoconf
@@ -69,6 +70,9 @@
 
 
 %changelog
+* Fri Feb 27 2009 John A. Khvatov <ivaxer at fedoraproject.org> 0.2-4
+- Added missing header for gcc 4.4
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/glog/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- import.log	25 Jan 2009 10:36:09 -0000	1.2
+++ import.log	26 Feb 2009 21:48:20 -0000	1.3
@@ -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




More information about the fedora-extras-commits mailing list