Update to 1.9.1

This commit is contained in:
root 2014-09-27 16:25:59 -04:00
parent bb5e07c7c8
commit fffbe14357
2 changed files with 23 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
Name: hwloc
Version: 1.9
Release: 3%{?dist}
Version: 1.9.1
Release: 1%{?dist}
License: BSD
Group: Applications/System
URL: http://www.open-mpi.org/projects/hwloc/
@ -62,12 +62,23 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description gui
GUI-based tool for displaying system topology information.
%package plugins
Summary: Plugins for hwloc
Group: Development/Libraries
Requires: %{name}-plugins%{?_isa} = %{version}-%{release}
%description plugins
This package contains plugins for hwloc. This includes
- PCI support
- GL support
- libxml support
%prep
%setup -q
%build
autoreconf --force --install
%configure
%configure --enable-plugins
make %{?_smp_mflags} V=1
%install
@ -114,8 +125,15 @@ make check
%{_bindir}/lstopo
%{_mandir}/man1/lstopo.*
%files plugins
%dir %{_libdir}/%{name}
%{_libdir}/hwloc*
%changelog
* Fri Sep 26 2014 Jirka Hladky <hladky.jiri@gmail.com> - 1.9.1-1
- Update to version 1.9.1
- Added support for plugins
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
@ -179,7 +197,7 @@ make check
* Thu Apr 12 2012 Dan Horák <dan[at]danny.cz> - 1.4-2
- no InfiniBand on s390(x)
* Wed Feb 14 2012 Jirka Hladky <hladky.jiri@gmail.com> - 1.4-1
* Tue Feb 14 2012 Jirka Hladky <hladky.jiri@gmail.com> - 1.4-1
- Update to 1.4 release
* Mon Nov 14 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.3-1

View File

@ -1 +1 @@
1954f690211227cb0a665624aab6aaa6 hwloc-1.9.tar.bz2
d667bea2ab65af7d8cddaf0f440eb415 hwloc-1.9.1.tar.bz2