From c756cd2bed850e3604a0737799d0ec6049324d26 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 27 Jun 2024 08:43:58 +0200 Subject: [PATCH] update to 0.6.1 [release 0.6.1-1mamba;Wed Jun 26 2024] --- krop.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/krop.spec b/krop.spec index cb70399..b415b1b 100644 --- a/krop.spec +++ b/krop.spec @@ -1,19 +1,22 @@ +%define gitver %(echo %version | cut -d. -f3) Name: krop -Version: 0.6.0 -Release: 2mamba +Version: 0.6.1 +Release: 1mamba Summary: A tool to crop PDF files, with an eye towards eReaders Group: Graphical Desktop/Applications/Publishing Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://arminstraub.com/software/krop -Source: https://github.com/arminstraub/krop.git/v%{version}/krop-%{version}.tar.bz2 +Source: https://github.com/PunkPangolin/krop.git/qt6-%{gitver}/krop-%{version}.tar.bz2 +#Source: https://github.com/arminstraub/krop.git/v%{version}/krop-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END -Requires: python-poppler-qt5-py3 +Requires: PyQt6-py3 +Requires: PyQt6-sip-py3 Requires: python-pypdf-py3 %description @@ -42,10 +45,12 @@ install -D -m0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.d %defattr(-,root,root) %dir %{python3_sitearch}/krop-%{version}-py*.egg-info %{python3_sitearch}/krop-%{version}-py*.egg-info/* -%{_datadir}/applications/%{name}.desktop %doc LICENSE %changelog +* Wed Jun 26 2024 Silvan Calarco 0.6.1-1mamba +- update to 0.6.1 + * Wed Jan 17 2024 Silvan Calarco 0.6.0-2mamba - rebuilt with python3 == 3.11