Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kawaii-player for openSUSE:Factory checked in at 2026-06-12 19:28:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kawaii-player (Old) and /work/SRC/openSUSE:Factory/.kawaii-player.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kawaii-player" Fri Jun 12 19:28:29 2026 rev:11 rq:1358854 version:7.0.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kawaii-player/kawaii-player.changes 2025-10-28 14:46:55.851858505 +0100 +++ /work/SRC/openSUSE:Factory/.kawaii-player.new.1981/kawaii-player.changes 2026-06-12 19:29:47.027832608 +0200 @@ -1,0 +2,7 @@ +Thu Jun 11 10:29:26 UTC 2026 - Daniel Donisa <[email protected]> + +- Removed BuildArch: noarch and updated file packaging targets to %{python3_sitearch} to compile separate native CPU packages on all target architectures. Required because now the package builds a native C extension module (mpv.cpython-*.so). +- Used hardlinks instead of softlinks for the fdupes to fix mtime file issues. +- Added some custom rpmlint filters to filter out two false positive errors. + +------------------------------------------------------------------- Old: ---- kawaii-player-5.0.0-1.tar.gz New: ---- kawaii-player-7.0.0-1.tar.gz kawaii-player-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kawaii-player.spec ++++++ --- /var/tmp/diff_new_pack.JoXtpn/_old 2026-06-12 19:29:47.559854377 +0200 +++ /var/tmp/diff_new_pack.JoXtpn/_new 2026-06-12 19:29:47.559854377 +0200 @@ -1,7 +1,7 @@ # # spec file for package kawaii-player # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,20 @@ # See also http://en.opensuse.org/openSUSE:Specfile_guidelines -%define _over 5.0.0-1 -%define _bver 5.0.0 +%define _over 7.0.0-1 +%define _bver 7.0.0 Name: kawaii-player -Version: 5.0.0.1 +Version: 7.0.0.1 Release: 0 Summary: Multimedia player, library manager and media server License: GPL-3.0-or-later Group: Productivity/Multimedia/Video/Players URL: https://github.com/kanishka-linux/kawaii-player Source0: https://github.com/kanishka-linux/kawaii-player/archive/v%{_over}.tar.gz#/%{name}-%{_over}.tar.gz +Source1: %{name}-rpmlintrc BuildRequires: fdupes +BuildRequires: mpv-devel +BuildRequires: python3-Cython BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-setuptools @@ -48,7 +51,6 @@ Requires: python3-qtwebengine-qt5 Requires: youtube-dl Suggests: python3-pympv -BuildArch: noarch %description Kawaii-Player is an audio/video manager and multimedia player based on mpv @@ -68,7 +70,8 @@ mkdir -pv %{buildroot}/%{_datadir}/applications %{buildroot}/%{_datadir}/pixmaps install -m 0644 %{name}.desktop %{buildroot}/%{_datadir}/applications/%{name}.desktop install -m 0644 kawaii_player/resources/tray.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png -%fdupes -s %{buildroot}%{python3_sitelib} +ln -sf %{name} %{buildroot}%{_bindir}/%{name}-console +%fdupes %{buildroot}%{python3_sitearch} %files %license LICENSE @@ -77,6 +80,7 @@ %{_bindir}/%{name}-console %{_datadir}/pixmaps/%{name}.png %{_datadir}/applications/%{name}.desktop -%{python3_sitelib}/kawaii_player -%{python3_sitelib}/kawaii_player-%{_bver}.dist-info +%{python3_sitearch}/kawaii_player +%{python3_sitearch}/kawaii_player-%{_bver}.dist-info +%{python3_sitearch}/mpv*.so ++++++ kawaii-player-5.0.0-1.tar.gz -> kawaii-player-7.0.0-1.tar.gz ++++++ ++++ 57109 lines of diff (skipped) ++++++ kawaii-player-rpmlintrc ++++++ # False positive; python3-pytaglib contains 'lib' in its name but is a Python package, not a shared library. addFilter("explicit-lib-dependency python3-pytaglib") # Deduplicating identical/empty empty python files causes bytecode compilation timestamps to differ from targets. addFilter("python-bytecode-inconsistent-mtime")
