Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2016-01-08 15:23:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mkvtoolnix (Old)
 and      /work/SRC/openSUSE:Factory/.mkvtoolnix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mkvtoolnix"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes    2015-12-09 
22:25:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes       
2016-01-08 15:24:06.000000000 +0100
@@ -1,0 +2,34 @@
+Thu Jan  7 16:01:00 UTC 2016 - r...@fthiessen.de
+
+- Update to upstream release 8.7.0:
+  * all: reversion of a change: several ISO 639-2 codes of languages
+      that are very old and not spoken anymore have been re-added
+      due to feedback from users who did have a use for such codes.
+     reversion of a change: all of the tools will write a byte-order
+      mark (BOM) to text files encoded any of the UTF-* schemes again.
+  * mkvmerge: bug fix: fixed the key frame detection for VP9 video
+      tracks.
+     bug fix: chapters were output as both "chapters" and
+      "track_tags" in JSON identification mode.
+     bug fix: AAC with low sampling frequencies was sometimes 
+      mis-detected with the wrong profile preventing appending it
+      to other AAC tracks.
+     bug fix: the progress calculation was sometimes outputting
+      negative numbers when appending Matroska files whose timestamps
+      don’t start at 0.
+     bug fix: fixed the decisions whether or not to write the last
+      frame of a track as a BlockGroup or a SimpleBlock and whether
+      or not to write a block duration for that frame.
+     bug fix: the Matroska reader now uses TrueHD-specific code
+      when reading Matroska files. This can fix things like wrong
+      frame type flags.
+  * MKVToolNix GUI: bug fix: relative file names given on the
+      command line were interpreted as being relative to the user’s
+      home directory.
+     bug fix: the "split mode" drop-down box got reset to
+      "do not split" each time the preferences dialog was closed
+      with the "OK" button
+  * And a lot more enhancements and bugfixes, see full changelog:
+    https://bunkus.org/videotools/mkvtoolnix/doc/ChangeLog
+
+-------------------------------------------------------------------

Old:
----
  mkvtoolnix-8.6.1.tar.xz

New:
----
  mkvtoolnix-8.7.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mkvtoolnix.spec ++++++
--- /var/tmp/diff_new_pack.2ktO5V/_old  2016-01-08 15:24:07.000000000 +0100
+++ /var/tmp/diff_new_pack.2ktO5V/_new  2016-01-08 15:24:07.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mkvtoolnix
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
 
 
 Name:           mkvtoolnix
-Version:        8.6.1
+Version:        8.7.0
 Release:        0
 Summary:        Tools to Create, Alter, and Inspect Matroska Files
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Other
 Url:            http://bunkus.org/videotools/mkvtoolnix/
-
 #Git-Web:      http://github.com/mbunkus/mkvtoolnix
 #Git-Clone:    git://github.com/mbunkus/mkvtoolnix
-Source:         
http://bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-%version.tar.xz
+Source:         
https://mkvtoolnix.download/sources/mkvtoolnix-%{version}.tar.xz
 # PATCH-OPENSUSE-FIX disable-update-check.patch -- Disable default update check
 Patch0:         disable-update-check.patch
 # PATCH-OPENSUSE-FIX mkvtoolnix-use-system-boost.patch -- Fix includes to use 
boost from system

++++++ disable-update-check.patch ++++++
--- /var/tmp/diff_new_pack.2ktO5V/_old  2016-01-08 15:24:07.000000000 +0100
+++ /var/tmp/diff_new_pack.2ktO5V/_new  2016-01-08 15:24:07.000000000 +0100
@@ -1,12 +1,23 @@
-diff -Nur mkvtoolnix-8.6.1/src/mkvtoolnix-gui/util/settings.cpp 
mkvtoolnix-8.6.1-new/src/mkvtoolnix-gui/util/settings.cpp
---- mkvtoolnix-8.6.1/src/mkvtoolnix-gui/util/settings.cpp      2015-11-29 
22:19:10.000000000 +0100
-+++ mkvtoolnix-8.6.1-new/src/mkvtoolnix-gui/util/settings.cpp  2015-12-05 
14:48:17.263340686 +0100
-@@ -188,7 +188,7 @@
- #endif
+diff -Nur mkvtoolnix-8.7.0/src/mkvtoolnix-gui/main_window/main_window.cpp 
mkvtoolnix-8.7.0-new/src/mkvtoolnix-gui/main_window/main_window.cpp
+--- mkvtoolnix-8.7.0/src/mkvtoolnix-gui/main_window/main_window.cpp    
2015-12-31 13:23:52.000000000 +0100
++++ mkvtoolnix-8.7.0-new/src/mkvtoolnix-gui/main_window/main_window.cpp        
2016-01-07 17:18:38.161440704 +0100
+@@ -68,7 +68,8 @@
  
-   reg.beginGroup("updates");
--  m_checkForUpdates                    = reg.value("checkForUpdates", 
true).toBool();
-+  m_checkForUpdates                    = reg.value("checkForUpdates", 
false).toBool();
-   m_lastUpdateCheck                    = reg.value("lastUpdateCheck", 
QDateTime{}).toDateTime();
-   reg.endGroup();               // settings.updates
-   reg.endGroup();               // settings
+   jobTool()->loadAndStart();
+ 
+-#if defined(HAVE_CURL_EASY_H)
++// No update check on system with package management system
++#if 0
+   silentlyCheckForUpdates();
+ #endif  // HAVE_CURL_EASY_H
+ 
+@@ -124,7 +125,8 @@
+ 
+   connect(this,                                
&MainWindow::preferencesChanged, this, &MainWindow::setToolSelectorVisibility);
+ 
+-#if defined(HAVE_CURL_EASY_H)
++// No update check on a package management system
++#if 0
+   connect(ui->actionHelpCheckForUpdates,       &QAction::triggered,           
  this, &MainWindow::checkForUpdates);
+ #else
+   ui->actionHelpCheckForUpdates->setVisible(false);

++++++ mkvtoolnix-8.6.1.tar.xz -> mkvtoolnix-8.7.0.tar.xz ++++++
++++ 150630 lines of diff (skipped)


Reply via email to