Hello community,

here is the log from the commit of package patchelf for openSUSE:Factory 
checked in at 2018-11-18 23:30:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patchelf (Old)
 and      /work/SRC/openSUSE:Factory/.patchelf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "patchelf"

Sun Nov 18 23:30:26 2018 rev:10 rq:649273 version:0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/patchelf/patchelf.changes        2016-04-05 
10:43:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.patchelf.new/patchelf.changes   2018-11-18 
23:30:49.173580416 +0100
@@ -1,0 +2,6 @@
+Thu Nov 15 12:41:52 UTC 2018 - Martin Pluskal <mplus...@suse.com>
+
+- Modernise spec file
+- Install license file 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ patchelf.spec ++++++
--- /var/tmp/diff_new_pack.ZWtUpD/_old  2018-11-18 23:30:49.701579779 +0100
+++ /var/tmp/diff_new_pack.ZWtUpD/_new  2018-11-18 23:30:49.705579775 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package patchelf
 #
-# Copyright (c) 2016 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        0.9
 Release:        0
 Summary:        A utility for patching ELF binaries
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Development/Libraries/C and C++
-Url:            http://nixos.org/patchelf.html
+URL:            http://nixos.org/patchelf.html
 Source:         
http://releases.nixos.org/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
 Patch0:         no-rpath-prebuilt.patch 
 BuildRequires:  gcc-c++
@@ -44,13 +44,13 @@
 make check
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 rm %{buildroot}%{_datadir}/doc/patchelf/README
 
 %files
-%defattr(-,root,root)
 %doc README
+%license COPYING
 %{_bindir}/patchelf
-%{_mandir}/man1/patchelf.1%{ext_man}
+%{_mandir}/man1/patchelf.1%{?ext_man}
 
 %changelog


Reply via email to