Hello community,

here is the log from the commit of package crash for openSUSE:12.2 checked in 
at 2012-07-23 09:58:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/crash (Old)
 and      /work/SRC/openSUSE:12.2/.crash.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crash", Maintainer is "ptesa...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.2/crash/crash.changes 2012-06-25 15:17:11.000000000 
+0200
+++ /work/SRC/openSUSE:12.2/.crash.new/crash.changes    2012-07-23 
10:15:26.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 17 16:52:55 UTC 2012 - dm...@suse.com
+
+- Enabled support for reading dumpfiles compressed by LZO using
+  makedumpfile version 1.4.4 or later.
+
+-------------------------------------------------------------------

New:
----
  crash_enable_lzo_support.patch

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

Other differences:
------------------
++++++ crash.spec ++++++
--- /var/tmp/diff_new_pack.rkOfQQ/_old  2012-07-23 10:15:27.000000000 +0200
+++ /var/tmp/diff_new_pack.rkOfQQ/_new  2012-07-23 10:15:27.000000000 +0200
@@ -57,9 +57,11 @@
 Patch7:         %{name}-rl_digit_loop-return.patch
 Patch8:         %{name}-missing-declarations.patch
 Patch9:         %{name}-debuginfo-compressed.patch
+Patch10:        %{name}_enable_lzo_support.patch
 Patch90:        %{name}-sial-ps-2.6.29.diff
 BuildRequires:  bison
 BuildRequires:  flex
+BuildRequires:  lzo-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  zlib-devel
 Requires:       /usr/bin/nm
@@ -212,6 +214,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 ## SIAL patches
 cd sial-scripts-%{scripts_version}
 %patch90 -p1

++++++ crash_enable_lzo_support.patch ++++++
---
 CFLAGS.extra  |    1 +
 LDFLAGS.extra |    1 +
 2 files changed, 2 insertions(+)

--- /dev/null
+++ b/CFLAGS.extra
@@ -0,0 +1 @@
+-DLZO
--- /dev/null
+++ b/LDFLAGS.extra
@@ -0,0 +1 @@
+-llzo2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to