diff --git a/python-resolvelib.spec b/python-resolvelib.spec index d645011..97e363c 100644 --- a/python-resolvelib.spec +++ b/python-resolvelib.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-resolvelib -Version: 0.5.5 +Version: 1.0.1 Release: 1mamba Summary: Resolve abstract dependencies into concrete ones Group: System/Libraries @@ -40,10 +40,29 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +## note: this list is just an example; modify as required %dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %doc LICENSE %changelog -* Thu May 20 2021 Silvan Calarco 0.5.5-1mamba +* Thu Mar 09 2023 Automatic Build System 1.0.1-1mamba +- automatic version update by autodist + +* Wed Mar 08 2023 Automatic Build System 1.0.0-1mamba +- automatic version update by autodist + +* Thu Nov 17 2022 Automatic Build System 0.9.0-1mamba +- automatic version update by autodist + +* Fri Apr 08 2022 Silvan Calarco 0.8.1-2mamba +- rebuilt with python 3.10 + +* Fri Oct 22 2021 Automatic Build System 0.8.1-1mamba +- automatic version update by autodist + +* Tue Jun 22 2021 Automatic Build System 0.7.1-1mamba +- automatic version update by autodist + +* Wed May 19 2021 Silvan Calarco 0.7.0-1mamba - package created using the webbuild interface