diff --git a/makedumpfile-1.1.3.tar.bz2 b/makedumpfile-1.1.3.tar.bz2 deleted file mode 100644 index 71a2e93..0000000 --- a/makedumpfile-1.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7012e354438f53bcdcf4ebce4a538659991e0e59faa187188a14ae866447629c -size 33767 diff --git a/makedumpfile-1.1.4.tar.bz2 b/makedumpfile-1.1.4.tar.bz2 new file mode 100644 index 0000000..07917d0 --- /dev/null +++ b/makedumpfile-1.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2acdfebd3b4ffa506c164469ad9e194092891f834882e29a40ced058367a5d +size 36147 diff --git a/makedumpfile.changes b/makedumpfile.changes index f322497..aa6efc8 100644 --- a/makedumpfile.changes +++ b/makedumpfile.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 11 10:25:05 CEST 2007 - bwalle@suse.de + +- updated to 1.1.4 + o Add ia64 DISCONTIGMEM support. + o Add ia64_vtop. + o Add __FUNCTION__ to ERRMSG. + o Cleanup README. + o Fix DISCONTIGMEM bitmap. + o Fix ELF output with overlapping sections. + ------------------------------------------------------------------- Tue Jun 5 17:22:05 CEST 2007 - bwalle@suse.de diff --git a/makedumpfile.spec b/makedumpfile.spec index e6ce380..dad3771 100644 --- a/makedumpfile.spec +++ b/makedumpfile.spec @@ -1,5 +1,5 @@ # -# spec file for package makedumpfile (Version 1.1.3) +# spec file for package makedumpfile (Version 1.1.4) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -14,8 +14,8 @@ Name: makedumpfile BuildRequires: gcc-c++ libdw-devel zlib-devel %define elfutils_version 0.124 License: GNU General Public License (GPL) -Version: 1.1.3 -Release: 15 +Version: 1.1.4 +Release: 1 Summary: Partial kernel dump Group: System/Kernel URL: https://sourceforge.net/projects/makedumpfile/ @@ -59,6 +59,14 @@ install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8 /bin/* %changelog +* Mon Jun 11 2007 - bwalle@suse.de +- updated to 1.1.4 + o Add ia64 DISCONTIGMEM support. + o Add ia64_vtop. + o Add __FUNCTION__ to ERRMSG. + o Cleanup README. + o Fix DISCONTIGMEM bitmap. + o Fix ELF output with overlapping sections. * Tue Jun 05 2007 - bwalle@suse.de - fix build * Tue Jun 05 2007 - bwalle@suse.de