update to 0.8.0 [release 0.8.0-1mamba;Sat Jul 18 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 06:16:46 +01:00
parent e288e0e8ea
commit 1164b6bc91
2 changed files with 12 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# license-dialog # license-dialog
A simple PyQt4 based license accept/refuse dialog A simple PyQt5 based license accept/refuse dialog

View File

@ -1,19 +1,22 @@
Name: license-dialog Name: license-dialog
Version: 0.7.1 Version: 0.8.0
Release: 1mamba Release: 1mamba
Summary: A simple PyQt4 based license accept/refuse dialog Summary: A simple PyQt5 based license accept/refuse dialog
Group: System/Tools Group: System/Tools
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Filippo Bedendo Bordon <michiamophil@libero.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.openmamba.org/ URL: http://www.openmamba.org/
Source: http://git.openmamba.org/license-dialog/v%{version}/license-dialog-%{version}.tar.bz2 Source: http://git.openmamba.org/license-dialog/v%{version}/license-dialog-%{version}.tar.bz2
License: GPL License: GPL
Requires: PyQt4 ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: PyQt5
Requires: python3
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
A simple PyQt4 based license accept/refuse dialog A simple PyQt5 based license accept/refuse dialog
%prep %prep
%setup -q %setup -q
@ -36,6 +39,9 @@ A simple PyQt4 based license accept/refuse dialog
%doc ChangeLog %doc ChangeLog
%changelog %changelog
* Sat Jul 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
- update to 0.8.0
* Wed Jun 29 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-1mamba * Wed Jun 29 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-1mamba
- update to 0.7.1 - update to 0.7.1