Hello community,

here is the log from the commit of package chrpath for openSUSE:Factory checked 
in at 2016-02-18 11:04:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chrpath (Old)
 and      /work/SRC/openSUSE:Factory/.chrpath.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chrpath"

Changes:
--------
--- /work/SRC/openSUSE:Factory/chrpath/chrpath.changes  2014-05-10 
08:31:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.chrpath.new/chrpath.changes     2016-02-18 
12:35:19.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Feb  6 10:02:15 UTC 2016 - [email protected]
+
+- Shorten summary a bit
+- Do not build tests
+  * they are not executed during build
+  * they fail anyway
+- Small spec file cleanup with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ chrpath.spec ++++++
--- /var/tmp/diff_new_pack.UuAG0a/_old  2016-02-18 12:35:20.000000000 +0100
+++ /var/tmp/diff_new_pack.UuAG0a/_new  2016-02-18 12:35:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package chrpath
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -19,7 +19,7 @@
 Name:           chrpath
 Version:        0.16
 Release:        0
-Summary:        Modifies the dynamic library load path (rpath and runpath) of 
compiled programs and libraries
+Summary:        Modifies the dynamic library load path of compiled programs 
and libraries
 License:        GPL-2.0+
 Group:          Development/Tools/Building
 Url:            https://alioth.debian.org/projects/chrpath/
@@ -27,25 +27,24 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Chrpath allows you to modify the dynamic library load path (rpath) of
-compiled programs. Currently, only removing and modifying the rpath is
-supported. It cannot extend or add an rpath.
+Chrpath allows you to modify the dynamic library load path (rpath and
+runpath) of compiled programs. Currently, only removing and modifying the
+rpath is supported. It cannot extend or add an rpath.
 
 %prep
 %setup -q
 
 %build
 %configure
-make -C testsuite prog CC="gcc %{optflags}"
-make
+make %{?_smp_mflags} CC="gcc %{optflags}"
 
 %install
-make install DESTDIR=%{buildroot} prefix=/usr doc_DATA= mandir=/usr/share/man
+make %{?_smp_mflags} install DESTDIR=%{buildroot} doc_DATA=""
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog NEWS README
-%doc %{_mandir}/man1/*
-%{_bindir}/*
+%{_bindir}/chrpath
+%{_mandir}/man1/chrpath.1%{ext_man}
 
 %changelog


Reply via email to