rpms/libvpx/F-12 libvpx.spec,1.1,1.2

Tom Callaway spot at fedoraproject.org
Fri May 21 20:22:39 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/libvpx/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28152/F-12

Modified Files:
	libvpx.spec 
Log Message:
fix noexecstack flag


Index: libvpx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvpx/F-12/libvpx.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libvpx.spec	21 May 2010 15:22:32 -0000	1.1
+++ libvpx.spec	21 May 2010 20:22:39 -0000	1.2
@@ -1,7 +1,7 @@
 Name:			libvpx
 Summary:		VP8 Video Codec SDK
 Version:		0.9.0
-Release:		4%{?dist}
+Release:		5%{?dist}
 License:		BSD
 Group:			System Environment/Libraries
 Source0:		http://webm.googlecode.com/files/%{name}-%{version}.tar.bz2
@@ -68,7 +68,7 @@ mkdir tmp
 cd tmp
 ar x ../libvpx_g.a
 cd ..
-gcc -fPIC -shared -pthread -lm -Wl,--no-undefined -Wl,-soname,libvpx.so.0 -Wl,--version-script,%{SOURCE2} -z noexecstack -o libvpx.so.0.0.0 tmp/*.o 
+gcc -fPIC -shared -pthread -lm -Wl,--no-undefined -Wl,-soname,libvpx.so.0 -Wl,--version-script,%{SOURCE2} -Wl,-z,noexecstack -o libvpx.so.0.0.0 tmp/*.o 
 rm -rf tmp
 
 # Temporarily dance the static libs out of the way
@@ -143,6 +143,9 @@ rm -rf %{buildroot}
 %{_bindir}/*
 
 %changelog
+* Fri May 21 2010 Tom "spot" Callaway <tcallawa at redhat.com> 0.9.0-5
+- fix noexecstack flag
+
 * Thu May 20 2010 Tom "spot" Callaway <tcallawa at redhat.com> 0.9.0-4
 - BuildRequires: yasm (we're optimized again)
 



More information about the scm-commits mailing list