Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package breeze6-gtk for openSUSE:Factory checked in at 2025-06-18 15:53:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/breeze6-gtk (Old) and /work/SRC/openSUSE:Factory/.breeze6-gtk.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze6-gtk" Wed Jun 18 15:53:52 2025 rev:24 rq:1285703 version:6.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/breeze6-gtk/breeze6-gtk.changes 2025-05-08 18:20:54.158380521 +0200 +++ /work/SRC/openSUSE:Factory/.breeze6-gtk.new.19631/breeze6-gtk.changes 2025-06-18 15:54:07.535187471 +0200 @@ -1,0 +2,30 @@ +Thu Jun 12 10:37:12 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.4.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.0 +- Changes since 6.3.91: + * Update version for new release 6.4.0 + +------------------------------------------------------------------- +Thu May 29 21:18:30 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:34:58 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 + * Remove unused PROJECT_VERSION_MAJOR variable + * Add xml/yaml linting + * update version for new release + +------------------------------------------------------------------- Old: ---- breeze-gtk-6.3.5.tar.xz breeze-gtk-6.3.5.tar.xz.sig New: ---- breeze-gtk-6.4.0.tar.xz breeze-gtk-6.4.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ breeze6-gtk.spec ++++++ --- /var/tmp/diff_new_pack.hsqajP/_old 2025-06-18 15:54:09.483268701 +0200 +++ /var/tmp/diff_new_pack.hsqajP/_new 2025-06-18 15:54:09.515270036 +0200 @@ -16,7 +16,7 @@ # -%define kf6_version 6.10.0 +%define kf6_version 6.14.0 # Full Plasma 6 version (e.g. 6.0.0) %{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}} @@ -31,14 +31,14 @@ %bcond_without released Name: breeze6-gtk -Version: 6.3.5 +Version: 6.4.0 Release: 0 Summary: GTK+ theme matching KDE's Breeze License: LGPL-2.1-only URL: https://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz +Source: %{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig +Source1: %{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: %{python_module pycairo} ++++++ breeze-gtk-6.3.5.tar.xz -> breeze-gtk-6.4.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.3.5/.gitlab-ci.yml new/breeze-gtk-6.4.0/.gitlab-ci.yml --- old/breeze-gtk-6.3.5/.gitlab-ci.yml 2025-05-06 19:56:07.000000000 +0200 +++ new/breeze-gtk-6.4.0/.gitlab-ci.yml 2025-06-12 10:57:50.000000000 +0200 @@ -6,3 +6,5 @@ file: - /gitlab-templates/linux-qt6.yml - /gitlab-templates/freebsd-qt6.yml + - /gitlab-templates/xml-lint.yml + - /gitlab-templates/yaml-lint.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.3.5/.kde-ci.yml new/breeze-gtk-6.4.0/.kde-ci.yml --- old/breeze-gtk-6.3.5/.kde-ci.yml 2025-05-06 19:56:07.000000000 +0200 +++ new/breeze-gtk-6.4.0/.kde-ci.yml 2025-06-12 10:57:50.000000000 +0200 @@ -1,7 +1,7 @@ Dependencies: -- 'on': ['Linux', 'FreeBSD'] - 'require': + - 'on': ['Linux', 'FreeBSD'] + 'require': 'frameworks/extra-cmake-modules': '@stable' 'plasma/breeze': '@same' Options: - require-passing-tests-on: [ 'Linux', 'FreeBSD'] + require-passing-tests-on: ['Linux', 'FreeBSD'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.3.5/CMakeLists.txt new/breeze-gtk-6.4.0/CMakeLists.txt --- old/breeze-gtk-6.3.5/CMakeLists.txt 2025-05-06 19:56:07.000000000 +0200 +++ new/breeze-gtk-6.4.0/CMakeLists.txt 2025-06-12 10:57:50.000000000 +0200 @@ -1,8 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(breeze-gtk) -set(PROJECT_VERSION "6.3.5") -set(PROJECT_VERSION_MAJOR 6) +set(PROJECT_VERSION "6.4.0") find_package(ECM 6.2.0 REQUIRED NO_MODULE) include(FeatureSummary)