commit 92ffffe3e7ad1d59a860f15aeb6ad1921a813d11
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Fri Dec 21 15:40:23 2018 +0100
Updated to 1.58
.gitignore | 1 +
snes9x.spec | 16 ++++++++--------
sources | 2 +-
3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a6bfa78..1e01eab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ snes9x-1.53-src.tar.bz2
/snes9x-1.56.1.tar.gz
/snes9x-1.56.2.tar.gz
/snes9x-1.57.tar.gz
+/snes9x-1.58.tar.gz
diff --git a/snes9x.spec b/snes9x.spec
index 5d2f801..6eaeccb 100644
--- a/snes9x.spec
+++ b/snes9x.spec
@@ -1,6 +1,6 @@
Summary: Super Nintendo Entertainment System emulator
Name: snes9x
-Version: 1.57
+Version: 1.58
Release: 1%{?dist}
License: Other
URL:
http://www.snes9x.com/
@@ -64,8 +64,7 @@ pushd gtk
./autogen.sh
%configure \
--disable-silent-rules \
- --without-oss \
- --with-netplay
+ --without-oss
%make_build
popd
@@ -100,18 +99,16 @@ appstream-util validate-relax --nonet
%{buildroot}%{_datadir}/metainfo/*.appdata
%files
-%license docs/snes9x-license.txt
+%license LICENSE
%doc docs/changes.txt
%doc unix/docs/readme_unix.html
%{_bindir}/snes9x
%files gtk -f snes9x-gtk.lang
-%license docs/snes9x-license.txt
-%license gtk/doc/LICENSE
-%license gtk/doc/lgpl.txt
+%license LICENSE
%doc docs/changes.txt
-%doc gtk/doc/README
+%doc gtk/AUTHORS
%{_bindir}/snes9x-gtk
%{_datadir}/%{name}
%{_datadir}/metainfo/snes9x.appdata.xml
@@ -120,6 +117,9 @@ appstream-util validate-relax --nonet
%{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Fri Dec 21 2018 Andrea Musuruane <musuruan(a)gmail.com> - 1.58-1
+- Updated to 1.58
+
* Sun Nov 25 2018 Andrea Musuruane <musuruan(a)gmail.com> - 1.57-1
- Updated to 1.57
- Updated BR to minizip-compat-devel for F30+
diff --git a/sources b/sources
index 1beca44..95a3ff3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-881b740d08a7d42d4a33dee962dcdbdc snes9x-1.57.tar.gz
+ff1232191732be636a4d0ac019a7cf6a snes9x-1.58.tar.gz