From 235abcf28020a9ae94098e53c8ee166beb1006d4 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 19 Oct 2024 08:51:17 +0200 Subject: [PATCH] automatic version update by autodist [release 1.3.0-1mamba;Fri Oct 18 2024] --- log4cxx.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/log4cxx.spec b/log4cxx.spec index f600517..b4a3bda 100644 --- a/log4cxx.spec +++ b/log4cxx.spec @@ -1,12 +1,12 @@ Name: log4cxx -Version: 1.2.0 +Version: 1.3.0 Release: 1mamba Summary: A logging framework for C++ patterned after Apache log4j Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://logging.apache.org/log4cxx +URL: https://logging.apache.org/log4cxx/1.3.0/ Source: https://archive.apache.org/dist/logging/log4cxx/%{version}/apache-log4cxx-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN @@ -60,8 +60,6 @@ This package contains libraries and header files for developing applications tha %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files -n lib%{name} %defattr(-,root,root) @@ -79,5 +77,8 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Fri Oct 18 2024 Automatic Build System 1.3.0-1mamba +- automatic version update by autodist + * Tue Jul 02 2024 Silvan Calarco 1.2.0-1mamba - package created using the webbuild interface