From 5b8f9fe2730fc0ce6f02c840ed3b4b49cfa322f4 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 4 Jul 2017 18:55:37 +0200 Subject: [PATCH] Update snapshot --- sources | 2 +- vlc.spec | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sources b/sources index cdf0c5e..bf49998 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bdfcc87417a09e5d2eff2eb488364214 vlc-3.0.0-20170622-0939-git.tar.xz +996a9b8e8f3b1e1126bb6765fc2ebb38 vlc-3.0.0-20170704-0240-git.tar.xz diff --git a/vlc.spec b/vlc.spec index 458404a..3e4f699 100644 --- a/vlc.spec +++ b/vlc.spec @@ -1,9 +1,9 @@ -%global vlc_date 20170622 -%global vlc_rc -%{?vlc_date}-0939-git +%global vlc_date 20170704 +%global vlc_rc -%{?vlc_date}-0240-git %if 0%{?vlc_rc:1} -%global vlc_url http://nightlies.videolan.org/build/source/ +%global vlc_url https://nightlies.videolan.org/build/source/ %else -%global vlc_url http://download.videolan.org/pub/videolan/vlc/ +%global vlc_url https://download.videolan.org/pub/videolan/vlc/ %endif %global _with_bootstrap 1 %global _with_workaround_circle_deps 1 @@ -39,7 +39,7 @@ Summary: The cross-platform open-source multimedia framework, player and server Name: vlc Version: 3.0.0 -Release: 0.29%{?vlc_date:.git%{vlc_date}}%{?dist} +Release: 0.30%{?vlc_date:.git%{vlc_date}}%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.videolan.org @@ -551,6 +551,10 @@ fi || : %changelog +* Tue Jul 04 2017 Nicolas Chauvet - 3.0.0-0.30.git20170704 +- Update snapshot +- Use https for downloads - rhbz#4584 + * Sat Jun 24 2017 Nicolas Chauvet - 3.0.0-0.29.git20170622 - Restore wayland with a patch - rhbz#4552