Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
b203c8c635 | |||
06ac92df34 | |||
92c1aff6bc |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5b33532bd70d247f09127719c670b4b935810f53ebb6b7b6eafacaa5da99452
|
||||
size 219893788
|
3
scummvm-2.9.1.tar.xz
Normal file
3
scummvm-2.9.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a82f36afa9de758ab1dd377101a26a53f12417cbfd350bb8e5d7fd5b8c257e3
|
||||
size 219964328
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 07:32:47 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Add --enable-release for reproducible builds (boo#1231626)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 10 19:15:49 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
|
||||
|
||||
- Update to 2.9.1
|
||||
* see https://downloads.scummvm.org/frs/scummvm/2.9.1/ReleaseNotes.html for notes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 18:18:01 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
%bcond_without libmpeg2
|
||||
%bcond_without mad
|
||||
Name: scummvm
|
||||
Version: 2.9.0
|
||||
Version: 2.9.1
|
||||
Release: 0
|
||||
Summary: Interpreter for several adventure games
|
||||
License: GPL-3.0-or-later
|
||||
@@ -34,7 +34,7 @@ BuildRequires: hicolor-icon-theme
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: libieee1284-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1600
|
||||
%if 0%{?suse_version} >= 1600
|
||||
BuildRequires: pkgconfig(libopenmpt) >= 0.7
|
||||
%endif
|
||||
BuildRequires: libjpeg-devel
|
||||
@@ -120,6 +120,7 @@ CXXFLAGS="%{optflags}" ; export CXXFLAGS ; \
|
||||
--mandir=%{_mandir} \
|
||||
--libdir=%{_libdir} \
|
||||
--docdir=%{_docdir}/%{name} \
|
||||
--enable-release \
|
||||
--enable-verbose-build \
|
||||
--enable-plugins \
|
||||
--enable-engine-dynamic=lastexpress \
|
||||
@@ -139,7 +140,7 @@ rm %{buildroot}%{_docdir}/%{name}/COPYING*
|
||||
%license COPYING*
|
||||
%attr(0755,-,-) %{_bindir}/scummvm
|
||||
%{_datadir}/scummvm
|
||||
%{_mandir}/man6/scummvm.6*
|
||||
%{_mandir}/man6/scummvm.6%{?ext_man}
|
||||
%{_datadir}/applications/org.scummvm.scummvm.desktop
|
||||
%{_datadir}/metainfo/org.scummvm.scummvm.metainfo.xml
|
||||
%{_datadir}/icons/hicolor/*/*/*
|
||||
|
Reference in New Issue
Block a user