commit d186ad3f667e01348ddcf9873c7d7bad2d533b5c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jul 2 15:39:29 2023 +0100
Update smplayer to 23.6.0
.gitignore | 1 +
smplayer.spec | 14 +++++++-------
sources | 4 ++--
update_smplayer.sh | 2 +-
4 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e13e2ec..1d62cde 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,3 +64,4 @@ smtube-16.3.0.tar.bz2
/smplayer-21.10.0.tar.bz2
/smplayer-22.2.0.tar.bz2
/smplayer-22.7.0.tar.bz2
+/smplayer-23.6.0.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index 3a50bbf..6725320 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -8,19 +8,19 @@
%global smplayer_skins_ver 20.11.0
Name: smplayer
-Version: 22.7.0
+Version: 23.6.0
Release: 1%{?dist}
Summary: A graphical frontend for mplayer and mpv
License: GPLv2+
URL:
https://www.smplayer.info/
-Source0:
https://downloads.sourceforge.net/smplayer/smplayer-%{version}.tar.bz2
+Source0:
https://github.com/smplayer-dev/smplayer/releases/download/v%{version}/sm...
Source3:
https://downloads.sourceforge.net/smplayer/smplayer-themes-%{smplayer_the...
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-21.08.0-desktop-files.patch
-Patch2: smplayer-14.9.0.6966-system-qtsingleapplication.patch
+Patch1: smplayer-14.9.0.6966-system-qtsingleapplication.patch
BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
@@ -93,9 +93,9 @@ rm -rf src/qtsingleapplication/
#TODO unbundle libmaia
#rm -rf src/findsubtitles/libmaia
-%patch0 -p1 -b .desktop-files
+%patch -P0 -p1 -b .desktop-files
%if %{with system_qtsingleapplication}
-%patch2 -p1 -b .qtsingleapplication
+%patch -P1 -p1 -b .qtsingleapplication
%endif
# correction for wrong-file-end-of-line-encoding
@@ -196,8 +196,8 @@ fi
%{_datadir}/smplayer/themes/
%changelog
-* Sun Jul 02 2023 Leigh Scott <leigh123linux(a)gmail.com> - 22.7.0-1
-- Update smplayer to 22.7.0
+* Sun Jul 02 2023 Leigh Scott <leigh123linux(a)gmail.com> - 23.6.0-1
+- Update smplayer to 23.6.0
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> -
22.7.0-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
diff --git a/sources b/sources
index 527d18b..3a6e6d8 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (smplayer-22.7.0.tar.bz2) =
4c38dded9cd97187a7c7d79524ef5ebf7d9a1b74b1e344d62cc44e8684d23d6124ecd93bef98f127f447362f5c04c37543d847ee5315788fb2511d4643ebee06
-SHA512 (smplayer-themes-20.11.0.tar.bz2) =
4e64c3f44fc3529d980751618cd30fcc395a21701ba7481ad0a6dffc1fa770c13a3414d0853f94cd6163738702a0a75060a92e5c1c426e79902a68d8f8336575
+SHA512 (smplayer-23.6.0.tar.bz2) =
097085ffae11b0d065f0822e36466f3e934d4484de29146deba66de14bfd4abcaa8dfd91aa5890921f336a99c3392650e932102812bf401a843d7a86dfc4996d
SHA512 (smplayer-skins-20.11.0.tar.bz2) =
a52464b3b0aca82caf3762fde0ad7f1084e7e37b936f97d05f758554f84188cee11cb4d4630575ec10ed3970f0b77bceabb3f90fe4e43ff7d29b5c2725741a7d
+SHA512 (smplayer-themes-20.11.0.tar.bz2) =
4e64c3f44fc3529d980751618cd30fcc395a21701ba7481ad0a6dffc1fa770c13a3414d0853f94cd6163738702a0a75060a92e5c1c426e79902a68d8f8336575
diff --git a/update_smplayer.sh b/update_smplayer.sh
index 34ec8ed..5766629 100755
--- a/update_smplayer.sh
+++ b/update_smplayer.sh
@@ -1,4 +1,4 @@
-version=22.7.0
+version=23.6.0
themes_ver=20.11.0
skins_ver=20.11.0
REPOS="f38 f37 el9 el8"