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.changes        2015-07-08 
06:58:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2015-11-02 
12:55:32.000000000 +0100
@@ -1,0 +2,18 @@
+Sat Oct 31 10:21:56 UTC 2015 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.YNARFU/_new  2015-11-02 12:55:32.000000000 +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 <[email protected]> for the Debian project
+# 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.
 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.000000000 +0100
+++ /var/tmp/diff_new_pack.YNARFU/_new  2015-11-02 12:55:33.000000000 +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;
+ }


Reply via email to