Hello community,

here is the log from the commit of package smplayer for openSUSE:Factory 
checked in at 2016-08-05 18:17:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/smplayer (Old)
 and      /work/SRC/openSUSE:Factory/.smplayer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "smplayer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/smplayer/smplayer.changes        2016-07-14 
09:49:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.smplayer.new/smplayer.changes   2016-08-05 
18:17:50.000000000 +0200
@@ -1,0 +2,18 @@
+Thu Aug  4 11:23:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 16.8.0:
+  * Lots of internal changes in the playlist.
+  * Possibility to search (filter) in  the playlist.
+  * Don't use softvol and softvol-max with mpv 0.18.1.
+  * Use the mpv ab-loop options.
+  * The playlist settings are now saved to its own ini file
+    (playlist.ini).
+  * Possibility to download playlists from Internet.
+  * (Playlist) Display an animation when loading.
+  * Don't try to resize the main window when it's maximised.
+  * Ignore the buffering state in checkStayOnTop.
+- Change default icon theme in smplayer-defaults.patch to Papirus,
+  and default controlwidget's icon size from 40pt to 30pt.
+- Remove smplayer-simple-resize.patch.
+
+-------------------------------------------------------------------

Old:
----
  smplayer-16.7.0.tar.bz2
  smplayer-simple-resize.patch

New:
----
  smplayer-16.8.0.tar.bz2

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

Other differences:
------------------
++++++ smplayer.spec ++++++
--- /var/tmp/diff_new_pack.zh5mMU/_old  2016-08-05 18:17:51.000000000 +0200
+++ /var/tmp/diff_new_pack.zh5mMU/_new  2016-08-05 18:17:51.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           smplayer
-Version:        16.7.0
+Version:        16.8.0
 Release:        0
 Summary:        Complete frontend for MPV
 License:        GPL-2.0+
@@ -26,12 +26,10 @@
 Source:         http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE smplayer-makeflags.patch
 Patch0:         %{name}-makeflags.patch
-# PATCH-FEATURE-OPENSUSE smplayer-defaults.patch sor.ale...@meowr.ru -- Use 
PulseAudio, system Qt5 theme, and "Tango" icon theme by default.
+# PATCH-FEATURE-OPENSUSE smplayer-defaults.patch sor.ale...@meowr.ru -- Use 
PulseAudio, system Qt5 theme, and "Papirus" icon theme by default.
 Patch1:         %{name}-defaults.patch
-# PATCH-FIX-UPSTREAM smplayer-simple-resize.patch
-Patch2:         %{name}-simple-resize.patch
 # PATCH-FIX-UPSTREAM smplayer-add_kde_protocols_to_desktop_file.patch -- To 
play network shared video correctly: #PM-48.
-Patch3:         %{name}-add_kde_protocols_to_desktop_file.patch
+Patch2:         %{name}-add_kde_protocols_to_desktop_file.patch
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libstdc++-devel
@@ -85,7 +83,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 # Fix CRLF in .txt files.
 sed -i 's/\r$//' *.txt

++++++ smplayer-16.7.0.tar.bz2 -> smplayer-16.8.0.tar.bz2 ++++++
++++ 192441 lines of diff (skipped)

++++++ smplayer-defaults.patch ++++++
--- /var/tmp/diff_new_pack.zh5mMU/_old  2016-08-05 18:17:55.000000000 +0200
+++ /var/tmp/diff_new_pack.zh5mMU/_new  2016-08-05 18:17:55.000000000 +0200
@@ -1,17 +1,28 @@
 --- a/src/core.cpp
 +++ b/src/core.cpp
-@@ -1716,6 +1716,8 @@ void Core::startMplayer( QString file, d
+@@ -1728,6 +1728,8 @@ void Core::startMplayer( QString file, d
                QString ao = pref->ao;
                if (!ao.endsWith(",")) ao += ",";
                proc->setOption("ao", ao);
 +      } else {
-+              proc->setOption("ao", "pulse," );
++              proc->setOption("ao", "pulse" );
        }
  
  #if !defined(Q_OS_WIN) && !defined(Q_OS_OS2)
+--- a/src/defaultgui.cpp
++++ b/src/defaultgui.cpp
+@@ -493,7 +493,7 @@ void DefaultGui::createControlWidget() {
+       controlwidget->show();
+       */
+ 
+-      controlwidget->setIconSize(QSize(40,40));
++      controlwidget->setIconSize(QSize(30, 30));
+ }
+ 
+ void DefaultGui::createFloatingControl() {
 --- a/src/preferences.cpp
 +++ b/src/preferences.cpp
-@@ -371,11 +371,7 @@ void Preferences::reset() {
+@@ -374,11 +374,7 @@ void Preferences::reset() {
        resize_method = Never;
  
  #if STYLE_SWITCHING
@@ -23,16 +34,16 @@
  #endif
  
        center_window = false;
-@@ -443,7 +439,7 @@ void Preferences::reset() {
+@@ -446,7 +442,7 @@ void Preferences::reset() {
        allow_video_movement = false;
  
        gui = "DefaultGUI";
 -      iconset = "H2O";
-+      iconset = "Tango";
++      iconset = "Papirus";
  
  
  #if USE_MINIMUMSIZE
-@@ -597,7 +593,7 @@ void Preferences::reset() {
+@@ -600,7 +596,7 @@ void Preferences::reset() {
  
  #ifdef CHECK_UPGRADED
        smplayer_stable_version = "";


Reply via email to