Hello community,

here is the log from the commit of package kdumpid for openSUSE:Factory checked 
in at 2013-07-29 17:42:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdumpid (Old)
 and      /work/SRC/openSUSE:Factory/.kdumpid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdumpid"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.kdumpid.new/kdumpid.changes     2013-07-29 
17:42:02.000000000 +0200
@@ -0,0 +1,52 @@
+-------------------------------------------------------------------
+Fri Apr  5 12:13:57 UTC 2013 - [email protected]
+
+- Update to version 0.92:
+  o add a manual page
+  o avoid a gcc warning
+- Improve packaging (use RPM macros to set up destination paths). 
+
+-------------------------------------------------------------------
+Fri Apr  5 10:59:38 UTC 2013 - [email protected]
+
+- Update to version 0.91 (another bug-fix release). 
+
+-------------------------------------------------------------------
+Wed Nov  2 15:08:00 UTC 2011 - [email protected]
+
+- Update to version 0.90 (actually a bug-fix release).
+
+-------------------------------------------------------------------
+Tue Nov  1 20:47:12 UTC 2011 - [email protected]
+
+- Pull more fixes and improvements from the upstream repository:
+  * Add support for ppc and ppc64.
+  * Implement a --verbose flag.
+  * Add RLE dump uncompression method (used in some LKCD dumps).
+  * Add many LKCD fixes and improvements.
+
+-------------------------------------------------------------------
+Wed Oct 19 15:03:08 CEST 2011 - [email protected]
+
+- Update to version 0.9, which fixes some bugs and implements some
+  new features:
+  * Support /dev/mem and /dev/crash formats.
+  * Support for big-endian LKCD dumps.
+  * Preliminary support for s/390.
+
+-------------------------------------------------------------------
+Tue Oct 18 20:14:32 CEST 2011 - [email protected]
+
+- x86: Fix a segfault when disassembling invalid pages. 
+
+-------------------------------------------------------------------
+Tue Oct 18 17:56:15 UTC 2011 - [email protected]
+
+- Update to current git snapshot (20111018): kdumpid is now able to
+  correctly identify Xen dom0 dumps, among other improvements.
+
+-------------------------------------------------------------------
+Fri Oct 14 12:36:27 UTC 2011 - [email protected]
+
+- Import kdumpid.
+

New:
----
  kdumpid-0.92.tar.bz2
  kdumpid.changes
  kdumpid.spec

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

Other differences:
------------------
++++++ kdumpid.spec ++++++
#
# spec file for package kdumpid
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

#Url:

Name:           kdumpid
BuildRequires:  zlib-devel
%if 0%{?suse_version} < 1030
BuildRequires:  binutils
%else
BuildRequires:  binutils-devel
%endif
License:        GPL-2.0+
Group:          System/Kernel
Version:        0.92
Release:        0
Summary:        Utility to extract information from vmcores
Url:            http://sourceforge.net/p/kdumpid
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source:         kdumpid-%{version}.tar.bz2

%description
Kdumpid extracts information such as type of dump, architecture
and kernel version from raw vmcores (Kernel memory dumps).


%prep
%setup

%build
make CUSTOM_CFLAGS="${CFLAGS:-%optflags}"

%install
export BINDIR=%{_bindir}
export MANDIR=%{_mandir}
%{?make_install} %{!?make_install:make install DESTDIR=$RPM_BUILD_ROOT}

%files
%defattr (-, root, root)
%{_bindir}/*
%{_mandir}/man1/*

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to