Hello community,

here is the log from the commit of package dwarves for openSUSE:Factory checked 
in at 2017-02-02 15:44:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dwarves (Old)
 and      /work/SRC/openSUSE:Factory/.dwarves.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dwarves"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dwarves/dwarves.changes  2015-01-22 
21:50:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dwarves.new/dwarves.changes     2017-02-03 
17:36:09.749767628 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 14:38:32 UTC 2017 - [email protected]
+
+- Use cmake macros
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dwarves.spec ++++++
--- /var/tmp/diff_new_pack.y4pnEU/_old  2017-02-03 17:36:10.165708757 +0100
+++ /var/tmp/diff_new_pack.y4pnEU/_new  2017-02-03 17:36:10.169708190 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dwarves
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -23,14 +23,12 @@
 License:        GPL-2.0
 Group:          Development/Tools/Debuggers
 Url:            http://acmel.wordpress.com/
-
 #Git-Clone:    git://git.kernel.org/pub/scm/devel/pahole/pahole
 #Git-Web:      http://git.kernel.org/cgit/devel/pahole/pahole.git
 #DL-URL:       http://fedorapeople.org/~acme/dwarves/
 Source:         http://fedorapeople.org/~acme/dwarves/%name-%version.tar.bz2
 Source2:        baselibs.conf
 Patch1:         dwarves-no-DW_TAG_mutable.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  libdw-devel >= 0.142
 BuildRequires:  libebl-devel
@@ -38,6 +36,7 @@
 BuildRequires:  zlib-devel
 # Also known by its most prominent tool
 Provides:       pahole = %version-%release
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 dwarves is a set of tools that use the DWARF debugging information
@@ -89,12 +88,11 @@
 %patch -P 1 -p1
 
 %build
-export CFLAGS="%optflags"
-cmake -DCMAKE_INSTALL_PREFIX="%_prefix" -D__LIB="%_lib" .
+%cmake
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot"
+%cmake_install
 
 %post   -n libdwarves1 -p /sbin/ldconfig 
 %postun -n libdwarves1 -p /sbin/ldconfig


Reply via email to