rpms/ffmpeg/devel ffmpeg.spec,1.130,1.131

Nicolas Chauvet kwizart at rpmfusion.org
Mon Apr 13 14:07:20 CEST 2015


Author: kwizart

Update of /cvs/free/rpms/ffmpeg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17760

Modified Files:
	ffmpeg.spec 
Log Message:
Fix patch for f22 build



Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ffmpeg.spec	30 Mar 2015 19:01:47 -0000	1.130
+++ ffmpeg.spec	13 Apr 2015 12:07:20 -0000	1.131
@@ -13,7 +13,7 @@
 Summary:        Digital VCR and streaming server
 Name:           ffmpeg
 Version:        2.4.8
-Release:        1%{?date}%{?date:git}%{?rel}%{?dist}
+Release:        2%{?date}%{?date:git}%{?rel}%{?dist}
 %if 0%{?_with_amr:1}
 License:        GPLv3+
 %else
@@ -176,7 +176,7 @@
 %setup -q -n ffmpeg-%{version}
 %endif
 # fix -O3 -g in host_cflags
-sed -i "s/-O3 -g/$RPM_OPT_FLAGS/" configure
+sed -i "s|-O3 -g|$RPM_OPT_FLAGS|" configure
 
 %build
 %{ff_configure}\
@@ -258,6 +258,9 @@
 
 
 %changelog
+* Mon Apr 13 2015 Nicolas Chauvet <kwizart at gmail.com> - 2.4.8-2
+- Fix sed for f22 where cflags contains a directory path
+
 * Mon Mar 30 2015 Julian Sikorski <belegdol at fedoraproject.org> - 2.4.8-1
 - Updated to 2.4.8
 


More information about the rpmfusion-commits mailing list