update to 0.4.7 [release 0.4.7-1mamba;Thu May 09 2024]

This commit is contained in:
Silvan Calarco 2024-05-10 10:39:48 +02:00
parent e46a803227
commit ea5e38ceeb

View File

@ -1,13 +1,13 @@
Name: python-cube-scramble-cli Name: python-cube-scramble-cli
Version: 0.4.3 Version: 0.4.7
Release: 3mamba Release: 1mamba
Summary: Applications/Games Summary: Applications/Games
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/seanbreckenridge/cube-scramble-cli URL: https://github.com/seanbreckenridge/cube-scramble-cli
Source: https://github.com/seanbreckenridge/cube-scramble-cli.git/%{version}/cube-scramble-cli-%{version}.tar.bz2 Source: https://pypi.debian.net/cube-scramble-cli/cube%20scramble%20cli-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel BuildRequires: libpython311-devel
@ -26,7 +26,9 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%endif %endif
%prep %prep
%setup -q -n cube-scramble-cli-%{version} %setup -q -c -a0
mv cube\ scramble\ cli-%{version}/* .
rmdir cube\ scramble\ cli-%{version}
%build %build
CFLAGS="%{optflags}" %{__python3} setup.py build CFLAGS="%{optflags}" %{__python3} setup.py build
@ -49,6 +51,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE %doc LICENSE
%changelog %changelog
* Thu May 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.7-1mamba
- update to 0.4.7
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 0.4.3-3mamba * Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 0.4.3-3mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba