Hello community,

here is the log from the commit of package smplayer for openSUSE:Factory 
checked in at 2016-07-14 09:49:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-25 
02:22:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.smplayer.new/smplayer.changes   2016-07-14 
09:49:10.000000000 +0200
@@ -1,0 +2,22 @@
+Sun Jul  3 00:24:02 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 16.7.0:
+  * (mpv) Update the current position in the seek bar on pause.
+  * In Qt 5 accelerators in the numeric keypad don't work due to a
+    bug in Qt 5. Add a workaround.
+  * Bugfix: (Qt 5) The playlist can be resized when docked to the
+    main window.
+  * Don't change the style's palette on Linux.
+  * Selecting the 'default' style in preferences selects the
+    system's default style, instead of Fusion.
+  * Save the hdpi config in the smplayer config dir.
+  * The names in the playlist are not replaced with the title from
+    metadata.
+  * (mpv) Don't pass the URL to youtube-dl if it contains a
+    multimedia extension.
+  * Fix YouTube.
+  * The find subtitles window has a close button in the title bar.
+- Remove smplayer-16.6.0-colour-scheme.patch: fixed upstream.
+- Rebase smplayer-makeflags.patch, smplayer-defaults.patch.
+
+-------------------------------------------------------------------

Old:
----
  smplayer-16.6.0-colour-scheme.patch
  smplayer-16.6.0.tar.bz2

New:
----
  smplayer-16.7.0.tar.bz2

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

Other differences:
------------------
++++++ smplayer.spec ++++++
--- /var/tmp/diff_new_pack.fuGHMk/_old  2016-07-14 09:49:11.000000000 +0200
+++ /var/tmp/diff_new_pack.fuGHMk/_new  2016-07-14 09:49:11.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           smplayer
-Version:        16.6.0
+Version:        16.7.0
 Release:        0
 Summary:        Complete frontend for MPV
 License:        GPL-2.0+
@@ -32,8 +32,6 @@
 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
-# PATCH-FIX-UPSTREAM smplayer-16.6.0-colour-scheme.patch 
r...@users.sourceforge.net -- Don't change colour pallete.
-Patch4:         %{name}-16.6.0-colour-scheme.patch
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libstdc++-devel
@@ -88,7 +86,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 
 # Fix CRLF in .txt files.
 sed -i 's/\r$//' *.txt

++++++ smplayer-16.6.0.tar.bz2 -> smplayer-16.7.0.tar.bz2 ++++++
++++ 17765 lines of diff (skipped)

++++++ smplayer-defaults.patch ++++++
--- /var/tmp/diff_new_pack.fuGHMk/_old  2016-07-14 09:49:14.000000000 +0200
+++ /var/tmp/diff_new_pack.fuGHMk/_new  2016-07-14 09:49:14.000000000 +0200
@@ -1,20 +1,6 @@
---- a/src/basegui.cpp
-+++ b/src/basegui.cpp
-@@ -204,11 +204,7 @@ BaseGui::BaseGui( QWidget* parent, Qt::W
- #if STYLE_SWITCHING
-       qApp->setStyleSheet("");
- 
--      #if QT_VERSION >= 0x050000
--      default_style = "fusion";
--      #else
-       default_style = qApp->style()->objectName();
--      #endif
- 
-       #ifdef Q_OS_LINUX
-       // Some controls aren't displayed correctly with the adwaita style
 --- a/src/core.cpp
 +++ b/src/core.cpp
-@@ -1715,6 +1715,8 @@ void Core::startMplayer( QString file, d
+@@ -1716,6 +1716,8 @@ void Core::startMplayer( QString file, d
                QString ao = pref->ao;
                if (!ao.endsWith(",")) ao += ",";
                proc->setOption("ao", ao);
@@ -25,7 +11,19 @@
  #if !defined(Q_OS_WIN) && !defined(Q_OS_OS2)
 --- a/src/preferences.cpp
 +++ b/src/preferences.cpp
-@@ -439,7 +439,7 @@ void Preferences::reset() {
+@@ -371,11 +371,7 @@ void Preferences::reset() {
+       resize_method = Never;
+ 
+ #if STYLE_SWITCHING
+-      #if QT_VERSION >= 0x050000
+-      style = "Fusion";
+-      #else
+       style="";
+-      #endif
+ #endif
+ 
+       center_window = false;
+@@ -443,7 +439,7 @@ void Preferences::reset() {
        allow_video_movement = false;
  
        gui = "DefaultGUI";
@@ -34,7 +32,7 @@
  
  
  #if USE_MINIMUMSIZE
-@@ -593,7 +593,7 @@ void Preferences::reset() {
+@@ -597,7 +593,7 @@ void Preferences::reset() {
  
  #ifdef CHECK_UPGRADED
        smplayer_stable_version = "";

++++++ smplayer-makeflags.patch ++++++
--- /var/tmp/diff_new_pack.fuGHMk/_old  2016-07-14 09:49:14.000000000 +0200
+++ /var/tmp/diff_new_pack.fuGHMk/_new  2016-07-14 09:49:14.000000000 +0200
@@ -1,15 +1,6 @@
 --- a/Makefile
 +++ b/Makefile
-@@ -31,7 +31,7 @@ ifdef KDE_SUPPORT
- # KDE paths, change if necessary
- 
- KDE_INCLUDE_PATH=`kde-config --prefix`/include/
--KDE_LIB_PATH=`kde-config --prefix`/lib/
-+KDE_LIB_PATH=`kde-config --prefix`/lib`kde-config --libsuffix`/
- KDE_LIBS=-lkio
- 
- QMAKE_OPTS=DEFINES+=KDE_SUPPORT INCLUDEPATH+=$(KDE_INCLUDE_PATH) \
-@@ -41,7 +41,7 @@ endif
+@@ -23,7 +23,7 @@ DEFS=DATA_PATH=\\\"$(DATA_PATH)\\\" \
  
  src/smplayer:
        ./get_svn_revision.sh
@@ -18,8 +9,8 @@
        cd src && $(LRELEASE) smplayer.pro
  
  clean:
-@@ -90,7 +90,6 @@ install: src/smplayer
-       install -m 644 smplayer_enqueue.desktop $(DESTDIR)$(KDE_APPLNK)
+@@ -72,7 +72,6 @@ install: src/smplayer
+       install -m 644 smplayer_enqueue.desktop $(DESTDIR)$(APPLNK_DIR)
        -install -d $(DESTDIR)$(PREFIX)/share/man/man1/
        install -m 644 man/smplayer.1 $(DESTDIR)$(PREFIX)/share/man/man1/
 -      gzip -9 -f $(DESTDIR)$(PREFIX)/share/man/man1/smplayer.1


Reply via email to