Hello community,

here is the log from the commit of package elfutils for openSUSE:Factory 
checked in at 2017-04-25 08:55:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elfutils (Old)
 and      /work/SRC/openSUSE:Factory/.elfutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elfutils"

Tue Apr 25 08:55:05 2017 rev:57 rq:487068 version:0.168

Changes:
--------
--- /work/SRC/openSUSE:Factory/elfutils/elfutils.changes        2017-03-31 
15:01:25.772734638 +0200
+++ /work/SRC/openSUSE:Factory/.elfutils.new/elfutils.changes   2017-04-25 
08:55:07.273110153 +0200
@@ -1,0 +2,10 @@
+Fri Apr  7 19:16:26 UTC 2017 - [email protected]
+
+- Add missing ldconfig calls for libasm1
+
+-------------------------------------------------------------------
+Fri Mar 31 19:02:31 UTC 2017 - [email protected]
+
+- make tests pass when user does not want debuginfo (boo#1031556)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ elfutils.spec ++++++
--- /var/tmp/diff_new_pack.wofDKe/_old  2017-04-25 08:55:08.140987433 +0200
+++ /var/tmp/diff_new_pack.wofDKe/_new  2017-04-25 08:55:08.144986868 +0200
@@ -154,9 +154,11 @@
 # similarly predictable value [upstream default is hostname + date]
 MODVERSION="suse-build `eval echo ${DATE} ${TIME}`"
 sed --in-place "s/^MODVERSION=.*\$/MODVERSION=\"${MODVERSION}\"/" configure.ac
+export CFLAGS="%optflags"
+CFLAGS+=" -g" # make tests pass when user does not want debuginfo (boo#1031556)
 %ifarch %sparc
 # Small PIC model not sufficient
-export CFLAGS="%optflags -fPIC"
+CFLAGS+=" -fPIC"
 %endif
 autoreconf -fi
 %configure --program-prefix=eu-
@@ -169,12 +171,16 @@
 ls -lR $RPM_BUILD_ROOT%{_libdir}/libelf*
 %find_lang %{name}
 
+%post -n libasm1 -p /sbin/ldconfig
+
 %post -n libebl1 -p /sbin/ldconfig
 
 %post -n libelf1 -p /sbin/ldconfig
 
 %post -n libdw1 -p /sbin/ldconfig
 
+%postun -n libasm1 -p /sbin/ldconfig
+
 %postun -n libebl1 -p /sbin/ldconfig
 
 %postun -n libelf1 -p /sbin/ldconfig



Reply via email to