From ab725cbc3e022b6918885629618c7ab3f93dc2ec Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Sat, 20 Aug 2016 02:29:20 +0200 Subject: [PATCH] Update to 1.4.5 (#1352477) - Bump min required libebml version to 1.3.4 - use https for URLs --- .gitignore | 1 + libmatroska.spec | 15 ++++++++++----- sources | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d7fb034..8a895dc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ libmatroska-1.0.0.tar.bz2 /libmatroska-1.4.1.tar.bz2 /libmatroska-1.4.2.tar.bz2 /libmatroska-1.4.4.tar.bz2 +/libmatroska-1.4.5.tar.bz2 diff --git a/libmatroska.spec b/libmatroska.spec index a59f31b..a419407 100644 --- a/libmatroska.spec +++ b/libmatroska.spec @@ -1,12 +1,12 @@ Summary: Open audio/video container format library Name: libmatroska -Version: 1.4.4 -Release: 2%{?dist} +Version: 1.4.5 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries -URL: http://www.matroska.org/ -Source0: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 -BuildRequires: libebml-devel >= 1.3.3 +URL: https://www.matroska.org/ +Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 +BuildRequires: libebml-devel >= 1.3.4 %description Matroska is an extensible open standard Audio/Video container. It @@ -61,6 +61,11 @@ rm %{buildroot}%{_libdir}/%{name}.la %changelog +* Fri Aug 19 2016 Dominik Mierzejewski - 1.4.5-1 +- Update to 1.4.5 (#1352477) +- Bump min required libebml version to 1.3.4 +- use https for URLs + * Thu Feb 04 2016 Fedora Release Engineering - 1.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index cd2942f..1b6329d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a8e4528f713ec33faf4d793e61f883c libmatroska-1.4.4.tar.bz2 +2e97a58717564896aba8168cdb577067 libmatroska-1.4.5.tar.bz2