Hello community,
here is the log from the commit of package gstreamer-plugins-qt for
openSUSE:Factory checked in at 2017-02-10 09:49:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-qt (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-qt"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-qt/gstreamer-plugins-qt.changes
2016-01-07 00:19:44.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-qt.new/gstreamer-plugins-qt.changes
2017-02-10 09:50:17.315120727 +0100
@@ -1,0 +2,5 @@
+Wed Feb 1 11:17:02 UTC 2017 - [email protected]
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-qt.spec ++++++
--- /var/tmp/diff_new_pack.v38Imj/_old 2017-02-10 09:50:17.919035338 +0100
+++ /var/tmp/diff_new_pack.v38Imj/_new 2017-02-10 09:50:17.923034773 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-plugins-qt
#
-# 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
@@ -35,7 +35,11 @@
# PATCH-FIX-UPSTREAM fix-boost-moc.patch [email protected] -- Fix build with
boost 1.60
Patch2: fix-boost-moc.patch
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
@@ -83,7 +87,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(QtCore)
Requires: pkgconfig(QtDeclarative)
Requires: pkgconfig(QtGui)