From 760430159cdf619f1c09b462616699767fdcda904c79b84d19c5921a9df55853 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 29 Mar 2007 13:28:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/log4net?expand=0&rev=2 --- log4net.changes | 5 +++++ log4net.spec | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/log4net.changes b/log4net.changes index 723e365..5e01477 100644 --- a/log4net.changes +++ b/log4net.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 29 14:17:14 CEST 2007 - rguenther@suse.de + +- add unzip BuildRequires + ------------------------------------------------------------------- Mon May 22 17:17:11 CEST 2006 - jhargadon@novell.com diff --git a/log4net.spec b/log4net.spec index 569690b..31746d5 100644 --- a/log4net.spec +++ b/log4net.spec @@ -1,7 +1,7 @@ # # spec file for package log4net (Version 1.2.9) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -12,18 +12,18 @@ # icecream 0 Name: log4net -BuildRequires: mono-basic mono-data-sqlite mono-devel update-desktop-files +BuildRequires: mono-basic mono-data-sqlite mono-devel unzip update-desktop-files URL: http://logging.apache.org/log4net/ %define prefix /usr %define sysconfdir /etc -License: Apache +License: The Apache Software License Group: System/Libraries Autoreqprov: on #Requires: mono-core >= 1.1.7.7 #Requires: mono-data >= 1.1.7.7 #Requires: mono-web >= 1.1.7.7 Version: 1.2.9 -Release: 18 +Release: 56 Summary: A .NET framework for logging Source: incubating-log4net-1.2.9-beta.zip Source1: log4net.key @@ -287,7 +287,9 @@ gacutil -package log4net -gacdir /usr/lib -root ${RPM_BUILD_ROOT}/usr/lib -i log %{prefix}/lib/mono/gac %{prefix}/lib/mono/log4net -%changelog -n log4net +%changelog +* Thu Mar 29 2007 - rguenther@suse.de +- add unzip BuildRequires * Mon May 22 2006 - jhargadon@novell.com - fix for bug 148685 This was a remotely triggerable vulnerability issue where the syslog() function from glibc was used incorrectly.