commit 01265a25f3a67d5069038736afdc4d9c2376b6da
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Apr 17 11:29:07 2017 +0100
Fix FTBFS with gcc7
Updated URL and Source0
stella.spec | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/stella.spec b/stella.spec
index 2d88d85..4c7d170 100644
--- a/stella.spec
+++ b/stella.spec
@@ -1,11 +1,12 @@
Name: stella
Version: 4.7.3
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Summary: A multi-platform Atari 2600 Video Computer System emulator
Group: Applications/Emulators
-URL:
http://stella.sourceforge.net
-Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.xz
+URL:
https://stella-emu.github.io/
+Source0:
https://github.com/stella-emu/%{name}/releases/download/release-%{version...
+Patch0: %{name}-4.7.3-gcc7.patch
BuildRequires: libpng-devel zlib-devel bison SDL2-devel
BuildRequires: desktop-file-utils
@@ -29,6 +30,7 @@ by considering a contribution.
%prep
%setup -q
+%patch0 -p1
rm src/zlib src/libpng -rf
sed -i "s/-c -s -m/-m/" Makefile
@@ -76,6 +78,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null ||
:
%changelog
+* Mon Apr 17 2017 Andrea Musuruane <musuruan(a)gmail.com> - 4.7.3-3
+- Fix FTBFS with gcc7
+- Updated URL and Source0
+
* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 4.7.3-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild