From 767a4418e24808989d8e11b86baf0691c2a4eb05 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:27:29 +0100 Subject: [PATCH] rebuilt with build requirements [release 2.0.13-2mamba;Tue Jan 04 2022] --- README.md | 1 - log4net.spec | 17 +++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 19e0545..db5c0f8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,5 @@ log4net is a port of the excellent log4j framework to the .NET runtime. We have kept the framework similar in spirit to the original log4j while taking advantage of new features in the .NET runtime. For more information on log4net see the features document. - log4net is part of the Apache Logging Services project. The Logging Services project is intended to provide cross-language logging services for purposes of application debugging and auditing. diff --git a/log4net.spec b/log4net.spec index 7896750..cc1b224 100644 --- a/log4net.spec +++ b/log4net.spec @@ -1,29 +1,31 @@ Name: log4net Version: 2.0.13 -Release: 1mamba +Release: 2mamba Summary: log4net is a tool to help the programmer output log statements to a variety of output targets Group: Development/Tools Vendor: openmamba Distribution: openmamba -Packager: Stefano Cotta Ramusino +Packager: Silvan Calarco URL: https://logging.apache.org/log4net/ Source: http://cvs.apache.org/dist/incubator/log4net/1.2.9/incubating-log4net-1.2.9-beta.zip Source1: %{name}.key Source2: %{name}.pc License: Apache License 2.0 -Requires: mono -Requires: mono-data -Requires: mono-web +## AUTOBUILDREQ-BEGIN +BuildRequires: mono-devel +## AUTOBUILDREQ-END BuildRequires: mono-data BuildRequires: mono-web BuildRequires: mono-devel BuildRequires: libglib-devel +Requires: mono +Requires: mono-data +Requires: mono-web %description log4net is a port of the excellent log4j framework to the .NET runtime. We have kept the framework similar in spirit to the original log4j while taking advantage of new features in the .NET runtime. For more information on log4net see the features document. - log4net is part of the Apache Logging Services project. The Logging Services project is intended to provide cross-language logging services for purposes of application debugging and auditing. %prep @@ -261,6 +263,9 @@ install -D -m 644 %{SOURCE2} \ %doc ChangeLog.txt README.txt %changelog +* Tue Jan 04 2022 Silvan Calarco 2.0.13-2mamba +- rebuilt with build requirements + * Mon Dec 13 2021 Automatic Build System 2.0.13-1mamba - automatic version update by autodist