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.changes 2015-03-19 21:12:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes 2015-04-21 10:52:48.000000000 +0200 @@ -1,0 +2,12 @@ +Sun Apr 19 15:21:16 UTC 2015 - [email protected] + +- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.ti8IE4/_new 2015-04-21 10:52:49.000000000 +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 <[email protected]> for the Debian project Source1: minitube.1 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch [email protected] -- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.ti8IE4/_new 2015-04-21 10:52:49.000000000 +0200 @@ -1,11 +1,12 @@ ---- src/mainwindow.cpp.orig 2014-07-20 11:07:09.000000000 +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) {
