From 5c0eddfa240f3e322e2bcee8059983117341e316 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 2 Oct 2024 10:33:51 +0200 Subject: [PATCH] update to 0.8.1 [release 0.8.1-1mamba;Tue Oct 01 2024] --- README.md | 2 +- license-dialog.spec | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6f9580c..cce1df9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # license-dialog -A simple PyQt5 based license accept/refuse dialog +A simple PyQt based license accept/refuse dialog. diff --git a/license-dialog.spec b/license-dialog.spec index 878f43e..2a116f7 100644 --- a/license-dialog.spec +++ b/license-dialog.spec @@ -1,22 +1,21 @@ Name: license-dialog -Version: 0.8.0 +Version: 0.8.1 Release: 1mamba -Summary: A simple PyQt5 based license accept/refuse dialog -Group: System/Tools +Summary: A simple PyQt based license accept/refuse dialog +Group: Graphical Desktop/Applications/Utilities Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.openmamba.org/ +URL: https://src.openmamba.org/openmamba/license-dialog Source: http://git.openmamba.org/license-dialog/v%{version}/license-dialog-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END Requires: PyQt5 Requires: python3 -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -A simple PyQt5 based license accept/refuse dialog +A simple PyQt based license accept/refuse dialog. %prep %setup -q @@ -39,6 +38,9 @@ A simple PyQt5 based license accept/refuse dialog %doc ChangeLog %changelog +* Tue Oct 01 2024 Silvan Calarco 0.8.1-1mamba +- update to 0.8.1 + * Sat Jul 18 2020 Silvan Calarco 0.8.0-1mamba - update to 0.8.0