commit 06e40d4eb30c834cd52fb6d2c4424d8dcebb6f3d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jun 28 15:05:02 2019 +0200
Rebuilt
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index c40e832..8429ad1 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -87,7 +87,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.1.3
-Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 3%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL:
http://ffmpeg.org/
%if 0%{?date}
@@ -429,6 +429,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Fri Jun 28 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.3-3
+- Rebuilt for x265
+
* Sat Apr 06 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.3-2
- Backport avutil/mem: Fix invalid use of av_alloc_size - rfbz#5149