Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkdumpfile for openSUSE:Factory 
checked in at 2021-11-05 22:59:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkdumpfile (Old)
 and      /work/SRC/openSUSE:Factory/.libkdumpfile.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkdumpfile"

Fri Nov  5 22:59:03 2021 rev:15 rq:929696 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkdumpfile/libkdumpfile.changes        
2021-02-19 23:45:47.619394471 +0100
+++ /work/SRC/openSUSE:Factory/.libkdumpfile.new.1890/libkdumpfile.changes      
2021-11-05 22:59:20.836309572 +0100
@@ -1,0 +2,15 @@
+Thu Nov  4 13:58:13 UTC 2021 - Petr Tesa????k <ptesa...@suse.com>
+
+- upgrade to libkdumpfile-0.4.1
+  * Support Linux on AArch64
+  * Support for x86 Secure Memory Encryption
+  * Clean up vmcoreinfo string API
+  * Expose mmap and read cache statistics
+- Drop patches that are upstream:
+  * libkdumpfile-use-python-distutils.patch
+  * libkdumpfile-uninstall-using-distutils.patch
+  * libkdumpfile-honour-DESTDIR.patch
+  * libkdumpfile-move-python-setup-command-options.patch
+  * libkdumpfile-python-includedir.patch
+
+-------------------------------------------------------------------

Old:
----
  libkdumpfile-0.4.0.tar.bz2
  libkdumpfile-honour-DESTDIR.patch
  libkdumpfile-move-python-setup-command-options.patch
  libkdumpfile-python-includedir.patch
  libkdumpfile-uninstall-using-distutils.patch
  libkdumpfile-use-python-distutils.patch

New:
----
  libkdumpfile-0.4.1.tar.bz2

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

Other differences:
------------------
++++++ libkdumpfile.spec ++++++
--- /var/tmp/diff_new_pack.PRswxI/_old  2021-11-05 22:59:21.240309842 +0100
+++ /var/tmp/diff_new_pack.PRswxI/_new  2021-11-05 22:59:21.244309844 +0100
@@ -30,7 +30,7 @@
 %endif
 
 # There was no Python single-spec before SLE15
-%if %{defined python_module}
+%if %{defined pythons}
 %define new_python_macros 1
 %else
 %define new_python_macros 0
@@ -48,24 +48,19 @@
 %define oldpython python
 
 Name:           libkdumpfile
-Version:        0.4.0
+Version:        0.4.1
 Release:        0
 %if "%name" == "libkdumpfile"
 Summary:        Kernel dump file access library
-License:        LGPL-3.0-or-later OR GPL-2.0-or-later
+License:        GPL-2.0-or-later OR LGPL-3.0-or-later
 Group:          Development/Languages/Python
 %else
 Summary:        Python interface for libkdumpfile
-License:        LGPL-3.0-or-later OR GPL-2.0-or-later
+License:        GPL-2.0-or-later OR LGPL-3.0-or-later
 Group:          Development/Languages/Python
 %endif
 URL:            https://github.com/ptesarik/libkdumpfile
 Source:         
https://github.com/ptesarik/libkdumpfile/releases/download/v%{version}/%{name}-%{version}.tar.bz2
-Patch1:         %{name}-use-python-distutils.patch
-Patch2:         %{name}-uninstall-using-distutils.patch
-Patch3:         %{name}-honour-DESTDIR.patch
-Patch4:         %{name}-move-python-setup-command-options.patch
-Patch5:         %{name}-python-includedir.patch
 BuildRequires:  lzo-devel
 BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
@@ -126,28 +121,28 @@
 Summary:        Include files and libraries for libkdumpfile development
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
-Requires:       libkdumpfile8 = %{version}
+Requires:       libkdumpfile9 = %{version}
 
 %description -n %{name}-devel
 This package contains all necessary include files and libraries needed
 to develop applications that require libkdumpfile.
 
-%package -n libkdumpfile8
+%package -n libkdumpfile9
 Summary:        Kernel dump file access library
 Group:          System/Libraries
 
-%description -n libkdumpfile8
+%description -n libkdumpfile9
 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 libaddrxlat1
+%package -n libaddrxlat2
 Summary:        Address translation library used primarily by libkdumpfile
 Group:          System/Libraries
 
-%description -n libaddrxlat1
+%description -n libaddrxlat2
 A library that provides an abstraction layer for translating addresses
 between address spaces (i.e. physical vs virtual).
 
@@ -157,7 +152,7 @@
 Summary:        Include files and libraries for libaddrxlat development
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
-Requires:       libaddrxlat1 = %{version}
+Requires:       libaddrxlat2 = %{version}
 
 %description -n libaddrxlat-devel
 This package contains all necessary include files and libraries needed
@@ -177,11 +172,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 # Avoid autotools recheck after patching config*
 touch aclocal.m4 Makefile.in config.h.in configure
@@ -231,15 +221,15 @@
 rm -v %{?buildroot}%{python3_sitearch}/_addrxlat*.la
 %endif
 
-%post -n libkdumpfile8 -p /sbin/ldconfig
+%post -n libkdumpfile9 -p /sbin/ldconfig
 
-%post -n libaddrxlat1 -p /sbin/ldconfig
+%post -n libaddrxlat2 -p /sbin/ldconfig
 
-%postun -n libkdumpfile8 -p /sbin/ldconfig
+%postun -n libkdumpfile9 -p /sbin/ldconfig
 
-%postun -n libaddrxlat1 -p /sbin/ldconfig
+%postun -n libaddrxlat2 -p /sbin/ldconfig
 
-%files -n libkdumpfile8
+%files -n libkdumpfile9
 %defattr(-,root,root)
 %{_libdir}/libkdumpfile.so.*
 %license COPYING COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv3
@@ -251,7 +241,7 @@
 %{_libdir}/libkdumpfile.so
 %{_libdir}/pkgconfig/libkdumpfile.pc
 
-%files -n libaddrxlat1
+%files -n libaddrxlat2
 %defattr(-,root,root)
 %{_libdir}/libaddrxlat.so.*
 %license COPYING COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv3

++++++ libkdumpfile-0.4.0.tar.bz2 -> libkdumpfile-0.4.1.tar.bz2 ++++++
++++ 6136 lines of diff (skipped)

Reply via email to