Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package log4cpp for openSUSE:Factory checked 
in at 2024-01-03 12:32:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/log4cpp (Old)
 and      /work/SRC/openSUSE:Factory/.log4cpp.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "log4cpp"

Wed Jan  3 12:32:27 2024 rev:5 rq:1136398 version:1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/log4cpp/log4cpp.changes  2018-12-31 
09:47:36.914156210 +0100
+++ /work/SRC/openSUSE:Factory/.log4cpp.new.28375/log4cpp.changes       
2024-01-03 12:33:10.169415527 +0100
@@ -1,0 +2,16 @@
+Wed Jan  3 04:55:42 UTC 2024 - Stefan Brüns <stefan.bru...@rwth-aachen.de>
+
+- update to version 1.1.4
+  * fix for bug 152: use timespec and clock_settime for c++11 and
+    higher; use stime for glibc version lower than 2.31; none for
+    other cases
+  * Replace obsolete auto_ptr removed in C++17 with newer
+    unique_ptr since C++11
+  * Replace older Non-throwing dynamic exception specification
+    throw() removed in C++20 with newer noexcept since C++11
+  * Patch #49 C99 compatibility fix for snprintf configure check
+  * va_copy is here since c++11; fallback to simple copy if
+    standard is not specified or less than c++11
+- Replace _service with full URL in Source
+
+-------------------------------------------------------------------

Old:
----
  _service
  log4cpp-1.1.3.tar.xz

New:
----
  log4cpp-1.1.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ log4cpp.spec ++++++
--- /var/tmp/diff_new_pack.948bpw/_old  2024-01-03 12:33:10.609431627 +0100
+++ /var/tmp/diff_new_pack.948bpw/_new  2024-01-03 12:33:10.613431773 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package log4cpp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,22 @@
 #
 
 
+%define sonum 5
+
 Name:           log4cpp
-Version:        1.1.3
+Version:        1.1.4
 Release:        0
 Summary:        C++ logging library
 License:        LGPL-2.1-only
 Group:          Development/Languages/C and C++
-Url:            http://%{name}.sourceforge.net/
-Source:         %{name}-%{version}.tar.xz
+URL:            https://log4cpp.sourceforge.net/
+Source:         
https://downloads.sourceforge.net/project/log4cpp/log4cpp-1.1.x%20%28new%29/log4cpp-1.1/log4cpp-%{version}.tar.gz
 BuildRequires:  doxygen
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
-%if 0%{?suse_version}
-BuildRequires:  fdupes
-%endif
 
-%define libname lib%{name}5
+%define libname lib%{name}%{sonum}
 
 %description
 Log for C++ is a library of classes for flexible logging to files,
@@ -68,24 +68,20 @@
 
 %build
 %configure --enable-doxygen --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install mandir="%{buildroot}/%{_mandir}" 
docdir="%{buildroot}/%{_docdir}/%{name}"
 find %{buildroot} -type f -name "*.la" -delete -print
-%if 0%{?suse_version}
 %fdupes -s %{buildroot}/%{_docdir}/%{name}/api
-%endif
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root,-)
-%{_libdir}/*.so.*
+%{_libdir}/*.so.%{sonum}*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}
 %{_mandir}/man3/%{name}*.3%{?ext_man}
 %{_bindir}/%{name}-config
@@ -95,7 +91,6 @@
 %attr(644,root,root) %{_datadir}/aclocal/%{name}.m4
 
 %files doc
-%defattr(-,root,root)
 %doc AUTHORS ChangeLog NEWS README THANKS
 %doc %{_docdir}/%{name}
 %license COPYING

Reply via email to