From fffbe143574e27ec6e97c73791da0f019e7ba6f1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Sep 2014 16:25:59 -0400 Subject: [PATCH] Update to 1.9.1 --- hwloc.spec | 26 ++++++++++++++++++++++---- sources | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/hwloc.spec b/hwloc.spec index 1b6a3b9..555916d 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -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 - 1.9.1-1 +- Update to version 1.9.1 +- Added support for plugins + * Sat Aug 16 2014 Fedora Release Engineering - 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 - 1.4-2 - no InfiniBand on s390(x) -* Wed Feb 14 2012 Jirka Hladky - 1.4-1 +* Tue Feb 14 2012 Jirka Hladky - 1.4-1 - Update to 1.4 release * Mon Nov 14 2011 Peter Robinson - 1.3-1 diff --git a/sources b/sources index a25b8be..2c2ede1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1954f690211227cb0a665624aab6aaa6 hwloc-1.9.tar.bz2 +d667bea2ab65af7d8cddaf0f440eb415 hwloc-1.9.1.tar.bz2