diff --git a/README.fedora b/README.fedora new file mode 100644 index 0000000..9f0fe3b --- /dev/null +++ b/README.fedora @@ -0,0 +1,13 @@ +In the fedora version the any_iterator has the ability to relax some +checks as outlined in https://svn.boost.org/trac/boost/ticket/4647. + +To enable this, set the NO_ASL_AI_CONCEPT_CHECK symbol e. g., + +#ifndef __MLIB_SDK_ASL_ANY_ITER_H__ +#define __MLIB_SDK_ASL_ANY_ITER_H__ + +#define NO_ASL_AI_CONCEPT_CHECK +#include + +#endif // #ifndef __MLIB_SDK_ASL_ANY_ITER_H__ + diff --git a/adobe-source-libraries.spec b/adobe-source-libraries.spec index e5fe6d4..daaf0af 100644 --- a/adobe-source-libraries.spec +++ b/adobe-source-libraries.spec @@ -1,6 +1,7 @@ Name: adobe-source-libraries Version: 1.0.43 -Release: 9%{?dist} +Release: 10%{?dist} + Summary: General purpose C++ libraries Group: System Environment/Libraries # License breakdown: http://stlab.adobe.com/licenses.html @@ -10,6 +11,7 @@ URL: http://stlab.adobe.com/ Source0: http://downloads.sourceforge.net/project/adobe-source/adobe-source/%{version}/asl_%{version}.tgz # pkg-config(1) configuration file, part of packaging. Source1: adobe-source-libraries.pc +Source2: README.fedora # https://sourceforge.net/tracker/?func=detail&aid=3487687&group_id=132417&atid=724218 # (pathch0, patch1) Patch0: asl-gcc.patch @@ -114,7 +116,7 @@ ln -sf $sofile ${sofile%%.*.*.*} %files -%doc LICENSE_1_0_0.txt read_me.html release_notes.txt +%doc LICENSE_1_0_0.txt read_me.html release_notes.txt %SOURCE2 %{_libdir}/*.so.* %exclude %{_datadir}/doc/%{name}-%{version}/documentation @@ -128,6 +130,9 @@ ln -sf $sofile ${sofile%%.*.*.*} %changelog +* Tue Apr 3 2012 Alec Leamas 1.0.43-10 +- Adding README.fedora, typos in spec fixed. + * Sun Apr 1 2012 Dan HorĂ¡k 1.0.43-9 - set ExclusiveArch to match TBB