diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -201,6 +201,9 @@ libpython3.10.so.1.0:PyNumber_Lshift libpython3.10.so.1.0:PyNumber_Multiply libpython3.10.so.1.0:PyNumber_Remainder +libpython3.10.so.1.0:PyNumber_Rshift +libpython3.10.so.1.0:PyNumber_Subtract +libpython3.10.so.1.0:PyNumber_TrueDivide libpython3.10.so.1.0:PyOS_snprintf libpython3.10.so.1.0:PyObject_Call libpython3.10.so.1.0:PyObject_CallFinalizerFromDealloc @@ -276,6 +279,7 @@ libpython3.10.so.1.0:PyUnicode_InternFromString libpython3.10.so.1.0:PyUnicode_Join libpython3.10.so.1.0:PyUnicode_New +libpython3.10.so.1.0:PyUnicode_Replace libpython3.10.so.1.0:PyUnicode_Split libpython3.10.so.1.0:PyUnicode_Tailmatch libpython3.10.so.1.0:PyUnicode_Type @@ -287,6 +291,7 @@ libpython3.10.so.1.0:Py_OptimizeFlag libpython3.10.so.1.0:_PyByteArray_empty_string libpython3.10.so.1.0:_PyDict_GetItem_KnownHash +libpython3.10.so.1.0:_PyDict_NewPresized libpython3.10.so.1.0:_PyDict_Pop libpython3.10.so.1.0:_PyDict_SetItem_KnownHash libpython3.10.so.1.0:_PyFloat_FormatAdvancedWriter diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : vapoursynth -version : '61' -release : 40 +version : '62' +release : 41 source : - - https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R61.tar.gz : a5d4feeb056679dd1204153250d7c1d38e5a639e995d3c4e3a8e2e8fe1425b75 + - https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R62.tar.gz : 6f3eb7e2e32a0572b363e08d16092418e99bd9c8f06661645a0995f1f736d438 license : - LGPL-2.1-or-later - OFL-1.1 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -36,7 +36,7 @@ programming.devel - vapoursynth + vapoursynth /usr/include/vapoursynth/VSConstants4.h @@ -51,12 +51,12 @@ - - 2022-11-29 - 61 + + 2023-04-18 + 62 Packaging update Alexander Vorobyev avorobyev@protonmail.com \ No newline at end of file