Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2020-09-22 21:04:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and      /work/SRC/openSUSE:Factory/.minitube.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "minitube"

Tue Sep 22 21:04:27 2020 rev:19 rq:829563 version:3.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/minitube/minitube.changes        2020-06-12 
21:42:54.660259015 +0200
+++ /work/SRC/openSUSE:Factory/.minitube.new.4249/minitube.changes      
2020-09-22 21:05:18.991621499 +0200
@@ -1,0 +2,23 @@
+Tue Aug 18 17:46:33 UTC 2020 - Carsten Ziepke <[email protected]>
+
+- 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 <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  minitube-3.4.2.tar.xz

New:
----
  minitube-3.5.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ minitube.spec ++++++
--- /var/tmp/diff_new_pack.7sO65J/_old  2020-09-22 21:05:20.003622385 +0200
+++ /var/tmp/diff_new_pack.7sO65J/_new  2020-09-22 21:05:20.003622385 +0200
@@ -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 @@
 Source:         %{name}-%{version}.tar.xz
 # Manpage written by Jakob Haufe <[email protected]> for the Debian project.
 Source1:        minitube.1
-# PATCH-FIX-OPENSUSE minitube-no-update-check.patch [email protected] -- 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 @@
 
 %build
 %qmake5 \
-  "DEFINES+=APP_GOOGLE_API_KEY=AIzaSyBs1wuIgc-QDnk5u7OavF1loJVO0r89B4Y" \
   PREFIX=%{_prefix}
 %make_build
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.7sO65J/_old  2020-09-22 21:05:20.039622416 +0200
+++ /var/tmp/diff_new_pack.7sO65J/_new  2020-09-22 21:05:20.039622416 +0200
@@ -4,7 +4,7 @@
     <param name="url">https://github.com/flaviotordini/minitube.git</param>
     <param name="filename">minitube</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">3.4.2</param>
+    <param name="revision">3.5.1</param>
   </service>
   <service mode="disabled" name="recompress">
     <param name="file">*.tar</param>

++++++ minitube-3.4.2.tar.xz -> minitube-3.5.1.tar.xz ++++++
++++ 9343 lines of diff (skipped)

++++++ minitube-no-update-check.patch ++++++
--- /var/tmp/diff_new_pack.7sO65J/_old  2020-09-22 21:05:20.403622735 +0200
+++ /var/tmp/diff_new_pack.7sO65J/_new  2020-09-22 21:05:20.403622735 +0200
@@ -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


Reply via email to