Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package smtube for openSUSE:Factory checked 
in at 2021-10-31 22:55:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/smtube (Old)
 and      /work/SRC/openSUSE:Factory/.smtube.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "smtube"

Sun Oct 31 22:55:44 2021 rev:14 rq:928400 version:21.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/smtube/smtube.changes    2020-06-28 
23:08:48.999354911 +0200
+++ /work/SRC/openSUSE:Factory/.smtube.new.1890/smtube.changes  2021-10-31 
22:56:30.243737980 +0100
@@ -1,0 +2,10 @@
+Sun Oct 31 14:22:55 UTC 2021 - Alexei Sorokin <[email protected]>
+
+- Update to version 21.10.0 (changes since 20.6.0):
+  * Possibility to use yt-dlp instead of youtube-dl.
+  * yt-dlp is used by default.
+  * Possibility to use some invidious sites.
+- Remove any Qt4 support conditionals.
+- Rebase smplayer-makeflags.patch.
+
+-------------------------------------------------------------------

Old:
----
  smtube-20.6.0.tar.bz2

New:
----
  smtube-21.10.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ smtube.spec ++++++
--- /var/tmp/diff_new_pack.s7XGa6/_old  2021-10-31 22:56:30.703738333 +0100
+++ /var/tmp/diff_new_pack.s7XGa6/_new  2021-10-31 22:56:30.707738337 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package smtube
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %bcond_with restricted
 Name:           smtube
-Version:        20.6.0
+Version:        21.10.0
 Release:        0
 Summary:        Small YouTube Browser
 License:        GPL-2.0-or-later
@@ -30,8 +30,14 @@
 # PATCH-FIX-OPENSUSE smtube-makeflags.patch
 Patch0:         %{name}-makeflags.patch
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libqt5-linguist
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Script)
+BuildRequires:  pkgconfig(Qt5WebKitWidgets)
+BuildRequires:  pkgconfig(Qt5Widgets)
+Requires:       youtube-dl
 Recommends:     %{name}-lang
 Recommends:     smplayer
 Suggests:       MPlayer
@@ -40,17 +46,6 @@
 Suggests:       mpv
 Suggests:       totem
 Suggests:       vlc
-Requires:       youtube-dl
-%if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
-BuildRequires:  libqt5-linguist
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Script)
-BuildRequires:  pkgconfig(Qt5WebKitWidgets)
-BuildRequires:  pkgconfig(Qt5Widgets)
-%else
-BuildRequires:  libQtWebKit-devel
-BuildRequires:  libqt4-devel
-%endif
 
 %description
 SMTube is an application that allows to browse, search and play
@@ -88,13 +83,8 @@
 %build
 make \
   MAKEFLAGS="%{?_smp_mflags} V=1"      \
-%if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
   QMAKE=%{_libqt5_bindir}/qmake        \
   LRELEASE=%{_libqt5_bindir}/lrelease  \
-%else
-  QMAKE=%{_libdir}/qt4/bin/qmake       \
-  LRELEASE=%{_libdir}/qt4/bin/lrelease \
-%endif
   PREFIX=%{_prefix}
 
 %install
@@ -104,24 +94,14 @@
 
 install -Dpm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 
-rm -rf %{buildroot}%{_docdir}/%{name}/*
+rm -r %{buildroot}%{_docdir}/%{name}/*
 
 %suse_update_desktop_file %{name}
 %find_lang %{name} --with-qt
 
-%if 0%{?suse_version} < 1500
-%post
-%icon_theme_cache_post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
-
 %files
 %license Copying.txt
-%doc Changelog Readme.txt Release_notes.txt
+%doc Readme.txt Release_notes.md
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %exclude %{_datadir}/%{name}/translations/

++++++ smtube-20.6.0.tar.bz2 -> smtube-21.10.0.tar.bz2 ++++++
++++ 19265 lines of diff (skipped)

++++++ smtube-makeflags.patch ++++++
--- /var/tmp/diff_new_pack.s7XGa6/_old  2021-10-31 22:56:31.059738606 +0100
+++ /var/tmp/diff_new_pack.s7XGa6/_new  2021-10-31 22:56:31.059738606 +0100
@@ -3,7 +3,7 @@
 @@ -22,7 +22,7 @@ DEFS=DATA_PATH=\\\"$(DATA_PATH)\\\" \
  
  src/smtube:
- #     ./get_svn_revision.sh
+       ./get_svn_revision.sh
 -      +cd src && $(QMAKE) $(QMAKE_OPTS) && $(DEFS) $(MAKE) 
 +      +cd src && $(QMAKE) $(QMAKE_OPTS) && $(DEFS) $(MAKE) $(MAKEFLAGS)
        cd src && $(LRELEASE) smtube.pro

Reply via email to