Upgrade package to version 2.9.1

This commit is contained in:
lyn1001 2023-04-13 09:19:50 +08:00
parent ab9bc568d4
commit 9f355c4994
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
hwloc-2.9.1.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: hwloc Name: hwloc
Version: 2.7.1 Version: 2.9.1
Release: 1 Release: 1
Summary: Hardware locality utilities and libraries Summary: Hardware locality utilities and libraries
License: BSD-3-Clause License: BSD-3-Clause
URL: https://www.open-mpi.org/projects/hwloc/ URL: https://www.open-mpi.org/projects/hwloc/
Source0: https://download.open-mpi.org/release/%{name}/v2.7/%{name}-%{version}.tar.bz2 Source0: https://download.open-mpi.org/release/%{name}/v2.9/%{name}-%{version}.tar.bz2
BuildRequires: gcc-c++ cairo-devel libpciaccess-devel libtool-ltdl-devel libX11-devel libxml2-devel texlive-latex BuildRequires: gcc-c++ cairo-devel libpciaccess-devel libtool-ltdl-devel libX11-devel libxml2-devel texlive-latex
BuildRequires: desktop-file-utils systemd texlive-makeindex ncurses-devel transfig doxygen BuildRequires: desktop-file-utils systemd texlive-makeindex ncurses-devel transfig doxygen
@ -111,6 +111,9 @@ LD_LIBRARY_PATH=$PWD/hwloc/.libs make check
%{_pkgdocdir}/*[^c] %{_pkgdocdir}/*[^c]
%changelog %changelog
* Thu Apr 13 2023 liyanan <thistleslyn@163.com> - 2.9.1-1
- Update to 2.9.1
* Sun May 22 2022 Yicong Yang <young.yicong@outlook.com> - 2.7.1-1 * Sun May 22 2022 Yicong Yang <young.yicong@outlook.com> - 2.7.1-1
- Update to 2.7.1 stable - Update to 2.7.1 stable