Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package log4cxx for openSUSE:Factory checked in at 2022-10-04 20:38:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/log4cxx (Old) and /work/SRC/openSUSE:Factory/.log4cxx.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "log4cxx" Tue Oct 4 20:38:12 2022 rev:3 rq:1007894 version:0.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/log4cxx/log4cxx.changes 2020-10-28 09:59:22.083186138 +0100 +++ /work/SRC/openSUSE:Factory/.log4cxx.new.2275/log4cxx.changes 2022-10-04 20:38:16.504963144 +0200 @@ -1,0 +2,12 @@ +Sun Oct 2 13:13:38 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.13.0: + * switch to cmake + * Add macros to utilize libfmt formatting for messages + * Allow distribution log4j to be used for socketservertest + * Allow for hiding of location data + * Add ability to get thread name not just ID + * Doxygen documentation is not reproducible + * Bugfixes see https://logging.apache.org/log4cxx/latest_stable/changelog.html#0.13.0 + +------------------------------------------------------------------- Old: ---- apache-log4cxx-0.11.0.tar.gz New: ---- apache-log4cxx-0.13.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ log4cxx.spec ++++++ --- /var/tmp/diff_new_pack.IGj6kE/_old 2022-10-04 20:38:17.064963940 +0200 +++ /var/tmp/diff_new_pack.IGj6kE/_new 2022-10-04 20:38:17.068963946 +0200 @@ -1,7 +1,7 @@ # # spec file for package log4cxx # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,28 +17,25 @@ Name: log4cxx -Version: 0.11.0 +Version: 0.13.0 Release: 0 -%define soname 11 +%define soname 13 Summary: Log4j like C++ Logging Library License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://logging.apache.org/log4cxx/latest_stable/ Source: https://downloads.apache.org/logging/log4cxx/%{version}/apache-log4cxx-%{version}.tar.gz +BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: graphviz BuildRequires: libapr-util1-devel BuildRequires: libapr1-devel BuildRequires: libtool +BuildRequires: openldap2-devel BuildRequires: pkg-config BuildRequires: unixODBC-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?sles_version} > 10 -BuildRequires: libesmtp-devel -%else -BuildRequires: openldap2-devel -%endif +BuildRequires: zip %description Log4cxx is a port to C++ of the log4j logging library. @@ -103,27 +100,12 @@ %setup -qn apache-log4cxx-%{version} %build -./autogen.sh -# --enable-latex-docs apparently doesn't do anything -%configure --disable-static \ - --with-ODBC=unixODBC \ - --with-charset=utf-8 \ - --with-logchar=utf-8 \ - --enable-wchar_t \ - --enable-html-docs \ - --enable-dot \ -%if 0%{?sles_version} > 10 - --with-SMTP=libesmtp \ -%endif - --enable-doxygen - -make %{?_smp_mflags} +%cmake -DLOG4CXX_CHARSET=utf-8 +%cmake_build %install -%makeinstall -rm -f "%buildroot/%_libdir"/*.la +%cmake_install mkdir -p %{buildroot}%{_docdir}/liblog4cxx -mv %{buildroot}%{_datadir}/doc/log4cxx %{buildroot}%{_docdir}/liblog4cxx %post -n liblog4cxx%{soname} -p /sbin/ldconfig %postun -n liblog4cxx%{soname} -p /sbin/ldconfig @@ -132,9 +114,10 @@ %{_libdir}/liblog4cxx.so.* %files -n liblog4cxx-devel +%{_docdir}/liblog4cxx +%{_includedir}/log4cxx +%{_libdir}/cmake/log4cxx/ %{_libdir}/liblog4cxx.so %{_libdir}/pkgconfig/liblog4cxx.pc -%{_includedir}/log4cxx -%{_docdir}/liblog4cxx %changelog ++++++ apache-log4cxx-0.11.0.tar.gz -> apache-log4cxx-0.13.0.tar.gz ++++++ ++++ 110943 lines of diff (skipped)