Hello community,

here is the log from the commit of package dwz for openSUSE:Factory checked in 
at 2018-03-24 16:04:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dwz (Old)
 and      /work/SRC/openSUSE:Factory/.dwz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dwz"

Sat Mar 24 16:04:22 2018 rev:4 rq:586792 version:0.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/dwz/dwz.changes  2017-03-12 20:02:55.082942831 
+0100
+++ /work/SRC/openSUSE:Factory/.dwz.new/dwz.changes     2018-03-24 
16:04:23.651259155 +0100
@@ -1,0 +2,5 @@
+Wed Mar 14 13:32:56 UTC 2018 - [email protected]
+
+- Run spec-cleaner on the package.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dwz.spec ++++++
--- /var/tmp/diff_new_pack.nfkYNk/_old  2018-03-24 16:04:24.327234787 +0100
+++ /var/tmp/diff_new_pack.nfkYNk/_new  2018-03-24 16:04:24.331234642 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dwz
 #
-# 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
@@ -20,13 +20,12 @@
 Version:        0.12
 Release:        0
 Summary:        DWARF optimization and duplicate removal tool
-License:        GPL-2.0+ and LGPL-2.0+
-Group:          Development/Tools/Building
-
 #Git-Clone:    git://sourceware.org/git/dwz
 #Git-Web:      https://sourceware.org/git/?p=dwz.git;a=summary
-Source:         %name-%version.tar.xz
-Patch:          dwz-0.12-ignore-nobits.patch
+License:        GPL-2.0-or-later AND LGPL-2.0-or-later
+Group:          Development/Tools/Building
+Source:         %{name}-%{version}.tar.xz
+Patch0:         dwz-0.12-ignore-nobits.patch
 BuildRequires:  libelf-devel
 BuildRequires:  xz
 
@@ -49,19 +48,18 @@
 is needed.
 
 %prep
-%setup -qn %name
-%patch -p1
+%setup -q -n %{name}
+%patch0 -p1
 
 %build
-make %{?_smp_mflags} CFLAGS="%optflags"
+make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
 %make_install
 
 %files
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_bindir}/dwz
-%{_mandir}/man1/dwz.1.gz
+%{_mandir}/man1/dwz.1%{?ext_man}
 
 %changelog


Reply via email to