rpms/ffmpeg/F-19 ffmpeg.spec,1.82,1.83

Nicolas Chauvet kwizart at rpmfusion.org
Wed Jun 19 08:20:27 CEST 2013


Author: kwizart

Update of /cvs/free/rpms/ffmpeg/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11656/F-19

Modified Files:
	ffmpeg.spec 
Log Message:
Enforce neon on armv7hnl



Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-19/ffmpeg.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ffmpeg.spec	25 May 2013 07:40:43 -0000	1.82
+++ ffmpeg.spec	19 Jun 2013 06:19:56 -0000	1.83
@@ -17,7 +17,7 @@
 Summary:        Digital VCR and streaming server
 Name:           ffmpeg
 Version:        1.2.1
-Release:        1%{?date}%{?date:git}%{?rel}%{?dist}
+Release:        2%{?date}%{?date:git}%{?rel}%{?dist}
 %if 0%{?_with_amr:1}
 License:        GPLv3+
 %else
@@ -197,6 +197,8 @@
     --disable-runtime-cpudetect --arch=arm \
 %ifnarch armv7hnl
     --disable-neon \
+%else
+    --enable-neon \
 %endif
 %endif
 %endif
@@ -283,11 +285,17 @@
 
 
 %changelog
-* Sat May 25 2013 Julian Sikorski <belegdol at fedoraproject.org> - 1.2.1-1
+* Wed Jun 19 2013 Nicolas Chauvet <kwizart at gmail.com> - 1.2.1-2
+- Enable neon on armv7hnl
+
+* Tue May 14 2013 Julian Sikorski <belegdol at fedoraproject.org> - 1.2.1-1
 - Updated to 1.2.1
 
-* Tue May 14 2013 Julian Sikorski <belegdol at fedoraproject.org> - 1.1.5-1
-- Updated to 1.1.5
+* Sun May 05 2013 Julian Sikorski <belegdol at fedoraproject.org> - 1.2-2
+- Rebuilt for x264-0.130
+
+* Mon Mar 18 2013 Julian Sikorski <belegdol at fedoraproject.org> - 1.2-1
+- Updated to 1.2
 
 * Mon Mar 18 2013 Julian Sikorski <belegdol at fedoraproject.org> - 1.1.4-1
 - Updated to 1.1.4


More information about the rpmfusion-commits mailing list