[mpv] Add BR perl(Encode) to build on F24 (merge from Adrian Reber PR)

Sérgio M. Basto sergiomb at rpmfusion.org
Fri Jul 1 00:31:46 CEST 2016


commit 43f5d06f2e8a579ef6547f42c26d55ad1330c086
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Thu Jun 30 23:31:10 2016 +0100

    Add BR perl(Encode) to build on F24 (merge from Adrian Reber PR)

 mpv.spec | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index 0f93627..1894899 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
 Name:           mpv
 Version:        0.18.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Movie player playing most video formats and DVDs
 License:        GPLv2+
 URL:            http://%{name}.io/
@@ -51,6 +51,10 @@ BuildRequires:  perl(Math::BigInt)
 BuildRequires:  perl(Math::BigRat)
 %endif
 
+%if 0%{?fedora} >= 24
+BuildRequires:  perl(Encode)
+%endif
+
 Requires:       hicolor-icon-theme
 
 %description
@@ -144,6 +148,9 @@ fi
 %{_libdir}/pkgconfig/mpv.pc
 
 %changelog
+* Thu Jun 30 2016 Sérgio Basto <sergio at serjux.com> - 0.18.0-2
+- Add BR perl(Encode) to build on F24 (merge from Adrian Reber PR)
+
 * Tue Jun 28 2016 Sérgio Basto <sergio at serjux.com> - 0.18.0-1
 - Update to 0.18.0
 


More information about the rpmfusion-commits mailing list