Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vapoursynth for openSUSE:Factory checked in at 2021-08-18 08:55:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vapoursynth (Old) and /work/SRC/openSUSE:Factory/.vapoursynth.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vapoursynth" Wed Aug 18 08:55:47 2021 rev:17 rq:912352 version:54 Changes: -------- --- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes 2021-07-13 22:38:04.801816958 +0200 +++ /work/SRC/openSUSE:Factory/.vapoursynth.new.1899/vapoursynth.changes 2021-08-18 08:56:32.774930154 +0200 @@ -1,0 +2,7 @@ +Mon Aug 16 07:13:33 UTC 2021 - Michael Vetter <mvet...@suse.com> + +- Update to 54: + * Floating point mask clips are now a consistent thing +- Remove vapoursynth-include.patch: upstreamed + +------------------------------------------------------------------- Old: ---- vapoursynth-R53.tar.gz vapoursynth-include.patch New: ---- vapoursynth-R54.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vapoursynth.spec ++++++ --- /var/tmp/diff_new_pack.m6KSOO/_old 2021-08-18 08:56:33.434929378 +0200 +++ /var/tmp/diff_new_pack.m6KSOO/_new 2021-08-18 08:56:33.438929373 +0200 @@ -17,7 +17,7 @@ Name: vapoursynth -Version: 53 +Version: 54 Release: 0 Summary: A video processing framework License: LGPL-2.1-only @@ -27,8 +27,6 @@ # PATCH-FIX-OPENSUSE vapoursynth-version.patch -- makes sure that we have # some sort of version for othervise unversioned .so files Patch0: vapoursynth-version.patch -# fix build with gcc11 -Patch1: vapoursynth-include.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -180,7 +178,6 @@ %prep %setup -q -n %{name}-R%{version} %patch0 -p1 -%patch1 -p1 %build autoreconf -fiv ++++++ vapoursynth-R53.tar.gz -> vapoursynth-R54.tar.gz ++++++ ++++ 2718 lines of diff (skipped) ++++++ vapoursynth-version.patch ++++++ --- /var/tmp/diff_new_pack.m6KSOO/_old 2021-08-18 08:56:33.670929100 +0200 +++ /var/tmp/diff_new_pack.m6KSOO/_new 2021-08-18 08:56:33.670929100 +0200 @@ -1,12 +1,12 @@ -diff -urEbw vapoursynth-R50/Makefile.am vapoursynth-R50.new/Makefile.am ---- vapoursynth-R50/Makefile.am 2020-05-08 17:10:41.000000000 +0200 -+++ vapoursynth-R50.new/Makefile.am 2020-05-14 10:50:38.446478782 +0200 -@@ -79,7 +79,7 @@ +diff -urEbw vapoursynth-R54/Makefile.am vapoursynth-R54.new/Makefile.am +--- vapoursynth-R54/Makefile.am 2021-07-19 21:10:47.000000000 +0200 ++++ vapoursynth-R54.new/Makefile.am 2021-08-16 09:18:19.604871107 +0200 +@@ -80,7 +80,7 @@ pkgconfig_DATA += pc/vapoursynth.pc --libvapoursynth_la_LDFLAGS = -no-undefined -avoid-version +-libvapoursynth_la_LDFLAGS = -no-undefined -avoid-version $(UNDEFINEDLDFLAGS) +libvapoursynth_la_LDFLAGS = -no-undefined -release $(PACKAGE_VERSION) - libvapoursynth_la_CPPFLAGS = $(ZIMG_CFLAGS) -DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"' - libvapoursynth_la_LIBADD = $(ZIMG_LIBS) $(DLOPENLIB) libexprfilter.la + libvapoursynth_la_CPPFLAGS = $(PTHREAD_CFLAGS) $(ZIMG_CFLAGS) -DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"' + libvapoursynth_la_LIBADD = $(PTHREAD_LIBS) $(ZIMG_LIBS) $(DLOPENLIB) libexprfilter.la