commit 194261b29396f210d4d53b668a6269312b36776b
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Mon Dec 3 20:03:05 2018 +0100
Release 1.7.4
.gitignore | 1 +
ppsspp.spec | 27 ++++++++++++++++++++++-----
sources | 2 +-
3 files changed, 24 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 800cc2f..e76f95f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/ppsspp-6d0ed4a.tar.gz
/ppsspp-1.7.0.tar.gz
/ppsspp-1.7.1.tar.gz
+/ppsspp-1.7.4.tar.gz
diff --git a/ppsspp.spec b/ppsspp.spec
index 042337c..739be5c 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -4,23 +4,23 @@ ExcludeArch: %{power64}
# -Wl,--as-needed breaks linking on fedora 30+
%undefine _ld_as_needed
-%global commit fdb07323e0878e4773011a7a51a43a8900ad9d4a
+%global commit 04b4dedfcacca4edef2d71d53eb2eb94568382e1
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global date 20181101
+%global date 20181123
Name: ppsspp
-Version: 1.7.1
+Version: 1.7.4
Release: 1%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL:
https://www.ppsspp.org/
-## This commit coincides with the commit of release 1.7.0
+## This commit coincides with the commit of release 1.7.4
## We need to checkout it, then download relative submodules
## which are not included in the source code:
##
# git clone
https://github.com/hrydgard/ppsspp.git
-# git checkout fdb07323e0878e4773011a7a51a43a8900ad9d4a
+# git checkout %%{commit}
# git submodule update --init ext/armips
# git submodule update --init ext/glslang
# git submodule update --init ext/SPIRV-Cross
@@ -151,6 +151,20 @@ mkdir -p %{buildroot}%{_metainfodir}
install -pm 644 %SOURCE2 %{buildroot}%{_metainfodir}/
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
+%if 0%{?rhel}
+%post
+/bin/touch --no-create %{_datadir}/icons/%{name} &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+ /bin/touch --no-create %{_datadir}/icons/%{name} &>/dev/null
+ /usr/bin/gtk-update-icon-cache %{_datadir}/icons/%{name} &>/dev/null || :
+fi
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/%{name} &>/dev/null || :
+%endif
+
%files
%{_bindir}/PPSSPPQt
@@ -168,6 +182,9 @@ appstream-util validate-relax --nonet
%{buildroot}%{_metainfodir}/*.appdata.xml
%changelog
+* Mon Dec 03 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 1.7.4-1
+- Release 1.7.4
+
* Fri Nov 02 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 1.7.1-1
- Release 1.7.1
- Enable USING_GLES2 option
diff --git a/sources b/sources
index 9d54aae..c84de1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67fab9a704005eddee43b138d5b05671 ppsspp-1.7.1.tar.gz
+1c7cace5275515a218cec980481ef335 ppsspp-1.7.4.tar.gz