commit ba6130c0d536f682695d3b81c961a5b568cbdebe
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Aug 17 11:34:35 2021 +0100
fix the buld
mongoose_gcc11.patch | 11 -----------
...esktop-files.patch => smplayer-21.08.0-desktop-files.patch | 6 +++---
smplayer.spec | 5 ++---
update_smplayer.sh | 2 +-
4 files changed, 6 insertions(+), 18 deletions(-)
---
diff --git a/smplayer-0.8.3-desktop-files.patch b/smplayer-21.08.0-desktop-files.patch
similarity index 78%
rename from smplayer-0.8.3-desktop-files.patch
rename to smplayer-21.08.0-desktop-files.patch
index 644fb5b..35dd860 100644
--- a/smplayer-0.8.3-desktop-files.patch
+++ b/smplayer-21.08.0-desktop-files.patch
@@ -1,8 +1,8 @@
---- ./smplayer.desktop.orig 2017-12-25 23:26:46.000000000 +0000
-+++ ./smplayer.desktop 2018-01-10 00:37:31.198919686 +0000
+--- ./smplayer.desktop.orig 2021-08-16 12:58:35.000000000 +0100
++++ ./smplayer.desktop 2021-08-17 11:17:43.468385823 +0100
@@ -1,7 +1,7 @@
[Desktop Entry]
- Categories=Qt;KDE;AudioVideo;Player;Video;
+ Categories=Qt;AudioVideo;Player;Video;
Comment=A great MPlayer front-end
-Exec=smplayer %U
+Exec=smplayer %f
diff --git a/smplayer.spec b/smplayer.spec
index a8f796a..45b9007 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -13,9 +13,8 @@ Source3:
https://downloads.sourceforge.net/smplayer/smplayer-themes-%{smp
Source4:
https://downloads.sourceforge.net/smplayer/smplayer-skins-%{smplayer_skin...
# Fix regression in Thunar (TODO: re-check in upcoming versions!)
#
https://bugzilla.rpmfusion.org/show_bug.cgi?id=1217
-Patch0: smplayer-0.8.3-desktop-files.patch
+Patch0: smplayer-21.08.0-desktop-files.patch
Patch2: smplayer-14.9.0.6966-system-qtsingleapplication.patch
-Patch3: mongoose_gcc11.patch
BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
@@ -81,7 +80,6 @@ rm -rf src/qtsingleapplication/
%patch0 -p1 -b .desktop-files
%patch2 -p1 -b .qtsingleapplication
-%patch3 -p1 -b .mongoose_gcc11
# correction for wrong-file-end-of-line-encoding
%{__sed} -i 's/\r//' *.txt
@@ -173,6 +171,7 @@ fi
%changelog
* Mon Aug 16 2021 Sérgio Basto <sergio(a)serjux.com> - 21.8.0-1
- Update smplayer to 21.8.0
+- Patch3 was upstremed
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
21.1.0-4
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/update_smplayer.sh b/update_smplayer.sh
index 5b85037..1ebd464 100755
--- a/update_smplayer.sh
+++ b/update_smplayer.sh
@@ -2,7 +2,7 @@ version=21.8.0
#stube_ver=19.6.0
themes_ver=20.11.0
skins_ver=20.11.0
-REPOS="f33 f32 el8 el7"
+REPOS="f35 f34 f33 el8 el7"
if [ -z "$1" ]
then