From 9b97acbf83bd5b80d34a65ef18c261e366ba2d75250ec864ae2a8ea7ca0ff5a7 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Tue, 19 Apr 2022 07:32:27 +0000 Subject: [PATCH] Accepting request 970636 from home:elvigia:branches:graphics - Use nasm instead of yasm, the latter has not released any update in 7 years. OBS-URL: https://build.opensuse.org/request/show/970636 OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=128 --- libjpeg-turbo.changes | 6 ++++++ libjpeg-turbo.spec | 2 +- libjpeg62-turbo.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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