Hello community, here is the log from the commit of package mkvtoolnix for openSUSE:Factory checked in at 2014-10-18 09:08:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-08-14 14:57:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes 2014-10-18 09:09:06.000000000 +0200 @@ -1,0 +2,13 @@ +Sun Oct 5 21:53:44 UTC 2014 - [email protected] + +- Update to new upstream release 7.2.0 +* Fixed calculating AC3 delay from garbage data when reading AC3 + from AVIs. +* SSA/ASS files with sections after "[Events]" in their + CodecPrivate are now handled correctly. +* Fixed handling certain edit list types in MP4 files that are used + for positive track delays. +- Drop extra %attr, default permissions are already good +- Switch to wxWidgets 3 for building + +------------------------------------------------------------------- Old: ---- mkvtoolnix-7.1.0.tar.xz New: ---- mkvtoolnix-7.2.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mkvtoolnix.spec ++++++ --- /var/tmp/diff_new_pack.j1ShTf/_old 2014-10-18 09:09:07.000000000 +0200 +++ /var/tmp/diff_new_pack.j1ShTf/_new 2014-10-18 09:09:07.000000000 +0200 @@ -17,7 +17,7 @@ Name: mkvtoolnix -Version: 7.1.0 +Version: 7.2.0 Release: 0 Summary: Tools to Create, Alter, and Inspect Matroska Files License: GPL-2.0+ @@ -47,10 +47,11 @@ # Needed because of scriplets macros BuildRequires: desktop-file-utils BuildRequires: shared-mime-info -# +%if 0%{?suse_version} >= 1320 +BuildRequires: wxWidgets-devel >= 3 +%else BuildRequires: wxWidgets-devel >= 2.8 -%define _use_internal_dependency_generator 0 -%define __find_requires %wx_requires +%endif %description Tools to create and manipulate Matroska files (extensions .mkv and .mka), a new @@ -66,7 +67,7 @@ %install ./drake install DESTDIR=%{buildroot} -install -pm 0644 AUTHORS ChangeLog COPYING README %{buildroot}%{_docdir}/%{name} +install -pm 0644 AUTHORS ChangeLog COPYING README.md %{buildroot}%{_docdir}/%{name} cp -a examples %{buildroot}%{_docdir}/%{name} # 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 @@ -84,13 +85,13 @@ %icon_theme_cache_postun %files -f %{name}.lang -%defattr (0644, root, root, 0755) +%defattr(-,root,root) %{_docdir}/%{name} -%attr(0755,root,root) %{_bindir}/mkvextract -%attr(0755,root,root) %{_bindir}/mkvinfo -%attr(0755,root,root) %{_bindir}/mkvmerge -%attr(0755,root,root) %{_bindir}/mmg -%attr(0755,root,root) %{_bindir}/mkvpropedit +%{_bindir}/mkvextract +%{_bindir}/mkvinfo +%{_bindir}/mkvmerge +%{_bindir}/mmg +%{_bindir}/mkvpropedit %{_datadir}/applications/mkvinfo.desktop %{_datadir}/applications/mkvmergeGUI.desktop %{_datadir}/icons/hicolor/*/apps/mkvextract.png ++++++ mkvtoolnix-7.1.0.tar.xz -> mkvtoolnix-7.2.0.tar.xz ++++++ ++++ 29018 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
