Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkdumpfile for openSUSE:Factory checked in at 2022-08-13 22:37:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkdumpfile (Old) and /work/SRC/openSUSE:Factory/.libkdumpfile.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkdumpfile" Sat Aug 13 22:37:02 2022 rev:17 rq:994881 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libkdumpfile/libkdumpfile.changes 2022-07-07 12:58:34.059430518 +0200 +++ /work/SRC/openSUSE:Factory/.libkdumpfile.new.1521/libkdumpfile.changes 2022-08-13 22:37:04.122705707 +0200 @@ -1,0 +2,16 @@ +Fri Aug 12 19:27:55 UTC 2022 - Petr Tesa????k <[email protected]> + +- Upgrade to libkdumpfile version 0.5.0 + * Support SADUMP file format. + * Add kdump_open_fd() and kdump_open_fdset(). Keep KDUMP_ATTR_FILE_FD + for (partial) backward compatibility. + * Redesigned addrxlat callback API. + * Support KDUMP file sets created by makedumpfile --split. + * Zstandard compression algorithm + * AArch64 52-bit VA + * Address translation tuning with addrxlat.default.* and addrxlat.force.* + attributes. +- Drop patches that are upstream: + * libkdumpfile-live-source-Xen-DomU-type-from-sysfs.patch + +------------------------------------------------------------------- Old: ---- libkdumpfile-0.4.1.tar.bz2 libkdumpfile-live-source-Xen-DomU-type-from-sysfs.patch New: ---- libkdumpfile-0.5.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkdumpfile.spec ++++++ --- /var/tmp/diff_new_pack.XZopk8/_old 2022-08-13 22:37:05.558709338 +0200 +++ /var/tmp/diff_new_pack.XZopk8/_new 2022-08-13 22:37:05.562709349 +0200 @@ -48,7 +48,7 @@ %define oldpython python Name: libkdumpfile -Version: 0.4.1 +Version: 0.5.0 Release: 0 %if "%name" == "libkdumpfile" Summary: Kernel dump file access library @@ -61,7 +61,6 @@ %endif URL: https://github.com/ptesarik/libkdumpfile Source: https://github.com/ptesarik/libkdumpfile/releases/download/v%{version}/%{name}-%{version}.tar.bz2 -Patch1: %{name}-live-source-Xen-DomU-type-from-sysfs.patch BuildRequires: lzo-devel BuildRequires: pkgconfig BuildRequires: zlib-devel @@ -122,28 +121,28 @@ Summary: Include files and libraries for libkdumpfile development Group: Development/Libraries/C and C++ Requires: glibc-devel -Requires: libkdumpfile9 = %{version} +Requires: libkdumpfile10 = %{version} %description -n %{name}-devel This package contains all necessary include files and libraries needed to develop applications that require libkdumpfile. -%package -n libkdumpfile9 +%package -n libkdumpfile10 Summary: Kernel dump file access library Group: System/Libraries -%description -n libkdumpfile9 +%description -n libkdumpfile10 A library that provides an abstraction layer for reading kernel dump core files. It supports different kernel dump core formats, virtual to physical translation, Xen mappings and more. This package contains the libkdumpfile library. -%package -n libaddrxlat2 +%package -n libaddrxlat3 Summary: Address translation library used primarily by libkdumpfile Group: System/Libraries -%description -n libaddrxlat2 +%description -n libaddrxlat3 A library that provides an abstraction layer for translating addresses between address spaces (i.e. physical vs virtual). @@ -153,7 +152,7 @@ Summary: Include files and libraries for libaddrxlat development Group: Development/Libraries/C and C++ Requires: glibc-devel -Requires: libaddrxlat2 = %{version} +Requires: libaddrxlat3 = %{version} %description -n libaddrxlat-devel This package contains all necessary include files and libraries needed @@ -223,15 +222,15 @@ rm -v %{?buildroot}%{python3_sitearch}/_addrxlat*.la %endif -%post -n libkdumpfile9 -p /sbin/ldconfig +%post -n libkdumpfile10 -p /sbin/ldconfig -%post -n libaddrxlat2 -p /sbin/ldconfig +%post -n libaddrxlat3 -p /sbin/ldconfig -%postun -n libkdumpfile9 -p /sbin/ldconfig +%postun -n libkdumpfile10 -p /sbin/ldconfig -%postun -n libaddrxlat2 -p /sbin/ldconfig +%postun -n libaddrxlat3 -p /sbin/ldconfig -%files -n libkdumpfile9 +%files -n libkdumpfile10 %defattr(-,root,root) %{_libdir}/libkdumpfile.so.* %license COPYING COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv3 @@ -243,7 +242,7 @@ %{_libdir}/libkdumpfile.so %{_libdir}/pkgconfig/libkdumpfile.pc -%files -n libaddrxlat2 +%files -n libaddrxlat3 %defattr(-,root,root) %{_libdir}/libaddrxlat.so.* %license COPYING COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv3 ++++++ libkdumpfile-0.4.1.tar.bz2 -> libkdumpfile-0.5.0.tar.bz2 ++++++ ++++ 19459 lines of diff (skipped)
