From 3ed46a5570290a7bc0bcf031b0068e6dac97c030ea889d4a9f64a408038954cb Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Sat, 23 May 2020 09:31:45 +0000 Subject: [PATCH] - Version 1.8.7 * Full changelog at https://github.com/libretro/RetroArch/blob/master/CHANGES.md#186 - Fix python shebang OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=36 --- _service | 4 ++-- retroarch-1.8.6.tar.gz | 3 --- retroarch-1.8.7.tar.gz | 3 +++ retroarch.changes | 7 +++++++ retroarch.spec | 4 +++- 5 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 retroarch-1.8.6.tar.gz create mode 100644 retroarch-1.8.7.tar.gz diff --git a/_service b/_service index 0772a78..8208adf 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ git https://github.com/libretro/RetroArch.git retroarch - v1.8.6 - 1.8.6 + v1.8.7 + 1.8.7 media/icons ps2 uwp diff --git a/retroarch-1.8.6.tar.gz b/retroarch-1.8.6.tar.gz deleted file mode 100644 index ad939e5..0000000 --- a/retroarch-1.8.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a671505cba7a78017c4d2df34159d1b8a6bdbb42e378e50a1acf44b15d775151 -size 37731418 diff --git a/retroarch-1.8.7.tar.gz b/retroarch-1.8.7.tar.gz new file mode 100644 index 0000000..6dd59df --- /dev/null +++ b/retroarch-1.8.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75593050bd11dfa7abbb4e4655916e31cad8529f1c2001b97610ded7e07730b8 +size 37735437 diff --git a/retroarch.changes b/retroarch.changes index 3a0afbb..018feee 100644 --- a/retroarch.changes +++ b/retroarch.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat May 23 09:13:56 UTC 2020 - Yunhe Guo + +- Version 1.8.7 + * Full changelog at https://github.com/libretro/RetroArch/blob/master/CHANGES.md#186 +- Fix python shebang + ------------------------------------------------------------------- Fri May 15 13:37:33 UTC 2020 - Yunhe Guo diff --git a/retroarch.spec b/retroarch.spec index aba12db..2a86176 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -17,7 +17,7 @@ Name: retroarch -Version: 1.8.6 +Version: 1.8.7 Release: 0 Summary: Emulator frontend License: GPL-3.0-only @@ -176,6 +176,8 @@ have, such as real-time rewinding and game-aware shading. # Change /usr/lib/ to /usr/lib64/ on 64-bit platform sed -i s~/usr/lib/~%{_libdir}/~g retroarch.cfg +# Change /usr/bin/env python to /usr/bin/python +sed -i s~%{_bindir}/env\ python~%{_bindir}/python~g tools/cg2glsl.py %build export CFLAGS="%{optflags}"