commit bd39f17888c3861edf31679fb8d5f7316cca3566
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Aug 17 17:37:19 2019 +0200
Updated to new upstream release
.gitignore | 1 +
fs-uae.spec | 15 +++++++--------
sources | 2 +-
3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4a22d2..53ee978 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/fs-uae-2.8.3.tar.gz
+/fs-uae-3.0.0.tar.gz
diff --git a/fs-uae.spec b/fs-uae.spec
index faac00b..1554bc0 100644
--- a/fs-uae.spec
+++ b/fs-uae.spec
@@ -1,11 +1,11 @@
Name: fs-uae
-Version: 2.8.3
-Release: 8%{?dist}
+Version: 3.0.0
+Release: 1%{?dist}
Summary: Amiga emulator with on-screen GUI and online play support
License: GPLv2+
URL:
http://fs-uae.net/
-Source0:
http://fs-uae.net/fs-uae/stable/%{version}/%{name}-%{version}.tar.gz
+Source0:
http://fs-uae.net/stable/%{version}/%{name}-%{version}.tar.gz
# Define unknown host CPU types as CPU_unknown
#
https://github.com/glaubitz/fs-uae-debian/blob/master/debian/patches/0001...
Patch0: %{name}-2.8.3-define_unknown_CPUs.patch
@@ -64,11 +64,7 @@ chmod -x src/specialmonitors.cpp
%build
-%ifarch %{ix86} x86_64
- %configure
-%else
- %configure --disable-jit
-%endif
+%configure --disable-jit
%make_build
@@ -95,6 +91,9 @@ desktop-file-validate \
%changelog
+* Mon Aug 12 2019 Andrea Musuruane <musuruan(a)gmail.com> - 3.0.0-1
+- Updated to new upstream release
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
2.8.3-8
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index 323ca6b..acb77bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bb9096904619db0202370b1cc4dd1b55 fs-uae-2.8.3.tar.gz
+7eeae6b598976ca9551eaffd7136648d fs-uae-3.0.0.tar.gz