Accepting request 1237732 from games
- Version 2024.12.08 * Remove 'f' suffix from numbers in lua (#2164) * Some minor de updates * fix minor typo * more minor de updates OBS-URL: https://build.opensuse.org/request/show/1237732 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emptyepsilon?expand=0&rev=4
This commit is contained in:
commit
ac823dc2af
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:94e20a79e08e97213d0add936fe3caa1a6f79d8ad1495d73f476b52b91ea5531
|
|
||||||
size 261106883
|
|
3
EmptyEpsilon-2024.12.08.tar.gz
Normal file
3
EmptyEpsilon-2024.12.08.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8be5360270b9a616a5d749aec9653b3e36beba96b2d6b1651e18594a3314f010
|
||||||
|
size 261708187
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff8762016eacf18620ff4f9513462231b1f2c9819127d8aebbdea05c149c1db3
|
|
||||||
size 2648726
|
|
3
SeriousProton-2024.12.08.tar.gz
Normal file
3
SeriousProton-2024.12.08.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa4a9873c5f8872f9f2d75d03eec06c8a40ea2e0daeb977f0445f14c1e76a236
|
||||||
|
size 2648907
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 10 21:06:16 UTC 2025 - Dominik Heidler <dheidler@suse.de>
|
||||||
|
|
||||||
|
- Version 2024.12.08
|
||||||
|
* Remove 'f' suffix from numbers in lua (#2164)
|
||||||
|
* Some minor de updates
|
||||||
|
* fix minor typo
|
||||||
|
* more minor de updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 15 16:52:32 UTC 2024 - Dominik Heidler <dheidler@suse.com>
|
Sun Sep 15 16:52:32 UTC 2024 - Dominik Heidler <dheidler@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package emptyepsilon
|
# spec file for package emptyepsilon
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: emptyepsilon
|
Name: emptyepsilon
|
||||||
Version: 2024.08.09
|
Version: 2024.12.08
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Open source spaceship bridge simulator
|
Summary: Open source spaceship bridge simulator
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -33,6 +33,7 @@ Patch1: use_bundled_meshoptimizer.patch
|
|||||||
BuildRequires: SDL2-devel
|
BuildRequires: SDL2-devel
|
||||||
BuildRequires: bsdtar
|
BuildRequires: bsdtar
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glm-devel
|
BuildRequires: glm-devel
|
||||||
@ -91,15 +92,17 @@ export CXX=g++-10
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
%fdupes %{buildroot}/%{_datadir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/EmptyEpsilon
|
%{_bindir}/EmptyEpsilon
|
||||||
%{_docdir}/emptyepsilon/
|
%{_docdir}/emptyepsilon/script_reference.html
|
||||||
%{_datadir}/emptyepsilon/
|
%{_datadir}/emptyepsilon/
|
||||||
%{_datadir}/applications/EmptyEpsilon.desktop
|
%{_datadir}/applications/io.github.daid.EmptyEpsilon.desktop
|
||||||
%{_datadir}/icons/hicolor/1024x1024/apps/EmptyEpsilon.png
|
%{_datadir}/icons/hicolor/512x512/apps/io.github.daid.EmptyEpsilon.png
|
||||||
%dir %{_datadir}/icons/hicolor/1024x1024/apps
|
%{_datadir}/metainfo/io.github.daid.EmptyEpsilon.metainfo.xml
|
||||||
%dir %{_datadir}/icons/hicolor/1024x1024
|
%dir %{_datadir}/icons/hicolor/512x512/apps
|
||||||
|
%dir %{_datadir}/icons/hicolor/512x512
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user