Hello community,
here is the log from the commit of package gstreamer-plugins-qt5 for
openSUSE:Factory checked in at 2017-02-06 15:05:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-qt5 (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-qt5"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-qt5/gstreamer-plugins-qt5.changes
2016-07-27 16:12:20.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-qt5.new/gstreamer-plugins-qt5.changes
2017-02-06 15:05:47.388968986 +0100
@@ -1,0 +2,5 @@
+Wed Feb 1 11:19:07 UTC 2017 - [email protected]
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-qt5.spec ++++++
--- /var/tmp/diff_new_pack.xupExX/_old 2017-02-06 15:05:47.760915567 +0100
+++ /var/tmp/diff_new_pack.xupExX/_new 2017-02-06 15:05:47.764914992 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-plugins-qt5
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -31,7 +31,11 @@
# PATCH-FIX-OPENSUSE fix_gstconfig_detection.diff
Patch0: fix_gstconfig_detection.diff
BuildRequires: bison
+%if 0%{?suse_version} > 1325
+BuildRequires: libboost_headers-devel
+%else
BuildRequires: boost-devel
+%endif
BuildRequires: cmake >= 2.8.9
BuildRequires: doxygen
BuildRequires: flex
@@ -71,7 +75,11 @@
Summary: Include files and libraries mandatory for development
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
+%if 0%{?suse_version} > 1325
+Requires: libboost_headers-devel
+%else
Requires: boost-devel
+%endif
Requires: pkgconfig(Qt5Gui)
%description devel