[smplayer] Update smplayer and smtube to 18.9.0
by Sérgio M. Basto
commit 6dad2af3fa26f8e901a8dac6e7b6be5eaafaf7db
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Sep 19 00:37:37 2018 +0100
Update smplayer and smtube to 18.9.0
.gitignore | 2 ++
smplayer.spec | 9 ++++++---
sources | 4 ++--
update_smplayer.sh | 6 ++++--
4 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f46fb5..585736c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,5 @@ smtube-16.3.0.tar.bz2
/smplayer-18.5.0.tar.bz2
/smplayer-18.6.0.tar.bz2
/smplayer-themes-18.6.0.tar.bz2
+/smplayer-18.9.0.tar.bz2
+/smtube-18.9.0.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index e0cab91..4fb9234 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,9 +1,9 @@
Name: smplayer
-Version: 18.6.0
-%global smtube_ver 18.3.0
+Version: 18.9.0
+%global smtube_ver 18.9.0
%global smplayer_themes_ver 18.6.0
%global smplayer_skins_ver 15.2.0
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: A graphical frontend for mplayer and mpv
Group: Applications/Multimedia
@@ -211,6 +211,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Tue Sep 18 2018 Sérgio Basto <sergio(a)serjux.com> - 18.9.0-1
+- Update smplayer and smtube to 18.9.0
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 18.6.0-3
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
diff --git a/sources b/sources
index 3d88975..bd86edd 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-82123b965ab7024a3d755e5ab232b7d4 smplayer-18.6.0.tar.bz2
-81652002de0006da52361faebe7bd9f2 smtube-18.3.0.tar.bz2
+e9e63ed49234d797491b78d30cae7e2c smplayer-18.9.0.tar.bz2
+d22aad59dde6c00403ef9e357f6e00b3 smtube-18.9.0.tar.bz2
8fe83cd59189291ca0d3beea1991e50b smplayer-themes-18.6.0.tar.bz2
57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
diff --git a/update_smplayer.sh b/update_smplayer.sh
index d237a94..ef3ebe5 100755
--- a/update_smplayer.sh
+++ b/update_smplayer.sh
@@ -1,5 +1,5 @@
-version=18.6.0
-stube_ver=18.3.0
+version=18.9.0
+stube_ver=18.9.0
themes_ver=18.6.0
skins_ver=15.2.0
@@ -16,6 +16,8 @@ rfpkg ci -c && git show
echo Press enter to continue; read dummy;
rfpkg push && rfpkg build --nowait
echo Press enter to continue; read dummy;
+git checkout f29 && git merge master && git push && rfpkg build --nowait; git checkout master
+echo Press enter to continue; read dummy;
git checkout f28 && git merge master && git push && rfpkg build --nowait; git checkout master
echo Press enter to continue; read dummy;
git checkout f27 && git merge master && git push && rfpkg build --nowait; git checkout master
6 years, 2 months
[chromium-freeworld/f27] (5 commits) ...Merge Fedora, chromium-69.0.3497.92-1
by Miro Hrončok
Summary of changes:
f9b8d48... Update dependency to minizip-compat(-devel) (*)
e688f35... conditionalize minizip-compat change (*)
e33ff31... Merge Fedora, chromium-68.0.3440.106-4 (*)
0fc6cb9... 69.0.3497.92 (*)
5a4c348... Merge Fedora, chromium-69.0.3497.92-1 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 2 months
[chromium-freeworld/f28] (5 commits) ...Merge Fedora, chromium-69.0.3497.92-1
by Miro Hrončok
Summary of changes:
f9b8d48... Update dependency to minizip-compat(-devel) (*)
e688f35... conditionalize minizip-compat change (*)
e33ff31... Merge Fedora, chromium-68.0.3440.106-4 (*)
0fc6cb9... 69.0.3497.92 (*)
5a4c348... Merge Fedora, chromium-69.0.3497.92-1 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 2 months
[chromium-freeworld/f29] (5 commits) ...Merge Fedora, chromium-69.0.3497.92-1
by Miro Hrončok
Summary of changes:
f9b8d48... Update dependency to minizip-compat(-devel) (*)
e688f35... conditionalize minizip-compat change (*)
e33ff31... Merge Fedora, chromium-68.0.3440.106-4 (*)
0fc6cb9... 69.0.3497.92 (*)
5a4c348... Merge Fedora, chromium-69.0.3497.92-1 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 2 months
[qt5-qtwebengine-freeworld] document minizip-compat-devel bogosity
by Rex Dieter
commit 0136861b0ad26d032db8577062dbd0be55e5cfc3
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Tue Sep 18 11:50:47 2018 -0500
document minizip-compat-devel bogosity
hopefully that workaround is only temporary
qt5-qtwebengine-freeworld.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index 4905faa..85b56e0 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -167,12 +167,13 @@ BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(opus)
BuildRequires: pkgconfig(libevent)
BuildRequires: pkgconfig(zlib)
-BuildRequires: pkgconfig(minizip)
# make sure we get the right minizip
+# this conditional should only be temporary, see also:
+# https://bugzilla.redhat.com/show_bug.cgi?id=1630448
%if 0%{?fedora} > 29
-BuildRequires: minizip-compat-devel
+BuildRequires: minizip-compat-devel
%else
-BuildRequires: minizip-devel
+BuildRequires: pkgconfig(minizip)
%endif
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xi)
6 years, 2 months