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
This commit is contained in:
Petr Gajdos 2022-04-19 07:32:27 +00:00 committed by Git OBS Bridge
parent 8f7a11c0e3
commit 9b97acbf83
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 18 20:36:09 UTC 2022 - Cristian Rodríguez <crrodriguez@opensuse.org>
- 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 <dmueller@suse.com>

View File

@ -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

View File

@ -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