diff --git a/.gitignore b/.gitignore index cd8569a..a53683c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ hwloc-1.0.2.tar.bz2 /hwloc-1.1.tar.bz2 /hwloc-1.2.tar.bz2 /hwloc-1.2.1.tar.bz2 +/hwloc-1.2.2.tar.bz2 diff --git a/hwloc.spec b/hwloc.spec index 9d67db6..36b1318 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,11 +1,12 @@ Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures Name: hwloc -Version: 1.2.1 +Version: 1.2.2 Release: 0%{?dist} License: BSD Group: Applications/System URL: http://www.open-mpi.org/projects/hwloc/ Source0: http://www.open-mpi.org/software/hwloc/v1.2/downloads/%{name}-%{version}.tar.bz2 +#Patch0: hwloc-1.2.1.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libX11-devel libxml2-devel cairo-devel ncurses-devel %ifnarch s390 s390x @@ -37,6 +38,7 @@ Headers and shared object symbolic links for the hwloc. %prep %setup -q + %build # There are two options how to get rid of RPATH # 1) http://lists.fedoraproject.org/pipermail/packaging/2010-June/007187.html @@ -103,7 +105,11 @@ Headers and shared object symbolic links for the hwloc. %changelog -* Sat Sep 17 2011 Jirka Hladky - 1.2-1 +* Wed Oct 05 2011 Jirka Hladky - 1.2.2 +- 1.2.2 release +- Fix for BZ https://bugzilla.redhat.com/show_bug.cgi?id=724937 for 32-bit PPC + +* Sat Sep 17 2011 Jirka Hladky - 1.2.1 - 1.2.1 release - Moved libhwloc*.so* to the main package diff --git a/sources b/sources index 0d8eeb1..1aa32e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2db4e6ac963e72c8fab85e071121277 hwloc-1.2.1.tar.bz2 +a6d3dbe7f661b7bd8cf3ba719cc2bedf hwloc-1.2.2.tar.bz2