Hello community, here is the log from the commit of package telepathy-qt5 for openSUSE:Factory checked in at 2016-01-11 19:11:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/telepathy-qt5 (Old) and /work/SRC/openSUSE:Factory/.telepathy-qt5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telepathy-qt5" Changes: -------- --- /work/SRC/openSUSE:Factory/telepathy-qt5/telepathy-qt5.changes 2016-01-10 13:07:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.telepathy-qt5.new/telepathy-qt5.changes 2016-01-11 19:11:11.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Jan 11 10:47:23 UTC 2016 - [email protected] + +- Do not require libtelepathy-qt5-farstream if it does not build + +------------------------------------------------------------------- +Sun Jan 10 19:24:44 UTC 2016 - [email protected] + +- Partial revert the last commit, do not disable the farstream subpackage + for ppc64le on all version, just disabled it on SLE12. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ telepathy-qt5.spec ++++++ --- /var/tmp/diff_new_pack.7jUGVJ/_old 2016-01-11 19:11:12.000000000 +0100 +++ /var/tmp/diff_new_pack.7jUGVJ/_new 2016-01-11 19:11:12.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package telepathy-qt5 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,6 +19,15 @@ %define libname libtelepathy-qt5 %define major 0 +# SLE12 does not have farstream support in ppc64le but openSUSE Factory and Ports does +%if 0%{?suse_version} == 1315 && !0%{?is_opensuse} +%ifnarch ppc64le +%define with_farstream 1 +%endif +%else +%define with_farstream 1 +%endif + Name: telepathy-qt5 Version: 0.9.6.1 Release: 0 @@ -47,7 +56,7 @@ BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) -%ifnarch ppc64le +%if 0%{?with_farstream} BuildRequires: pkgconfig(farstream-0.2) BuildRequires: pkgconfig(telepathy-farstream) %endif @@ -64,7 +73,7 @@ %description -n %{libname}-%{major} Telepathy-Qt5 is a high-level binding for Telepathy, similar to telepathy-glib but for Qt 5. -%ifnarch ppc64le +%if 0%{?with_farstream} %package -n %{libname}-farstream%{major} Summary: Library for performing syntax highlighting in Qt documents Group: Development/Tools/Other @@ -78,7 +87,9 @@ Group: Development/Libraries/C and C++ Provides: %{name}-service-devel-static = %{version} Requires: %{libname}-%{major} = %{version} +%if 0%{?with_farstream} Requires: %{libname}-farstream%{major} = %{version} +%endif Requires: pkgconfig(gstreamer-1.0) Requires: pkgconfig(gstreamer-plugins-base-1.0) @@ -102,7 +113,7 @@ -DENABLE_TESTS=FALSE \ -DENABLE_EXAMPLES=FALSE \ -DENABLE_FARSIGHT=FALSE \ -%ifnarch ppc64le +%if 0%{?with_farstream} -DENABLE_FARSTREAM=TRUE \ %endif -DDISABLE_WERROR=TRUE \ @@ -118,7 +129,7 @@ %postun -n %{libname}-%{major} -p /sbin/ldconfig -%ifnarch ppc64le +%if 0%{?with_farstream} %post -n %{libname}-farstream%{major} -p /sbin/ldconfig %postun -n %{libname}-farstream%{major} -p /sbin/ldconfig @@ -128,7 +139,7 @@ %defattr(-,root,root) %{_libdir}/libtelepathy-qt5.so.* -%ifnarch ppc64le +%if 0%{?with_farstream} %files -n %{libname}-farstream%{major} %defattr(-,root,root) %{_libdir}/libtelepathy-qt5-farstream.so.*
