diff --git a/kfilemetadata5.changes b/kfilemetadata5.changes index 306ea05..5cf5dab 100644 --- a/kfilemetadata5.changes +++ b/kfilemetadata5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 20 08:49:55 UTC 2015 - mlin@suse.com + +- No poppler-qt5 in Leap 42, do not build with it on 42 and SLE + ------------------------------------------------------------------- Sun Jun 28 18:31:44 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kfilemetadata5.spec b/kfilemetadata5.spec index 7a445b5..4490f1c 100644 --- a/kfilemetadata5.spec +++ b/kfilemetadata5.spec @@ -40,7 +40,10 @@ BuildRequires: libexiv2-devel >= 0.21 BuildRequires: taglib-devel >= 1.9 BuildRequires: pkgconfig(Qt5Test) >= 5.4.0 BuildRequires: pkgconfig(Qt5Xml) >= 5.4.0 +# No poppler-qt5 in Leap 42, do not build with it on 42 and SLE +%if "%{suse_version}" != "1315" || 0%{!?sle_version} BuildRequires: pkgconfig(poppler-qt5) +%endif %if %{with lang} Recommends: %{name}-lang %endif