Hello community, here is the log from the commit of package makedumpfile for openSUSE:Factory checked in at 2019-01-26 22:20:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/makedumpfile (Old) and /work/SRC/openSUSE:Factory/.makedumpfile.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "makedumpfile" Sat Jan 26 22:20:23 2019 rev:71 rq:668315 version:1.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/makedumpfile/makedumpfile.changes 2018-09-13 12:08:36.494489963 +0200 +++ /work/SRC/openSUSE:Factory/.makedumpfile.new.28833/makedumpfile.changes 2019-01-26 22:20:24.662953052 +0100 @@ -1,0 +2,14 @@ +Thu Jan 24 12:27:37 UTC 2019 - [email protected] + +- Update to 1.6.4 + * 5-level paging support on x86_64 + * --mem-usage support for arm64 + * Support kernels up to 4.17.0 +- Drop upstreamed patches: + * makedumpfile-always-use-bigger-SECTION_MAP_MASK.patch + * makedumpfile-sadump-fix-PTI-enabled-kernels.patch + * makedumpfile-do-not-print-ETA-if-progress-is-0.patch + * makedumpfile-is_cache_page-helper.patch + * makedumpfile-check-PG_swapbacked.patch + +------------------------------------------------------------------- Old: ---- makedumpfile-1.6.3.tar.gz makedumpfile-always-use-bigger-SECTION_MAP_MASK.patch makedumpfile-check-PG_swapbacked.patch makedumpfile-do-not-print-ETA-if-progress-is-0.patch makedumpfile-is_cache_page-helper.patch makedumpfile-sadump-fix-PTI-enabled-kernels.patch New: ---- makedumpfile-1.6.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ makedumpfile.spec ++++++ --- /var/tmp/diff_new_pack.mI6KGz/_old 2019-01-26 22:20:25.154952653 +0100 +++ /var/tmp/diff_new_pack.mI6KGz/_new 2019-01-26 22:20:25.158952650 +0100 @@ -1,7 +1,7 @@ # # spec file for package makedumpfile # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -24,12 +24,15 @@ %endif %endif +# Compatibility cruft +# there is no separate -ltinfo until openSUSE 13.1 %if 0%{?suse_version} < 1310 && 0%{?sles_version} < 12 %define ncurses_make_opts TINFOLIB=-lncurses %endif +# End of compatibility cruft Name: makedumpfile -Version: 1.6.3 +Version: 1.6.4 Release: 0 Summary: Partial kernel dump License: GPL-2.0-only @@ -39,11 +42,6 @@ Source99: %{name}-rpmlintrc Patch0: %{name}-coptflags.diff Patch1: %{name}-override-libtinfo.patch -Patch2: %{name}-always-use-bigger-SECTION_MAP_MASK.patch -Patch3: %{name}-sadump-fix-PTI-enabled-kernels.patch -Patch4: %{name}-do-not-print-ETA-if-progress-is-0.patch -Patch5: %{name}-is_cache_page-helper.patch -Patch6: %{name}-check-PG_swapbacked.patch BuildRequires: libdw-devel BuildRequires: libebl-devel BuildRequires: libelf-devel @@ -73,11 +71,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 %build %if %{have_snappy} @@ -97,13 +90,17 @@ install -d -m 0755 %{buildroot}%{_datadir}/%{name}-%{version}/eppic_scripts install -m 0644 -t %{buildroot}%{_datadir}/%{name}-%{version}/eppic_scripts/ eppic_scripts/* -%if 0%{?_defaultlicensedir:1} +# Compatibility cruft +# there is no %license prior to SLE12 +%if %{undefined _defaultlicensedir} +%define license %doc +%else +# filesystem before SLE12 SP3 lacks /usr/share/licenses %if 0%(test ! -d %{_defaultlicensedir} && echo 1) %define _defaultlicensedir %_defaultdocdir %endif -%else -%define license %doc %endif +# End of compatibility cruft %files %defattr(-,root,root) ++++++ makedumpfile-1.6.3.tar.gz -> makedumpfile-1.6.4.tar.gz ++++++ ++++ 2050 lines of diff (skipped)
