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-25 20:02:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vapoursynth (Old)
 and      /work/SRC/openSUSE:Factory/.vapoursynth.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vapoursynth"

Mon Sep 25 20:02:23 2023 rev:20 rq:1113183 version:63

Changes:
--------
--- /work/SRC/openSUSE:Factory/vapoursynth/vapoursynth.changes  2023-06-23 
21:53:44.887008101 +0200
+++ /work/SRC/openSUSE:Factory/.vapoursynth.new.1770/vapoursynth.changes        
2023-09-25 20:03:46.827409223 +0200
@@ -1,0 +2,6 @@
+Sat Sep 23 08:55:44 UTC 2023 - mun...@googlemail.com
+
+- Fix build on Factory/TW: requires python3-Cython0
+- Fix build on Leap 15.4/15.5: requires gcc/gcc-c++ >= 11
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vapoursynth.spec ++++++
--- /var/tmp/diff_new_pack.07Wo0D/_old  2023-09-25 20:03:49.155493157 +0200
+++ /var/tmp/diff_new_pack.07Wo0D/_new  2023-09-25 20:03:49.155493157 +0200
@@ -29,10 +29,8 @@
 Patch0:         vapoursynth-version.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  python3-Cython
 BuildRequires:  pkgconfig(Magick++) >= 7.0
 BuildRequires:  pkgconfig(libarchive)
 BuildRequires:  pkgconfig(libass)
@@ -51,6 +49,14 @@
 Obsoletes:      plugin-subtext
 Obsoletes:      plugin-vinverse
 Obsoletes:      plugin-vivtc
+%if 0%{?suse_version} <= 1500
+BuildRequires:  gcc11-PIE
+BuildRequires:  gcc11-c++
+BuildRequires:  python3-Cython
+%else
+BuildRequires:  gcc-c++
+BuildRequires:  python3-Cython0
+%endif
 
 %description
 VapourSynth is a library for video manipulation. It has a core
@@ -103,6 +109,11 @@
 %patch0 -p1
 
 %build
+%if 0%{?suse_version} <= 1500
+export CC="gcc-11"
+export CXX="g++-11"
+%endif
+
 autoreconf -fiv
 %configure \
   --disable-static

Reply via email to