From e0aa095e3c708746a479c8b087022fe0d48e683f Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Jun 06 2008 07:27:34 +0000 Subject: Clarified patch status --- diff --git a/rlog.spec b/rlog.spec index 5a51342..b6547aa 100644 --- a/rlog.spec +++ b/rlog.spec @@ -1,17 +1,19 @@ -Name: rlog -Summary: Runtime Logging for C++ -Version: 1.3.7 -Release: 6%{?dist} -License: LGPLv21+ -Group: Development/Libraries -Url: http://arg0.net/wiki/rlog -Source0: http://rlog.googlecode.com/files/%{name}-%{version}.tgz +Name: rlog +Summary: Runtime Logging for C++ +Version: 1.3.7 +Release: 7%{?dist} +License: LGPLv21+ +Group: Development/Libraries +Url: http://arg0.net/wiki/rlog +Source0: http://rlog.googlecode.com/files/%{name}-%{version}.tgz Source1: http://rlog.googlecode.com/files/%{name}-%{version}.tgz.asc +# reported upstream and fixed in svn +# see http://code.google.com/p/rlog/issues/detail?id=6 Patch0: rlog-gcc43_fix.diff %ifarch i386 BuildRequires: valgrind %endif -Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description RLog provides a flexible message logging facility for C++ programs and @@ -59,7 +61,7 @@ Files needed for developing apps using rlog %files %defattr(-,root,root,-) %{_libdir}/librlog.so.* -%doc README AUTHORS COPYING +%doc README AUTHORS COPYING %files devel %defattr(-,root,root,-) @@ -69,6 +71,10 @@ Files needed for developing apps using rlog %doc docs/html docs/latex/refman.pdf %changelog +* Fri Jun 6 2008 Peter Lemenkov 1.3.7-7 +- Get rid of whitespaces (cosmetic) +- Note about patch status (applied upstream) + * Fri Feb 22 2008 Peter Lemenkov 1.3.7-6 - Changed source paths - Fixed build with GCC 4.3