diff mbox series

[PATCH/next,1/1] package/libmatroska: bump to version 1.6.2

Message ID 20200829202448.2825994-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [PATCH/next,1/1] package/libmatroska: bump to version 1.6.2 | expand

Commit Message

Fabrice Fontaine Aug. 29, 2020, 8:24 p.m. UTC
Extract from ChangeLog:
 - In release 1.6.1 the version number in CMakeLists.txt wasn't
   updated, affecting the installed cmake and pkgconfig files. The
   version number has been bumped to 1.6.2 in all relevant files now.
 - "KaxBlockAddIDValue" class: this class is no longer marked as
   "mandatory" in order to coincide with the latest specification.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libmatroska/libmatroska.hash | 2 +-
 package/libmatroska/libmatroska.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Aug. 29, 2020, 9:09 p.m. UTC | #1
On Sat, 29 Aug 2020 22:24:48 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Extract from ChangeLog:
>  - In release 1.6.1 the version number in CMakeLists.txt wasn't
>    updated, affecting the installed cmake and pkgconfig files. The
>    version number has been bumped to 1.6.2 in all relevant files now.
>  - "KaxBlockAddIDValue" class: this class is no longer marked as
>    "mandatory" in order to coincide with the latest specification.
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/libmatroska/libmatroska.hash | 2 +-
>  package/libmatroska/libmatroska.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to next, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/libmatroska/libmatroska.hash b/package/libmatroska/libmatroska.hash
index 0ef5278e76..4c3d754f8f 100644
--- a/package/libmatroska/libmatroska.hash
+++ b/package/libmatroska/libmatroska.hash
@@ -1,3 +1,3 @@ 
 # Locally calculated
-sha256  fec89cebd500807f7fd14b56c14733f11045fa2a21398ff6f6c5c0e3e01b4033  libmatroska-1.6.0.tar.xz
+sha256  bc4479aa8422ab07643df6a1fa5a19e4bed4badfd41ca77e081628620d1e1990  libmatroska-1.6.2.tar.xz
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  LICENSE.LGPL
diff --git a/package/libmatroska/libmatroska.mk b/package/libmatroska/libmatroska.mk
index 58f033ad8e..61222c2bf7 100644
--- a/package/libmatroska/libmatroska.mk
+++ b/package/libmatroska/libmatroska.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBMATROSKA_VERSION = 1.6.0
+LIBMATROSKA_VERSION = 1.6.2
 LIBMATROSKA_SOURCE = libmatroska-$(LIBMATROSKA_VERSION).tar.xz
 LIBMATROSKA_SITE = http://dl.matroska.org/downloads/libmatroska
 LIBMATROSKA_INSTALL_STAGING = YES