Hello community,

here is the log from the commit of package protobuf-c for openSUSE:Factory 
checked in at 2018-02-09 15:45:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/protobuf-c (Old)
 and      /work/SRC/openSUSE:Factory/.protobuf-c.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "protobuf-c"

Fri Feb  9 15:45:14 2018 rev:12 rq:573409 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/protobuf-c/protobuf-c.changes    2017-12-29 
18:47:37.141600215 +0100
+++ /work/SRC/openSUSE:Factory/.protobuf-c.new/protobuf-c.changes       
2018-02-09 15:45:17.512247815 +0100
@@ -1,0 +2,5 @@
+Fri Dec 22 14:29:07 UTC 2017 - jeng...@inai.de
+
+- Drop %__-type macro indirections.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ protobuf-c.spec ++++++
--- /var/tmp/diff_new_pack.026hEG/_old  2018-02-09 15:45:18.304219378 +0100
+++ /var/tmp/diff_new_pack.026hEG/_new  2018-02-09 15:45:18.308219234 +0100
@@ -78,12 +78,12 @@
     -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
     -DCMAKE_STRIP="/usr/bin/touch" \
     ..
-%__make %{?_smp_flags}
+make %{?_smp_flags}
 popd #build
 %else
 autoreconf -fvi
 %configure
-%__make %{?_smp_flags}
+make %{?_smp_flags}
 %endif
 
 %install
@@ -92,10 +92,10 @@
 %makeinstall
 popd #build
 %else
-%makeinstall
+%make_install
 %endif
-%__rm "%{buildroot}%{_libdir}"/*.a
-%__rm "%{buildroot}%{_libdir}"/*.la
+rm "%{buildroot}/%{_libdir}"/*.a
+rm "%{buildroot}/%{_libdir}"/*.la
 
 %post   -n libprotobuf-c%{soname} -p /sbin/ldconfig
 %postun -n libprotobuf-c%{soname} -p /sbin/ldconfig


Reply via email to