Hello community,

here is the log from the commit of package makedumpfile for openSUSE:Factory 
checked in at 2014-05-10 08:32:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/makedumpfile (Old)
 and      /work/SRC/openSUSE:Factory/.makedumpfile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "makedumpfile"

Changes:
--------
--- /work/SRC/openSUSE:Factory/makedumpfile/makedumpfile.changes        
2014-03-23 22:29:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.makedumpfile.new/makedumpfile.changes   
2014-05-10 08:32:18.000000000 +0200
@@ -1,0 +2,12 @@
+Wed May  7 14:00:57 UTC 2014 - [email protected]
+
+- upgrade to makedumpfile-1.5.6
+  o support for Linux 3.13
+  o include sample eppic scripts
+  o eppic: Add support for module data structures
+  o ability to filter Xen Dom0 dumps
+
+- makedumpfile-fix-sprintf-append.patch: now upstream
+- makedumpfile-kernel-3.12-supported.patch: now upstream
+
+-------------------------------------------------------------------

Old:
----
  makedumpfile-1.5.5.tar.bz2
  makedumpfile-fix-sprintf-append.patch
  makedumpfile-kernel-3.12-supported.patch

New:
----
  makedumpfile-1.5.6.tar.bz2

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

Other differences:
------------------
++++++ makedumpfile.spec ++++++
--- /var/tmp/diff_new_pack.T0zOtu/_old  2014-05-10 08:32:19.000000000 +0200
+++ /var/tmp/diff_new_pack.T0zOtu/_new  2014-05-10 08:32:19.000000000 +0200
@@ -39,7 +39,7 @@
 BuildRequires:  snappy-devel
 %endif
 BuildRequires:  xz-devel
-Version:        1.5.5
+Version:        1.5.6
 Release:        0
 Summary:        Partial kernel dump
 License:        GPL-2.0
@@ -48,8 +48,6 @@
 Source:         %{name}-%{version}.tar.bz2
 Source1:        README.static
 Patch0:         %{name}-coptflags.diff
-Patch1:         %{name}-fix-sprintf-append.patch
-Patch2:         %{name}-kernel-3.12-supported.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 ia64 ppc ppc64 ppc64le s390x %arm
 
@@ -68,8 +66,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 LIBS_STATIC=
@@ -102,6 +98,8 @@
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
 install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8
 install -c -m 0644 makedumpfile.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/eppic_scripts
+install -c -m 644 -t 
$RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/eppic_scripts/ eppic_scripts/*
 
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
@@ -111,5 +109,7 @@
 %doc README COPYING IMPLEMENTATION
 %doc %{_mandir}/man?/*
 /bin/*
+%dir %{_datadir}/%{name}-%{version}
+%{_datadir}/%{name}-%{version}/eppic_scripts/
 
 %changelog

++++++ makedumpfile-1.5.5.tar.bz2 -> makedumpfile-1.5.6.tar.bz2 ++++++
++++ 3113 lines of diff (skipped)

++++++ makedumpfile-coptflags.diff ++++++
--- /var/tmp/diff_new_pack.T0zOtu/_old  2014-05-10 08:32:20.000000000 +0200
+++ /var/tmp/diff_new_pack.T0zOtu/_new  2014-05-10 08:32:20.000000000 +0200
@@ -17,9 +17,9 @@
                    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
  # LDFLAGS = -L/usr/local/lib -I/usr/local/include
  
-@@ -45,9 +45,9 @@ OBJ_PART = print_info.o dwarf_info.o elf
+@@ -51,9 +51,9 @@ OBJ_PART=$(patsubst %.c,%.o,$(SRC_PART))
  SRC_ARCH = arch/arm.c arch/x86.c arch/x86_64.c arch/ia64.c arch/ppc64.c 
arch/s390x.c arch/ppc.c
- OBJ_ARCH = arch/arm.o arch/x86.o arch/x86_64.o arch/ia64.o arch/ppc64.o 
arch/s390x.o arch/ppc.o
+ OBJ_ARCH=$(patsubst %.c,%.o,$(SRC_ARCH))
  
 -LIBS = -ldw -lbz2 -lebl -ldl -lelf -lz
 +LIBS = -ldw -lebl -lelf $(LIBS_STATIC) -Wl,-Bdynamic -ldl -lz $(LIBS_DYNAMIC)

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

Reply via email to