Hello community, here is the log from the commit of package libmatroska for openSUSE:Factory checked in at 2020-08-15 21:15:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmatroska (Old) and /work/SRC/openSUSE:Factory/.libmatroska.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmatroska" Sat Aug 15 21:15:41 2020 rev:50 rq:826627 version:1.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libmatroska/libmatroska.changes 2020-07-02 23:56:09.300836407 +0200 +++ /work/SRC/openSUSE:Factory/.libmatroska.new.3399/libmatroska.changes 2020-08-15 21:16:28.199489423 +0200 @@ -1,0 +2,17 @@ +Sun Aug 2 18:05:07 UTC 2020 - [email protected] + +- Update to version 1.6.2 + * 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. + +------------------------------------------------------------------- +Sun Aug 2 16:24:36 UTC 2020 - [email protected] + +- Update to version 1.6.1 + * "KaxBlockAddIDValue" class: this class is no longer marked as + "mandatory" in order to coincide with the latest + specification. + +------------------------------------------------------------------- Old: ---- libmatroska-1.6.0.tar.xz New: ---- libmatroska-1.6.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmatroska.spec ++++++ --- /var/tmp/diff_new_pack.45lGbz/_old 2020-08-15 21:16:32.135491669 +0200 +++ /var/tmp/diff_new_pack.45lGbz/_new 2020-08-15 21:16:32.139491671 +0200 @@ -18,7 +18,7 @@ %define sover 7 Name: libmatroska -Version: 1.6.0 +Version: 1.6.2 Release: 0 Summary: Library to Deal with Matroska Files License: LGPL-2.1-or-later @@ -69,7 +69,7 @@ # Force some additional versioning, since upstream did not track the ABI # changes. # Tag with the version of the most recent !!incompatible!! change. -echo "V_1.6.0 { global: *; };" > libmatroska.sym +echo "V_1.6.1 { global: *; };" > libmatroska.sym export LDFLAGS="-Wl,--version-script=$PWD/libmatroska.sym" %cmake \ -DCMAKE_SHARED_LINKER_FLAGS="$LDFLAGS -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now" ++++++ libmatroska-1.6.0.tar.xz -> libmatroska-1.6.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmatroska-1.6.0/CMakeLists.txt new/libmatroska-1.6.2/CMakeLists.txt --- old/libmatroska-1.6.0/CMakeLists.txt 2020-06-27 11:52:25.000000000 +0200 +++ new/libmatroska-1.6.2/CMakeLists.txt 2020-08-02 19:53:06.000000000 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1.2) -project(matroska VERSION 1.6.0) +project(matroska VERSION 1.6.2) option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF) option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmatroska-1.6.0/ChangeLog new/libmatroska-1.6.2/ChangeLog --- old/libmatroska-1.6.0/ChangeLog 2020-06-27 11:52:25.000000000 +0200 +++ new/libmatroska-1.6.2/ChangeLog 2020-08-02 19:53:06.000000000 +0200 @@ -1,3 +1,16 @@ +2020-08-02 Moritz Bunkus <[email protected]> + + * Released v1.6.2. + + * 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. + + * Released v1.6.1. + + * "KaxBlockAddIDValue" class: this class is no longer marked as + "mandatory" in order to coincide with the latest specification. + 2020-06-27 Moritz Bunkus <[email protected]> * Released v1.6.0. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmatroska-1.6.0/libmatroska.proj new/libmatroska-1.6.2/libmatroska.proj --- old/libmatroska-1.6.0/libmatroska.proj 2020-06-27 11:52:25.000000000 +0200 +++ new/libmatroska-1.6.2/libmatroska.proj 2020-08-02 19:53:06.000000000 +0200 @@ -13,7 +13,7 @@ LIB matroska { - PROJECT_VERSION 1.6.0 + PROJECT_VERSION 1.6.2 USE libmatroska_coremake_automake INCLUDE . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmatroska-1.6.0/matroska/KaxVersion.h new/libmatroska-1.6.2/matroska/KaxVersion.h --- old/libmatroska-1.6.0/matroska/KaxVersion.h 2020-06-27 11:52:25.000000000 +0200 +++ new/libmatroska-1.6.2/matroska/KaxVersion.h 2020-08-02 19:53:06.000000000 +0200 @@ -40,7 +40,7 @@ START_LIBMATROSKA_NAMESPACE -#define LIBMATROSKA_VERSION 0x010600 +#define LIBMATROSKA_VERSION 0x010602 extern const MATROSKA_DLL_API std::string KaxCodeVersion; extern const MATROSKA_DLL_API std::string KaxCodeDate; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmatroska-1.6.0/src/KaxSeekHead.cpp new/libmatroska-1.6.2/src/KaxSeekHead.cpp --- old/libmatroska-1.6.0/src/KaxSeekHead.cpp 2020-06-27 11:52:25.000000000 +0200 +++ new/libmatroska-1.6.2/src/KaxSeekHead.cpp 2020-08-02 19:53:06.000000000 +0200 @@ -69,7 +69,6 @@ auto aElt = static_cast<KaxSeek *>(FindFirstElt(EBML_INFO(KaxSeek))); while (aElt != nullptr) { KaxSeekID * aId = nullptr; - EBML_MASTER_ITERATOR Itr; auto it = std::find_if(aElt->begin(), aElt->end(), [&](EbmlElement *Elt) { return (EbmlId(*Elt) == EBML_ID(KaxSeekID)); }); if (it != aElt->end()) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmatroska-1.6.0/src/KaxSemantic.cpp new/libmatroska-1.6.2/src/KaxSemantic.cpp --- old/libmatroska-1.6.0/src/KaxSemantic.cpp 2020-06-27 11:52:25.000000000 +0200 +++ new/libmatroska-1.6.2/src/KaxSemantic.cpp 2020-08-02 19:53:06.000000000 +0200 @@ -1,10 +1,10 @@ /********************************************************************** -** DO NOT EDIT, GENERATED WITH DATA2LIB +** DO NOT EDIT, GENERATED WITH schema_2_kaxsemantic_cpp.xsl ** https://github.com/Matroska-Org/foundation-source/tree/master/spectool ** ** libmatroska : parse Matroska files, see http://www.matroska.org/ ** -** Copyright (c) 2002-2017, Matroska (non-profit organisation) +** Copyright (c) 2002-2020, Matroska (non-profit organisation) ** All rights reserved. ** ** This file is part of libmatroska. @@ -271,7 +271,7 @@ DEFINE_MKX_UINTEGER_DEF(KaxMaxBlockAdditionID, 0x55EE, 2, KaxTrackEntry, "MaxBlockAdditionID", 0) DEFINE_START_SEMANTIC(KaxBlockAdditionMapping) -DEFINE_SEMANTIC_ITEM(true, true, KaxBlockAddIDValue) +DEFINE_SEMANTIC_ITEM(false, true, KaxBlockAddIDValue) DEFINE_SEMANTIC_ITEM(false, true, KaxBlockAddIDName) DEFINE_SEMANTIC_ITEM(true, true, KaxBlockAddIDType) DEFINE_SEMANTIC_ITEM(false, true, KaxBlockAddIDExtraData) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmatroska-1.6.0/src/KaxVersion.cpp new/libmatroska-1.6.2/src/KaxVersion.cpp --- old/libmatroska-1.6.0/src/KaxVersion.cpp 2020-06-27 11:52:25.000000000 +0200 +++ new/libmatroska-1.6.2/src/KaxVersion.cpp 2020-08-02 19:53:06.000000000 +0200 @@ -37,7 +37,7 @@ START_LIBMATROSKA_NAMESPACE -const std::string KaxCodeVersion = "1.6.0"; +const std::string KaxCodeVersion = "1.6.2"; // Up to version 1.4.4 this library exported a build date string. As // this made the build non-reproducible, replace it by a placeholder to
