Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Leap:15.2 
checked in at 2020-04-28 20:11:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/vapoursynth (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.vapoursynth.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vapoursynth"

Tue Apr 28 20:11:18 2020 rev:17 rq:797858 version:49

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/vapoursynth/vapoursynth.changes        
2020-03-15 07:15:14.201093621 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.vapoursynth.new.2738/vapoursynth.changes      
2020-04-28 20:11:19.404554960 +0200
@@ -1,0 +2,26 @@
+Fri Apr 24 09:11:34 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to version 49:
+  * Updated to python 3.8 on windows
+  * Updated visual studio 2019 runtime version
+  * Updated zimg and added support for spline64 resize method
+  * Fixed transfer characteristics not being applied to gray
+    format clips
+  * Fixed vdecimate bugs when compiled on systems where char is
+    unsigned by default
+  * Fixed a regression introduced in r48 in that could sometimes
+    cause corrupt output from expr on cpus without sse4.1
+  * Fixed a savestring bug in avscompat
+  * Interleave, selectevery and separate fields now have a
+    modify_duration argument to determine if they modify frame
+    durations and fps
+  * Addborders and crop now update the _fieldbased attribute
+    properly when an odd number of lines are cut from the top
+  * Fixed add to path not working for single user installs
+  * Fixed compilation on non-x86 systems
+  * Fixed an infinite loop in the expr filter optimizer that
+    was introduced in r48
+- Remove python38-compile.patch: contained in upstream
+- Rebase vapoursynth-version.patch
+
+-------------------------------------------------------------------

Old:
----
  python38-compile.patch
  vapoursynth-R48.tar.gz

New:
----
  vapoursynth-R49.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vapoursynth.spec ++++++
--- /var/tmp/diff_new_pack.xc9kVG/_old  2020-04-28 20:11:19.784555750 +0200
+++ /var/tmp/diff_new_pack.xc9kVG/_new  2020-04-28 20:11:19.788555758 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           vapoursynth
-Version:        48
+Version:        49
 Release:        0
 Summary:        A video processing framework
 License:        LGPL-2.1-only AND OFL-1.1
@@ -27,8 +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
-# Upstream commit a53ed4dd, can be dropped when updating to R49
-Patch2:         python38-compile.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -180,7 +178,6 @@
 %prep
 %setup -q -n %{name}-R%{version}
 %patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fiv

++++++ vapoursynth-R48.tar.gz -> vapoursynth-R49.tar.gz ++++++
++++ 2255 lines of diff (skipped)

++++++ vapoursynth-version.patch ++++++
--- /var/tmp/diff_new_pack.xc9kVG/_old  2020-04-28 20:11:19.980556156 +0200
+++ /var/tmp/diff_new_pack.xc9kVG/_new  2020-04-28 20:11:19.980556156 +0200
@@ -1,13 +1,12 @@
-Index: vapoursynth-R48/Makefile.am
-===================================================================
---- vapoursynth-R48.orig/Makefile.am
-+++ vapoursynth-R48/Makefile.am
-@@ -89,7 +89,7 @@ pkginclude_HEADERS = include/VapourSynth
+diff -urEbw vapoursynth-R49/Makefile.am vapoursynth-R49.new/Makefile.am
+--- vapoursynth-R49/Makefile.am        2020-03-17 20:36:27.000000000 +0100
++++ vapoursynth-R49.new/Makefile.am    2020-04-24 11:15:20.952389928 +0200
+@@ -79,7 +79,7 @@
  
  pkgconfig_DATA += pc/vapoursynth.pc
  
 -libvapoursynth_la_LDFLAGS = -no-undefined -avoid-version
 +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_avx2.la
+ libvapoursynth_la_LIBADD = $(ZIMG_LIBS) $(DLOPENLIB) libexprfilter.la
  


Reply via email to