Hello community,

here is the log from the commit of package dwarves for openSUSE:Factory checked 
in at 2014-10-23 14:20:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2012-06-10 
21:50:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dwarves.new/dwarves.changes     2014-10-23 
14:21:05.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Oct 15 14:37:48 UTC 2014 - [email protected]
+
+- Drop libdwarf dependency; it is not needed for build (libdw
+  is used instead)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dwarves.spec ++++++
--- /var/tmp/diff_new_pack.kz4nkS/_old  2014-10-23 14:21:07.000000000 +0200
+++ /var/tmp/diff_new_pack.kz4nkS/_new  2014-10-23 14:21:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dwarves
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,21 +17,21 @@
 
 
 Name:           dwarves
-Url:            http://acmel.wordpress.com/
+Version:        1.10
+Release:        0
 Summary:        DWARF utilities
 License:        GPL-2.0
 Group:          Development/Tools/Debuggers
-Version:        1.10
-Release:        0
+Url:            http://acmel.wordpress.com/
 
-#Git-Clone:    git://git.kernel.org/pub/scm/linux/kernel/git/acme/pahole
+#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
+Source:         http://fedorapeople.org/~acme/dwarves/%name-%version.tar.bz2
 Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  libdw-devel >= 0.142
-BuildRequires:  libdwarf-devel
 BuildRequires:  libebl-devel
 BuildRequires:  libelf-devel
 BuildRequires:  zlib-devel
@@ -75,10 +75,9 @@
 debuggers such as GDB, and more recent ones such as systemtap.
 
 %package -n libdwarves-devel
-
 Summary:        DWARF processing library development files
-Group:          Development/Libraries
-Requires:       libdwarves1 = %{version}-%{release}
+Group:          Development/Libraries/C and C++
+Requires:       libdwarves1 = %version-%release
 
 %description -n libdwarves-devel
 This package contains the development files for libdwarves, a library
@@ -88,31 +87,30 @@
 %setup -q -c
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -D__LIB=%{_lib} .
+export CFLAGS="%optflags"
+cmake -DCMAKE_INSTALL_PREFIX="%_prefix" -D__LIB="%_lib" .
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make install DESTDIR="%buildroot"
 
 %post -n libdwarves1 -p /sbin/ldconfig 
-
 %postun -n libdwarves1 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc README NEWS
-%{_bindir}/*
-%{_mandir}/man*/*
+%_bindir/*
+%_mandir/man*/*
 
 %files -n libdwarves1
 %defattr(-,root,root)
-%{_libdir}/*.so.*
+%_libdir/*.so.1*
 
 %files -n libdwarves-devel
 %defattr(-,root,root)
-%{_libdir}/*.so
-%{_includedir}/*
-%{_datadir}/%{name}
+%_libdir/*.so
+%_includedir/*
+%_datadir/%name
 
 %changelog

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

Reply via email to