[smtube/f35] Update smtube to 21.7.0
by Sérgio M. Basto
Summary of changes:
a0bfb31... Update smtube to 21.7.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 3 months
[smtube] Update smtube to 21.7.0
by Sérgio M. Basto
commit a0bfb3177780ac903a42dcadf8da90db22236a72
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Aug 19 03:07:10 2021 +0100
Update smtube to 21.7.0
.gitignore | 1 +
smtube-18.11.0-system-qtsingleapplication.patch | 17 -----------------
smtube.spec | 17 ++++++-----------
sources | 2 +-
4 files changed, 8 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0cee6e..f46bf48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/smtube-19.6.0.tar.bz2
/smtube-20.1.0.tar.bz2
/smtube-20.6.0.tar.bz2
+/smtube-21.7.0.tar.bz2
diff --git a/smtube.spec b/smtube.spec
index 75303be..bb90a3a 100644
--- a/smtube.spec
+++ b/smtube.spec
@@ -1,12 +1,11 @@
Name: smtube
-Version: 20.6.0
-Release: 4%{?dist}
+Version: 21.7.0
+Release: 1%{?dist}
Summary: YouTube browser for SMPlayer
License: GPLv2+
URL: https://www.smtube.org
Source0: https://downloads.sourceforge.net/smtube/smtube-%{version}.tar.bz2
-Patch3: smtube-18.11.0-system-qtsingleapplication.patch
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qttools-devel
@@ -18,13 +17,11 @@ BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5PrintSupport)
-BuildRequires: pkgconfig(Qt5Script)
+#BuildRequires: pkgconfig(Qt5Script)
BuildRequires: pkgconfig(Qt5Sql)
BuildRequires: pkgconfig(Qt5WebKitWidgets)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Xml)
-# for unbundle sources
-BuildRequires: qtsingleapplication-qt5-devel
Requires: hicolor-icon-theme
%if 0%{?fedora} || 0%{?rhel} > 7
@@ -42,13 +39,8 @@ and play YouTube videos.
%prep
%setup -q
-rm -rf src/qtsingleapplication/
-%patch3 -p1 -b .qtsingleapplication
# correction for wrong-file-end-of-line-encoding
%{__sed} -i 's/\r//' *.txt
-# fix files which are not UTF-8
-iconv -f Latin1 -t UTF-8 -o Changelog.utf8 Changelog
-mv Changelog.utf8 Changelog
%build
pushd src
@@ -90,6 +82,9 @@ fi
%{_docdir}/%{name}/
%changelog
+* Mon Aug 16 2021 Sérgio Basto <sergio(a)serjux.com> - 21.7.0-1
+- Update smtube to 21.7.0
+
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 20.6.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/sources b/sources
index e61b8d5..d3e8653 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (smtube-20.6.0.tar.bz2) = abbd868d88e9d3e87fe556f088007378fd11844b91e08fe301d548e0e80acc07b005860b571baa44236ccfa808bf61a7bb7090b8508fe3dae8159364496b34c0
+SHA512 (smtube-21.7.0.tar.bz2) = 03f37f7cf3dedfb82b1659e5e6b97a71b8d62ba040426f104e4b50c2a385ec49569a2d8b475e7304a2d7ec28276c9be84da5d6e5df65c4c478f0b192d6e51357
3 years, 3 months