Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package breeze5-icons for openSUSE:Factory checked in at 2021-05-10 15:35:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/breeze5-icons (Old) and /work/SRC/openSUSE:Factory/.breeze5-icons.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze5-icons" Mon May 10 15:35:06 2021 rev:68 rq:891721 version:5.82.0 Changes: -------- --- /work/SRC/openSUSE:Factory/breeze5-icons/breeze5-icons.changes 2021-04-12 12:34:21.553109255 +0200 +++ /work/SRC/openSUSE:Factory/.breeze5-icons.new.2988/breeze5-icons.changes 2021-05-10 15:35:22.886516684 +0200 @@ -1,0 +2,12 @@ +Sat May 1 16:40:29 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.82.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.82.0 +- Changes since 5.81.0: + * New Sidebar Show/Hide Icons + * Add financial-budget icon + * Don't attempt to validate icons when cross-compiling + +------------------------------------------------------------------- Old: ---- breeze-icons-5.81.0.tar.xz breeze-icons-5.81.0.tar.xz.sig New: ---- breeze-icons-5.82.0.tar.xz breeze-icons-5.82.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ breeze5-icons.spec ++++++ --- /var/tmp/diff_new_pack.h3BkBe/_old 2021-05-10 15:35:23.478514410 +0200 +++ /var/tmp/diff_new_pack.h3BkBe/_new 2021-05-10 15:35:23.482514395 +0200 @@ -16,7 +16,7 @@ # -%define _tar_path 5.81 +%define _tar_path 5.82 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) @@ -24,7 +24,7 @@ # Only needed for the package signature condition %bcond_without lang Name: breeze5-icons -Version: 5.81.0 +Version: 5.82.0 Release: 0 Summary: Breeze icon theme License: LGPL-3.0-only @@ -41,8 +41,8 @@ BuildRequires: libxml2-tools BuildRequires: python3 BuildRequires: python3-lxml -BuildRequires: cmake(Qt5Core) >= 5.14.0 -BuildRequires: cmake(Qt5Test) >= 5.14.0 +BuildRequires: cmake(Qt5Core) >= 5.15.0 +BuildRequires: cmake(Qt5Test) >= 5.15.0 BuildArch: noarch %description @@ -60,22 +60,22 @@ %autosetup -p1 -n breeze-icons-%{version} %build - # For some reason Kexi only wants to use breeze-icons.rcc and not the icons directory, - # so build it just for that. - %cmake_kf5 -d build -- -DBINARY_ICONS_RESOURCE=ON - %cmake_build +# For some reason Kexi only wants to use breeze-icons.rcc and not the icons directory, +# so build it just for that. +%cmake_kf5 -d build -- -DBINARY_ICONS_RESOURCE=ON +%cmake_build %install - %kf5_makeinstall -C build +%kf5_makeinstall -C build - # yast2-theme uses these, but it got renamed in 5.55.0 - ln -s yast-software-group.svg %{buildroot}%{_kf5_iconsdir}/breeze/preferences/32/yast-software.svg - ln -s yast-software-group.svg %{buildroot}%{_kf5_iconsdir}/breeze-dark/preferences/32/yast-software.svg +# yast2-theme uses these, but it got renamed in 5.55.0 +ln -s yast-software-group.svg %{buildroot}%{_kf5_iconsdir}/breeze/preferences/32/yast-software.svg +ln -s yast-software-group.svg %{buildroot}%{_kf5_iconsdir}/breeze-dark/preferences/32/yast-software.svg - %fdupes %{buildroot}%{_kf5_iconsdir} +%fdupes %{buildroot}%{_kf5_iconsdir} - %icon_theme_cache_create_ghost breeze - %icon_theme_cache_create_ghost breeze-dark +%icon_theme_cache_create_ghost breeze +%icon_theme_cache_create_ghost breeze-dark %post %icon_theme_cache_post breeze ++++++ breeze-icons-5.81.0.tar.xz -> breeze-icons-5.82.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.81.0/.gitignore new/breeze-icons-5.82.0/.gitignore --- old/breeze-icons-5.81.0/.gitignore 2021-04-09 22:56:57.000000000 +0200 +++ new/breeze-icons-5.82.0/.gitignore 2021-05-01 11:36:31.000000000 +0200 @@ -10,3 +10,6 @@ build/ xmlerrors /.clang-format +.clangd +.idea +/cmake-build* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.81.0/CMakeLists.txt new/breeze-icons-5.82.0/CMakeLists.txt --- old/breeze-icons-5.81.0/CMakeLists.txt 2021-04-09 22:56:57.000000000 +0200 +++ new/breeze-icons-5.82.0/CMakeLists.txt 2021-05-01 11:36:31.000000000 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -set(KF_VERSION "5.81.0") # handled by release scripts +set(KF_VERSION "5.82.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 5.81.0 NO_MODULE) +find_package(ECM 5.82.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) @@ -23,7 +23,7 @@ include(GtkUpdateIconCache) # Dependencies -set(REQUIRED_QT_VERSION 5.14.0) +set(REQUIRED_QT_VERSION 5.15.0) # Find Python 3 find_package (Python 3 COMPONENTS Interpreter) @@ -113,7 +113,7 @@ endfunction() endif() -if(NOT WIN32) +if(NOT WIN32 AND NOT CMAKE_CROSSCOMPILING) # validate find_program(SH_EXE sh) find_program(XMLLINT_EXE xmllint) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.81.0/icons/actions/16/sidebar-collapse.svg new/breeze-icons-5.82.0/icons/actions/16/sidebar-collapse.svg --- old/breeze-icons-5.81.0/icons/actions/16/sidebar-collapse.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.82.0/icons/actions/16/sidebar-collapse.svg 2021-05-01 11:36:31.000000000 +0200 @@ -0,0 +1,11 @@ +<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#232629; + } + </style> + <g class="ColorScheme-Text" fill="currentColor"> + <path d="m2 2v12h12v-12zm4 2h7v9h-7z"/> + <path d="m9.5 5.7929688-2.7070312 2.7070312 2.3535156 2.353516.3535156.353515.707031-.707031-.3535154-.353516-1.6464844-1.646484 1.6464844-1.6464844.3535154-.3535156z"/> + </g> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.81.0/icons/actions/16/sidebar-expand.svg new/breeze-icons-5.82.0/icons/actions/16/sidebar-expand.svg --- old/breeze-icons-5.81.0/icons/actions/16/sidebar-expand.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.82.0/icons/actions/16/sidebar-expand.svg 2021-05-01 11:36:31.000000000 +0200 @@ -0,0 +1,11 @@ +<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#232629; + } + </style> + <g class="ColorScheme-Text" fill="currentColor"> + <path d="m2 2v12h12v-12zm4 2h7v9h-7z" stroke-linecap="square"/> + <path d="m7.5 5.7929688-.7070312.7070312 2 2-1.6464844 1.646484-.3535156.353516.7070312.707031.3535156-.353515 2.3535154-2.353516-2.3535154-2.3535156-.3535156-.3535156z"/> + </g> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.81.0/icons/actions/22/sidebar-collapse.svg new/breeze-icons-5.82.0/icons/actions/22/sidebar-collapse.svg --- old/breeze-icons-5.81.0/icons/actions/22/sidebar-collapse.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.82.0/icons/actions/22/sidebar-collapse.svg 2021-05-01 11:36:31.000000000 +0200 @@ -0,0 +1,11 @@ +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#232629; + } + </style> + <g class="ColorScheme-Text" fill="currentColor"> + <path d="m3 3v16h16v-16zm6 4h9v11h-9z"/> + <path d="m14.500031 8.7929688.707031.7070312-.353515.3535156-2.646485 2.6464844 2.646485 2.646484.353515.353516-.707031.707031-.353516-.353515-3.353515-3.353516 3.353515-3.3535156z"/> + </g> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.81.0/icons/actions/22/sidebar-expand.svg new/breeze-icons-5.82.0/icons/actions/22/sidebar-expand.svg --- old/breeze-icons-5.81.0/icons/actions/22/sidebar-expand.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.82.0/icons/actions/22/sidebar-expand.svg 2021-05-01 11:36:31.000000000 +0200 @@ -0,0 +1,11 @@ +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#232629; + } + </style> + <g class="ColorScheme-Text" fill="currentColor"> + <path d="m3 3v16h16v-16zm6 4h9v11h-9z"/> + <path d="m11.500031 8.7929688-.707031.7070312.353515.3535156 2.646485 2.6464844-2.646485 2.646484-.353515.353516.707031.707031.353516-.353515 3.353515-3.353516-3.353515-3.3535156z"/> + </g> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.81.0/icons/actions/32/financial-budget.svg new/breeze-icons-5.82.0/icons/actions/32/financial-budget.svg --- old/breeze-icons-5.81.0/icons/actions/32/financial-budget.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.82.0/icons/actions/32/financial-budget.svg 2021-05-10 15:36:26.786261063 +0200 @@ -0,0 +1 @@ +symbolic link to office-chart-pie.svg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.81.0/icons-dark/actions/16/sidebar-collapse.svg new/breeze-icons-5.82.0/icons-dark/actions/16/sidebar-collapse.svg --- old/breeze-icons-5.81.0/icons-dark/actions/16/sidebar-collapse.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.82.0/icons-dark/actions/16/sidebar-collapse.svg 2021-05-01 11:36:31.000000000 +0200 @@ -0,0 +1,11 @@ +<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#eff0f1; + } + </style> + <g class="ColorScheme-Text" fill="currentColor"> + <path d="m2 2v12h12v-12zm4 2h7v9h-7z"/> + <path d="m9.5 5.7929688-2.7070312 2.7070312 2.3535156 2.353516.3535156.353515.707031-.707031-.3535154-.353516-1.6464844-1.646484 1.6464844-1.6464844.3535154-.3535156z"/> + </g> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.81.0/icons-dark/actions/16/sidebar-expand.svg new/breeze-icons-5.82.0/icons-dark/actions/16/sidebar-expand.svg --- old/breeze-icons-5.81.0/icons-dark/actions/16/sidebar-expand.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.82.0/icons-dark/actions/16/sidebar-expand.svg 2021-05-01 11:36:31.000000000 +0200 @@ -0,0 +1,11 @@ +<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#eff0f1; + } + </style> + <g class="ColorScheme-Text" fill="currentColor"> + <path d="m2 2v12h12v-12zm4 2h7v9h-7z" stroke-linecap="square"/> + <path d="m7.5 5.7929688-.7070312.7070312 2 2-1.6464844 1.646484-.3535156.353516.7070312.707031.3535156-.353515 2.3535154-2.353516-2.3535154-2.3535156-.3535156-.3535156z"/> + </g> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.81.0/icons-dark/actions/22/sidebar-collapse.svg new/breeze-icons-5.82.0/icons-dark/actions/22/sidebar-collapse.svg --- old/breeze-icons-5.81.0/icons-dark/actions/22/sidebar-collapse.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.82.0/icons-dark/actions/22/sidebar-collapse.svg 2021-05-01 11:36:31.000000000 +0200 @@ -0,0 +1,11 @@ +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#eff0f1; + } + </style> + <g class="ColorScheme-Text" fill="currentColor"> + <path d="m3 3v16h16v-16zm6 4h9v11h-9z"/> + <path d="m14.500031 8.7929688.707031.7070312-.353515.3535156-2.646485 2.6464844 2.646485 2.646484.353515.353516-.707031.707031-.353516-.353515-3.353515-3.353516 3.353515-3.3535156z"/> + </g> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.81.0/icons-dark/actions/22/sidebar-expand.svg new/breeze-icons-5.82.0/icons-dark/actions/22/sidebar-expand.svg --- old/breeze-icons-5.81.0/icons-dark/actions/22/sidebar-expand.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.82.0/icons-dark/actions/22/sidebar-expand.svg 2021-05-01 11:36:31.000000000 +0200 @@ -0,0 +1,11 @@ +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#eff0f1; + } + </style> + <g class="ColorScheme-Text" fill="currentColor"> + <path d="m3 3v16h16v-16zm6 4h9v11h-9z"/> + <path d="m11.500031 8.7929688-.707031.7070312.353515.3535156 2.646485 2.6464844-2.646485 2.646484-.353515.353516.707031.707031.353516-.353515 3.353515-3.353516-3.353515-3.3535156z"/> + </g> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.81.0/icons-dark/actions/32/financial-budget.svg new/breeze-icons-5.82.0/icons-dark/actions/32/financial-budget.svg --- old/breeze-icons-5.81.0/icons-dark/actions/32/financial-budget.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.82.0/icons-dark/actions/32/financial-budget.svg 2021-05-10 15:36:09.282332279 +0200 @@ -0,0 +1 @@ +symbolic link to office-chart-pie.svg