diff --git a/adobe-source-libraries.spec b/adobe-source-libraries.spec index 1ef047b..bb47e80 100644 --- a/adobe-source-libraries.spec +++ b/adobe-source-libraries.spec @@ -20,6 +20,7 @@ Patch1: asl-fedora-build-options.patch Patch2: asl-no-concept-check1043.patch # https://svn.boost.org/trac/boost/ticket/6940 Patch3: asl-time-utc.patch +Patch4: asl-uninitialized-move.patch BuildRequires: boost-build BuildRequires: boost-devel @@ -60,6 +61,7 @@ API and other documentation for Adobe Source Libraries (ASL). %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 find . \( -name *.hpp -o -name *.jpg \) -executable -exec chmod 644 {} \; iconv -f iso8859-1 -t utf-8 release_notes.txt > release_notes.txt.conv && \