diff --git a/libjpeg-turbo.changes b/libjpeg-turbo.changes index 6d12fb4..ab36654 100644 --- a/libjpeg-turbo.changes +++ b/libjpeg-turbo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 18 20:36:09 UTC 2022 - Cristian Rodríguez + +- Use nasm instead of yasm, the latter has not released any update + in 7 years. + ------------------------------------------------------------------- Sun Mar 20 19:33:28 UTC 2022 - Dirk Müller diff --git a/libjpeg-turbo.spec b/libjpeg-turbo.spec index c1f2af6..f5d0aad 100644 --- a/libjpeg-turbo.spec +++ b/libjpeg-turbo.spec @@ -39,8 +39,8 @@ Source3: baselibs.conf Patch1: libjpeg-turbo-1.3.0-tiff-ojpeg.patch BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: nasm BuildRequires: pkgconfig -BuildRequires: yasm Conflicts: jpeg%{major} Obsoletes: jpeg = 6b Obsoletes: jpeg = 8.0.1 diff --git a/libjpeg62-turbo.spec b/libjpeg62-turbo.spec index 5cfebcb..c40b756 100644 --- a/libjpeg62-turbo.spec +++ b/libjpeg62-turbo.spec @@ -36,8 +36,8 @@ BuildRequires: cmake BuildRequires: gcc-c++ # needed for tests as we remove the lib here BuildRequires: libturbojpeg0 >= 8.2.2 +BuildRequires: nasm BuildRequires: pkgconfig -BuildRequires: yasm Conflicts: jpeg%{major} %description