diff --git a/python-idna.spec b/python-idna.spec index 496166c..2abf2c7 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -1,6 +1,6 @@ Name: python-idna -Version: 2.6 -Release: 1mamba +Version: 2.7 +Release: 2mamba Summary: Internationalized Domain Names in Applications (IDNA) Group: System/Libraries Vendor: openmamba @@ -34,11 +34,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build --record=%{name}.filelist #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +chmod -R +r %{buildroot}%{python_sitearch}/idna-*.egg-info %files -f %{name}.filelist %defattr(-,root,root) %changelog +* Sun Jun 17 2018 Silvan Calarco 2.7-2mamba +- fixed permissions of egg-info files + +* Sun Jun 17 2018 Automatic Build System 2.7-1mamba +- automatic version update by autodist + * Sun Aug 20 2017 Automatic Build System 2.6-1mamba - automatic version update by autodist