Hello community, here is the log from the commit of package liblogging for openSUSE:Factory checked in at 2017-03-20 17:04:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblogging (Old) and /work/SRC/openSUSE:Factory/.liblogging.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblogging" Mon Mar 20 17:04:57 2017 rev:11 rq:479291 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/liblogging/liblogging.changes 2016-12-16 11:53:51.467828216 +0100 +++ /work/SRC/openSUSE:Factory/.liblogging.new/liblogging.changes 2017-03-20 17:05:00.112510311 +0100 @@ -1,0 +2,16 @@ +Tue Mar 14 11:46:35 UTC 2017 - [email protected] + +- liblogging 1.0.6: + * fix small memory leaks in libstdlog + * enhancement: sigsafe_printf now recognizes the "j" length + modifier + * fix: build_file_line and build_syslog_frame call the + __stdlog_print_* functions incorrectly + * Implement a STDLOG_PID option + * bugfix: potentialSEGV in the stdlog_sigsafe_string formatter + if NULL pointer was passed in + * bugfix: stdlog_sigsafe_printf mis-handles an int or unsigned + int + * build system: auto-detect presence of journal libraries + +------------------------------------------------------------------- Old: ---- liblogging-1.0.5.tar.gz New: ---- liblogging-1.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblogging.spec ++++++ --- /var/tmp/diff_new_pack.XJpxwo/_old 2017-03-20 17:05:00.788414873 +0100 +++ /var/tmp/diff_new_pack.XJpxwo/_new 2017-03-20 17:05:00.788414873 +0100 @@ -1,7 +1,7 @@ # # spec file for package liblogging # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,20 +20,20 @@ %define with_rst2man 0%{?suse_version} >= 1230 %define sover 0 Name: liblogging -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: An easy to use logging library License: BSD-2-Clause -Group: System Environment/Libraries +Group: Development/Libraries/C and C++ Url: http://www.liblogging.org/ Source0: http://download.rsyslog.com/liblogging/%{name}-%{version}.tar.gz -BuildRequires: chrpath BuildRequires: dos2unix +BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} > 1110 -BuildRequires: pkgconfig(pkg-config) >= 0.9.0 +BuildRequires: pkgconfig >= 0.9.0 %else -BuildRequires: pkg-config >= 0.9.0 +BuildRequires: pkgconfig >= 0.9.0 %endif %if %{with_rst2man} BuildRequires: python-docutils @@ -54,7 +54,7 @@ %package -n %{name}%{sover} Summary: An easy to use logging library -Group: System Environment/Libraries +Group: System/Libraries %description -n %{name}%{sover} Liblogging is an easy to use logging library. @@ -64,7 +64,7 @@ %package devel Summary: Development files for LibLogging stdlog library -Group: Development/Libraries +Group: Development/Libraries/C and C++ Requires: %{name}%{sover} = %{version}-%{release} %description devel @@ -93,14 +93,11 @@ dos2unix AUTHORS ChangeLog COPYING README %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} -rm -v %{buildroot}/%{_libdir}/liblogging-rfc3195.la -rm -v %{buildroot}/%{_libdir}/liblogging-stdlog.la -chrpath -d %{buildroot}/%{_libdir}/liblogging-stdlog.so.0.0.0 +%make_install +find %{buildroot} -type f -name "*.la" -delete -print rm -v rfc3195/doc/html/Makefile* %post -n %{name}%{sover} -p /sbin/ldconfig - %postun -n %{name}%{sover} -p /sbin/ldconfig %files -n %{name}%{sover} ++++++ liblogging-1.0.5.tar.gz -> liblogging-1.0.6.tar.gz ++++++ ++++ 23080 lines of diff (skipped)
