rpms/rlog/devel rlog-gcc43_fix.diff, NONE, 1.1 rlog-1.3.7.tgz.asc, 1.1, 1.2 rlog.spec, 1.5, 1.6 sources, 1.2, 1.3

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Thu Feb 21 22:19:58 UTC 2008


Author: peter

Update of /cvs/extras/rpms/rlog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3776/devel

Modified Files:
	rlog-1.3.7.tgz.asc rlog.spec sources 
Added Files:
	rlog-gcc43_fix.diff 
Log Message:
Fix build with GCC 4.3

rlog-gcc43_fix.diff:

--- NEW FILE rlog-gcc43_fix.diff ---
--- rlog/RLogChannel.cpp	2005-06-02 16:25:55.000000000 +0400
+++ rlog/RLogChannel.cpp	2008-02-22 00:59:12.000000000 +0300
@@ -21,6 +21,8 @@
 #include "rlog.h"
 #include "Lock.h"
 
+#include <string.h>
+
 using namespace std;
 using namespace rlog;
 


Index: rlog-1.3.7.tgz.asc
===================================================================
RCS file: /cvs/extras/rpms/rlog/devel/rlog-1.3.7.tgz.asc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rlog-1.3.7.tgz.asc	14 Dec 2005 22:22:16 -0000	1.1
+++ rlog-1.3.7.tgz.asc	21 Feb 2008 22:19:15 -0000	1.2
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
+Version: GnuPG v1.4.2 (GNU/Linux)
 
-iD8DBQBDRBfiWp20Ay6vTYARApsUAJ9xRj/7QGqOGN7ETfq70BRMWGrX/wCeKOEE
-2JPWA1g2WavJZYtvLP+XZT0=
-=ryRv
+iD8DBQBFMcFZWp20Ay6vTYARAlt8AJ9Ri7nu/3+qkS9BEa713pV74kj8egCfZ7Vg
+B11VEw2Hx+34EToOh12u0qg=
+=J+p+
 -----END PGP SIGNATURE-----


Index: rlog.spec
===================================================================
RCS file: /cvs/extras/rpms/rlog/devel/rlog.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rlog.spec	19 Feb 2008 18:39:31 -0000	1.5
+++ rlog.spec	21 Feb 2008 22:19:15 -0000	1.6
@@ -1,12 +1,13 @@
 Name: 		rlog
 Summary: 	Runtime Logging for C++
 Version: 	1.3.7
-Release: 	5%{?dist}
+Release: 	6%{?dist}
 License: 	LGPLv21+
 Group: 		Development/Libraries
 Url: 		http://arg0.net/wiki/rlog
-Source0: 	http://arg0.net/users/vgough/download/%{name}-%{version}.tgz
-Source1:	http://arg0.net/users/vgough/download/%{name}-%{version}.tgz.asc
+Source0: 	http://rlog.googlecode.com/files/%{name}-%{version}.tgz
+Source1:	http://rlog.googlecode.com/files/%{name}-%{version}.tgz.asc
+Patch0:		rlog-gcc43_fix.diff
 %ifarch i386
 BuildRequires:	valgrind
 %endif
@@ -28,6 +29,7 @@
 
 %prep
 %setup -q
+%patch0
 %{__rm} -rf docs/html
 %{__rm} -rf docs/latex
 
@@ -67,10 +69,13 @@
 %doc docs/html docs/latex/refman.pdf
 
 %changelog
+* Fri Feb 22 2008 Peter Lemenkov <lemenkov at gmail.com> 1.3.7-6
+- Changed source paths
+- Fixed build with GCC 4.3
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.3.7-5
 - Autorebuild for GCC 4.3
 
-
 * Sat Feb  9 2008 Peter Lemenkov <lemenkov at gmail.com> 1.3.7-4
 - Proper license header (LGPL v 2.1 or any later version)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rlog/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	14 Dec 2005 22:22:16 -0000	1.2
+++ sources	21 Feb 2008 22:19:15 -0000	1.3
@@ -1 +1 @@
-a3bc4e4d9d2b838fdc32e6de64270b68  rlog-1.3.7.tgz
+b84df0d8a57ea676c4bf594c7a35cd25  rlog-1.3.7.tgz




More information about the fedora-extras-commits mailing list