Hello community,

here is the log from the commit of package protobuf for openSUSE:Factory 
checked in at 2017-01-25 22:35:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/protobuf (Old)
 and      /work/SRC/openSUSE:Factory/.protobuf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "protobuf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/protobuf/protobuf.changes        2017-01-19 
10:40:52.718231133 +0100
+++ /work/SRC/openSUSE:Factory/.protobuf.new/protobuf.changes   2017-01-25 
22:35:32.247848202 +0100
@@ -1,0 +2,7 @@
+Sun Jan 22 00:47:42 UTC 2017 - [email protected]
+
+- Fix an issue with setup.py where some files are built on the
+  first invocation, but only copied on the second. This resulted
+  in an incomplete protobuf-python package.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ protobuf.spec ++++++
--- /var/tmp/diff_new_pack.r2RwS8/_old  2017-01-25 22:35:32.739773811 +0100
+++ /var/tmp/diff_new_pack.r2RwS8/_new  2017-01-25 22:35:32.743773207 +0100
@@ -163,6 +163,8 @@
 %if %{with protobuf_python}
 pushd python
 python setup.py build
+# setup.py seems to be broken, some files are only installed on the second 
invocation
+python setup.py build
 popd
 %endif
 
@@ -187,7 +189,6 @@
 
 %if %{with protobuf_python}
 pushd python
-python setup.py clean
 python setup.py install --skip-build \
        --prefix=%{_prefix} \
        --root %{buildroot} \


Reply via email to