[ppsspp] Add icon/ tag into appdata files
by sagitter
commit ce4b5a85e83b47a73f53ace6a70ecf9ebeeaf7c6
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Fri Sep 18 14:45:38 2020 +0200
Add icon/ tag into appdata files
ppsspp-qt.appdata.xml | 1 +
ppsspp.appdata.xml | 1 +
ppsspp.spec | 5 ++++-
3 files changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/ppsspp-qt.appdata.xml b/ppsspp-qt.appdata.xml
index d6bf72f..f250439 100644
--- a/ppsspp-qt.appdata.xml
+++ b/ppsspp-qt.appdata.xml
@@ -5,6 +5,7 @@
<summary>A PSP emulator</summary>
<name>PPSSPP</name>
<project_license>GPL-2.0+ and BSD</project_license>
+ <icon type="local">/usr/share/icons/ppsspp/ppsspp.png</icon>
<categories>
<category>Games</category>
<category>ActionGame</category>
diff --git a/ppsspp.appdata.xml b/ppsspp.appdata.xml
index 55e1fcc..2fa9802 100644
--- a/ppsspp.appdata.xml
+++ b/ppsspp.appdata.xml
@@ -5,6 +5,7 @@
<summary>A PSP emulator</summary>
<name>PPSSPP</name>
<project_license>GPL-2.0+ and BSD</project_license>
+ <icon type="local">/usr/share/icons/ppsspp/ppsspp.png</icon>
<categories>
<category>Games</category>
<category>ActionGame</category>
diff --git a/ppsspp.spec b/ppsspp.spec
index 8bcf713..308bfb6 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -50,7 +50,7 @@ ExcludeArch: %{power64}
Name: ppsspp
Version: 1.10.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL: https://www.ppsspp.org/
@@ -324,6 +324,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Fri Sep 18 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.3-4
+- Add icon/ tag into appdata files
+
* Wed Aug 19 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Disable LTO flags
4 years, 2 months
[shotcut/f33] Update to 20.09.13
by Martin Gansser
Summary of changes:
05bb5b5... Update to 20.09.13 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 2 months
[shotcut] Update to 20.09.13
by Martin Gansser
commit 05bb5b5ae578217663b2d33a21ec9c3d7f60cd41
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Sep 18 13:36:46 2020 +0200
Update to 20.09.13
.gitignore | 1 +
shotcut-noupdatecheck.patch | 14 +++++++-------
shotcut.spec | 7 +++++--
sources | 2 +-
4 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1437cba..df09ce4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
/shotcut-20.04.12.tar.gz
/shotcut-20.06.28.tar.gz
/shotcut-20.07.11.tar.gz
+/shotcut-20.09.13.tar.gz
diff --git a/shotcut-noupdatecheck.patch b/shotcut-noupdatecheck.patch
index 17c30b2..4dafc1e 100644
--- a/shotcut-noupdatecheck.patch
+++ b/shotcut-noupdatecheck.patch
@@ -1,9 +1,9 @@
---- src/mainwindow.cpp.orig 2019-04-23 15:28:14.999850370 +0200
-+++ src/mainwindow.cpp 2019-04-23 15:29:38.767713374 +0200
-@@ -2922,9 +2922,9 @@
- m_network.get(request);
+--- src/mainwindow.cpp.orig 2020-09-18 10:39:00.943983974 +0200
++++ src/mainwindow.cpp 2020-09-18 10:42:54.653011748 +0200
+@@ -3302,9 +3302,9 @@
+ showStatusMessage("Checking for upgrade...");
+ m_network.get(QNetworkRequest(QUrl("https://check.shotcut.org/version.json")));
} else {
- m_network.setStrictTransportSecurityEnabled(false);
- QAction* action = new QAction(tr("Click here to check for a new version of Shotcut."), 0);
- connect(action, SIGNAL(triggered(bool)), SLOT(on_actionUpgrade_triggered()));
- showStatusMessage(action, 15 /* seconds */);
@@ -13,12 +13,12 @@
}
}
-@@ -3375,7 +3375,7 @@
+@@ -3937,7 +3937,7 @@
m_upgradeUrl = json.object().value("url").toString();
showStatusMessage(action, 15 /* seconds */);
} else {
- showStatusMessage(tr("You are running the latest version of Shotcut."));
-+ showStatusMessage(tr("Use dnf for updates."));
++ showStatusMessage(tr("Use dnf for updates."));
}
reply->deleteLater();
return;
diff --git a/shotcut.spec b/shotcut.spec
index 4a758e2..c3973cc 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -3,8 +3,8 @@
%define _vstring %(echo %{version} |tr -d ".")
Name: shotcut
-Version: 20.07.11
-Release: 2%{dist}
+Version: 20.09.13
+Release: 1%{dist}
#Release: 0.1.beta1%%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
@@ -184,6 +184,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Fri Sep 18 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 20.09.13-1
+- Update to 20.09.13
+
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 20.07.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index 232863e..9459717 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (shotcut-20.07.11.tar.gz) = 8590855f252dbf1a1e4aed078da93ea730e4dec2c67420f57babf59e37a8f4d76c808a14872ae68fa400e5057e9be9d42c567c4f0db3e869eefd5115b814d30b
+SHA512 (shotcut-20.09.13.tar.gz) = 28b967eb26c6f78a0e8ff53cca115708df68129c843ad29e25e4fbf8838c0db5e84f30681a7c3d24f22cd19f6a452e6b7d87b6e0122652385b9d40900005f472
4 years, 2 months
[nvidia-xconfig] Update to 455.23.04 beta
by Leigh Scott
commit 66448d35cefc655e07021948382575438f13a8c5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Sep 18 10:01:50 2020 +0100
Update to 455.23.04 beta
nvidia-xconfig.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-xconfig.spec b/nvidia-xconfig.spec
index 8b9e6ec..58123b4 100644
--- a/nvidia-xconfig.spec
+++ b/nvidia-xconfig.spec
@@ -1,6 +1,6 @@
Name: nvidia-xconfig
Epoch: 3
-Version: 450.66
+Version: 455.23.04
Release: 1%{?dist}
Summary: NVIDIA X configuration file editor
@@ -49,6 +49,9 @@ mkdir -p %{buildroot}%{_sbindir}
%changelog
+* Fri Sep 18 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3:455.23.04-1
+- Update to 455.23.04 beta
+
* Wed Aug 19 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3:450.66-1
- Update to 450.66 release
diff --git a/sources b/sources
index 7e2120e..bf7bfbe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-xconfig-450.66.tar.bz2) = 0eee899d1e780477e2b8d2123218023002109a10dc0bb2d6f01a27403ee77c51834cfeb7d5a579ccd346093bf4a6f358a333c57406388b35b3ea8ba00c27621c
+SHA512 (nvidia-xconfig-455.23.04.tar.bz2) = 5a9a4c95104fd2d6b5aca487f97b276dda0667f5ccac26f989798b185df2080799b5ba02728c1af2055d279b70b5be57a73fb11febf91f35e1ca1b38982d4b4a
4 years, 2 months
[nvidia-settings] Update to 455.23.04 beta
by Leigh Scott
commit 9563f2120b10476eb7b8c6906f54d6edd16066c0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Sep 18 09:59:16 2020 +0100
Update to 455.23.04 beta
nvidia-settings.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-settings.spec b/nvidia-settings.spec
index 3ff9fff..86c8fec 100644
--- a/nvidia-settings.spec
+++ b/nvidia-settings.spec
@@ -1,6 +1,6 @@
Name: nvidia-settings
Epoch: 3
-Version: 450.66
+Version: 455.23.04
Release: 1%{?dist}
Summary: Configure the NVIDIA graphics driver
@@ -122,6 +122,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.ap
%changelog
+* Fri Sep 18 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3:455.23.04-1
+- Update to 455.23.04 beta
+
* Wed Aug 19 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3:450.66-1
- Update to 450.66 release
diff --git a/sources b/sources
index 2b63e4f..5edf499 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-settings-450.66.tar.bz2) = 82d20b479e5d11862b304dfa0b15e724b1f63692765237cb3d0fc4e5cd6f6d954a36f2c6872d0ccb2d29cfcd31b0c207f1172112a623b79a0e49b276223c7785
+SHA512 (nvidia-settings-455.23.04.tar.bz2) = 55b71944da62a529e7ba7776b7e584213cd97469e76183dde5e98723b276a33ba8ac0ee6052849001875902a101a0363408d5546e8327707ef4135775c98d6e3
4 years, 2 months
[nvidia-persistenced] Update to 455.23.04 beta
by Leigh Scott
commit c87d4346a289d3bbe73d23a4d6f7146879dec4a7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Sep 18 09:56:31 2020 +0100
Update to 455.23.04 beta
.gitignore | 1 +
nvidia-persistenced.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c6f424..33de995 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@ nvidia-persistenced-*.tar.gz
/nvidia-persistenced-450.51.tar.bz2
/nvidia-persistenced-450.57.tar.bz2
/nvidia-persistenced-450.66.tar.bz2
+/nvidia-persistenced-455.23.04.tar.bz2
diff --git a/nvidia-persistenced.spec b/nvidia-persistenced.spec
index c784f3d..5b9f93a 100644
--- a/nvidia-persistenced.spec
+++ b/nvidia-persistenced.spec
@@ -2,7 +2,7 @@
Name: nvidia-persistenced
Epoch: 3
-Version: 450.66
+Version: 455.23.04
Release: 1%{?dist}
Summary: Daemon for maintaining persistent driver state
@@ -74,6 +74,9 @@ chmod -x %{buildroot}%{_mandir}/man1/%{name}.1.*
%changelog
+* Fri Sep 18 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3:455.23.04-1
+- Update to 455.23.04 beta
+
* Wed Aug 19 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3:450.66-1
- Update to 450.66 release
diff --git a/sources b/sources
index 90429ce..beabe11 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-persistenced-450.66.tar.bz2) = 0dc7312e6fb55bc8a2e32d3f528a4c9ac4c0807f1e64842743a08270dfa09d09ce2ff7348580fbe889a521d56b0289441bfe0d810b5ea989a795c2889a1b3d18
+SHA512 (nvidia-persistenced-455.23.04.tar.bz2) = ab3a87acbc6b3fb2de838bcd4adcb6ccf638cc8de2e278666f39cf111c64768f5bc02f7b0b0c1e000b826999162890834447d99c43eea28cd0010843719bf610
4 years, 2 months
[nvidia-modprobe] Update to 455.23.04 beta
by Leigh Scott
commit e91fb26fb5aec3f6d5cee7299f0292def7636ed5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Sep 18 09:53:19 2020 +0100
Update to 455.23.04 beta
.gitignore | 1 +
nvidia-modprobe.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 89e78e4..7c6dda0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@ nvidia-modprobe-*.tar.gz
/nvidia-modprobe-450.51.tar.bz2
/nvidia-modprobe-450.57.tar.bz2
/nvidia-modprobe-450.66.tar.bz2
+/nvidia-modprobe-455.23.04.tar.bz2
diff --git a/nvidia-modprobe.spec b/nvidia-modprobe.spec
index 8854289..981b256 100644
--- a/nvidia-modprobe.spec
+++ b/nvidia-modprobe.spec
@@ -1,6 +1,6 @@
Name: nvidia-modprobe
Epoch: 3
-Version: 450.66
+Version: 455.23.04
Release: 1%{?dist}
Summary: Load the NVIDIA kernel module and create NVIDIA character device files
@@ -42,6 +42,9 @@ chmod -x %{buildroot}%{_mandir}/man1/nvidia-modprobe.1.*
%changelog
+* Fri Sep 18 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3:455.23.04-1
+- Update to 455.23.04 beta
+
* Wed Aug 19 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3:450.66-1
- Update to 450.66 release
diff --git a/sources b/sources
index 6d7278f..54a8c3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-modprobe-450.66.tar.bz2) = bed30826299e494925eb7d1f93dcf615d0f0ee46fe19a1a43e6c12ed5becdd3bb3ccb07da7121047a3f5e16dbab570d281b14d9489ad901d244a1f48244da5d7
+SHA512 (nvidia-modprobe-455.23.04.tar.bz2) = 9b6c0cbb83e70ec16437d14e8ce70881c13c6a6e38d0808d2a251e6987e46a548bbce0281f947b94c8d38a861574e5474d73917c880c26eddc1351a5e0355da2
4 years, 2 months