SHA256
8
0
forked from pool/log4cpp

Accepting request 405719 from home:MargueriteSu:branches:devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/405719
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/log4cpp?expand=0&rev=4
This commit is contained in:
2016-06-30 15:19:42 +00:00
committed by Git OBS Bridge
parent aad80d0bac
commit 8fc481fa8e
2 changed files with 1 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ Summary: Log for C++
License: LGPL-2.1
Group: Development/Languages/C and C++
Url: http://log4cpp.sourceforge.net/
Source: http://jaist.dl.sourceforge.net/project/log4cpp/log4cpp-1.1.x%{20}%{28new}%{29}/log4cpp-1.1/%{name}-%{version}.tar.gz
Source: %{name}-%{version}.tar.gz
BuildRequires: doxygen
BuildRequires: gcc-c++
BuildRequires: pkg-config

View File

@@ -1,21 +0,0 @@
--- log4cpp-1.0/src/BasicLayout.cpp 2006-09-30 08:03:20.000000000 +0200
+++ log4cpp-1.0_fixed/src/BasicLayout.cpp 2009-01-13 10:47:32.000000000 +0100
@@ -11,6 +11,8 @@
#include <log4cpp/BasicLayout.hh>
#include <log4cpp/Priority.hh>
#include <log4cpp/FactoryParams.hh>
+#include <memory>
+
#ifdef LOG4CPP_HAVE_SSTREAM
#include <sstream>
#endif
--- log4cpp-1.0/src/PatternLayout.cpp 2007-08-28 09:54:12.000000000 +0200
+++ log4cpp-1.0_fixed/src/PatternLayout.cpp 2009-01-13 10:45:53.000000000 +0100
@@ -14,6 +14,7 @@
#include <log4cpp/TimeStamp.hh>
#include <log4cpp/FactoryParams.hh>
#include <memory>
+#include <cstdlib>
#ifdef LOG4CPP_HAVE_SSTREAM
#include <sstream>