Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vapoursynth for openSUSE:Factory checked in at 2023-09-28 00:26:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vapoursynth (Old) and /work/SRC/openSUSE:Factory/.vapoursynth.new.23327 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vapoursynth" Thu Sep 28 00:26:11 2023 rev:21 rq:1113880 version:64 Changes: -------- --- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes 2023-09-25 20:03:46.827409223 +0200 +++ /work/SRC/openSUSE:Factory/.vapoursynth.new.23327/vapoursynth.changes 2023-09-28 00:27:00.543951139 +0200 @@ -1,0 +2,17 @@ +Wed Sep 27 12:50:11 UTC 2023 - Michael Vetter <mvet...@suse.com> + +- Update to 64: + * fixed compilation on osx where the default standard library + doesn't have a full implementation of std::from_chars + * fixed SAR adjustment in resizer when source cropping is used + * added -- as an alternate to . to indicate no output in vspipe + since shells have a tendency to expand . + * added json output of video frame properties to vspipe + * fixed clearMap function, previously it would forget to properly + clear the error state in maps which could cause + * crashes in frameeval and other filters + * 32 bit binaries are no longer provided for windows + * updated zimg to fix issues on zen4 cpus + * added support for cython 3.x + +------------------------------------------------------------------- Old: ---- vapoursynth-R63.tar.gz New: ---- vapoursynth-R64.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vapoursynth.spec ++++++ --- /var/tmp/diff_new_pack.urjUZ2/_old 2023-09-28 00:27:01.731994022 +0200 +++ /var/tmp/diff_new_pack.urjUZ2/_new 2023-09-28 00:27:01.731994022 +0200 @@ -17,7 +17,7 @@ Name: vapoursynth -Version: 63 +Version: 64 Release: 0 Summary: A video processing framework License: LGPL-2.1-only ++++++ vapoursynth-R63.tar.gz -> vapoursynth-R64.tar.gz ++++++ ++++ 4035 lines of diff (skipped) ++++++ vapoursynth-version.patch ++++++ --- /var/tmp/diff_new_pack.urjUZ2/_old 2023-09-28 00:27:01.900000086 +0200 +++ /var/tmp/diff_new_pack.urjUZ2/_new 2023-09-28 00:27:01.904000231 +0200 @@ -1,14 +1,14 @@ -Index: vapoursynth-R56/Makefile.am +Index: vapoursynth-R64/Makefile.am =================================================================== ---- vapoursynth-R56.orig/Makefile.am -+++ vapoursynth-R56/Makefile.am -@@ -88,7 +88,7 @@ pkginclude_HEADERS = include/VapourSynth +--- vapoursynth-R64.orig/Makefile.am ++++ vapoursynth-R64/Makefile.am +@@ -89,7 +89,7 @@ pkginclude_HEADERS = include/VapourSynth pkgconfig_DATA += pc/vapoursynth.pc -libvapoursynth_la_LDFLAGS = -no-undefined -avoid-version $(UNDEFINEDLDFLAGS) +libvapoursynth_la_LDFLAGS = -no-undefined -release $(PACKAGE_VERSION) - libvapoursynth_la_CPPFLAGS = $(PTHREAD_CFLAGS) $(ZIMG_CFLAGS) -DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"' + libvapoursynth_la_CPPFLAGS = $(PTHREAD_CFLAGS) $(ZIMG_CFLAGS) -DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"' -DVS_CURRENT_RELEASE='$(VSCURRENTRELEASE)' libvapoursynth_la_LIBADD = $(PTHREAD_LIBS) $(ZIMG_LIBS) $(DLOPENLIB)