From bb37126569568d8f29bce62c4ba62bfc7c2134f9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 9 Feb 2011 12:09:02 -0600 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- tbb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tbb.spec b/tbb.spec index 8b15aee..78d979b 100644 --- a/tbb.spec +++ b/tbb.spec @@ -11,7 +11,7 @@ Summary: The Threading Building Blocks library abstracts low-level threading details Name: tbb Version: %{major}.%{minor} -Release: 2.%{releasedate}%{?dist} +Release: 3.%{releasedate}%{?dist} License: GPLv2 with exceptions Group: Development/Tools URL: http://threadingbuildingblocks.org/ @@ -117,6 +117,9 @@ rm -rf ${RPM_BUILD_ROOT} %doc %{source_4} %changelog +* Wed Feb 09 2011 Fedora Release Engineering - 2.2-3.20090809 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Thu Jun 10 2010 Petr Machata - 2.2-2.20090809 - Replace mfence instruction with xchg to make it run on ia32-class machines without SSE2.