Author: kwizart
Update of /cvs/free/rpms/ffmpeg-compat/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14471
Modified Files:
ffmpeg-compat.spec
Log Message:
Fix build with f22
Index: ffmpeg-compat.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/devel/ffmpeg-compat.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ffmpeg-compat.spec 24 Nov 2014 19:29:00 -0000 1.21
+++ ffmpeg-compat.spec 3 May 2015 10:29:55 -0000 1.22
@@ -10,7 +10,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg-compat
Version: 0.6.7
-Release: 8%{?dist}
+Release: 9%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -79,6 +79,7 @@
%global ff_configure \
../configure \\\
+ --disable-doc \\\
--prefix=%{_prefix} \\\
--bindir=%{_bindir} \\\
--datadir=%{_datadir}/%{name} \\\
@@ -235,6 +236,9 @@
%changelog
+* Sun May 03 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.7-9
+- Disable doc - rfbz#3616
+
* Mon Nov 24 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.7-8
- Add patch for arm - reported by Tobias Brodel
Show replies by date