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.changes 2017-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 - [email protected] + +- 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 <[email protected]> for the Debian project. Source1: minitube.1 +Source99: %{name}.changes # PATCH-FIX-OPENSUSE minitube-no-update-check.patch [email protected] -- 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)
