commit minitube for openSUSE:Factory

2020-09-22 Thread root
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.changes2020-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 
+
+- 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
+
+---

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  for the Debian project.
 Source1:minitube.1
-# PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@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 @@
 
 %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 @@
 https://github.com/flaviotordini/minitube.git
 minitube
 @PARENT_TAG@
-3.4.2
+3.5.1
   
   
 *.tar

++ 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.cpp2020-05-29 16:37:47.0 +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.0 
+0200
 new/lib/updater/updater.pri2020-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




commit minitube for openSUSE:Factory

2020-06-12 Thread root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2020-06-12 21:40:50

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new.3606 (New)


Package is "minitube"

Fri Jun 12 21:40:50 2020 rev:18 rq:813790 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2020-06-06 
23:39:39.220962790 +0200
+++ /work/SRC/openSUSE:Factory/.minitube.new.3606/minitube.changes  
2020-06-12 21:42:54.660259015 +0200
@@ -1,0 +2,11 @@
+Thu Jun 11 16:16:27 UTC 2020 - Carsten Ziepke 
+
+- Update to version 3.4.2:
+  * esc closes about view
+- Drop minitube-fix_audio_playback.patch, fixed upstream
+  https://github.com/flaviotordini/minitube/issues/157
+- Drop 
minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch,
+  fixed upstream
+  https://github.com/flaviotordini/minitube/issues/155
+
+---

Old:

  minitube-3.4.tar.xz
  minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
  minitube-fix_audio_playback.patch

New:

  minitube-3.4.2.tar.xz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.7Qm8ZC/_old  2020-06-12 21:42:58.836269510 +0200
+++ /var/tmp/diff_new_pack.7Qm8ZC/_new  2020-06-12 21:42:58.836269510 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   minitube
-Version:3.4
+Version:3.4.2
 Release:0
 Summary:Native YouTube Client
 License:GPL-3.0-or-later
@@ -28,10 +28,6 @@
 Source1:minitube.1
 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@sur5r.net -- Disable 
update check.
 Patch0: %{name}-no-update-check.patch
-# PATCH-FIX-UPSTREAM 
minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch- 
gh#flaviotordini/minitube/#157
-Patch1: 
%{name}-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
-# PATCH-FIX-UPSTREAM minitube-fix_audio_playback.patch - 
gh#flaviotordini/minitube/#155
-Patch2:  %{name}-fix_audio_playback.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-linguist
@@ -62,8 +58,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE="$(LC_ALL=C date -u -d "@${SOURCE_DATE_EPOCH}" '+%%b %%e %%Y')"

++ _service ++
--- /var/tmp/diff_new_pack.7Qm8ZC/_old  2020-06-12 21:42:58.880269621 +0200
+++ /var/tmp/diff_new_pack.7Qm8ZC/_new  2020-06-12 21:42:58.884269630 +0200
@@ -4,7 +4,7 @@
 https://github.com/flaviotordini/minitube.git
 minitube
 @PARENT_TAG@
-3.4
+3.4.2
   
   
 *.tar

++ minitube-3.4.tar.xz -> minitube-3.4.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-3.4/create_assets.sh 
new/minitube-3.4.2/create_assets.sh
--- old/minitube-3.4/create_assets.sh   2020-05-29 16:37:47.0 +0200
+++ new/minitube-3.4.2/create_assets.sh 2020-06-10 18:50:13.0 +0200
@@ -56,7 +56,7 @@
 
 compress_sources() {
   cd "${source_dir}"
-  tar cvfz "${package_name}-${version}.tar.bz2" \
+  tar -cjvf "${package_name}-${version}.tar.bz2" \
 "${package_name}-${version}"
 }
 
Binary files old/minitube-3.4/icons/dark/16/search-duration_active.png and 
new/minitube-3.4.2/icons/dark/16/search-duration_active.png differ
Binary files old/minitube-3.4/icons/dark/16/search-duration_act...@2x.png and 
new/minitube-3.4.2/icons/dark/16/search-duration_act...@2x.png differ
Binary files old/minitube-3.4/icons/dark/16/search-duration_disabled.png and 
new/minitube-3.4.2/icons/dark/16/search-duration_disabled.png differ
Binary files old/minitube-3.4/icons/dark/16/search-duration_disab...@2x.png and 
new/minitube-3.4.2/icons/dark/16/search-duration_disab...@2x.png differ
Binary files old/minitube-3.4/icons/dark/16/search-duration_normal.png and 
new/minitube-3.4.2/icons/dark/16/search-duration_normal.png differ
Binary files old/minitube-3.4/icons/dark/16/search-duration_nor...@2x.png and 
new/minitube-3.4.2/icons/dark/16/search-duration_nor...@2x.png differ
Binary files old/minitube-3.4/icons/dark/16/search-time_active.png and 
new/minitube-3.4.2/icons/dark/16/search-time_active.png differ
Binary files old/minitube-3.4/icons/dark/16/search-time_act...@2x.png and 
new/minitube-3.4.2/icons/dark/16/search-time_act...@2x.png differ
Binary files old/minitube-3.4/icons/dark/16/search-time_disabled.png and 
new/minitube-3.4.2/icons/dark/16/search-time_disabled.png differ
Binary files old/minitube-3.4/icons/dark/16/search-time_disab...@2x.png and 
new/minitube-3.4.2/icons/dark/16/search-time_disab...@2

commit minitube for openSUSE:Factory

2020-06-06 Thread root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2020-06-06 23:39:06

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new.3606 (New)


Package is "minitube"

Sat Jun  6 23:39:06 2020 rev:17 rq:811903 version:3.4

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2020-03-19 
19:54:02.496277134 +0100
+++ /work/SRC/openSUSE:Factory/.minitube.new.3606/minitube.changes  
2020-06-06 23:39:39.220962790 +0200
@@ -1,0 +2,16 @@
+Sun May 31 14:18:19 UTC 2020 - Carsten Ziepke 
+
+- Update to version 3.4:
+  * 0-9 keyboard shortcuts to navigate video
+  * Left and Right arrow keyboard shortcuts to seek 10 seconds
+  * New icons
+  * Fixed layout bug when window is maximized on macOS
+  * Fixed playback for some videos
+  * Updated Polish and Japanese translations
+- Run spec-cleaner
+- Rebase minitube-no-update-check.patch,
+  minitube-qt5-lessthan-ten.patch and
+  minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
+- Add minitube-fix_audio_playback.patch
+
+---

Old:

  minitube-3.3.tar.xz

New:

  minitube-3.4.tar.xz
  minitube-fix_audio_playback.patch



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.xMcA9M/_old  2020-06-06 23:39:41.148968841 +0200
+++ /var/tmp/diff_new_pack.xMcA9M/_new  2020-06-06 23:39:41.152968853 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package minitube
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   minitube
-Version:3.3
+Version:3.4
 Release:0
 Summary:Native YouTube Client
 License:GPL-3.0-or-later
@@ -28,8 +28,10 @@
 Source1:minitube.1
 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@sur5r.net -- Disable 
update check.
 Patch0: %{name}-no-update-check.patch
-# PATCH-FIX-UPSTREAM 
minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
+# PATCH-FIX-UPSTREAM 
minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch- 
gh#flaviotordini/minitube/#157
 Patch1: 
%{name}-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
+# PATCH-FIX-UPSTREAM minitube-fix_audio_playback.patch - 
gh#flaviotordini/minitube/#155
+Patch2:  %{name}-fix_audio_playback.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-linguist
@@ -61,6 +63,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE="$(LC_ALL=C date -u -d "@${SOURCE_DATE_EPOCH}" '+%%b %%e %%Y')"
@@ -70,7 +73,7 @@
 %qmake5 \
   "DEFINES+=APP_GOOGLE_API_KEY=AIzaSyBs1wuIgc-QDnk5u7OavF1loJVO0r89B4Y" \
   PREFIX=%{_prefix}
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %qmake5_install
@@ -78,7 +81,7 @@
 %suse_update_desktop_file -r %{name} AudioVideo Video Player
 # symlink for german translation file de_DE -> de
 pushd %{buildroot}%{_datadir}/%{name}/locale
-%{__ln_s} de_DE.qm de.qm
+ln -s de_DE.qm de.qm
 popd
 %fdupes %{buildroot}%{_datadir}/
 

++ _service ++
--- /var/tmp/diff_new_pack.xMcA9M/_old  2020-06-06 23:39:41.176968929 +0200
+++ /var/tmp/diff_new_pack.xMcA9M/_new  2020-06-06 23:39:41.176968929 +0200
@@ -4,7 +4,7 @@
 https://github.com/flaviotordini/minitube.git
 minitube
 @PARENT_TAG@
-3.3
+3.4
   
   
 *.tar

++ minitube-3.3.tar.xz -> minitube-3.4.tar.xz ++
 2925 lines of diff (skipped)

++ 
minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch ++
--- /var/tmp/diff_new_pack.xMcA9M/_old  2020-06-06 23:39:41.496969933 +0200
+++ /var/tmp/diff_new_pack.xMcA9M/_new  2020-06-06 23:39:41.496969933 +0200
@@ -1,18 +1,6 @@
-diff -Nur minitube-3.3/lib/media/src/mpv/mediampv.cpp 
new/lib/media/src/mpv/mediampv.cpp
 minitube-3.3/lib/media/src/mpv/mediampv.cpp2019-12-21 
01:57:27.0 +0100
-+++ new/lib/media/src/mpv/mediampv.cpp 2020-03-18 18:02:54.101895593 +0100
-@@ -1,7 +1,7 @@
- #include "mediampv.h"
- 
- #include 
--#include 
-+#include 
- 
- #ifndef MEDIA_AUDIOONLY
- #include "mpvwidget.h"
-diff -Nur minitube-3.3/lib/media/src/mpv/mpvwidget.h 
new/lib/media/src/mpv/mpvwidget.h
 minitube-3.3/lib/media/src/mpv/mpvwidget.h 2019-12-21 01:57:27.0 
+0100
-+++ new/lib/media/src/mpv/mpvwidget.h  2020-03-18 18:03:18.141699378 +0100
+diff -Nur minitube-3.4/lib/media/src/mpv/mpvwidget.h 
new/lib/media/

commit minitube for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2020-03-19 19:50:26

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new.3160 (New)


Package is "minitube"

Thu Mar 19 19:50:26 2020 rev:16 rq:786247 version:3.3

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2020-02-03 
11:14:59.517895686 +0100
+++ /work/SRC/openSUSE:Factory/.minitube.new.3160/minitube.changes  
2020-03-19 19:54:02.496277134 +0100
@@ -1,0 +2,9 @@
+Wed Mar 18 17:27:59 UTC 2020 - Carsten Ziepke 
+
+- Added fix for building with newer mpv versions:
+  minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
+  The qthelper.hpp header file is removed in the git version of mpv
+  because it is depreceated
+- Fix german translation (symlink DE_de -> de).
+
+---

New:

  minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.prUFhn/_old  2020-03-19 19:54:02.920277150 +0100
+++ /var/tmp/diff_new_pack.prUFhn/_new  2020-03-19 19:54:02.920277150 +0100
@@ -28,13 +28,15 @@
 Source1:minitube.1
 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@sur5r.net -- Disable 
update check.
 Patch0: %{name}-no-update-check.patch
+# PATCH-FIX-UPSTREAM 
minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
+Patch1: 
%{name}-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-linguist
 BuildRequires:  libqt5-qtdeclarative-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Core) >= 5.10
+BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Script)
@@ -58,6 +60,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE="$(LC_ALL=C date -u -d "@${SOURCE_DATE_EPOCH}" '+%%b %%e %%Y')"
@@ -73,6 +76,10 @@
 %qmake5_install
 install -Dpm 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
 %suse_update_desktop_file -r %{name} AudioVideo Video Player
+# symlink for german translation file de_DE -> de
+pushd %{buildroot}%{_datadir}/%{name}/locale
+%{__ln_s} de_DE.qm de.qm
+popd
 %fdupes %{buildroot}%{_datadir}/
 
 %files

++ 
minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch ++
diff -Nur minitube-3.3/lib/media/src/mpv/mediampv.cpp 
new/lib/media/src/mpv/mediampv.cpp
--- minitube-3.3/lib/media/src/mpv/mediampv.cpp 2019-12-21 01:57:27.0 
+0100
+++ new/lib/media/src/mpv/mediampv.cpp  2020-03-18 18:02:54.101895593 +0100
@@ -1,7 +1,7 @@
 #include "mediampv.h"
 
 #include 
-#include 
+#include 
 
 #ifndef MEDIA_AUDIOONLY
 #include "mpvwidget.h"
diff -Nur minitube-3.3/lib/media/src/mpv/mpvwidget.h 
new/lib/media/src/mpv/mpvwidget.h
--- minitube-3.3/lib/media/src/mpv/mpvwidget.h  2019-12-21 01:57:27.0 
+0100
+++ new/lib/media/src/mpv/mpvwidget.h   2020-03-18 18:03:18.141699378 +0100
@@ -3,7 +3,7 @@
 
 #include 
 #include 
-#include 
+#include 
 #include 
 
 class MpvWidget Q_DECL_FINAL : public QOpenGLWidget {
diff -Nur minitube-3.3/lib/media/src/mpv/qthelper.hpp 
new/lib/media/src/mpv/qthelper.hpp
--- minitube-3.3/lib/media/src/mpv/qthelper.hpp 1970-01-01 01:00:00.0 
+0100
+++ new/lib/media/src/mpv/qthelper.hpp  2020-03-18 17:57:01.084816366 +0100
@@ -0,0 +1,386 @@
+/* Copyright (C) 2017 the mpv developers
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
+#ifndef MPV_CLIENT_API_QTHELPER_H_
+#define MPV_CLIENT_API_QTHELPER_H_
+
+#include 
+
+#if !MPV_ENABLE_DEPRECATED
+#error "This helper is deprecated. Copy it into your project instead."
+#else
+
+/**
+ * Note: these helpers are provided for convenience for C++/Qt applications.
+ * Thi

commit minitube for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2020-02-03 11:14:54

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new.26092 (New)


Package is "minitube"

Mon Feb  3 11:14:54 2020 rev:15 rq:769345 version:3.3

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2019-12-06 
12:12:19.356026561 +0100
+++ /work/SRC/openSUSE:Factory/.minitube.new.26092/minitube.changes 
2020-02-03 11:14:59.517895686 +0100
@@ -1,0 +2,8 @@
+Sun Feb  2 07:30:21 UTC 2020 - Carsten Ziepke 
+
+- Update to version 3.3:
+  * Fix video playback
+  * Updated translations
+  * Change user agent from curl to Mozilla
+  
+---

Old:

  minitube-3.2.tar.xz

New:

  minitube-3.3.tar.xz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.STmIxK/_old  2020-02-03 11:15:00.497896182 +0100
+++ /var/tmp/diff_new_pack.STmIxK/_new  2020-02-03 11:15:00.501896184 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minitube
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   minitube
-Version:3.2
+Version:3.3
 Release:0
 Summary:Native YouTube Client
 License:GPL-3.0-or-later

++ _service ++
--- /var/tmp/diff_new_pack.STmIxK/_old  2020-02-03 11:15:00.517896192 +0100
+++ /var/tmp/diff_new_pack.STmIxK/_new  2020-02-03 11:15:00.517896192 +0100
@@ -4,7 +4,7 @@
 https://github.com/flaviotordini/minitube.git
 minitube
 @PARENT_TAG@
-3.2
+3.3
   
   
 *.tar

++ minitube-3.2.tar.xz -> minitube-3.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-3.2/README.md new/minitube-3.3/README.md
--- old/minitube-3.2/README.md  2019-09-13 07:07:09.0 +0200
+++ new/minitube-3.3/README.md  2019-12-21 01:57:27.0 +0100
@@ -21,7 +21,7 @@
 
 git clone --recursive https://github.com/flaviotordini/minitube.git
 
-You need Qt >= 5.6 and MPV >= 0.29.0. The following Qt modules are needed: 
core, gui, widgets, network, sql (using the Sqlite plugin), declarative, dbus, 
x11extras.
+You need Qt >= 5.10 and MPV >= 0.29.0. The following Qt modules are needed: 
core, gui, widgets, network, sql (using the Sqlite plugin), declarative, dbus, 
x11extras.
 
 To be able to build on a Debian (or derivative) system:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-3.2/locale/ca.ts 
new/minitube-3.3/locale/ca.ts
--- old/minitube-3.2/locale/ca.ts   2019-09-13 07:07:09.0 +0200
+++ new/minitube-3.3/locale/ca.ts   2019-12-21 01:57:27.0 +0100
@@ -209,17 +209,17 @@
 
 K
 K as in Kilo, i.e. thousands
-
+K
 
 
 M
 M stands for Millions
-
+M
 
 
 B
 B stands for Billions
-
+B
 
 
 %1 views
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-3.2/locale/ko_KR.ts 
new/minitube-3.3/locale/ko_KR.ts
--- old/minitube-3.2/locale/ko_KR.ts2019-09-13 07:07:09.0 +0200
+++ new/minitube-3.3/locale/ko_KR.ts2019-12-21 01:57:27.0 +0100
@@ -69,7 +69,7 @@
 ActivationView
 
 Please license %1
-%1을(를) 구입 하세요
+%1을(를) 구입하세요
 
 
 This demo has expired.
@@ -145,11 +145,11 @@
 
 
 Last Watched
-마지막 시청
+최근 본 동영상
 
 
 Most Watched
-가장 많이 시청
+가장 많이 본 동영상
 
 
 Sort by
@@ -161,11 +161,11 @@
 
 
 Show Updated
-업데이트 표시
+업데이트
 
 
 You have no subscriptions. Use the star symbol to subscribe to 
channels.
-구독 항목이 없습니다. 채널을 구독 하려면 별 아이콘을 사용 하세요.
+구독 항목이 없습니다. 채널을 구독하려면 별 아이콘을 사용하세요.
 
 
 All Videos
@@ -185,26 +185,26 @@
 
 
 There are no updated subscriptions at this time.
-현재 업데이트된 구독이 없습니다.
+구독 목록이 최신입니다.
 
 
 
 DataUtils
 
 Just now
-지금
+방금 전
 
 
 %n hour(s) ago
-
+%n시간 전
 
 
 %n day(s) ago
-
+%s일 전
 
 
 %n month(s) ago
-
+%n달 전
 
 
 K
@@ -223,7 +223,7 @@
 
 
 %1 views
-%

commit minitube for openSUSE:Factory

2019-12-06 Thread root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2019-12-06 12:11:57

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new.4691 (New)


Package is "minitube"

Fri Dec  6 12:11:57 2019 rev:14 rq:754588 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2019-06-17 
10:35:28.249200295 +0200
+++ /work/SRC/openSUSE:Factory/.minitube.new.4691/minitube.changes  
2019-12-06 12:12:19.356026561 +0100
@@ -1,0 +2,11 @@
+Thu Dec  5 17:36:41 UTC 2019 - Carsten Ziepke 
+
+- Update to version 3.2:
+  * Updated translations
+  * Fixes to video playback
+  * Qt >= 5.10 is needed
+- Removed minitube.changes as source to use as reference for the
+  fake build date, because SOURCE_DATE_EPOCH is used
+- Spec cleanup
+
+---

Old:

  minitube-3.1.tar.xz

New:

  minitube-3.2.tar.xz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.IHU7Xg/_old  2019-12-06 12:12:21.360025588 +0100
+++ /var/tmp/diff_new_pack.IHU7Xg/_new  2019-12-06 12:12:21.364025587 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   minitube
-Version:3.1
+Version:3.2
 Release:0
 Summary:Native YouTube Client
 License:GPL-3.0-or-later
@@ -26,9 +26,6 @@
 Source: %{name}-%{version}.tar.xz
 # Manpage written by Jakob Haufe  for the Debian project.
 Source1:minitube.1
-%if 0%{?suse_version} < 1500
-Source99:   %{name}.changes
-%endif
 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@sur5r.net -- Disable 
update check.
 Patch0: %{name}-no-update-check.patch
 BuildRequires:  fdupes
@@ -37,6 +34,7 @@
 BuildRequires:  libqt5-qtdeclarative-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Core) >= 5.10
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Script)
@@ -61,10 +59,6 @@
 %setup -q
 %patch0 -p1
 
-%if 0%{?suse_version} < 1500
-SOURCE_DATE="$(sed -n '/^/n;s/ - .*$//;p;q' 
"%{_sourcedir}/%{name}.changes")"
-export SOURCE_DATE_EPOCH="$(date -d "$SOURCE_DATE" '+%%s')"
-%endif
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE="$(LC_ALL=C date -u -d "@${SOURCE_DATE_EPOCH}" '+%%b %%e %%Y')"
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/aboutview.cpp
@@ -81,16 +75,6 @@
 %suse_update_desktop_file -r %{name} AudioVideo Video Player
 %fdupes %{buildroot}%{_datadir}/
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
-
 %files
 %license COPYING
 %doc AUTHORS CHANGES TODO

++ _service ++
--- /var/tmp/diff_new_pack.IHU7Xg/_old  2019-12-06 12:12:21.392025573 +0100
+++ /var/tmp/diff_new_pack.IHU7Xg/_new  2019-12-06 12:12:21.392025573 +0100
@@ -4,7 +4,7 @@
 https://github.com/flaviotordini/minitube.git
 minitube
 @PARENT_TAG@
-3.1
+3.2
   
   
 *.tar

++ minitube-3.1.tar.xz -> minitube-3.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-3.1/locale/fr.ts 
new/minitube-3.2/locale/fr.ts
--- old/minitube-3.1/locale/fr.ts   2019-06-14 15:06:12.0 +0200
+++ new/minitube-3.2/locale/fr.ts   2019-09-13 07:07:09.0 +0200
@@ -27,7 +27,7 @@
 
 
 Powered by %1
-
+Alimenté par %1
 
 
 Open-source software
@@ -856,7 +856,7 @@
 
 
 Switched to %1
-
+Basculé vers %1
 
 
 Unsubscribed from %1
@@ -905,7 +905,7 @@
 PickMessage
 
 Pick a video
-
+Choisir une vidéo
 
 
 
@@ -1102,7 +1102,7 @@
 
 
 &Forward
-
+&Continuer
 
 
 Forward to %1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-3.1/locale/hu.ts 
new/minitube-3.2/locale/hu.ts
--- old/minitube-3.1/locale/hu.ts   2019-06-14 15:06:12.0 +0200
+++ new/minitube-3.2/locale/hu.ts   2019-09-13 07:07:09.0 +0200
@@ -27,11 +27,11 @@
 
 
 Powered by %1
-
+%1 támogatásával
 
 
 Open-source software
-
+Nyílt forráskódú szoftver
 
 
 Icon designed by %1.
@@ -209,17 +209,17 @@
 
 K
 K as in Kilo, i.e. thousands
-
+K
 
 
 M
 M stands for Millions
-
+M
 
 
 B
 B stands for Billions
-
+B
 
 
  

commit minitube for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2019-06-17 10:35:26

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new.4811 (New)


Package is "minitube"

Mon Jun 17 10:35:26 2019 rev:13 rq:710288 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2019-05-22 
11:11:34.586592327 +0200
+++ /work/SRC/openSUSE:Factory/.minitube.new.4811/minitube.changes  
2019-06-17 10:35:28.249200295 +0200
@@ -1,0 +2,7 @@
+Sun Jun 16 19:58:02 UTC 2019 - Carsten Ziepke 
+
+- Update to version 3.1:
+  * Fixes some videos skipping. 
+  * Bug fix for audio playback not resuming after long pauses.
+
+---

Old:

  minitube-3.0.tar.xz

New:

  minitube-3.1.tar.xz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.2dpZ7J/_old  2019-06-17 10:35:28.809200015 +0200
+++ /var/tmp/diff_new_pack.2dpZ7J/_new  2019-06-17 10:35:28.813200013 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   minitube
-Version:3.0
+Version:3.1
 Release:0
 Summary:Native YouTube Client
 License:GPL-3.0-or-later

++ _service ++
--- /var/tmp/diff_new_pack.2dpZ7J/_old  2019-06-17 10:35:28.84915 +0200
+++ /var/tmp/diff_new_pack.2dpZ7J/_new  2019-06-17 10:35:28.84915 +0200
@@ -4,7 +4,7 @@
 https://github.com/flaviotordini/minitube.git
 minitube
 @PARENT_TAG@
-3.0
+3.1
   
   
 *.tar

++ minitube-3.0.tar.xz -> minitube-3.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-3.0/README.md new/minitube-3.1/README.md
--- old/minitube-3.0/README.md  2019-03-23 09:25:27.0 +0100
+++ new/minitube-3.1/README.md  2019-06-14 15:06:12.0 +0200
@@ -21,7 +21,7 @@
 
 git clone --recursive https://github.com/flaviotordini/minitube.git
 
-You need at least Qt 5.6. The following Qt modules are needed: core, gui, 
widgets, network, sql (using the Sqlite plugin), declarative, dbus, x11extras.
+You need Qt >= 5.6 and MPV >= 0.29.0. The following Qt modules are needed: 
core, gui, widgets, network, sql (using the Sqlite plugin), declarative, dbus, 
x11extras.
 
 To be able to build on a Debian (or derivative) system:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-3.0/create_assets.sh 
new/minitube-3.1/create_assets.sh
--- old/minitube-3.0/create_assets.sh   1970-01-01 01:00:00.0 +0100
+++ new/minitube-3.1/create_assets.sh   2019-06-14 15:06:12.0 +0200
@@ -0,0 +1,124 @@
+#!/usr/bin/env bash
+#
+# Copyright 2019, David Runge
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see .
+#
+# Creates assets for $upstream in the form of
+# ${package_name}-$version.tar.bz2' and moves the file to the current working
+# directory (aka. $(pwd)).
+# Optionally creates a detached PGP signature for the tarball.
+# Requires a writable /tmp folder.
+
+set -euo pipefail
+
+get_absolute_path() {
+  cd "$(dirname "$0")" && pwd -P
+}
+
+remove_source_dir() {
+  rm -rf "${source_dir:?}/${package_name}"*
+}
+
+checkout_project() {
+  remove_source_dir
+  cd "${source_dir}"
+  git clone "$upstream" --recursive
+  cd "${package_name}"
+  git checkout "${version}"
+}
+
+clean_sources() {
+  cd "${source_dir}/${package_name}"
+  rm -rfv .gitignore \
+  .gitmodules \
+  .clang-format \
+  .travis.yml \
+  .git/ \
+  create_assets.sh
+}
+
+rename_sources() {
+  cd "${source_dir}"
+  mv -v "${package_name}" "${package_name}-${version}"
+}
+
+compress_sources() {
+  cd "${source_dir}"
+  tar cvfz "${package_name}-${version}.tar.bz2" \
+"${package_name}-${version}"
+}
+
+move_sources() {
+  cd "${source_dir}"
+  mv -v "${package_name}-${version}.tar.bz2" "${output_dir}/"
+}
+
+sign_sources() {
+  cd "${output_dir}"
+  gpg2 --default-key "${signer}" \
+   --output "${package_name}-${version}.tar.bz2.asc" \
+   --detach-sign "${package_name}-${version}.tar.bz2"
+}
+
+cleanup_so

commit minitube for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2019-05-22 11:11:32

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new.5148 (New)


Package is "minitube"

Wed May 22 11:11:32 2019 rev:12 rq:701720 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2018-01-09 
14:52:18.570287905 +0100
+++ /work/SRC/openSUSE:Factory/.minitube.new.5148/minitube.changes  
2019-05-22 11:11:34.586592327 +0200
@@ -1,0 +2,8 @@
+Wed May  8 21:35:19 UTC 2019 - Alexei Sorokin 
+
+- Update to version 3.0:
+  * Port from Phonon to MPV.
+  * Support all YouTube video resolutions up to 4K.
+- Switch to SOURCE_DATE_EPOCH for fake build dates.
+
+---
@@ -21,0 +30 @@
+

Old:

  minitube-2.9.tar.gz

New:

  _service
  minitube-3.0.tar.xz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.5mtNP5/_old  2019-05-22 11:11:35.166592153 +0200
+++ /var/tmp/diff_new_pack.5mtNP5/_new  2019-05-22 11:11:35.166592153 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package minitube
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,36 +12,39 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   minitube
-Version:2.9
+Version:3.0
 Release:0
 Summary:Native YouTube Client
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Video/Players
-Url:http://flavio.tordini.org/minitube
-Source: 
https://github.com/flaviotordini/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:https://flavio.tordini.org/minitube
+Source: %{name}-%{version}.tar.xz
 # Manpage written by Jakob Haufe  for the Debian project.
 Source1:minitube.1
+%if 0%{?suse_version} < 1500
 Source99:   %{name}.changes
+%endif
 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@sur5r.net -- Disable 
update check.
 Patch0: %{name}-no-update-check.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-linguist
 BuildRequires:  libqt5-qtdeclarative-devel
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Script)
 BuildRequires:  pkgconfig(Qt5Sql)
 BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(Qt5Xml)
-BuildRequires:  pkgconfig(phonon4qt5)
-Requires:   phonon4qt5-backend
+BuildRequires:  pkgconfig(mpv) >= 0.29.0
 Recommends: %{name}-lang
 
 %description
@@ -57,23 +60,28 @@
 %prep
 %setup -q
 %patch0 -p1
+
+%if 0%{?suse_version} < 1500
+SOURCE_DATE="$(sed -n '/^/n;s/ - .*$//;p;q' 
"%{_sourcedir}/%{name}.changes")"
+export SOURCE_DATE_EPOCH="$(date -d "$SOURCE_DATE" '+%%s')"
+%endif
 # Remove build time references so build-compare can do its work
-FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')
-sed -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -i src/aboutview.cpp
+FAKE_BUILDDATE="$(LC_ALL=C date -u -d "@${SOURCE_DATE_EPOCH}" '+%%b %%e %%Y')"
+sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/aboutview.cpp
 
 %build
 %qmake5 \
   "DEFINES+=APP_GOOGLE_API_KEY=AIzaSyBs1wuIgc-QDnk5u7OavF1loJVO0r89B4Y" \
   PREFIX=%{_prefix}
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-%{qmake5_install}
-install -Dm 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
+%qmake5_install
+install -Dpm 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
 %suse_update_desktop_file -r %{name} AudioVideo Video Player
 %fdupes %{buildroot}%{_datadir}/
 
-%if 0%{?suse_version} <= 1320
+%if 0%{?suse_version} < 1500
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -84,8 +92,8 @@
 %endif
 
 %files
-%doc AUTHORS COPYING TODO
-%license CHANGES
+%license COPYING
+%doc AUTHORS CHANGES TODO
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %exclude %{_datadir}/%{name}/locale/
@@ -93,12 +101,11 @@
 %dir %{_datadir}/icons/hicolor/*/
 %dir %{_datadir}/icons/hicolor/*/apps/
 %{_datadir}/icons/hicolor/*/apps/%{name}*
-%{_mandir}/man?/%{name}.?%{?ext_man}
-%dir %{_datadir}/appdata
+%dir %{_datadir}/appdata/
 %{_datadir}/app

commit minitube for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2018-01-09 14:52:17

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new (New)


Package is "minitube"

Tue Jan  9 14:52:17 2018 rev:11 rq:561449 version:2.9

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2017-11-08 
15:14:11.373164352 +0100
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2018-01-09 
14:52:18.570287905 +0100
@@ -1,0 +2,15 @@
+Wed Jan  3 11:19:55 UTC 2018 - aloi...@gmx.com
+
+- Update to version 2.9
+  * Menu bar is now hidden by default
+  * New Chrome-like toolbar menu that contains actions not
+available in the rest of the UI.
+  * A bit of code refactoring and cleanup, using more C++11
+features. Minitube uses a little less memory and should be
+slightly faster now.
+  * Usual slew of minor fixes and visual tweaks.
+
+- Added minitube.changes as source to use as reference for the
+  fake build date.
+
+---

Old:

  minitube-2.8.tar.gz

New:

  minitube-2.9.tar.gz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.2gYJ6r/_old  2018-01-09 14:52:19.274254903 +0100
+++ /var/tmp/diff_new_pack.2gYJ6r/_new  2018-01-09 14:52:19.278254715 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minitube
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   minitube
-Version:2.8
+Version:2.9
 Release:0
 Summary:Native YouTube Client
 License:GPL-3.0+
@@ -26,6 +26,7 @@
 Source: 
https://github.com/flaviotordini/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # Manpage written by Jakob Haufe  for the Debian project.
 Source1:minitube.1
+Source99:   %{name}.changes
 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@sur5r.net -- Disable 
update check.
 Patch0: %{name}-no-update-check.patch
 BuildRequires:  fdupes
@@ -56,6 +57,9 @@
 %prep
 %setup -q
 %patch0 -p1
+# Remove build time references so build-compare can do its work
+FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')
+sed -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -i src/aboutview.cpp
 
 %build
 %qmake5 \
@@ -69,6 +73,7 @@
 %suse_update_desktop_file -r %{name} AudioVideo Video Player
 %fdupes %{buildroot}%{_datadir}/
 
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -76,10 +81,11 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS CHANGES COPYING TODO
+%doc AUTHORS COPYING TODO
+%license CHANGES
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %exclude %{_datadir}/%{name}/locale/

++ minitube-2.8.tar.gz -> minitube-2.9.tar.gz ++
 9527 lines of diff (skipped)




commit minitube for openSUSE:Factory

2017-11-08 Thread root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2017-11-08 15:11:04

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new (New)


Package is "minitube"

Wed Nov  8 15:11:04 2017 rev:10 rq:539648 version:2.8

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2017-07-07 
10:16:28.610743630 +0200
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2017-11-08 
15:14:11.373164352 +0100
@@ -1,0 +2,6 @@
+Sun Nov  5 14:41:22 UTC 2017 - mich...@stroeder.com
+
+- Update to 2.8
+  * Improving the overall quality of the application by 
+fixing small bugs and defects
+---

Old:

  minitube-2.7.tar.gz

New:

  minitube-2.8.tar.gz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.uELt8K/_old  2017-11-08 15:14:12.025140554 +0100
+++ /var/tmp/diff_new_pack.uELt8K/_new  2017-11-08 15:14:12.025140554 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   minitube
-Version:2.7
+Version:2.8
 Release:0
 Summary:Native YouTube Client
 License:GPL-3.0+

++ minitube-2.7.tar.gz -> minitube-2.8.tar.gz ++
 2292 lines of diff (skipped)




commit minitube for openSUSE:Factory

2017-07-07 Thread root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2017-07-07 10:16:28

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new (New)


Package is "minitube"

Fri Jul  7 10:16:28 2017 rev:9 rq:500308 version:2.7

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2017-02-18 
03:18:22.418499332 +0100
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2017-07-07 
10:16:28.610743630 +0200
@@ -1,0 +2,20 @@
+Wed May 31 19:01:51 UTC 2017 - kiel...@gmail.com
+
+- Update to 2.7
+  * Show toolbar only in "media view"
+  * Don't draw channel in playlist when all videos from same channel
+  * Use system proxies
+  * Ability to hide menu on Windows and Linux
+  * Use system icons on Linux
+  * Remove slider custom style on Windows and Linux
+  * Long press on stop toolbar button to show 
+"Stop After This" menu on Windows and Linux
+  * Style tweaks
+  * Fix sidebar resizing on Mac
+  * Fix floating garbage on fullscreen on Mac
+  * Fix painting issues in "search view" on Linux
+  * Updated translations
+- Removed obsolete appdata.patch (fixed upstream 
+  https://github.com/flaviotordini/minitube/pull/52)
+
+---

Old:

  appdata.patch
  minitube-2.6.tar.gz

New:

  minitube-2.7.tar.gz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.4nAoYL/_old  2017-07-07 10:16:29.446625356 +0200
+++ /var/tmp/diff_new_pack.4nAoYL/_new  2017-07-07 10:16:29.446625356 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   minitube
-Version:2.6
+Version:2.7
 Release:0
 Summary:Native YouTube Client
 License:GPL-3.0+
@@ -28,8 +28,6 @@
 Source1:minitube.1
 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@sur5r.net -- Disable 
update check.
 Patch0: %{name}-no-update-check.patch
-# PATCH-FEATURE-UPSTREAM https://github.com/flaviotordini/minitube/pull/52
-Patch1: appdata.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-linguist
@@ -58,7 +56,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %qmake5 \

++ minitube-2.6.tar.gz -> minitube-2.7.tar.gz ++
 93872 lines of diff (skipped)




commit minitube for openSUSE:Factory

2017-02-17 Thread root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2017-02-18 03:18:21

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new (New)


Package is "minitube"

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2016-09-20 
13:27:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2017-02-18 
03:18:22.418499332 +0100
@@ -1,0 +2,8 @@
+Sat Feb 11 17:26:06 UTC 2017 - kiel...@gmail.com
+
+- Update to 2.6
+  * solves an issue with VEVO videos
+  * New "Restricted Mode" that blocks inappropriate content
+- Removed obsolete minitube-fix-watchrelatedvideo-icon.patch
+  
+---

Old:

  minitube-2.5.2.tar.gz
  minitube-fix-watchrelatedvideo-icon.patch

New:

  minitube-2.6.tar.gz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.Prdrez/_old  2017-02-18 03:18:23.166393699 +0100
+++ /var/tmp/diff_new_pack.Prdrez/_new  2017-02-18 03:18:23.174392569 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minitube
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   minitube
-Version:2.5.2
+Version:2.6
 Release:0
 Summary:Native YouTube Client
 License:GPL-3.0+
@@ -28,13 +28,12 @@
 Source1:minitube.1
 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@sur5r.net -- Disable 
update check.
 Patch0: %{name}-no-update-check.patch
-# PATCH-FIX-OPENSUSE minitube-fix-watchrelatedvideo-icon.patch 
kiel...@gmail.com -- Missing toolbar icon (watch related videos).
-Patch1: %{name}-fix-watchrelatedvideo-icon.patch
 # PATCH-FEATURE-UPSTREAM https://github.com/flaviotordini/minitube/pull/52
-Patch2: appdata.patch
+Patch1: appdata.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-linguist
+BuildRequires:  libqt5-qtdeclarative-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Network)
@@ -59,8 +58,7 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1
-%patch2 -p1
+%patch1 -p1
 
 %build
 %qmake5 \

++ minitube-2.5.2.tar.gz -> minitube-2.6.tar.gz ++
 7287 lines of diff (skipped)




commit minitube for openSUSE:Factory

2016-09-20 Thread h_root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2016-09-20 13:27:08

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new (New)


Package is "minitube"

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2016-02-01 
19:57:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2016-09-20 
13:27:10.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 18 06:23:57 UTC 2016 - mailaen...@opensuse.org
+
+- Add appdata.patch for https://en.opensuse.org/openSUSE:AppStore
+
+---

New:

  appdata.patch



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.M7pMlh/_old  2016-09-20 13:27:12.0 +0200
+++ /var/tmp/diff_new_pack.M7pMlh/_new  2016-09-20 13:27:12.0 +0200
@@ -30,6 +30,8 @@
 Patch0: %{name}-no-update-check.patch
 # PATCH-FIX-OPENSUSE minitube-fix-watchrelatedvideo-icon.patch 
kiel...@gmail.com -- Missing toolbar icon (watch related videos).
 Patch1: %{name}-fix-watchrelatedvideo-icon.patch
+# PATCH-FEATURE-UPSTREAM https://github.com/flaviotordini/minitube/pull/52
+Patch2: appdata.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-linguist
@@ -58,6 +60,7 @@
 %setup -q
 %patch0 -p1
 %patch1
+%patch2 -p1
 
 %build
 %qmake5 \
@@ -90,6 +93,8 @@
 %dir %{_datadir}/icons/hicolor/*/apps/
 %{_datadir}/icons/hicolor/*/apps/%{name}*
 %{_mandir}/man?/%{name}.?%{?ext_man}
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/%{name}.appdata.xml
 
 %files lang
 %defattr(-,root,root)

++ appdata.patch ++
>From 65acfc49047467609e6551d2cbfc64be522ea09e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= 
Date: Sun, 18 Sep 2016 08:08:18 +0200
Subject: [PATCH] Add an appdata.xml file.

---
 minitube.appdata.xml | 19 +++
 minitube.pro |  3 +++
 2 files changed, 22 insertions(+)
 create mode 100644 minitube.appdata.xml

diff --git a/minitube.appdata.xml b/minitube.appdata.xml
new file mode 100644
index 000..c6547b6
--- /dev/null
+++ b/minitube.appdata.xml
@@ -0,0 +1,19 @@
+
+
+  minitube.desktop
+  CC0-1.0
+  GPL-3.0+
+  YouTube app
+  
+
+  Minitube is a YouTube desktop application.
+
+  
+  http://flavio.tordini.org/minitube
+  
+http://flavio.tordini.org/files/minitube/minitube-04.jpg
+
http://flavio.tordini.org/files/minitube/minitube-03.jpg
+
http://flavio.tordini.org/files/minitube/minitube-02.jpg
+
http://flavio.tordini.org/files/minitube/minitube-01.jpg
+  
+
diff --git a/minitube.pro b/minitube.pro
index 42d8808..1e2b1ae 100644
--- a/minitube.pro
+++ b/minitube.pro
@@ -215,6 +215,7 @@ unix:!mac {
 PKGDATADIR=\\\"$$PKGDATADIR\\\"
 INSTALLS += translations \
 desktop \
+appdata \
 iconsvg \
 icon16 \
 icon22 \
@@ -228,6 +229,8 @@ unix:!mac {
 translations.files += $$DESTDIR/locale
 desktop.path = $$DATADIR/applications
 desktop.files += minitube.desktop
+appdata.path = $$DATADIR/appdata
+appdata.files += minitube.appdata.xml
 iconsvg.path = $$DATADIR/icons/hicolor/scalable/apps
 iconsvg.files += data/minitube.svg
 icon16.path = $$DATADIR/icons/hicolor/16x16/apps



commit minitube for openSUSE:Factory

2016-02-01 Thread h_root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2016-02-01 19:57:02

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new (New)


Package is "minitube"

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2015-11-26 
17:03:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2016-02-01 
19:57:25.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 24 10:23:20 UTC 2016 - kiel...@gmail.com
+
+- update to 2.5.2
+  * solves an issue with VEVO videos
+
+---

Old:

  minitube-2.5.1.tar.gz

New:

  minitube-2.5.2.tar.gz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.x3uTPT/_old  2016-02-01 19:57:26.0 +0100
+++ /var/tmp/diff_new_pack.x3uTPT/_new  2016-02-01 19:57:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minitube
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   minitube
-Version:2.5.1
+Version:2.5.2
 Release:0
 Summary:Native YouTube Client
 License:GPL-3.0+

++ minitube-2.5.1.tar.gz -> minitube-2.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-2.5.1/CHANGES new/minitube-2.5.2/CHANGES
--- old/minitube-2.5.1/CHANGES  2015-11-13 17:48:44.0 +0100
+++ new/minitube-2.5.2/CHANGES  2015-12-20 14:27:18.0 +0100
@@ -1,3 +1,9 @@
+2.5.2
+- Fixed VEVO videos
+
+2.5.1
+- Fixed VEVO videos
+
 2.5
 - Upgraded to Qt 5
 - HiDPI (aka Retina Display) support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-2.5.1/locale/pt.ts 
new/minitube-2.5.2/locale/pt.ts
--- old/minitube-2.5.1/locale/pt.ts 2015-11-13 17:48:44.0 +0100
+++ new/minitube-2.5.2/locale/pt.ts 2015-12-20 14:27:18.0 +0100
@@ -241,7 +241,7 @@
 
 
 Just now
-
+Agora mesmo
 
 
 
@@ -405,22 +405,22 @@
 
 
 The executable file has been tempered with, maybe by a 
virus.
-
+O arquivo executável foi temperada com, talvez por um 
vírus.
 
 
 
 %1 will not run. Try installing again.
-
+%1 não será executado. Tente instalar 
novamente.
 
 
 
 Quit
-
+Sair
 
 
 
 Reinstall
-
+Reinstalar
 
 
 
@@ -738,7 +738,7 @@
 
 
 &Adjust Window Size
-
+&Ajuste o tamanho da janela
 
 
 
@@ -854,7 +854,7 @@
 
 
 &Loading...
-
+&Carregando...
 
 
 
@@ -1059,12 +1059,12 @@
 
 
 Unsubscribed from %1
-
+Não subscrito de %1
 
 
 
 Subscribed to %1
-
+Subscrito %1
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-2.5.1/locale/uk_UA.ts 
new/minitube-2.5.2/locale/uk_UA.ts
--- old/minitube-2.5.1/locale/uk_UA.ts  2015-11-13 17:48:44.0 +0100
+++ new/minitube-2.5.2/locale/uk_UA.ts  2015-12-20 14:27:18.0 +0100
@@ -242,7 +242,7 @@
 
 
 Just now
-
+Тільки зараз
 
 
 
@@ -411,17 +411,17 @@
 
 
 %1 will not run. Try installing again.
-
+%1 не буде працювати. Спробуйте встановити 
заново
 
 
 
 Quit
-
+Вийти
 
 
 
 Reinstall
-
+Перевстановити
 
 
 
@@ -739,12 +739,12 @@
 
 
 &Adjust Window Size
-
+&Змінити розмір вікна
 
 
 
 &Stop After This Video
-Зу&пинити після цього видиво
+&Зупинити після цього відео
 
 
 
@@ -764,12 +764,12 @@
 
 
 &Related Videos
-Схо&жі видива
+&Схожі відео
 
 
 
 Watch videos related to the current one
-Дивитися видива, пов’язані з поточним
+Дивитися відео, пов’язані з поточним
 
 
 
@@ -804,7 +804,7 @@
 
 
 &Video
-&Видиво
+&Відео
 
 
 
@@ -855,7 +855,7 @@
 
 
 &Loading...
-
+&Завантаження...
 

commit minitube for openSUSE:Factory

2015-11-26 Thread h_root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2015-11-26 17:03:31

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new (New)


Package is "minitube"

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2015-11-02 
12:55:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2015-11-26 
17:03:33.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 22 13:31:25 UTC 2015 - mailaen...@opensuse.org
+
+- update to 2.5.1
+  * solves an issue with VEVO videos
+
+---

Old:

  minitube-2.5.tar.gz

New:

  minitube-2.5.1.tar.gz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.eZGnpw/_old  2015-11-26 17:03:34.0 +0100
+++ /var/tmp/diff_new_pack.eZGnpw/_new  2015-11-26 17:03:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   minitube
-Version:2.5
+Version:2.5.1
 Release:0
 Summary:Native YouTube Client
 License:GPL-3.0+

++ minitube-2.5.tar.gz -> minitube-2.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-2.5/README.md new/minitube-2.5.1/README.md
--- old/minitube-2.5/README.md  2015-09-17 16:14:00.0 +0200
+++ new/minitube-2.5.1/README.md2015-11-13 17:48:44.0 +0100
@@ -14,19 +14,19 @@
 Alternatively Minitube can read an API key from the GOOGLE_API_KEY environment 
variable.
 
 ## Build instructions
-To compile Minitube you need at least Qt 4.8. The following Qt modules are 
needed:
-core, gui, network, sql (using the Sqlite plugin), script, dbus, phonon
+To compile Minitube you need at least Qt 5.0. The following Qt modules are 
needed:
+core, gui, widgets, network, sql (using the Sqlite plugin), script, dbus.
 
 To be able to build on a Debian (or derivative) system:
 
-$ sudo apt-get install build-essential qt4-dev-tools libphonon-dev 
libqt4-sql-sqlite
+$ sudo apt-get install build-essential qttools5-dev-tools qt5-qmake 
qtscript5-dev libphonon4qt5-dev libqt5sql5-sqlite qt5-default
 
 Compiling:
 
-$ qmake "DEFINES += APP_GOOGLE_API_KEY=YouAPIKeyHere"
+$ qmake "DEFINES += APP_GOOGLE_API_KEY=YourAPIKeyHere"
 $ make
 
-Beware of the Qt3 or Qt5 version of qmake! If things go wrong try running 
qmake-qt4 instead.
+Beware of the Qt 4 version of qmake!
 
 Running:
 
@@ -40,10 +40,7 @@
 
 ## A word about Phonon on Linux
 To be able to actually watch videos you need a working Phonon setup.
-Please don't contact me about this, ask for help on your distribution support 
channels.
-
-These days Minitube is tested with the VLC backend only.
-Please don't report bugs with other backends as they're not supported.
+Please don't report bugs about this, ask for help on your distribution support 
channels.
 
 ## Legal Stuff
 Copyright (C) Flavio Tordini
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-2.5/locale/cs_CZ.ts 
new/minitube-2.5.1/locale/cs_CZ.ts
--- old/minitube-2.5/locale/cs_CZ.ts2015-09-17 16:14:00.0 +0200
+++ new/minitube-2.5.1/locale/cs_CZ.ts  2015-11-13 17:48:44.0 +0100
@@ -241,7 +241,7 @@
 
 
 Just now
-
+Právě teď
 
 
 
@@ -415,12 +415,12 @@
 
 
 Quit
-
+&Ukončit
 
 
 
 Reinstall
-
+Přeinstalovat
 
 
 
@@ -537,7 +537,7 @@
 
 
 &Stop
-&Stop
+&Zastavit
 
 
 
@@ -738,7 +738,7 @@
 
 
 &Adjust Window Size
-
+&Přizpůsobit velikost okna
 
 
 
@@ -854,7 +854,7 @@
 
 
 &Loading...
-
+&Nahrávání...
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-2.5/locale/da.ts 
new/minitube-2.5.1/locale/da.ts
--- old/minitube-2.5/locale/da.ts   2015-09-17 16:14:00.0 +0200
+++ new/minitube-2.5.1/locale/da.ts 2015-11-13 17:48:44.0 +0100
@@ -139,7 +139,7 @@
 
 
 You have %n new video(s)
-
+Du har %n ny 
videoDu har %n nye 
videoer
 
 
 
@@ -241,32 +241,32 @@
 
 
 Just now
-
+Lige nu
 
 
 
 %n minute(s) ago
-
+%n minut siden%n 
minutter siden
 
 
 
 %n hour(s) ago
-
+%n time siden%n 
timer siden
 
 
 
 %n day(s) ago
-
+%n dag siden%n 
dage siden
 
 

commit minitube for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2015-11-02 12:55:30

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new (New)


Package is "minitube"

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2015-07-08 
06:58:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2015-11-02 
12:55:32.0 +0100
@@ -1,0 +2,18 @@
+Sat Oct 31 10:21:56 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 2.5:
+  * Use Qt5 instead of Qt4.
+  * HiDPI support.
+  * Mac style overhaul: new toolbar, lighter fonts & tabs.
+  * Status Bar hidden when not needed: less clutter, more room for
+videos.
+  * Clickable links in video description.
+  * Autoadjust window size.
+  * Smart date formatting: 3 hours ago, 1 month ago, etc.
+  * When opening the YouTube webpage the video now starts from
+where it left in Minitube.
+  * Fix videos restarting after long pause.
+  * New and updated translations.
+- Use Qt5 instead of Qt4.
+
+---

Old:

  minitube-2.4.tar.gz

New:

  minitube-2.5.tar.gz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.YNARFU/_old  2015-11-02 12:55:32.0 +0100
+++ /var/tmp/diff_new_pack.YNARFU/_new  2015-11-02 12:55:32.0 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   minitube
-Version:2.4
+Version:2.5
 Release:0
-Summary:Native Youtube Client
+Summary:Native YouTube Client
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Video/Players
 Url:http://flavio.tordini.org/minitube
 Source: 
https://github.com/flaviotordini/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# Manpage written by Jakob Haufe  for the Debian project
+# Manpage written by Jakob Haufe  for the Debian project.
 Source1:minitube.1
 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@sur5r.net -- Disable 
update check.
 Patch0: %{name}-no-update-check.patch
@@ -32,16 +32,17 @@
 Patch1: %{name}-fix-watchrelatedvideo-icon.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libqt4-linguist
+BuildRequires:  libqt5-linguist
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(QtDBus)
-BuildRequires:  pkgconfig(QtNetwork)
-BuildRequires:  pkgconfig(QtScript)
-BuildRequires:  pkgconfig(QtSql)
-BuildRequires:  pkgconfig(QtXml)
-BuildRequires:  pkgconfig(phonon)
-Requires:   phonon
-Recommends: %{name}-lang = %{version}
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5Script)
+BuildRequires:  pkgconfig(Qt5Sql)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires:  pkgconfig(phonon4qt5)
+Requires:   phonon4qt5-backend
+Recommends: %{name}-lang
 
 %description
 Minitube is a native YouTube client. With it you can watch YouTube
@@ -59,18 +60,16 @@
 %patch1
 
 %build
-%{_libdir}/qt4/bin/qmake \
+%qmake5 \
   "DEFINES+=APP_GOOGLE_API_KEY=AIzaSyBs1wuIgc-QDnk5u7OavF1loJVO0r89B4Y" \
-  PREFIX=%{_prefix}\
-  QMAKE_CFLAGS="%{optflags}"   \
-  QMAKE_CXXFLAGS="%{optflags}"
+  PREFIX=%{_prefix}
 make %{?_smp_mflags}
 
 %install
-make INSTALL_ROOT=%{buildroot} install
+%{qmake5_install}
 install -Dm 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
 %suse_update_desktop_file -r %{name} AudioVideo Video Player
-%fdupes %{buildroot}%{_datadir}
+%fdupes %{buildroot}%{_datadir}/
 
 %post
 %desktop_database_post

++ minitube-2.4.tar.gz -> minitube-2.5.tar.gz ++
 77378 lines of diff (skipped)

++ minitube-no-update-check.patch ++
--- /var/tmp/diff_new_pack.YNARFU/_old  2015-11-02 12:55:33.0 +0100
+++ /var/tmp/diff_new_pack.YNARFU/_new  2015-11-02 12:55:33.0 +0100
@@ -1,12 +1,12 @@
 diff -aur a/src/mainwindow.cpp b/src/mainwindow.cpp
 --- a/src/mainwindow.cpp
 +++ b/src/mainwindow.cpp
-@@ -207,7 +207,7 @@
+@@ -232,7 +232,7 @@ void MainWindow::lazyInit() {
  
- JsFunctions::instance();
+ ChannelAggregator::instance()->start();
  
 -checkForUpdate();
 +//checkForUpdate();
- }
  
- void MainWindow::changeEvent(QEvent* event) {
+ initialized = true;
+ }




commit minitube for openSUSE:Factory

2015-07-07 Thread h_root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2015-07-08 06:58:47

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new (New)


Package is "minitube"

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2015-04-21 
10:52:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2015-07-08 
06:58:49.0 +0200
@@ -1,0 +2,5 @@
+Sat Jun  6 05:58:09 UTC 2015 - mailaen...@opensuse.org
+
+- Add a Google API Key (boo#933004)
+
+---



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.XBlNKk/_old  2015-07-08 06:58:50.0 +0200
+++ /var/tmp/diff_new_pack.XBlNKk/_new  2015-07-08 06:58:50.0 +0200
@@ -60,6 +60,7 @@
 
 %build
 %{_libdir}/qt4/bin/qmake \
+  "DEFINES+=APP_GOOGLE_API_KEY=AIzaSyBs1wuIgc-QDnk5u7OavF1loJVO0r89B4Y" \
   PREFIX=%{_prefix}\
   QMAKE_CFLAGS="%{optflags}"   \
   QMAKE_CXXFLAGS="%{optflags}"




commit minitube for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2015-04-21 10:52:47

Comparing /work/SRC/openSUSE:Factory/minitube (Old)
 and  /work/SRC/openSUSE:Factory/.minitube.new (New)


Package is "minitube"

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2015-03-19 
21:12:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2015-04-21 
10:52:48.0 +0200
@@ -1,0 +2,12 @@
+Sun Apr 19 15:21:16 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 2.4:
+  * Use YouTube APIs version 3.
+  * Use HTTPS everywhere for better privacy and security.
+  * Automatically load more videos in the playlist for less clicking.
+  * Fix subscriptions sorting.
+  * Fix toolbar style.
+  * Add and update translations.
+- Rebase minitube-no-update-check.patch.
+
+---

Old:

  minitube-2.3.1.tar.gz

New:

  minitube-2.4.tar.gz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.ti8IE4/_old  2015-04-21 10:52:49.0 +0200
+++ /var/tmp/diff_new_pack.ti8IE4/_new  2015-04-21 10:52:49.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   minitube
-Version:2.3.1
+Version:2.4
 Release:0
 Summary:Native Youtube Client
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Video/Players
 Url:http://flavio.tordini.org/minitube
-Source: 
https://gitorious.org/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
https://github.com/flaviotordini/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # Manpage written by Jakob Haufe  for the Debian project
 Source1:minitube.1
 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@sur5r.net -- Disable 
update check.
@@ -54,8 +54,8 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-%{name}
-%patch0
+%setup -q
+%patch0 -p1
 %patch1
 
 %build
@@ -71,6 +71,14 @@
 %suse_update_desktop_file -r %{name} AudioVideo Video Player
 %fdupes %{buildroot}%{_datadir}
 
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS CHANGES COPYING TODO
@@ -81,7 +89,7 @@
 %dir %{_datadir}/icons/hicolor/*/
 %dir %{_datadir}/icons/hicolor/*/apps/
 %{_datadir}/icons/hicolor/*/apps/%{name}*
-%{_mandir}/man?/%{name}*
+%{_mandir}/man?/%{name}.?%{?ext_man}
 
 %files lang
 %defattr(-,root,root)

++ minitube-2.3.1.tar.gz -> minitube-2.4.tar.gz ++
 11407 lines of diff (skipped)

++ minitube-no-update-check.patch ++
--- /var/tmp/diff_new_pack.ti8IE4/_old  2015-04-21 10:52:49.0 +0200
+++ /var/tmp/diff_new_pack.ti8IE4/_new  2015-04-21 10:52:49.0 +0200
@@ -1,11 +1,12 @@
 src/mainwindow.cpp.orig2014-07-20 11:07:09.0 +0200
-+++ src/mainwindow.cpp 2014-08-04 20:24:50.755541329 +0200
-@@ -197,7 +197,7 @@
+diff -aur a/src/mainwindow.cpp b/src/mainwindow.cpp
+--- a/src/mainwindow.cpp
 b/src/mainwindow.cpp
+@@ -207,7 +207,7 @@
  
  JsFunctions::instance();
  
 -checkForUpdate();
 +//checkForUpdate();
- 
- ChannelAggregator::instance()->start();
  }
+ 
+ void MainWindow::changeEvent(QEvent* event) {