From 12dd8177ee84522d17fef2eb703ebf743866a5da7d8f17892370c3014519b183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 19 May 2016 10:14:28 +0000 Subject: [PATCH] - Fix download url to not fail on network error OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=46 --- libbluray.changes | 5 +++++ libbluray.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libbluray.changes b/libbluray.changes index d305a46..109e299 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 19 10:14:13 UTC 2016 - tchvatal@suse.com + +- Fix download url to not fail on network error + ------------------------------------------------------------------- Tue May 17 18:05:33 UTC 2016 - joerg.lorenzen@ki.tng.de diff --git a/libbluray.spec b/libbluray.spec index 8963b03..0a7ad85 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -25,7 +25,7 @@ Summary: Library to access Blu-Ray disk License: LGPL-2.1+ Group: Productivity/Multimedia/Other Url: http://www.videolan.org/developers/libbluray.html -Source: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2 +Source0: http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source99: baselibs.conf Patch1: libbluray-autotools.patch Patch2: libbluray-jvm_dir.patch