Hello community, here is the log from the commit of package ffnvcodec for openSUSE:Factory checked in at 2019-02-28 21:26:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffnvcodec (Old) and /work/SRC/openSUSE:Factory/.ffnvcodec.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffnvcodec" Thu Feb 28 21:26:45 2019 rev:6 rq:678324 version:8.2.15.7 Changes: -------- --- /work/SRC/openSUSE:Factory/ffnvcodec/ffnvcodec.changes 2018-12-06 12:19:05.997404986 +0100 +++ /work/SRC/openSUSE:Factory/.ffnvcodec.new.28833/ffnvcodec.changes 2019-02-28 21:26:46.585865419 +0100 @@ -1,0 +2,6 @@ +Sat Feb 23 02:10:38 UTC 2019 - Martin Herkt <[email protected]> + +- Update to version 8.2.15.7 + * Add cuMipmappedArrayDestroy + +------------------------------------------------------------------- Old: ---- nv-codec-headers-8.2.15.6.tar.xz New: ---- nv-codec-headers-8.2.15.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffnvcodec.spec ++++++ --- /var/tmp/diff_new_pack.k9D9o8/_old 2019-02-28 21:26:47.225865205 +0100 +++ /var/tmp/diff_new_pack.k9D9o8/_new 2019-02-28 21:26:47.229865204 +0100 @@ -1,7 +1,7 @@ # # spec file for package ffnvcodec # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ffnvcodec -Version: 8.2.15.6 +Version: 8.2.15.7 Release: 0 Summary: FFmpeg version of NVIDIA codec API headers License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.k9D9o8/_old 2019-02-28 21:26:47.249865197 +0100 +++ /var/tmp/diff_new_pack.k9D9o8/_new 2019-02-28 21:26:47.253865195 +0100 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">n([0-9\.]*)</param> - <param name="revision">n8.2.15.6</param> + <param name="revision">n8.2.15.7</param> </service> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> ++++++ nv-codec-headers-8.2.15.6.tar.xz -> nv-codec-headers-8.2.15.7.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nv-codec-headers-8.2.15.6/ffnvcodec.pc.in new/nv-codec-headers-8.2.15.7/ffnvcodec.pc.in --- old/nv-codec-headers-8.2.15.6/ffnvcodec.pc.in 2018-11-22 17:56:11.000000000 +0100 +++ new/nv-codec-headers-8.2.15.7/ffnvcodec.pc.in 2018-12-18 18:14:51.000000000 +0100 @@ -3,5 +3,5 @@ Name: ffnvcodec Description: FFmpeg version of Nvidia Codec SDK headers -Version: 8.2.15.6 +Version: 8.2.15.7 Cflags: -I${includedir} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nv-codec-headers-8.2.15.6/include/ffnvcodec/dynlink_cuda.h new/nv-codec-headers-8.2.15.7/include/ffnvcodec/dynlink_cuda.h --- old/nv-codec-headers-8.2.15.6/include/ffnvcodec/dynlink_cuda.h 2018-11-22 17:56:11.000000000 +0100 +++ new/nv-codec-headers-8.2.15.7/include/ffnvcodec/dynlink_cuda.h 2018-12-18 18:14:51.000000000 +0100 @@ -359,6 +359,7 @@ typedef CUresult CUDAAPI tcuExternalMemoryGetMappedBuffer(CUdeviceptr* devPtr, CUexternalMemory extMem, const CUDA_EXTERNAL_MEMORY_BUFFER_DESC* bufferDesc); typedef CUresult CUDAAPI tcuExternalMemoryGetMappedMipmappedArray(CUmipmappedArray* mipmap, CUexternalMemory extMem, const CUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESC* mipmapDesc); typedef CUresult CUDAAPI tcuMipmappedArrayGetLevel(CUarray* pLevelArray, CUmipmappedArray hMipmappedArray, unsigned int level); +typedef CUresult CUDAAPI tcuMipmappedArrayDestroy(CUmipmappedArray hMipmappedArray); typedef CUresult CUDAAPI tcuImportExternalSemaphore(CUexternalSemaphore* extSem_out, const CUDA_EXTERNAL_SEMAPHORE_HANDLE_DESC* semHandleDesc); typedef CUresult CUDAAPI tcuDestroyExternalSemaphore(CUexternalSemaphore extSem); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nv-codec-headers-8.2.15.6/include/ffnvcodec/dynlink_loader.h new/nv-codec-headers-8.2.15.7/include/ffnvcodec/dynlink_loader.h --- old/nv-codec-headers-8.2.15.6/include/ffnvcodec/dynlink_loader.h 2018-11-22 17:56:11.000000000 +0100 +++ new/nv-codec-headers-8.2.15.7/include/ffnvcodec/dynlink_loader.h 2018-12-18 18:14:51.000000000 +0100 @@ -185,6 +185,7 @@ tcuDestroyExternalMemory *cuDestroyExternalMemory; tcuExternalMemoryGetMappedBuffer *cuExternalMemoryGetMappedBuffer; tcuExternalMemoryGetMappedMipmappedArray *cuExternalMemoryGetMappedMipmappedArray; + tcuMipmappedArrayDestroy *cuMipmappedArrayDestroy; tcuMipmappedArrayGetLevel *cuMipmappedArrayGetLevel; @@ -309,6 +310,7 @@ LOAD_SYMBOL_OPT(cuExternalMemoryGetMappedBuffer, tcuExternalMemoryGetMappedBuffer, "cuExternalMemoryGetMappedBuffer"); LOAD_SYMBOL_OPT(cuExternalMemoryGetMappedMipmappedArray, tcuExternalMemoryGetMappedMipmappedArray, "cuExternalMemoryGetMappedMipmappedArray"); LOAD_SYMBOL_OPT(cuMipmappedArrayGetLevel, tcuMipmappedArrayGetLevel, "cuMipmappedArrayGetLevel"); + LOAD_SYMBOL_OPT(cuMipmappedArrayDestroy, tcuMipmappedArrayDestroy, "cuMipmappedArrayDestroy"); LOAD_SYMBOL_OPT(cuImportExternalSemaphore, tcuImportExternalSemaphore, "cuImportExternalSemaphore"); LOAD_SYMBOL_OPT(cuDestroyExternalSemaphore, tcuDestroyExternalSemaphore, "cuDestroyExternalSemaphore");
