From 4574ddb5f7c128b7885db2e9ced3cdac8e1b9459 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jul 02 2015 18:21:25 +0000 Subject: less-strict deps --- diff --git a/kbounce.spec b/kbounce.spec index cc19649..2defe14 100644 --- a/kbounce.spec +++ b/kbounce.spec @@ -2,7 +2,7 @@ Name: kbounce Summary: Ball bouncing game Version: 15.04.2 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ and GFDL URL: https://projects.kde.org/projects/kde/kdegames/%{name} @@ -41,7 +41,8 @@ BuildRequires: kf5-kxmlgui-devel BuildRequires: pkgconfig(phonon4qt5) BuildRequires: pkgconfig(Qt5Widgets) pkgconfig(Qt5Qml) pkgconfig(Qt5Quick) pkgconfig(Qt5QuickWidgets) pkgconfig(Qt5Svg) pkgconfig(Qt5Test) #BuildRequires: libappstream-glib -BuildRequires: libkdegames-devel >= %{version} +%global majmin_ver %(echo %{version} | cut -d. -f1,2) +BuildRequires: libkdegames-devel >= %{majmin_ver} %description KBounce is a single player arcade game with the elements of puzzle. @@ -103,6 +104,9 @@ gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || : %changelog +* Thu Jul 02 2015 Rex Dieter 15.04.2-3 +- less-strict deps + * Wed Jun 17 2015 Fedora Release Engineering - 15.04.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild