From 291ddc7d5fa012546c470a0be282699ba5c92c74 Mon Sep 17 00:00:00 2001 From: churchyard Date: Tue, 28 Apr 2015 21:08:42 +0000 Subject: [PATCH] =?UTF-8?q?*=20Tue=20Apr=2028=202015=20Miro=20Hron=C4=8Dok?= =?UTF-8?q?=20=20-=200.8.3-3=20-=20Conditionalize=20o?= =?UTF-8?q?ld=20waf=20patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mpv.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mpv.spec b/mpv.spec index 03742d1..1403c8d 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,6 +1,6 @@ Name: mpv Version: 0.8.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ URL: http://%{name}.io/ @@ -57,7 +57,11 @@ output methods are supported. %prep %setup -q %patch0 -p1 + +%if 0%{?fedora} < 22 %patch1 -p1 +%endif + %build CCFLAGS="%{optflags}" \ @@ -117,6 +121,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %config(noreplace) %{_sysconfdir}/%{name}/input.conf %changelog +* Tue Apr 28 2015 Miro Hrončok - 0.8.3-3 +- Conditionalize old waf patch + * Tue Apr 28 2015 Miro Hrončok - 0.8.3-2 - Rebuilt