Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2015-10-28 17:30:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-27 
08:39:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes       
2015-10-28 17:30:26.000000000 +0100
@@ -1,0 +2,38 @@
+Thu Oct 22 11:47:36 UTC 2015 - [email protected]
+
+- Update to upstream release 8.5.1 (security update):
+* build system: libEBML v1.3.3 and libMatroska v1.4.4 are now
+   required due to important fixes for invalid memory accesses in
+   those two releases. The copies included in the MKVToolNix source
+   code have been updated to those releases as well.
+* MKVToolNix GUI: bug fix: the "save file" dialogs did not have
+   the currently entered file name pre-selected anymore.
+   bug fix: fixed a crash when loading corrupted
+   job settings.
+   bug fix (Linux): the function "open folder" was
+   inserting a superfluous leading slash in the directory name.
+* mkvmerge: bug fix: updating the track headers wasn't working in
+   some rare cases (corresponding error message "Re-rendering track
+   headers: data_size != 0 not implemented yet").
+- Disable default setting for checking for updates (nonsense on a
+  package system)
+-------------------------------------------------------------------
+Sun Oct 18 00:02:36 UTC 2015 - [email protected]
+
+- Updated to version 8.5.0:
+* Modified .spec to also install translated manpages.
+* A lot of small bugfixes and enhancements.
+* MKVToolNix GUI: merge tool bug fix: the cropping parameters were
+   not converted into parameters for mkvmerge at all.
+* mkvmerge: enhancement: the verbose identification for MP4 files
+   will now derive basic audio parameters of MP3 and AC3 tracks
+   from the bitstream instead of relying on the values in the
+   track headers.
+   bug fix: PCM tracks: if the number of samples per
+   packet varies then no default duration will be written.
+* all: several ISO 639-2 codes of languages that are very old and
+   not spoken anymore have been removed.
+   new feature: added a Catalan translation of
+   the man pages.
+
+-------------------------------------------------------------------

Old:
----
  mkvtoolnix-8.4.0.tar.xz

New:
----
  mkvtoolnix-8.5.1.tar.xz

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

Other differences:
------------------
++++++ mkvtoolnix.spec ++++++
--- /var/tmp/diff_new_pack.RyuftY/_old  2015-10-28 17:30:27.000000000 +0100
+++ /var/tmp/diff_new_pack.RyuftY/_new  2015-10-28 17:30:27.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           mkvtoolnix
-Version:        8.4.0
+Version:        8.5.1
 Release:        0
 Summary:        Tools to Create, Alter, and Inspect Matroska Files
 License:        GPL-2.0+
@@ -37,8 +37,8 @@
 BuildRequires:  xz
 BuildRequires:  pkgconfig(flac)
 BuildRequires:  pkgconfig(libcurl)
-BuildRequires:  pkgconfig(libebml) >= 1.3.1
-BuildRequires:  pkgconfig(libmatroska) >= 1.4.2
+BuildRequires:  pkgconfig(libebml) >= 1.3.3
+BuildRequires:  pkgconfig(libmatroska) >= 1.4.4
 BuildRequires:  pkgconfig(ogg)
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(zlib)
@@ -55,6 +55,9 @@
 
 %prep
 %setup -q
+# Disable default update check (senseless with a package system)
+sed -i 's/reg.value("checkForUpdates", 
true).toBool();/reg.value("checkForUpdates", false).toBool();/' \
+"src/mkvtoolnix-gui/util/settings.cpp"
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -64,8 +67,6 @@
 
 %install
 ./drake install DESTDIR=%{buildroot}
-# I guess this is the correct thing to do until bnc#737549 is fixed
-rm -rf %{buildroot}%{_mandir}/nl %{buildroot}%{_mandir}/uk 
%{buildroot}%{_mandir}/zh_CN
 %find_lang %{name} --with-man --all-name
 %fdupes %buildroot/%_prefix
 
@@ -96,10 +97,13 @@
 %{_datadir}/icons/hicolor/*/apps/mkvpropedit.png
 %{_datadir}/icons/hicolor/*/apps/mkvtoolnix-gui.png
 %{_datadir}/mime/packages/mkvtoolnix.xml
-%{_mandir}/man1/mkvextract.1%{ext_man}
-%{_mandir}/man1/mkvinfo.1%{ext_man}
-%{_mandir}/man1/mkvmerge.1%{ext_man}
-%{_mandir}/man1/mkvpropedit.1%{ext_man}
-%{_mandir}/man1/mkvtoolnix-gui.1%{ext_man}
+%doc %{_mandir}/*/mkvextract.1%{ext_man}
+%doc %{_mandir}/*/mkvinfo.1%{ext_man}
+%doc %{_mandir}/*/mkvmerge.1%{ext_man}
+%doc %{_mandir}/*/mkvpropedit.1%{ext_man}
+%doc %{_mandir}/*/mkvtoolnix-gui.1%{ext_man}
+%doc %lang(nl) %dir %{_mandir}/nl
+%doc %lang(uk) %dir %{_mandir}/uk
+%doc %lang(zh_CN) %dir %{_mandir}/zh_CN
 
 %changelog

++++++ mkvtoolnix-8.4.0.tar.xz -> mkvtoolnix-8.5.1.tar.xz ++++++
++++ 261101 lines of diff (skipped)


Reply via email to