From 472f8236f12f942e2447ece8e6b080cbb2f1ba28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Fr=C3=B6hlich?= Date: Wed, 20 Apr 2016 22:42:54 +0200 Subject: [PATCH] BR qca2 instead of qca --- qgis.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/qgis.spec b/qgis.spec index 8c452ce..e2699f8 100644 --- a/qgis.spec +++ b/qgis.spec @@ -15,7 +15,7 @@ Name: qgis Version: 2.14.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A user friendly Open Source Geographic Information System Group: Applications/Engineering @@ -69,7 +69,8 @@ BuildRequires: PyQt4-devel BuildRequires: PyQwt-devel %endif BuildRequires: python2-devel -BuildRequires: qca-devel +# qca2 is a virtual provides of qca. Put here to make things easier for EPEL! +BuildRequires: qca2-devel BuildRequires: qextserialport-devel BuildRequires: qscintilla-devel BuildRequires: qscintilla-python-devel @@ -131,7 +132,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} # WARNING: Rebuild QGIS whenever a new version of GRASS is shipped! Even though # the soname might stay the same, it won't work anymore. #http://hub.qgis.org/issues/5274 -Requires: grass => 7.0.3 +Requires: grass = 7.0.3 %description grass GRASS plugin for QGIS required to interface with the GRASS system. @@ -405,6 +406,11 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Wed Apr 20 2016 Volker Froehlich - 2.14.1-2 +- Change BR of qca to qca2 to make things easier in EPEL +- Rebuild for BZ #1327360 +- Make the requires on grass match an exact version again + * Sun Mar 27 2016 Volker Froehlich - 2.14.1-1 - New upstream release - Resolve the false sub-package dependency of python on server