From 2df073befeafca5263abb89d446d34651afa9a86 Mon Sep 17 00:00:00 2001 From: churchyard Date: Thu, 26 Nov 2015 13:06:17 +0000 Subject: [PATCH] =?UTF-8?q?*=20Thu=20Nov=2026=202015=20Miro=20Hron=C4=8Dok?= =?UTF-8?q?=20=20-=200.13.0-1=20-=20Updated=20to=200.?= =?UTF-8?q?13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- mpv-old-waf.patch | 16 ++++++++-------- mpv.spec | 7 +++++-- sources | 2 +- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 2d461f7..425214b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -v0.9.2.tar.gz +v0.13.0.tar.gz diff --git a/mpv-old-waf.patch b/mpv-old-waf.patch index 711fafa..b59e7a1 100644 --- a/mpv-old-waf.patch +++ b/mpv-old-waf.patch @@ -1,20 +1,20 @@ diff --git a/bootstrap.py b/bootstrap.py -index 7ffd39a..aba9dd3 100755 +index e526ff2..c887015 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -5,10 +5,10 @@ from __future__ import print_function import os, sys, stat, hashlib, subprocess --WAFRELEASE = "waf-1.8.4" +-WAFRELEASE = "waf-1.8.12" +WAFRELEASE = "waf-1.7.16" - WAFURLS = ["http://ftp.waf.io/pub/release/" + WAFRELEASE, + WAFURLS = ["https://waf.io/" + WAFRELEASE, "http://www.freehackers.org/~tnagy/release/" + WAFRELEASE] --SHA256HASH = "f02035fa5d8814f33f19b2b20d43822ddef6bb39b955ca196c2a247a1f9ffaa8" +-SHA256HASH = "01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b" +SHA256HASH = "b64dc26c882572415fd450b745006107965f3fe17b357e3eb43d6676c9635a61" if os.path.exists("waf"): - wafver = subprocess.check_output(['./waf', '--version']).decode() + wafver = subprocess.check_output([sys.executable, './waf', '--version']).decode() @@ -44,8 +44,6 @@ if SHA256HASH == hashlib.sha256(waf).hexdigest(): print("Checksum verified.") else: @@ -25,7 +25,7 @@ index 7ffd39a..aba9dd3 100755 sys.exit(1) diff --git a/waftools/generators/headers.py b/waftools/generators/headers.py -index 0046cbf..eae705e 100644 +index 3c83292..7401f01 100644 --- a/waftools/generators/headers.py +++ b/waftools/generators/headers.py @@ -1,5 +1,5 @@ @@ -56,10 +56,10 @@ index fb5f130..5a9bf27 100644 cls = Task.classes['macplist'] class macplist(cls): diff --git a/wscript b/wscript -index d3cc354..903fe31 100644 +index d96f74b..9d0391a 100644 --- a/wscript +++ b/wscript -@@ -839,7 +839,7 @@ def is_debug_build(ctx): +@@ -897,7 +897,7 @@ def is_debug_build(ctx): def configure(ctx): ctx.resetenv(ctx.options.variant) diff --git a/mpv.spec b/mpv.spec index ad2cd60..6f8eb3d 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,6 +1,6 @@ Name: mpv -Version: 0.9.2 -Release: 2%{?dist} +Version: 0.13.0 +Release: 1%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ URL: http://%{name}.io/ @@ -148,6 +148,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_libdir}/pkgconfig/mpv.pc %changelog +* Thu Nov 26 2015 Miro Hrončok - 0.13.0-1 +- Updated to 0.13.0 + * Thu Jun 11 2015 Miro Hrončok - 0.9.2-2 - Removed --disable-debug flag diff --git a/sources b/sources index 8da5929..33efc09 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed1384e703f7032e531731842e4da4f7 v0.9.2.tar.gz +553ff7a2d7f9c6a1e456ccdc0c352287 v0.13.0.tar.gz