Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package haruna for openSUSE:Factory checked 
in at 2022-04-21 15:42:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haruna (Old)
 and      /work/SRC/openSUSE:Factory/.haruna.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "haruna"

Thu Apr 21 15:42:44 2022 rev:12 rq:971332 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/haruna/haruna.changes    2022-01-31 
22:57:43.965415599 +0100
+++ /work/SRC/openSUSE:Factory/.haruna.new.1538/haruna.changes  2022-04-21 
15:49:01.576339797 +0200
@@ -1,0 +2,59 @@
+Wed Apr 20 20:36:38 UTC 2022 - Luigi Baldoni <[email protected]>
+
+- Update to version 0.8.0
+  * fix: wrong height for playlist items
+  * Fix freezes on systems with slow disks
+  * Fix build warnings and errors
+  * fix: mark methods as override
+  * chore: remove unused code
+  * fix: load correct files and call functions from actions
+    manager
+  * fix: release date for 0.7.3
+  * fix: don't run animation when component is hidden
+  * SVN_SILENT made messages (.desktop file) - always resolve
+    ours
+  * GIT_SILENT made messages (after extraction)
+  * fix: menubar not hiding in fullscreen
+  * refactor: improvements to framedecoder
+  * feat: add global menu support
+  * fix: compile with MPV_CLIENT_API_VERSION 1 and 2
+  * feat: add action to seek to watch later position
+    (Ctrl+Shift+P)
+  * feat: add action to restart playback (seek to 0/beginning,
+    F5 key)
+  * feat: add action to load last played file (Ctrl+Shift+L)
+  * chore: add .directory to gitignore
+  * fix: rename icons license files
+  * fix(osd): when file can't be played show filename if there's
+    no title
+  * build: use ECMAddAppIcon module
+  * feat: allow to control the time position saving interval
+  * refactor: add Settings to settings qml file names
+  * refactor: rename SettingsEditor to SettingsWindow
+  * refactor: put settings window in a loader
+  * build: add KDECMakeSettings and KDECompilerSettings
+  * fix: get actions from actionsManager
+  * chore: add license info to actionsmanager.cpp/h
+  * refactor: move actions cpp code to its own class
+  * fix: remove unused cursor hiding/showing code
+  * fix(playlist): use position from PlaylistSettings
+  * fix(playlist): set height to mpv height
+  * fix(playlist): unable to close the playlist
+  * feat(menu): add more actions
+  * build: add header files to target_sources
+  * chore: remove more unneeded code
+  * chore: remove unneeded code
+  * chore: remove id from repeater
+  * feat: add menu to open recent files
+  * build: add FindYtdlp.cmake file
+  * Add i18n()
+  * SVN_SILENT made messages (.desktop file) - always resolve
+    ours
+  * GIT_SILENT made messages (after extraction)
+  * feat: Add setting to pause the player if minimized
+  * fix(settigs): clarify remember time position settings
+  * chore(settings): remove labels from .kcfg files
+  * fix(settings): load subtitles folders correctly
+- Drop haruna-mpv_v2_fix.patch (merged upstream)
+
+-------------------------------------------------------------------

Old:
----
  haruna-mpv_v2_fix.patch
  haruna-v0.7.3.tar.gz

New:
----
  haruna-v0.8.0.tar.gz

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

Other differences:
------------------
++++++ haruna.spec ++++++
--- /var/tmp/diff_new_pack.3QnYEo/_old  2022-04-21 15:49:01.956340202 +0200
+++ /var/tmp/diff_new_pack.3QnYEo/_new  2022-04-21 15:49:01.960340207 +0200
@@ -17,14 +17,12 @@
 
 
 Name:           haruna
-Version:        0.7.3
+Version:        0.8.0
 Release:        0
 Summary:        Video player built with Qt/QML on top of libmpv
 License:        CC-BY-4.0 AND GPL-3.0-or-later AND WTFPL
 URL:            https://invent.kde.org/multimedia/haruna
 Source0:        
https://invent.kde.org/multimedia/haruna/-/archive/v%{version}/%{name}-v%{version}.tar.gz
-# PATCH-FIX-UPSTREAM haruna-mpv_v2_fix.patch
-Patch0:         haruna-mpv_v2_fix.patch
 BuildRequires:  cmake >= 3.15
 BuildRequires:  extra-cmake-modules >= 1.0.0
 BuildRequires:  hicolor-icon-theme
@@ -60,7 +58,6 @@
 
 %prep
 %setup -q -n %{name}-v%{version}
-%patch0 -p1
 
 %build
 %cmake
@@ -72,12 +69,17 @@
 # let's remove the documentation for now
 rm -rf %{buildroot}%{_datadir}/doc
 
+# remove oddly-sized icons
+rm -rf %{buildroot}%{_datadir}/icons/hicolor/44x44 \
+       %{buildroot}%{_datadir}/icons/hicolor/150x150 \
+       %{buildroot}%{_datadir}/icons/hicolor/310x310
+
 %files
 %license LICENSES/CC-BY-4.0.txt LICENSES/GPL-3.0-or-later.txt 
LICENSES/WTFPL.txt
 %doc README.md
 %{_bindir}/%{name}
 %{_datadir}/applications/org.kde.haruna.desktop
-%{_datadir}/icons/hicolor/*/apps/haruna.svg
+%{_datadir}/icons/hicolor/*/apps/haruna.*g
 %{_datadir}/metainfo/org.kde.haruna.metainfo.xml
 
 %changelog

++++++ haruna-v0.7.3.tar.gz -> haruna-v0.8.0.tar.gz ++++++
++++ 8087 lines of diff (skipped)

Reply via email to