Hello community, here is the log from the commit of package smtube for openSUSE:Factory checked in at 2016-03-17 16:33:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smtube (Old) and /work/SRC/openSUSE:Factory/.smtube.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smtube" Changes: -------- --- /work/SRC/openSUSE:Factory/smtube/smtube.changes 2016-01-01 19:49:58.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.smtube.new/smtube.changes 2016-03-17 16:47:31.000000000 +0100 @@ -1,0 +2,14 @@ +Tue Mar 8 16:08:31 UTC 2016 - [email protected] + +- Update to 16.3.0: + * Options to zoom in and out. + * New options in the settings dialog to change the font and + style of the application. +- Update to 16.1.0: + * Fix for VEVO videos. +- Added smtube-no-download-option.diff because video downloading + from Youtube seems to be illegal. +- openSUSE 13.1 build. +- Tips from packman build. + +------------------------------------------------------------------- Old: ---- smtube-15.11.0.tar.bz2 New: ---- smtube-16.3.0.tar.bz2 smtube-no-download-option.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smtube.spec ++++++ --- /var/tmp/diff_new_pack.T1k7ky/_old 2016-03-17 16:47:32.000000000 +0100 +++ /var/tmp/diff_new_pack.T1k7ky/_new 2016-03-17 16:47:32.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package smtube # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,22 +18,28 @@ Name: smtube -Version: 15.11.0 +Version: 16.3.0 Release: 0 Summary: Small Youtube Browser License: GPL-2.0+ Group: Productivity/Multimedia/Video/Players -Url: http://smtube.sourceforge.net/ -Source0: http://sourceforge.net/projects/smtube/files/SMTube/%{version}/smtube-%{version}.tar.bz2 +Url: http://www.smtube.org/ +Source0: http://downloads.sourceforge.net/smtube/SMTube/%{version}/%{name}-%{version}.tar.bz2 # Fix 'File is compiled without RPM_OPT_FLAGS' Patch0: %{name}-src_%{name}.pro.patch +# PATCH-FIX-OPENSUSE Video downloading from Youtube seems to be illegal. +Patch1: smtube-no-download-option.diff %if 0%{?suse_version} BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: update-desktop-files %endif BuildRequires: dos2unix +%if 0%{?suse_version} > 1310 BuildRequires: libqt5-linguist +%else +BuildRequires: libqt5-qttools +%endif BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Script) BuildRequires: pkgconfig(Qt5WebKitWidgets) @@ -60,16 +66,14 @@ %prep %setup -q %patch0 +%patch1 # SED-FIX-OPENSUSE -- Fix paths sed -i -e 's|/usr/local|/usr|; s|/share/doc/|/share/doc/packages/|' Makefile -# SED-FIX-OPENSUSE -- Fix zero-length docs -# cp debian-rvm/changelog-orig Changelog - # Some docs have the DOS line ends -dos2unix Changelog *.txt +dos2unix *.txt %build make %{?_smp_mflags} \ @@ -91,14 +95,14 @@ %endif %files -%defattr(-,root,root,-) +%defattr(-,root,root) %doc Changelog *.txt %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png %files lang -f %{name}.lang -%defattr(-,root,root,-) +%defattr(-,root,root) %{_datadir}/%{name} %changelog ++++++ smtube-15.11.0.tar.bz2 -> smtube-16.3.0.tar.bz2 ++++++ ++++ 14543 lines of diff (skipped) ++++++ smtube-no-download-option.diff ++++++ --- src/smtube.pro.orig 2016-02-29 03:06:38.000000000 +0300 +++ src/smtube.pro 2016-03-08 19:31:34.233330680 +0300 @@ -7,7 +7,6 @@ DEFINES += USE_PLAYERS DEFINES += YT_USE_SCRIPT -DEFINES += D_BUTTON DEFINES += STYLE_SWITCHING DEFINES += D_PLAYERS
