diff --git a/copyq.spec b/copyq.spec index 8e9c2db..a8240a4 100644 --- a/copyq.spec +++ b/copyq.spec @@ -2,7 +2,7 @@ Name: copyq Summary: Advanced clipboard manager Version: 3.13.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Url: https://hluk.github.io/%{project}/ Source0: https://github.com/hluk/%{project}/archive/v%{version}.tar.gz#/%{project}-%{version}.tar.gz @@ -11,10 +11,6 @@ BuildRequires: libXtst-devel, libXfixes-devel, desktop-file-utils BuildRequires: kf5-rpm-macros, qt5-qtbase-devel, qt5-qtwebkit-devel, qt5-qtsvg-devel BuildRequires: qt5-qttools-devel, qt5-qtscript-devel, qwt-qt5-devel, qt5-qtx11extras-devel BuildRequires: extra-cmake-modules, appstream-qt-devel, libappstream-glib -BuildRequires: qt5-qtbase-private-devel - -# Following line used to track qt5 private api usage -%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} %description CopyQ is advanced clipboard manager with searchable and editable history with @@ -57,6 +53,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/com.gi %{_mandir}/man1/%{name}.1.* %changelog +* Fri Nov 27 2020 Rex Dieter - 3.13.0-2 +- drop BR: qt5-qtbase-private-devel (#1888764#c10) + * Fri Oct 16 2020 Gerald Cox - 3.13.0-1 - Reverse 3.12.0-6 changes (#1888764) - Upstream release - rhbz#1888986