Hello community,

here is the log from the commit of package protobuf for openSUSE:Factory 
checked in at 2015-11-17 14:20:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-08-10 
09:12:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.protobuf.new/protobuf.changes   2015-11-17 
14:20:29.000000000 +0100
@@ -1,0 +2,16 @@
+Thu Nov 12 12:30:26 UTC 2015 - [email protected]
+
+- Python bindings require a recent python-google-apputils, so build
+ them where it's available (that's anything recent except SLE12)
+
+-------------------------------------------------------------------
+Thu Nov 12 09:36:46 UTC 2015 - [email protected]
+
+- Fix check so python bindings are not built in SLE12
+
+-------------------------------------------------------------------
+Fri Nov  6 08:32:15 UTC 2015 - [email protected]
+
+- tweak spec to build python bindings for Leap 42.1
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ protobuf.spec ++++++
--- /var/tmp/diff_new_pack.qwM2tm/_old  2015-11-17 14:20:30.000000000 +0100
+++ /var/tmp/diff_new_pack.qwM2tm/_new  2015-11-17 14:20:30.000000000 +0100
@@ -37,10 +37,11 @@
 %else
 %bcond_with protobuf_java
 %endif
-%if 0%{?suse_version} > 1210 && 0%{?suse_version} != 1315
-%bcond_without protobuf_python
-%else
+# Don't build the python bindings in SLE12 or old distros
+%if ( 0%{?suse_version} == 1315 && !0%{?is_opensuse} ) || 0%{?suse_version} < 
1210
 %bcond_with protobuf_python
+%else
+%bcond_without protobuf_python
 %endif
 %if 0%{?suse_version} > 1010
 BuildRequires:  fdupes


Reply via email to