Hello community,

here is the log from the commit of package dwarves for openSUSE:Factory checked 
in at 2018-03-28 10:31:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dwarves (Old)
 and      /work/SRC/openSUSE:Factory/.dwarves.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dwarves"

Wed Mar 28 10:31:21 2018 rev:14 rq:591069 version:1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/dwarves/dwarves.changes  2017-02-03 
17:36:09.749767628 +0100
+++ /work/SRC/openSUSE:Factory/.dwarves.new/dwarves.changes     2018-03-28 
10:31:31.224745673 +0200
@@ -1,0 +2,15 @@
+Mon Mar 26 12:42:30 UTC 2018 - [email protected]
+
+- dwarves needs elfutils to have the EBL plugins available
+  to carry out its work. [boo#1049871]
+- Update to new upstream release 1.11
+  * dwarf_loader: Do not stop processing after finding
+    unsupported tags
+  * dwarf_loader: Support DW_FORM_data{4,8} for reading class
+    member offsets
+  * dwarf_fprintf: Handle DW_TAG_GNU_call_site{_parameter}
+  * dwarf_loader: Add support for DW_TAG_restrict_type
+  * dwarf_loader: Initial support for DW_TAG_unspecified_type
+- Remove dwarves-no-DW_TAG_mutable.patch (already applied)
+
+-------------------------------------------------------------------

Old:
----
  dwarves-1.10.tar.bz2
  dwarves-no-DW_TAG_mutable.patch

New:
----
  pahole-1.11.tar.gz

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

Other differences:
------------------
++++++ dwarves.spec ++++++
--- /var/tmp/diff_new_pack.SIDorD/_old  2018-03-28 10:31:32.148712443 +0200
+++ /var/tmp/diff_new_pack.SIDorD/_new  2018-03-28 10:31:32.152712300 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dwarves
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,26 +17,24 @@
 
 
 Name:           dwarves
-Version:        1.10
+Version:        1.11
 Release:        0
 Summary:        DWARF utilities
-License:        GPL-2.0
+License:        GPL-2.0-only
 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
+Source:         
https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-%version.tar.gz
 Source2:        baselibs.conf
-Patch1:         dwarves-no-DW_TAG_mutable.patch
 BuildRequires:  cmake
 BuildRequires:  libdw-devel >= 0.142
 BuildRequires:  libebl-devel
 BuildRequires:  libelf-devel
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(zlib)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # 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
@@ -64,6 +62,7 @@
 %package -n libdwarves1
 Summary:        DWARF processing libraries of dwarves tools
 Group:          System/Libraries
+Requires:       libebl-plugins
 
 %description -n libdwarves1
 This package contains the libdwarves shared library for the dwarves
@@ -84,8 +83,7 @@
 for processing DWARF, a debugging data format for ELF files.
 
 %prep
-%setup -q -c
-%patch -P 1 -p1
+%setup -qn pahole-%version
 
 %build
 %cmake


Reply via email to