Accepting request 1103919 from games
OBS-URL: https://build.opensuse.org/request/show/1103919 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scummvm?expand=0&rev=30
This commit is contained in:
commit
841451de7e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:444b1ffd61774fe867824e57bb3033c9998ffa8a4ed3a13246b01611d5cf9993
|
||||
size 145171776
|
3
scummvm-2.7.1.tar.xz
Normal file
3
scummvm-2.7.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6bbf62e33154759a609d59f3034d71652ecdb64ed5c800156718ab1f1d5d063
|
||||
size 148127416
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 4 20:51:48 UTC 2023 - Giacomo Comes <gcomes.obs@gmail.com> - 2.7.1
|
||||
|
||||
- Update to 2.7.1
|
||||
* see https://downloads.scummvm.org/frs/scummvm/2.7.1/ReleaseNotes.html for notes
|
||||
- fix build on Leap by requiring libieee1284-devel only for tumbleweed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 13 20:47:35 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%bcond_without libmpeg2
|
||||
%bcond_without mad
|
||||
Name: scummvm
|
||||
Version: 2.7.0
|
||||
Version: 2.7.1
|
||||
Release: 0
|
||||
Summary: Interpreter for several adventure games
|
||||
License: GPL-3.0-or-later
|
||||
@ -31,7 +31,9 @@ BuildRequires: desktop-file-utils
|
||||
BuildRequires: discord-rpc-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: libieee1284-devel
|
||||
%endif
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(alsa) >= 0.9
|
||||
|
Loading…
Reference in New Issue
Block a user