Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocean-sound-theme6 for openSUSE:Factory checked in at 2025-05-31 19:14:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocean-sound-theme6 (Old) and /work/SRC/openSUSE:Factory/.ocean-sound-theme6.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocean-sound-theme6" Sat May 31 19:14:50 2025 rev:24 rq:1281492 version:6.3.91 Changes: -------- --- /work/SRC/openSUSE:Factory/ocean-sound-theme6/ocean-sound-theme6.changes 2025-05-08 18:24:19.218827765 +0200 +++ /work/SRC/openSUSE:Factory/.ocean-sound-theme6.new.16005/ocean-sound-theme6.changes 2025-05-31 19:15:00.106133575 +0200 @@ -1,0 +2,22 @@ +Thu May 29 21:20:37 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.91: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.91 +- Changes since 6.3.90: + * Update version for new release 6.3.91 + +------------------------------------------------------------------- +Mon May 19 19:35:45 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.3.90 +- Changes since 6.3.5: + * update version for new release + * Add dialog-warning-auth + * CI: Add linux-qt6-next build + * Add xml/yaml linting + * update version for new release + +------------------------------------------------------------------- Old: ---- ocean-sound-theme-6.3.5.tar.xz ocean-sound-theme-6.3.5.tar.xz.sig New: ---- ocean-sound-theme-6.3.91.tar.xz ocean-sound-theme-6.3.91.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocean-sound-theme6.spec ++++++ --- /var/tmp/diff_new_pack.qQNGRk/_old 2025-05-31 19:15:00.826163331 +0200 +++ /var/tmp/diff_new_pack.qQNGRk/_new 2025-05-31 19:15:00.826163331 +0200 @@ -16,12 +16,12 @@ # -%define kf6_version 6.10.0 +%define kf6_version 6.14.0 %define rname ocean-sound-theme %bcond_without released Name: ocean-sound-theme6 -Version: 6.3.5 +Version: 6.3.91 Release: 0 # Full Plasma 6 version (e.g. 6.0.0) %{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}} @@ -30,9 +30,9 @@ Summary: Ocean sound theme License: CC-BY-SA-4.0 URL: https://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz +Source: https://download.kde.org/unstable/plasma/%{version}/%{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig +Source1: https://download.kde.org/unstable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} ++++++ ocean-sound-theme-6.3.5.tar.xz -> ocean-sound-theme-6.3.91.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocean-sound-theme-6.3.5/.gitlab-ci.yml new/ocean-sound-theme-6.3.91/.gitlab-ci.yml --- old/ocean-sound-theme-6.3.5/.gitlab-ci.yml 2025-05-06 19:58:11.000000000 +0200 +++ new/ocean-sound-theme-6.3.91/.gitlab-ci.yml 2025-05-29 12:00:14.000000000 +0200 @@ -6,4 +6,7 @@ file: - /gitlab-templates/linux-qt6.yml - /gitlab-templates/freebsd-qt6.yml - - /gitlab-templates/reuse-lint.yml \ No newline at end of file + - /gitlab-templates/reuse-lint.yml + - /gitlab-templates/xml-lint.yml + - /gitlab-templates/yaml-lint.yml + - /gitlab-templates/linux-qt6-next.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocean-sound-theme-6.3.5/.kde-ci.yml new/ocean-sound-theme-6.3.91/.kde-ci.yml --- old/ocean-sound-theme-6.3.5/.kde-ci.yml 2025-05-06 19:58:11.000000000 +0200 +++ new/ocean-sound-theme-6.3.91/.kde-ci.yml 2025-05-29 12:00:14.000000000 +0200 @@ -2,8 +2,8 @@ # SPDX-License-Identifier: CC0-1.0 Dependencies: -- 'on': ['@all'] - 'require': + - 'on': ['@all'] + 'require': 'frameworks/extra-cmake-modules': '@latest-kf6' Options: - require-passing-tests-on: [ 'Linux', 'FreeBSD'] \ No newline at end of file + require-passing-tests-on: ['Linux', 'FreeBSD'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocean-sound-theme-6.3.5/CMakeLists.txt new/ocean-sound-theme-6.3.91/CMakeLists.txt --- old/ocean-sound-theme-6.3.5/CMakeLists.txt 2025-05-06 19:58:11.000000000 +0200 +++ new/ocean-sound-theme-6.3.91/CMakeLists.txt 2025-05-29 12:00:14.000000000 +0200 @@ -5,11 +5,11 @@ cmake_minimum_required(VERSION 3.16) project(ocean-sound-theme) -set(PROJECT_VERSION "6.3.5") +set(PROJECT_VERSION "6.3.91") include(FeatureSummary) -set(KF6_MIN_VERSION "6.10.0") +set(KF6_MIN_VERSION "6.14.0") find_package(ECM ${KF6_MIN_VERSION} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) Binary files old/ocean-sound-theme-6.3.5/Project Files/Ocean_Sound_Theme.mmpz and new/ocean-sound-theme-6.3.91/Project Files/Ocean_Sound_Theme.mmpz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocean-sound-theme-6.3.5/README.md new/ocean-sound-theme-6.3.91/README.md --- old/ocean-sound-theme-6.3.5/README.md 2025-05-06 19:58:11.000000000 +0200 +++ new/ocean-sound-theme-6.3.91/README.md 2025-05-29 12:00:14.000000000 +0200 @@ -26,6 +26,8 @@ - **dialog-warning**: Play when warning the user about something (e.g. "You have unsaved changes" dialog). +- **dialog-warning-auth**: Play when prompting the user for the administrator password. + - **trash-empty**: Play after permanently deleting the contents of the trash folder. - **message-new-instant**: Play for incoming messages. Binary files old/ocean-sound-theme-6.3.5/ocean/stereo/dialog-warning-auth.oga and new/ocean-sound-theme-6.3.91/ocean/stereo/dialog-warning-auth.oga differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocean-sound-theme-6.3.5/ocean/stereo/dialog-warning-auth.oga.license new/ocean-sound-theme-6.3.91/ocean/stereo/dialog-warning-auth.oga.license --- old/ocean-sound-theme-6.3.5/ocean/stereo/dialog-warning-auth.oga.license 1970-01-01 01:00:00.000000000 +0100 +++ new/ocean-sound-theme-6.3.91/ocean/stereo/dialog-warning-auth.oga.license 2025-05-29 12:00:14.000000000 +0200 @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2025 Guilherme Marçal Silva <guimarcalsi...@gmail.com> + +SPDX-License-Identifier: CC-BY-SA-4.0