commit f6c8cd1e17807c061139a08408198b4d5aa4975c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu May 31 02:32:51 2018 +0100
Update smplayer to 18.5.0
.gitignore | 1 +
smplayer.spec | 5 ++++-
sources | 2 +-
update_smplayer.sh | 4 +---
4 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fadaa97..45b1c8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,4 @@ smtube-16.3.0.tar.bz2
/smplayer-18.3.0.tar.bz2
/smplayer-18.4.0.tar.bz2
/smtube-18.3.0.tar.bz2
+/smplayer-18.5.0.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index a564244..446dd41 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,5 +1,5 @@
Name: smplayer
-Version: 18.4.0
+Version: 18.5.0
%global smtube_ver 18.3.0
%global smplayer_themes_ver 17.3.0
%global smplayer_skins_ver 15.2.0
@@ -213,6 +213,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Thu May 31 2018 Sérgio Basto <sergio(a)serjux.com> - 18.5.0-1
+- Update smplayer to 18.5.0
+
* Tue Apr 24 2018 Sérgio Basto <sergio(a)serjux.com> - 18.4.0-1
- Update smplayer to 18.4.0
diff --git a/sources b/sources
index 911aace..1300c5c 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-6eb9f38e9f880aa29202beec076b8e0b smplayer-18.4.0.tar.bz2
+ef54d18ad0031aca00c1581b74976bd4 smplayer-18.5.0.tar.bz2
81652002de0006da52361faebe7bd9f2 smtube-18.3.0.tar.bz2
33c063c5a80c5b1625f51ddbb7bfd3a1 smplayer-themes-17.3.0.tar.bz2
57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
diff --git a/update_smplayer.sh b/update_smplayer.sh
index 2f9b71e..ae61823 100755
--- a/update_smplayer.sh
+++ b/update_smplayer.sh
@@ -1,4 +1,4 @@
-version=18.4.0
+version=18.5.0
stube_ver=18.3.0
themes_ver=17.3.0
skins_ver=15.2.0
@@ -20,6 +20,4 @@ git checkout f28 && git merge master && git push
&& rfpkg build --nowait; git ch
echo Press enter to continue; read dummy;
git checkout f27 && git merge master && git push && rfpkg build
--nowait; git checkout master
echo Press enter to continue; read dummy;
-git checkout f26 && git merge master && git push && rfpkg build
--nowait; git checkout master
-echo Press enter to continue; read dummy;
git checkout el7 && git merge master && git push && rfpkg build
--nowait; git checkout master