Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2020-09-04 11:01:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and      /work/SRC/openSUSE:Factory/.blosc.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blosc"

Fri Sep  4 11:01:16 2020 rev:19 rq:830250 version:1.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/blosc/blosc.changes      2020-08-12 
10:39:24.084377726 +0200
+++ /work/SRC/openSUSE:Factory/.blosc.new.3399/blosc.changes    2020-09-04 
11:02:22.490728240 +0200
@@ -1,0 +2,5 @@
+Fri Aug 28 09:56:53 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Stop assuming that %{_libexecdir} == /usr/lib (boo#1174075).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ blosc.spec ++++++
--- /var/tmp/diff_new_pack.GC56F8/_old  2020-09-04 11:02:25.810730018 +0200
+++ /var/tmp/diff_new_pack.GC56F8/_new  2020-09-04 11:02:25.814730021 +0200
@@ -85,10 +85,10 @@
 rm -rf %{buildroot}%{_libdir}/libblosc.a
 
 # Put .pc files in right directory
-if [ "%{_libdir}" != "%{_libexecdir}" ] ; then
+if [ "%{_libdir}" != "%{_prefix}/lib" ] ; then
 mkdir -p %{buildroot}%{_libdir}
-mv %{buildroot}%{_libexecdir}/pkgconfig %{buildroot}%{_libdir}/pkgconfig
-rm -d %{buildroot}%{_libexecdir}
+mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir}/pkgconfig
+rm -d %{buildroot}%{_prefix}/lib
 fi
 
 %check


Reply via email to