Hello community, here is the log from the commit of package vapoursynth for openSUSE:Factory checked in at 2019-01-08 12:29:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vapoursynth (Old) and /work/SRC/openSUSE:Factory/.vapoursynth.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vapoursynth" Tue Jan 8 12:29:25 2019 rev:5 rq:663355 version:45 Changes: -------- --- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes 2018-04-29 19:37:36.413843951 +0200 +++ /work/SRC/openSUSE:Factory/.vapoursynth.new.28833/vapoursynth.changes 2019-01-08 12:31:31.056073505 +0100 @@ -1,0 +2,25 @@ +Mon Jan 7 13:10:23 UTC 2019 - Martin Pluskal <[email protected]> + +- Update to version 45 (boo#1120873): + * avfs now uses utf8 filename support when available in avs+ + * avfs now prints the used mount point + * removed accept_lowecase setting from the python bindings + * fixed frame duration calculation in clipinfo (dubhater) + * fixed bug that prevented adding vertical margins in subtext + (dubhater) + * documentation updates +- Changes for version 44: + * fixed crop with compatbgr32 format where top and bottom crop + would be switched + * fixed crash in scdetect with one frame clips, now it simply + returns an error since the operation is pointless + * fixed potential multithreading issues in vsscript (stuxcrystal) + * the resizer will now properly apply a shift even if no actual + resizing/format conversion is being done + * added experimental large page support and changed cache logic + (sekrit-twc) + * minor documentation updates +- Drop no longer needed patch: + * vapoursynth-upstream-fix-for-aarch64.patch + +------------------------------------------------------------------- Old: ---- vapoursynth-R43.tar.gz vapoursynth-upstream-fix-for-aarch64.patch New: ---- vapoursynth-R45.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vapoursynth.spec ++++++ --- /var/tmp/diff_new_pack.qzvuPo/_old 2019-01-08 12:31:31.564072953 +0100 +++ /var/tmp/diff_new_pack.qzvuPo/_new 2019-01-08 12:31:31.564072953 +0100 @@ -1,7 +1,7 @@ # # spec file for package vapoursynth # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: vapoursynth -Version: 43 +Version: 45 Release: 0 Summary: A video processing framework License: LGPL-2.1-only AND OFL-1.1 @@ -27,9 +27,6 @@ # PATCH-FIX-OPENSUSE vapoursynth-version.patch -- makes sure that we have # some sort of version for othervise unversioned .so files Patch1: vapoursynth-version.patch -# PATCH-FIX-UPSTREAM vapoursynth-upstream-fix-for-aarch64.patch -- Do not fail if we have no known CPU -# https://github.com/vapoursynth/vapoursynth/commit/4906ae8 -Patch2: vapoursynth-upstream-fix-for-aarch64.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -181,7 +178,6 @@ %prep %setup -q -n %{name}-R%{version} %patch1 -p1 -%patch2 -p1 %build autoreconf -fiv @@ -199,7 +195,7 @@ %postun -n libvapoursynth-script0 -p /sbin/ldconfig %files -n libvapoursynth-%{version} -%doc COPYING.LGPLv2.1 +%license COPYING.LGPLv2.1 %doc ChangeLog %doc ofl.txt %dir %{_libdir}/vapoursynth ++++++ vapoursynth-R43.tar.gz -> vapoursynth-R45.tar.gz ++++++ ++++ 2672 lines of diff (skipped) ++++++ vapoursynth-version.patch ++++++ --- /var/tmp/diff_new_pack.qzvuPo/_old 2019-01-08 12:31:31.720072783 +0100 +++ /var/tmp/diff_new_pack.qzvuPo/_new 2019-01-08 12:31:31.724072779 +0100 @@ -9,10 +9,10 @@ Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: vapoursynth-R43/Makefile.am +Index: vapoursynth-R45/Makefile.am =================================================================== ---- vapoursynth-R43.orig/Makefile.am -+++ vapoursynth-R43/Makefile.am +--- vapoursynth-R45.orig/Makefile.am ++++ vapoursynth-R45/Makefile.am @@ -82,7 +82,7 @@ noinst_HEADERS = include/asm/x86/x86inc. pkgconfig_DATA += pc/vapoursynth.pc
