Hello community,

here is the log from the commit of package libkdumpfile for openSUSE:Factory 
checked in at 2015-08-27 08:56:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkdumpfile (Old)
 and      /work/SRC/openSUSE:Factory/.libkdumpfile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkdumpfile"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkdumpfile/libkdumpfile.changes        
2014-12-05 21:05:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libkdumpfile.new/libkdumpfile.changes   
2015-08-27 08:56:50.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Aug 22 19:23:05 UTC 2015 - jeng...@inai.de
+
+- Set RPM group per standard practices. Update license field to
+  actual conditions. Use original source URL.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libkdumpfile.spec ++++++
--- /var/tmp/diff_new_pack.I9SYd1/_old  2015-08-27 08:56:50.000000000 +0200
+++ /var/tmp/diff_new_pack.I9SYd1/_new  2015-08-27 08:56:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkdumpfile
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -36,14 +36,14 @@
 Version:        0.1.4
 Release:        0
 Summary:        Kernel dump file access library
-License:        LGPL-3.0+
-Group:          System/Libraries
+License:        LGPL-3.0+ or GPL-2.0+
+Group:          Development/Libraries/C and C++
 Url:            https://github.com/ptesarik/libkdumpfile
-Source:         %{name}-%{version}.tar.bz2
+Source:         
https://github.com/ptesarik/libkdumpfile/releases/download/v%version/%name-%version.tar.bz2
 Patch1:         %{name}-add-EM_AARCH64.patch
+BuildRequires:  libtool >= 2
 BuildRequires:  lzo-devel
 BuildRequires:  zlib-devel
-Provides:       libkdumpfile = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} < 1030
 BuildRequires:  binutils
@@ -83,6 +83,9 @@
 %patch1 -p1
 
 %build
+if [ ! -e configure ]; then
+       autoreconf -fiv
+fi
 %configure --disable-static
 make %{?_smp_mflags}
 


Reply via email to