From 3bd5132fd2de0032a80677c5da4667e0431871c6d02fac1d788554ccf4f78a6f Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 25 Aug 2020 13:19:45 +0000 Subject: [PATCH] Accepting request 828550 from home:Kieltux:branches:multimedia:apps - Update to version 3.5.1: - Update README.md - Fix build - Better server init - Update http - Better Invidious code - Disable yt key warning - Drop minitube-build-fix.patch. Fixed upstream. - Update to version 3.5: * Minitube uses now the Invidious API. No need to use a Google API key anymore. - Rebase minitube-no-update-check.patch: Disable build of internal updater. - Add minitube-build-fix.patch. See https://github.com/flaviotordini/minitube/issues/168 OBS-URL: https://build.opensuse.org/request/show/828550 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=56 --- _service | 2 +- minitube-3.4.2.tar.xz | 3 --- minitube-3.5.1.tar.xz | 3 +++ minitube-no-update-check.patch | 18 +++++++----------- minitube.changes | 23 +++++++++++++++++++++++ minitube.spec | 5 ++--- 6 files changed, 36 insertions(+), 18 deletions(-) delete mode 100644 minitube-3.4.2.tar.xz create mode 100644 minitube-3.5.1.tar.xz diff --git a/_service b/_service index 83547cf..e396908 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ https://github.com/flaviotordini/minitube.git minitube @PARENT_TAG@ - 3.4.2 + 3.5.1 *.tar diff --git a/minitube-3.4.2.tar.xz b/minitube-3.4.2.tar.xz deleted file mode 100644 index 0f501aa..0000000 --- a/minitube-3.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:067cc710a85c535f5023fb3b6ac29df75b3c983686ce83e237169268f070eaad -size 879516 diff --git a/minitube-3.5.1.tar.xz b/minitube-3.5.1.tar.xz new file mode 100644 index 0000000..c1a4f30 --- /dev/null +++ b/minitube-3.5.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f8931fa404fae83428a81fbde7dadc80b59ba81ca18e21048945c62a0a61cd +size 893280 diff --git a/minitube-no-update-check.patch b/minitube-no-update-check.patch index 2a8644c..ba1ee5b 100644 --- a/minitube-no-update-check.patch +++ b/minitube-no-update-check.patch @@ -1,12 +1,8 @@ -diff -Nur minitube-3.4/src/mainwindow.cpp new/src/mainwindow.cpp ---- minitube-3.4/src/mainwindow.cpp 2020-05-29 16:37:47.000000000 +0200 -+++ new/src/mainwindow.cpp 2020-05-31 15:56:15.998171572 +0200 -@@ -216,7 +216,7 @@ +diff -Nur minitube-3.5/lib/updater/updater.pri new/lib/updater/updater.pri +--- minitube-3.5/lib/updater/updater.pri 2020-08-06 21:22:39.000000000 +0200 ++++ new/lib/updater/updater.pri 2020-08-09 10:32:05.280971576 +0200 +@@ -1,4 +1,3 @@ +-DEFINES *= UPDATER - ChannelAggregator::instance()->start(); - -- checkForUpdate(); -+ //checkForUpdate(); - - initialized = true; - } + INCLUDEPATH += $$PWD/src + DEPENDPATH += $$PWD/src diff --git a/minitube.changes b/minitube.changes index cf03326..b13d0bb 100644 --- a/minitube.changes +++ b/minitube.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Aug 18 17:46:33 UTC 2020 - Carsten Ziepke + +- Update to version 3.5.1: + - Update README.md + - Fix build + - Better server init + - Update http + - Better Invidious code + - Disable yt key warning +- Drop minitube-build-fix.patch. Fixed upstream. + +------------------------------------------------------------------- +Sat Aug 15 06:34:36 UTC 2020 - Carsten Ziepke + +- Update to version 3.5: + * Minitube uses now the Invidious API. No need to use a Google + API key anymore. +- Rebase minitube-no-update-check.patch: Disable build of internal + updater. +- Add minitube-build-fix.patch. See + https://github.com/flaviotordini/minitube/issues/168 + ------------------------------------------------------------------- Thu Jun 11 16:16:27 UTC 2020 - Carsten Ziepke diff --git a/minitube.spec b/minitube.spec index 55769d5..81b45fe 100644 --- a/minitube.spec +++ b/minitube.spec @@ -17,7 +17,7 @@ Name: minitube -Version: 3.4.2 +Version: 3.5.1 Release: 0 Summary: Native YouTube Client License: GPL-3.0-or-later @@ -26,7 +26,7 @@ URL: https://flavio.tordini.org/minitube Source: %{name}-%{version}.tar.xz # Manpage written by Jakob Haufe for the Debian project. Source1: minitube.1 -# PATCH-FIX-OPENSUSE minitube-no-update-check.patch sur5r@sur5r.net -- Disable update check. +# PATCH-FIX-OPENSUSE minitube-no-update-check.patch -- Disable build of internal updater Patch0: %{name}-no-update-check.patch BuildRequires: fdupes BuildRequires: hicolor-icon-theme @@ -65,7 +65,6 @@ sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/aboutview.cpp %build %qmake5 \ - "DEFINES+=APP_GOOGLE_API_KEY=AIzaSyBs1wuIgc-QDnk5u7OavF1loJVO0r89B4Y" \ PREFIX=%{_prefix} %make_build