diff --git a/log4cplus-2.0.7.tar.gz b/log4cplus-2.0.7.tar.gz deleted file mode 100644 index 4bb3eb666e028b8f0e5cc3e4aa43f58baedb0851..0000000000000000000000000000000000000000 Binary files a/log4cplus-2.0.7.tar.gz and /dev/null differ diff --git a/log4cplus-REL_2_0_8.tar.gz b/log4cplus-REL_2_0_8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..17c3d9d717e9db06759c5d2f3d50c333e4748c7f Binary files /dev/null and b/log4cplus-REL_2_0_8.tar.gz differ diff --git a/log4cplus.spec b/log4cplus.spec index 6660abc9c42179ee92b3c749b2929fe082cf6ec4..234b4f48d5674df61bf68a0d8b52ab3ac82dcd87 100644 --- a/log4cplus.spec +++ b/log4cplus.spec @@ -1,14 +1,14 @@ %define git_version %(echo %{version} | sed -e 's/\\./_/g') Name: log4cplus -Version: 2.0.7 -Release: 2 +Version: 2.0.8 +Release: 1 Summary: simple logging API by using C++ License: BSD-2-Clause and BSL-1.0 and Apache-2.0 URL: https://sourceforge.net/projects/log4cplus -Source0: https://github.com/log4cplus/log4cplus/releases/download/REL_%{git_version}/%{name}-%{version}.tar.gz +Source0: https://github.com/log4cplus/log4cplus/releases/download/REL_%{git_version}/%{name}-REL_2_0_8.tar.gz -BuildRequires: cmake g++ +BuildRequires: cmake gcc-c++ %description log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API. @@ -22,7 +22,7 @@ flexible, and arbitrarily granular control over log management and configuration. It is modeled after the Java log4j API. %prep -%setup -q -n %{name}-%{version}/ +%setup -q -n %{name}-REL_2_0_8/ %build export CFLAGS=$RPM_OPT_FLAGS @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so %changelog +* Mon Jan 16 2023 lvfei - 2.0.8-1 +- upgrade to version 2.0.8 + * Tue Jun 7 2022 lijian - 2.0.7-2 - License compliance rectification