Author: arekm Date: Thu Sep 1 11:52:48 2011 GMT Module: packages Tag: HEAD ---- Log message: - memmove hack seems no longer needed
---- Files affected: packages/adobe-flash: adobe-flash.spec (1.161 -> 1.162) , memcpy-to-memmove.sh (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/adobe-flash/adobe-flash.spec diff -u packages/adobe-flash/adobe-flash.spec:1.161 packages/adobe-flash/adobe-flash.spec:1.162 --- packages/adobe-flash/adobe-flash.spec:1.161 Sun Aug 14 00:20:55 2011 +++ packages/adobe-flash/adobe-flash.spec Thu Sep 1 13:52:43 2011 @@ -43,7 +43,6 @@ Source3: http://svn.pld-linux.org/svn/license-installer/license-installer.sh # Source3-md5: 329c25f457fea66ec502b7ef70cb9ede %endif -Source4: memcpy-to-memmove.sh URL: http://www.adobe.com/products/flashplayer/ %if %{with license_agreement} BuildRequires: rpmbuild(macros) >= 1.357 @@ -98,15 +97,6 @@ exit 1 fi -%ifarch %{x8664} -# Bug #354073: Patch binary to use memmove instead of memcpy from -# Redhat's bug https://bugzilla.redhat.com/show_bug.cgi?id=638477#c94 -cp libflashplayer.so libflashplayer.so.orig -/bin/bash %{SOURCE4} libflashplayer.so \ -|| (echo "memcpy-to-memmove.sh failed" && exit 1) -%endif -%endif - %install rm -rf $RPM_BUILD_ROOT %if %{without license_agreement} @@ -167,6 +157,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.162 2011/09/01 11:52:43 arekm +- memmove hack seems no longer needed + Revision 1.161 2011/08/13 22:20:55 charles - up to 11.0.1.98 (beta 2) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/adobe-flash/adobe-flash.spec?r1=1.161&r2=1.162&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
