Hello community, here is the log from the commit of package mkvtoolnix for openSUSE:Factory checked in at Mon Jul 25 10:03:34 CEST 2011.
-------- --- mkvtoolnix/mkvtoolnix.changes 2011-03-10 19:33:31.000000000 +0100 +++ /mounts/work_src_done/STABLE/mkvtoolnix/mkvtoolnix.changes 2011-07-23 14:02:46.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Jul 23 11:08:15 UTC 2011 - [email protected] + +- Update to 4.9.1 + - It's mostly a bug fix release with few new features. +- Stop source service usage: Factory is moving to a slightly + different approch to verify source authenticity. Consequently, + specify a full URL as Source. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- _service _service:download_url:mkvtoolnix-4.6.0.tar.bz2 _service:set_version:mkvtoolnix.spec New: ---- mkvtoolnix-4.9.1-shared_libs.patch mkvtoolnix-4.9.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mkvtoolnix.spec ++++++ --- /var/tmp/diff_new_pack.d72psR/_old 2011-07-25 09:59:31.000000000 +0200 +++ /var/tmp/diff_new_pack.d72psR/_new 2011-07-25 09:59:31.000000000 +0200 @@ -18,13 +18,14 @@ Name: mkvtoolnix -Version: to_be_filled_by_service -Release: 2 +Version: 4.9.1 +Release: 1 License: GPLv2+ Summary: Tools to Create, Alter, and Inspect Matroska Files Url: http://www.bunkus.org/videotools/mkvtoolnix/ Group: Productivity/Multimedia/Other -Source: %{name}-%{version}.tar.bz2 +Source: http://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.bz2 +Patch0: %{name}-4.9.1-shared_libs.patch Requires: hicolor-icon-theme BuildRequires: boost-devel BuildRequires: file-devel @@ -60,8 +61,11 @@ %prep %setup -q +%patch0 %build +# Because of -shared_libs.patch +autoconf %configure --without-build-timestamp --docdir=%{_docdir}/%{name} # V=1 so post-build-checks can check if a file is compiled without optflags ./drake %{?_smp_mflags} V=1 ++++++ mkvtoolnix-4.9.1-shared_libs.patch ++++++ Index: configure.in =================================================================== --- configure.in.orig +++ configure.in @@ -29,9 +29,9 @@ m4_include(ac/nl_langinfo.m4) m4_include(ac/ogg.m4) m4_include(ac/vorbis.m4) m4_include(ac/flac.m4) -dnl m4_include(ac/ebml.m4) -dnl m4_include(ac/matroska.m4) -m4_include(ac/ebml_matroska_internal.m4) +m4_include(ac/ebml.m4) +m4_include(ac/matroska.m4) +dnl m4_include(ac/ebml_matroska_internal.m4) m4_include(ac/expat.m4) m4_include(ac/zlib.m4) m4_include(ac/lzo.m4) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
