fix Source incorrect in spec file

This commit is contained in:
markeryang 2022-11-23 14:58:05 +08:00
parent 6f75a3eb7c
commit 6dc36c03d7
2 changed files with 5 additions and 2 deletions

View File

@ -3,10 +3,10 @@
Summary: A high- and low-level interface to the HDF5 library from Python Summary: A high- and low-level interface to the HDF5 library from Python
Name: python-h5py Name: python-h5py
Version: 3.6.0 Version: 3.6.0
Release: 1 Release: 2
License: BSD License: BSD
URL: http://www.h5py.org/ URL: http://www.h5py.org/
Source0: https://files.pythonhosted.org/packages/source/h/h5py/h5py-%{version}.tar.gz Source0: https://github.com/h5py/h5py/archive/refs/tags/%{version}.tar.gz
BuildRequires: gcc BuildRequires: gcc
BuildRequires: hdf5-devel BuildRequires: hdf5-devel
@ -52,6 +52,9 @@ A high- and low-level interface to the HDF5 library from Python3
%{python3_sitearch}/%{modname}-%{version}-*.egg-info %{python3_sitearch}/%{modname}-%{version}-*.egg-info
%changelog %changelog
* Wed Nov 23 2022 yanglongkang <yanglongkang@h-partners.com> - 3.6.0-2
- fix Source incorrect in spec file
* Thu Jun 23 2022 wulei <wulei80@h-partners.com> - 3.6.0-1 * Thu Jun 23 2022 wulei <wulei80@h-partners.com> - 3.6.0-1
- Upgrade to 3.6.0 - Upgrade to 3.6.0