Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
EmptyEpsilon-2023.06.17.tar.gz
Normal file
3
EmptyEpsilon-2023.06.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d016711fe46c9e01e44b6a911957e44bf91a57fc0691784ea67377c6cbeaae65
|
||||||
|
size 262438029
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8be5360270b9a616a5d749aec9653b3e36beba96b2d6b1651e18594a3314f010
|
|
||||||
size 261708187
|
|
3
SeriousProton-2023.06.17.tar.gz
Normal file
3
SeriousProton-2023.06.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73b1fbfb911e3ac860153739fb6358ee1180b46a08801dad66680b44dcd498d6
|
||||||
|
size 2647521
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa4a9873c5f8872f9f2d75d03eec06c8a40ea2e0daeb977f0445f14c1e76a236
|
|
||||||
size 2648907
|
|
@ -1,22 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
|
||||||
|
|
||||||
- Version 2024.08.09
|
|
||||||
* Add a quick&dirty way to get callback errors
|
|
||||||
* Clamp the warp and jump commands
|
|
||||||
* fix voice path scenario 51
|
|
||||||
* fix voice path scenario 48
|
|
||||||
* Fix the wiggle console with just 1 text line
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 22 14:32:53 UTC 2024 - Dominik Heidler <dheidler@suse.de>
|
Thu Feb 22 14:32:53 UTC 2024 - Dominik Heidler <dheidler@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package emptyepsilon
|
# spec file for package emptyepsilon
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 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.12.08
|
Version: 2023.06.17
|
||||||
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,7 +33,6 @@ 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
|
||||||
@ -92,17 +91,15 @@ 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/script_reference.html
|
%{_docdir}/emptyepsilon/
|
||||||
%{_datadir}/emptyepsilon/
|
%{_datadir}/emptyepsilon/
|
||||||
%{_datadir}/applications/io.github.daid.EmptyEpsilon.desktop
|
%{_datadir}/applications/EmptyEpsilon.desktop
|
||||||
%{_datadir}/icons/hicolor/512x512/apps/io.github.daid.EmptyEpsilon.png
|
%{_datadir}/icons/hicolor/1024x1024/apps/EmptyEpsilon.png
|
||||||
%{_datadir}/metainfo/io.github.daid.EmptyEpsilon.metainfo.xml
|
%dir %{_datadir}/icons/hicolor/1024x1024/apps
|
||||||
%dir %{_datadir}/icons/hicolor/512x512/apps
|
%dir %{_datadir}/icons/hicolor/1024x1024
|
||||||
%dir %{_datadir}/icons/hicolor/512x512
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user