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-10-12 18:26:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/haruna (Old) and /work/SRC/openSUSE:Factory/.haruna.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "haruna" Wed Oct 12 18:26:00 2022 rev:16 rq:1010162 version:0.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/haruna/haruna.changes 2022-10-08 01:24:56.718191164 +0200 +++ /work/SRC/openSUSE:Factory/.haruna.new.2275/haruna.changes 2022-10-12 18:27:46.090096233 +0200 @@ -1,0 +2,14 @@ +Wed Oct 12 08:44:47 UTC 2022 - Luigi Baldoni <aloi...@gmx.com> + +- Update to version 0.9.3 + * playlistmodel: set QUrl scheme if not set + * actionsmodel: port QRegExp to QRegularExpression + * only use Qt5X11Extras with qt5 + * cmake: add support for qt6 + * pass correct type to QMetaObject::invokeMethod + * change emit to Q_EMIT + * use a QUrl instead of a QString where a QUrl is expected + * switch to Q_SIGNALS and Q_SLOTS +- Added lang subpackage + +------------------------------------------------------------------- Old: ---- haruna-v0.9.2.tar.gz New: ---- haruna-0.9.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ haruna.spec ++++++ --- /var/tmp/diff_new_pack.m9f6ym/_old 2022-10-12 18:27:46.474097078 +0200 +++ /var/tmp/diff_new_pack.m9f6ym/_new 2022-10-12 18:27:46.478097087 +0200 @@ -17,14 +17,14 @@ Name: haruna -Version: 0.9.2 +Version: 0.9.3 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 +Source0: https://download.kde.org/stable/haruna/%{name}-%{version}.tar.xz BuildRequires: cmake >= 3.15 -BuildRequires: extra-cmake-modules >= 1.0.0 +BuildRequires: extra-cmake-modules >= 5.66 BuildRequires: hicolor-icon-theme BuildRequires: libQt5Gui-private-headers-devel BuildRequires: pkgconfig @@ -34,7 +34,8 @@ BuildRequires: youtube-dl %endif BuildRequires: cmake(Breeze) -BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5Config) >= 5.98.0 +BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5CoreAddons) # not actually optional BuildRequires: cmake(KF5DocTools) @@ -44,8 +45,10 @@ BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5Kirigami2) BuildRequires: cmake(KF5XmlGui) -BuildRequires: cmake(Qt5Core) -BuildRequires: cmake(Qt5Qml) >= 5.14 +BuildRequires: cmake(Qt5Core) >= 5.15.2 +BuildRequires: cmake(Qt5DBus) >= 5.15.2 +BuildRequires: cmake(Qt5Gui) >= 5.15.2 +BuildRequires: cmake(Qt5Qml) BuildRequires: cmake(Qt5Quick) BuildRequires: cmake(Qt5QuickControls2) BuildRequires: cmake(Qt5X11Extras) @@ -67,8 +70,10 @@ %description %{name} is a video player built with Qt/QML on top of libmpv. +%lang_package + %prep -%setup -q -n %{name}-v%{version} +%autosetup -p1 %build %cmake @@ -77,6 +82,8 @@ %install %cmake_install +%find_lang %{name} + # let's remove the documentation for now rm -rf %{buildroot}%{_datadir}/doc @@ -93,4 +100,6 @@ %{_datadir}/icons/hicolor/*/apps/haruna.*g %{_datadir}/metainfo/org.kde.haruna.metainfo.xml +%files lang -f %{name}.lang + %changelog