diff --git a/pyicu.spec b/pyicu.spec index 357434d..773280a 100644 --- a/pyicu.spec +++ b/pyicu.spec @@ -1,5 +1,5 @@ Name: pyicu -Version: 2.12 +Version: 2.13.1 Release: 1mamba Summary: A Python extension wrapping IBM's International Components for Unicode C++ library (ICU) Group: System/Libraries @@ -26,7 +26,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %endif %prep -%setup -q -n PyICU-%{version} +%setup -q %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -48,6 +48,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/PyICU-%{version}-py*.egg-info/* %changelog +* Sat May 04 2024 Automatic Build System 2.13.1-1mamba +- automatic version update by autodist + * Fri Nov 03 2023 Automatic Build System 2.12-1mamba - automatic version update by autodist