Hello community, here is the log from the commit of package kradio for openSUSE:Factory checked in at 2017-02-06 15:21:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kradio (Old) and /work/SRC/openSUSE:Factory/.kradio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kradio" Changes: -------- --- /work/SRC/openSUSE:Factory/kradio/kradio.changes 2016-12-01 10:28:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kradio.new/kradio.changes 2017-02-06 15:21:32.625467817 +0100 @@ -1,0 +2,10 @@ +Wed Feb 1 11:50:19 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- +Thu Dec 8 19:58:11 UTC 2016 - [email protected] + +- Revert kde4_runtime_requires change + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kradio.spec ++++++ --- /var/tmp/diff_new_pack.DpxWri/_old 2017-02-06 15:21:33.109398607 +0100 +++ /var/tmp/diff_new_pack.DpxWri/_new 2017-02-06 15:21:33.113398035 +0100 @@ -1,7 +1,7 @@ # # spec file for package kradio # -# 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 @@ -30,7 +30,11 @@ # PATCH-FIX-OPENSUSE suse_docdir.patch -- Use openSUSE default doc directory Patch0: suse_docdir.patch BuildRequires: alsa-devel +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: fdupes BuildRequires: libkde4-devel BuildRequires: libsndfile-devel @@ -46,7 +50,7 @@ BuildRequires: libmp3lame-devel %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{?kde4_runtime_requires} +%kde4_runtime_requires %description Comfortable AM/FM Application for KDE4
