Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2016-01-12 16:13:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-01-08 
15:24:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes       
2016-01-12 16:13:22.000000000 +0100
@@ -1,0 +2,21 @@
+Sun Jan 10 13:48:52 UTC 2016 - r...@fthiessen.de
+
+- Update to upstream release 8.8.0:
+  * MKVToolNix GUI: bug fix: when using one of the
+     "select all tracks (of type…)" actions the "properties" column
+     didn’t show the selection.
+    bug fix: the paths used in the variables and the executable are
+     converted to the platforms native path separators.
+  * mkvmerge: bug fix: fixed a mis-detection of an MPEG-2 video
+     elementary stream as a TrueHD file which then caused a
+     segmentation fault.
+    bug fix: Matroska attachments with the same name, size and MIME
+     type were not output during file identification.
+    bug fix: fixed TrueHD detection both as raw streams as well as
+     inside other contains if the stream does not start with a
+     TrueHD sync frame.
+  * Some GUI enhancements and new features, see full changelog:
+    https://bunkus.org/videotools/mkvtoolnix/doc/ChangeLog
+- some spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  mkvtoolnix-8.7.0.tar.xz

New:
----
  mkvtoolnix-8.8.0.tar.xz

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

Other differences:
------------------
++++++ mkvtoolnix.spec ++++++
--- /var/tmp/diff_new_pack.YS17cK/_old  2016-01-12 16:13:23.000000000 +0100
+++ /var/tmp/diff_new_pack.YS17cK/_new  2016-01-12 16:13:23.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           mkvtoolnix
-Version:        8.7.0
+Version:        8.8.0
 Release:        0
 Summary:        Tools to Create, Alter, and Inspect Matroska Files
 License:        GPL-2.0+
@@ -31,13 +31,17 @@
 # PATCH-OPENSUSE-FIX mkvtoolnix-use-system-boost.patch -- Fix includes to use 
boost from system
 Patch1:         mkvtoolnix-use-system-boost.patch
 BuildRequires:  boost-devel >= 1.46
+# Needed because of scriplets macros
+BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  file-devel
 BuildRequires:  gcc-c++ >= 4.8
 BuildRequires:  gettext-tools
+# Needed because of scriplets macros and directory ownership check
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-qtbase-devel >= 5.2.0
 BuildRequires:  ruby >= 1.9
-BuildRequires:  xz
+BuildRequires:  shared-mime-info
 BuildRequires:  pkgconfig(flac)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libebml) >= 1.3.3
@@ -45,11 +49,6 @@
 BuildRequires:  pkgconfig(ogg)
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(zlib)
-# Needed because of scriplets macros and directory ownership check
-BuildRequires:  hicolor-icon-theme
-# Needed because of scriplets macros
-BuildRequires:  desktop-file-utils
-BuildRequires:  shared-mime-info
 
 %package gui
 Summary:        Graphical user interface for mkvtoolnix utils
@@ -79,7 +78,7 @@
 %install
 ./drake install DESTDIR=%{buildroot}
 %find_lang %{name} --all-name
-%fdupes %buildroot/%_prefix
+%fdupes %{buildroot}/%{_prefix}
 
 %post gui
 %icon_theme_cache_post
@@ -98,9 +97,9 @@
 %{_bindir}/mkvextract
 %{_bindir}/mkvmerge
 %{_bindir}/mkvpropedit
-%doc %{_mandir}/man1/mkvextract.1%{ext_man}
-%doc %{_mandir}/man1/mkvmerge.1%{ext_man}
-%doc %{_mandir}/man1/mkvpropedit.1%{ext_man}
+%{_mandir}/man1/mkvextract.1%{ext_man}
+%{_mandir}/man1/mkvmerge.1%{ext_man}
+%{_mandir}/man1/mkvpropedit.1%{ext_man}
 %doc %lang(ca) %{_mandir}/ca/man1/mkvextract.1%{ext_man}
 %doc %lang(ca) %{_mandir}/ca/man1/mkvmerge.1%{ext_man}
 %doc %lang(ca) %{_mandir}/ca/man1/mkvpropedit.1%{ext_man}
@@ -130,6 +129,7 @@
 %doc %lang(zh_CN) %dir %{_mandir}/zh_CN/man1
 
 %files gui
+%defattr(-,root,root)
 %{_bindir}/mkvinfo
 %{_bindir}/mkvtoolnix-gui
 %{_datadir}/applications/mkvinfo.desktop
@@ -140,8 +140,8 @@
 %{_datadir}/icons/hicolor/*/apps/mkvpropedit.png
 %{_datadir}/icons/hicolor/*/apps/mkvtoolnix-gui.png
 %{_datadir}/mime/packages/mkvtoolnix.xml
-%doc %{_mandir}/man1/mkvinfo.1%{ext_man}
-%doc %{_mandir}/man1/mkvtoolnix-gui.1%{ext_man}
+%{_mandir}/man1/mkvinfo.1%{ext_man}
+%{_mandir}/man1/mkvtoolnix-gui.1%{ext_man}
 %doc %lang(ca) %{_mandir}/ca/man1/mkvinfo.1%{ext_man}
 %doc %lang(ca) %{_mandir}/ca/man1/mkvtoolnix-gui.1%{ext_man}
 %doc %lang(de) %{_mandir}/de/man1/mkvinfo.1%{ext_man}

++++++ mkvtoolnix-8.7.0.tar.xz -> mkvtoolnix-8.8.0.tar.xz ++++++
++++ 166372 lines of diff (skipped)


Reply via email to