Hello community,

here is the log from the commit of package vapoursynth for openSUSE:Factory 
checked in at 2019-08-28 16:03:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vapoursynth (Old)
 and      /work/SRC/openSUSE:Factory/.vapoursynth.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vapoursynth"

Wed Aug 28 16:03:17 2019 rev:7 rq:721049 version:47

Changes:
--------
--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2019-07-02 
10:39:24.966674968 +0200
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new.7948/vapoursynth.changes        
2019-08-28 16:03:21.658783555 +0200
@@ -1,0 +2,11 @@
+Mon Aug  5 07:19:01 UTC 2019 - mvet...@suse.com
+
+- Update to 47:
+  * fixed a crash in vdecimate when both dryrun and clip2 is set (no1d)
+  * updated zimg to 2.9.2 to fix a crash that would happen on certain invalid 
input combinations
+  * removed dependency on nasm
+  * improved message handler api and core info api
+  * various installer improvements including a warning if the vs2019 runtimes 
aren't installed
+- Update vapoursynth-version.patch
+
+-------------------------------------------------------------------

Old:
----
  vapoursynth-R46.tar.gz

New:
----
  vapoursynth-R47.tar.gz

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

Other differences:
------------------
++++++ vapoursynth.spec ++++++
--- /var/tmp/diff_new_pack.JHa1C8/_old  2019-08-28 16:03:22.330783454 +0200
+++ /var/tmp/diff_new_pack.JHa1C8/_new  2019-08-28 16:03:22.330783454 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           vapoursynth
-Version:        46
+Version:        47
 Release:        0
 Summary:        A video processing framework
 License:        LGPL-2.1-only AND OFL-1.1
@@ -31,7 +31,6 @@
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  nasm
 BuildRequires:  pkgconfig
 BuildRequires:  python3-Cython
 BuildRequires:  pkgconfig(Magick++) >= 7.0
@@ -41,7 +40,7 @@
 BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(tesseract)
-BuildRequires:  pkgconfig(zimg)
+BuildRequires:  pkgconfig(zimg) >= 2.9.2
 
 %description
 VapourSynth is a library for video manipulation. It has a core

++++++ vapoursynth-R46.tar.gz -> vapoursynth-R47.tar.gz ++++++
++++ 3684 lines of diff (skipped)

++++++ vapoursynth-version.patch ++++++
--- /var/tmp/diff_new_pack.JHa1C8/_old  2019-08-28 16:03:22.458783434 +0200
+++ /var/tmp/diff_new_pack.JHa1C8/_new  2019-08-28 16:03:22.462783433 +0200
@@ -1,24 +1,12 @@
-From: Jan Engelhardt <jeng...@inai.de>
-Date: 2017-11-27 11:48:50.430107020 +0100
-
-"-avoid-version" is only allowed with "-module" in SUSE, or
-when no headers are installed for it (which also is not the case).
-Add versioning.
-
----
- Makefile.am |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: vapoursynth-R45/Makefile.am
-===================================================================
---- vapoursynth-R45.orig/Makefile.am
-+++ vapoursynth-R45/Makefile.am
-@@ -82,7 +82,7 @@ noinst_HEADERS = include/asm/x86/x86inc.
+diff -urEbw vapoursynth-R47/Makefile.am vapoursynth-R47.new/Makefile.am
+--- vapoursynth-R47/Makefile.am        2019-08-02 19:47:15.000000000 +0200
++++ vapoursynth-R47.new/Makefile.am    2019-08-05 09:18:37.690018923 +0200
+@@ -71,7 +71,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)
+ libvapoursynth_la_LIBADD = $(ZIMG_LIBS) $(DLOPENLIB) libexprfilter.la
  


Reply via email to