commit 949ba82ad88843636ee7fe8fb87c379c3f113b83
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Nov 19 10:32:03 2020 +0000
Update stella to 6.4
.gitignore | 1 +
sources | 2 +-
stella.spec | 10 +++++-----
3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d8e6e75..5588f38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ stella-4.7.2-src.tar.xz
/stella-6.0.2-src.tar.xz
/stella-6.1.2-src.tar.xz
/stella-6.2.1-src.tar.xz
+/stella-6.4-src.tar.xz
diff --git a/sources b/sources
index c52e5b1..4e0f066 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (stella-6.2.1-src.tar.xz) =
f6a8318db81da463cc10944228ac65f43d03823f50d9b2b37657e1c0161ee4d260226142acc9cbbf2fe4541b79a75856601bd44ac44e1f9f909ae11785f704ec
+SHA512 (stella-6.4-src.tar.xz) =
ca74b24f983554d13c63178bc6fbcf1269cc77d4df3553d2c33581624afd939fe7a3bbca262fa52ea4c89b5773040e184672dbf55662ce9623ffc16b9b8d8fd2
diff --git a/stella.spec b/stella.spec
index 12ad7ac..a872329 100644
--- a/stella.spec
+++ b/stella.spec
@@ -1,6 +1,6 @@
#global prerel pre9
Name: stella
-Version: 6.2.1
+Version: 6.4
Release: 1%{?dist}
License: GPLv2+
Summary: A multi-platform Atari 2600 Video Computer System emulator
@@ -40,10 +40,7 @@ sed -i "s/-c -s -m/-m/" Makefile
%build
# Not an autotools configure script :/
-CFLAGS="%{optflags}"; export CFLAGS;
-CXXFLAGS="%{optflags}"; export CXXFLAGS;
-LDFLAGS="${LDFLAGS:--Wl,-z,relro }"; export LDFLAGS;
-
+%{set_build_flags}
./configure --prefix=%{_prefix} --bindir=%{_bindir} --datadir=%{_datadir}
--docdir=%{_docdir}/%{name}
make %{?_smp_mflags}
@@ -81,6 +78,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Wed Nov 18 2020 Sérgio Basto <sergio(a)serjux.com> - 6.4-1
+- Update stella to 6.4
+
* Tue Aug 25 2020 Sérgio Basto <sergio(a)serjux.com> - 6.2.1-1
- Update stella to 6.2.1
Show replies by date