Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf6-breeze-icons for openSUSE:Factory checked in at 2025-02-16 22:37:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-breeze-icons (Old) and /work/SRC/openSUSE:Factory/.kf6-breeze-icons.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-breeze-icons" Sun Feb 16 22:37:30 2025 rev:12 rq:1245918 version:6.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-breeze-icons/kf6-breeze-icons.changes 2025-01-12 11:11:23.995628918 +0100 +++ /work/SRC/openSUSE:Factory/.kf6-breeze-icons.new.8181/kf6-breeze-icons.changes 2025-02-16 22:38:09.998149247 +0100 @@ -1,0 +2,16 @@ +Sat Feb 8 12:16:39 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.11.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.11.0 +- Changes since 6.10.0: + * Update dependency version to 6.11.0 + * Add xml/yaml linting + * Symlink preferences-system-windows-effect-screenshot to applets-screenshooter + * Provide 12x12 version of open-link icon + * CI: Add linux-qt6-next build + * Make the close icons be black X symbols (kde#453167) + * Update version to 6.11.0 + +------------------------------------------------------------------- Old: ---- breeze-icons-6.10.0.tar.xz breeze-icons-6.10.0.tar.xz.sig New: ---- breeze-icons-6.11.0.tar.xz breeze-icons-6.11.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-breeze-icons.spec ++++++ --- /var/tmp/diff_new_pack.RZmga2/_old 2025-02-16 22:38:12.202240885 +0100 +++ /var/tmp/diff_new_pack.RZmga2/_new 2025-02-16 22:38:12.214241385 +0100 @@ -19,13 +19,13 @@ %define qt6_version 6.7.0 %define rname breeze-icons -# Full KF6 version (e.g. 6.10.0) +# Full KF6 version (e.g. 6.11.0) %{!?_kf6_version: %global _kf6_version %{version}} # Last major and minor KF6 version (e.g. 6.0) %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kf6-breeze-icons -Version: 6.10.0 +Version: 6.11.0 Release: 0 Summary: Breeze icon theme License: LGPL-3.0-only ++++++ breeze-icons-6.10.0.tar.xz -> breeze-icons-6.11.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-6.10.0/.gitlab-ci.yml new/breeze-icons-6.11.0/.gitlab-ci.yml --- old/breeze-icons-6.10.0/.gitlab-ci.yml 2025-01-03 16:24:31.000000000 +0100 +++ new/breeze-icons-6.11.0/.gitlab-ci.yml 2025-02-07 14:59:18.000000000 +0100 @@ -5,10 +5,13 @@ - project: sysadmin/ci-utilities file: - /gitlab-templates/linux-qt6.yml + - /gitlab-templates/linux-qt6-next.yml - /gitlab-templates/linux-qt6-static.yml - /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/windows-qt6.yml - /gitlab-templates/alpine-qt6.yml + - /gitlab-templates/xml-lint.yml + - /gitlab-templates/yaml-lint.yml webfonts: image: invent-registry.kde.org/sysadmin/ci-images/staticweb:latest diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-6.10.0/.kde-ci.yml new/breeze-icons-6.11.0/.kde-ci.yml --- old/breeze-icons-6.10.0/.kde-ci.yml 2025-01-03 16:24:31.000000000 +0100 +++ new/breeze-icons-6.11.0/.kde-ci.yml 2025-02-07 14:59:18.000000000 +0100 @@ -1,8 +1,8 @@ Dependencies: -- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS'] - 'require': + - 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS'] + 'require': 'frameworks/extra-cmake-modules': '@same' Options: - test-before-installing: True - require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ] + test-before-installing: True + require-passing-tests-on: ['Linux', 'FreeBSD', 'Windows'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-6.10.0/CMakeLists.txt new/breeze-icons-6.11.0/CMakeLists.txt --- old/breeze-icons-6.10.0/CMakeLists.txt 2025-01-03 16:24:31.000000000 +0100 +++ new/breeze-icons-6.11.0/CMakeLists.txt 2025-02-07 14:59:18.000000000 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "6.10.0") # handled by release scripts +set(KF_VERSION "6.11.0") # handled by release scripts project(BreezeIcons VERSION ${KF_VERSION}) # Disallow in-source build @@ -10,7 +10,7 @@ # ECM setup include(FeatureSummary) -find_package(ECM 6.10.0 NO_MODULE) +find_package(ECM 6.11.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-6.10.0/icons/actions/12/open-link-symbolic.svg new/breeze-icons-6.11.0/icons/actions/12/open-link-symbolic.svg --- old/breeze-icons-6.10.0/icons/actions/12/open-link-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-6.11.0/icons/actions/12/open-link-symbolic.svg 2025-02-16 22:40:21.343610138 +0100 @@ -0,0 +1 @@ +symbolic link to open-link.svg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-6.10.0/icons/actions/12/open-link.svg new/breeze-icons-6.11.0/icons/actions/12/open-link.svg --- old/breeze-icons-6.10.0/icons/actions/12/open-link.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-6.11.0/icons/actions/12/open-link.svg 2025-02-07 14:59:18.000000000 +0100 @@ -0,0 +1,14 @@ +<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"> +<!-- +SPDX-FileCopyrightText: 2024 Carl Schwan <c...@carlschwan.eu> +SPDX-License-Identifier: LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL +--> + <defs> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#232629; + } + </style> + </defs> + <path style="fill:currentColor;fill-opacity:1;stroke:none" d="M 10.000641,8.0008275 V 10.00042 L 2.000167,10.000584 2,2.0001643 4.0000006,2.0000002 4.0000007,1 1,1.0001643 1.000167,11.000584 11.000641,11.000421 V 8.0008275 M 6.0004738,1.9999998 9.283674,2.0096898 5.4754464,5.8174465 6.1825535,6.5245535 9.990781,2.7167967 l 0.0097,3.2832027 0.999999,7e-7 -7e-6,-5 H 6.0004733" class="ColorScheme-Text" /> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-6.10.0/icons/actions/16/window-close.svg new/breeze-icons-6.11.0/icons/actions/16/window-close.svg --- old/breeze-icons-6.10.0/icons/actions/16/window-close.svg 2025-01-03 16:24:31.000000000 +0100 +++ new/breeze-icons-6.11.0/icons/actions/16/window-close.svg 2025-02-07 14:59:18.000000000 +0100 @@ -1,17 +1,14 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> - <defs id="defs3051"> +<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> <style type="text/css" id="current-color-scheme"> .ColorScheme-Text { color:#232629; } - .ColorScheme-NegativeText { - color:#da4453; - } - </style> + </style> </defs> - <path - style="fill:currentColor;fill-opacity:1;stroke:none" - class="ColorScheme-NegativeText" - d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" - /> + <path class="ColorScheme-Text" + d="m4 4 8 8m-8 0 8-8" + stroke-linecap="square" + stroke-width="1.2" + style="stroke:currentColor"/> </svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-6.10.0/icons/actions/22/window-close.svg new/breeze-icons-6.11.0/icons/actions/22/window-close.svg --- old/breeze-icons-6.10.0/icons/actions/22/window-close.svg 2025-01-03 16:24:31.000000000 +0100 +++ new/breeze-icons-6.11.0/icons/actions/22/window-close.svg 2025-02-07 14:59:18.000000000 +0100 @@ -1,10 +1,14 @@ -<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> - <style - type="text/css" - id="current-color-scheme"> - .ColorScheme-NegativeText { - color:#da4453; - } +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#232629; + } </style> - <path d="M11 3a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8M7.707 7L11 10.294l3.293-3.293.707.707-3.293 3.293L15 14.294l-.707.707L11 11.708l-3.293 3.293L7 14.294l3.293-3.293L7 7.708l.707-.707" class="ColorScheme-NegativeText" fill="currentColor"/> + </defs> + <path class="ColorScheme-Text" + d="m6 6 10 10m-10 0 10-10" + stroke-linecap="square" + stroke-width="1.2" + style="stroke:currentColor"/> </svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-6.10.0/icons/actions/32/window-close.svg new/breeze-icons-6.11.0/icons/actions/32/window-close.svg --- old/breeze-icons-6.10.0/icons/actions/32/window-close.svg 2025-01-03 16:24:31.000000000 +0100 +++ new/breeze-icons-6.11.0/icons/actions/32/window-close.svg 2025-02-07 14:59:18.000000000 +0100 @@ -1,10 +1,14 @@ -<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <style - type="text/css" - id="current-color-scheme"> - .ColorScheme-NegativeText { - color:#da4453; - } +<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#232629; + } </style> - <path d="M16 4A12 12 0 0 0 4 16a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 16 4m-5.293 6L16 15.293 21.293 10s.727.716.707.707L16.707 16 22 21.293s-.701.706-.707.707L16 16.707 10.707 22c.001-.005-.707-.707-.707-.707L15.293 16 10 10.707c.02.001.707-.707.707-.707" class="ColorScheme-NegativeText" fill="currentColor"/> + </defs> + <path class="ColorScheme-Text" + d="m7 7 18 18m-18 0 18-18" + stroke-linecap="square" + stroke-width="1.2" + style="stroke:currentColor"/> </svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-6.10.0/icons/applets/64/applets-screenshooter.svg new/breeze-icons-6.11.0/icons/applets/64/applets-screenshooter.svg --- old/breeze-icons-6.10.0/icons/applets/64/applets-screenshooter.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-6.11.0/icons/applets/64/applets-screenshooter.svg 2025-02-16 22:41:48.503233936 +0100 @@ -0,0 +1 @@ +symbolic link to preferences-system-windows-effect-screenshot.svg