From 503cb35fe6470ec0b61a1b58d6bf8a3f64802303 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Oct 18 2018 09:19:32 +0000 Subject: Require python3-qt5 instead of python2-qt5 --- diff --git a/picard.spec b/picard.spec index a9d2a70..ddecb4d 100644 --- a/picard.spec +++ b/picard.spec @@ -1,6 +1,6 @@ Name: picard Version: 2.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MusicBrainz-based audio tagger License: GPLv2+ URL: http://picard.musicbrainz.org/ @@ -10,13 +10,13 @@ BuildRequires: gcc BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: libofa-devel -BuildRequires: python-qt5 -BuildRequires: python-qt5-webkit +BuildRequires: python3-qt5 +BuildRequires: python3-qt5-webkit BuildRequires: python3-devel BuildRequires: python3-mutagen Requires: hicolor-icon-theme -Requires: python-qt5 -Requires: python-qt5-webkit +Requires: python3-qt5 +Requires: python3-qt5-webkit Requires: python3-mutagen >= 1.20 Requires: python3-libdiscid @@ -74,6 +74,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{python3_sitearch}/picard/ %changelog +* Thu Oct 18 2018 Miro Hrončok - 2.0.4-2 +- Require python3-qt5 instead of python2-qt5 + * Tue Oct 16 2018 Gerald Cox - 2.0.4-1 - Upstream release rhbz#1603193