Hello community, here is the log from the commit of package log4cplus for openSUSE:Factory checked in at 2020-10-10 00:28:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/log4cplus (Old) and /work/SRC/openSUSE:Factory/.log4cplus.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "log4cplus" Sat Oct 10 00:28:51 2020 rev:10 rq:840282 version:2.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/log4cplus/log4cplus.changes 2013-04-02 12:28:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.log4cplus.new.4249/log4cplus.changes 2020-10-10 00:29:00.541142833 +0200 @@ -1,0 +2,14 @@ +Mon Oct 5 07:08:28 UTC 2020 - Dirk Mueller <dmuel...@suse.com> + +- update to 2.0.5: + * long list of improvements and bugfixes, see + https://github.com/log4cplus/log4cplus/releases + +------------------------------------------------------------------- +Tue Mar 20 10:15:13 UTC 2018 - astie...@suse.com + +- update to 1.2.1 (bsc#1085912): + * many improvements and bug fixes + * verify source signature + +------------------------------------------------------------------- Old: ---- log4cplus-1.1.0.tar.xz New: ---- log4cplus-2.0.5.tar.xz log4cplus-2.0.5.tar.xz.sig log4cplus.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ log4cplus.spec ++++++ --- /var/tmp/diff_new_pack.S91JuP/_old 2020-10-10 00:29:01.025143073 +0200 +++ /var/tmp/diff_new_pack.S91JuP/_new 2020-10-10 00:29:01.025143073 +0200 @@ -1,7 +1,7 @@ # # spec file for package log4cplus # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,23 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%define soname 1_2-5 Name: log4cplus -Version: 1.1.0 +Version: 2.0.5 Release: 0 -%define soname 1_1-5 Summary: C++ logging library License: Apache-2.0 Group: Development/Libraries/C and C++ -Url: http://log4cplus.sourceforge.net/ -Source: %{name}-%{version}.tar.xz +URL: http://log4cplus.sourceforge.net/ +Source: https://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/%{version}/%{name}-%{version}.tar.xz +Source2: https://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/%{version}/%{name}-%{version}.tar.xz.sig +Source3: %{name}.keyring BuildRequires: gcc-c++ -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description log4cplus is a simple to use C++ logging API providing thread-safe, @@ -62,18 +63,18 @@ make %{?_smp_mflags} %install -make install DESTDIR="%buildroot" -rm %{buildroot}%{_libdir}/*.la +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %post -n lib%{name}-%{soname} -p /sbin/ldconfig %postun -n lib%{name}-%{soname} -p /sbin/ldconfig %files -n lib%{name}-%{soname} -%defattr(-,root,root) +%license COPYING %{_libdir}/lib*.so.* %files devel -%defattr(-,root,root) +%license COPYING %{_includedir}/log4cplus/ %{_libdir}/lib*.so %{_libdir}/pkgconfig/log4cplus.pc ++++++ log4cplus-1.1.0.tar.xz -> log4cplus-2.0.5.tar.xz ++++++ ++++ 218715 lines of diff (skipped)