diff --git a/.gitignore b/.gitignore index 52112f1..cd8569a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ hwloc-1.0.2.tar.bz2 /hwloc-1.1.tar.bz2 /hwloc-1.2.tar.bz2 +/hwloc-1.2.1.tar.bz2 diff --git a/hwloc.spec b/hwloc.spec index b2524dc..9d67db6 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,6 +1,6 @@ Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures Name: hwloc -Version: 1.2 +Version: 1.2.1 Release: 0%{?dist} License: BSD Group: Applications/System @@ -90,12 +90,11 @@ Headers and shared object symbolic links for the hwloc. %{_datadir}/%{name}/%{name}.dtd %dir %{_defaultdocdir}/%{name}-%{version} %{_defaultdocdir}/%{name}-%{version}/*[^c] -%{_libdir}/libhwloc*.so.* +%{_libdir}/libhwloc*.so* %files devel %defattr(-, root, root, -) %{_libdir}/pkgconfig/* -%{_libdir}/libhwloc*.so %{_mandir}/man3/* %dir %{_includedir}/%{name} %{_includedir}/%{name}/* @@ -104,6 +103,10 @@ Headers and shared object symbolic links for the hwloc. %changelog +* Sat Sep 17 2011 Jirka Hladky - 1.2-1 +- 1.2.1 release +- Moved libhwloc*.so* to the main package + * Mon Jun 27 2011 Jirka Hladky - 1.2-0 - 1.2 release diff --git a/sources b/sources index b11cb0d..0d8eeb1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba474a912f3f21ced1d28ea4eab5290c hwloc-1.2.tar.bz2 +a2db4e6ac963e72c8fab85e071121277 hwloc-1.2.1.tar.bz2