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 2023-01-16 17:57:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/breeze5-icons (Old) and /work/SRC/openSUSE:Factory/.breeze5-icons.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze5-icons" Mon Jan 16 17:57:51 2023 rev:88 rq:1058465 version:5.102.0 Changes: -------- --- /work/SRC/openSUSE:Factory/breeze5-icons/breeze5-icons.changes 2022-12-12 17:37:37.200550637 +0100 +++ /work/SRC/openSUSE:Factory/.breeze5-icons.new.32243/breeze5-icons.changes 2023-01-16 17:57:53.962478308 +0100 @@ -1,0 +2,12 @@ +Thu Jan 12 08:18:30 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 5.102.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.102.0 +- Changes since 5.101.0: + * Revert "Add SimpleScreenRecorder icon" (kde#462905) + * Add some links for symbolic icons + * Don't generate BINARY_ICONS_RESOURCE by default with Qt >= 6 + +------------------------------------------------------------------- Old: ---- breeze-icons-5.101.0.tar.xz breeze-icons-5.101.0.tar.xz.sig New: ---- breeze-icons-5.102.0.tar.xz breeze-icons-5.102.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ breeze5-icons.spec ++++++ --- /var/tmp/diff_new_pack.frmAi2/_old 2023-01-16 17:57:55.234485445 +0100 +++ /var/tmp/diff_new_pack.frmAi2/_new 2023-01-16 17:57:55.238485468 +0100 @@ -16,7 +16,7 @@ # -%define _tar_path 5.101 +%define _tar_path 5.102 # 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 released Name: breeze5-icons -Version: 5.101.0 +Version: 5.102.0 Release: 0 Summary: Breeze icon theme License: LGPL-3.0-only ++++++ breeze-icons-5.101.0.tar.xz -> breeze-icons-5.102.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/CMakeLists.txt new/breeze-icons-5.102.0/CMakeLists.txt --- old/breeze-icons-5.101.0/CMakeLists.txt 2022-12-03 10:41:39.000000000 +0100 +++ new/breeze-icons-5.102.0/CMakeLists.txt 2023-01-07 01:23:02.000000000 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.101.0") # handled by release scripts +set(KF_VERSION "5.102.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.101.0 NO_MODULE) +find_package(ECM 5.102.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) @@ -53,7 +53,7 @@ ) # The exact amount of indentation used in the line(s) above is intentional # When cross-compiling, we should compile qrcAlias natively (against a native Qt build) -if (CMAKE_CROSSCOMPILING) +if (CMAKE_CROSSCOMPILING OR QT_MAJOR_VERSION GREATER 5) set(BINARY_ICONS_RESOURCE_OPTION_DEFAULT OFF) else() set(BINARY_ICONS_RESOURCE_OPTION_DEFAULT ON) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/icons/actions/symbolic/checkbox-checked-symbolic.svg new/breeze-icons-5.102.0/icons/actions/symbolic/checkbox-checked-symbolic.svg --- old/breeze-icons-5.101.0/icons/actions/symbolic/checkbox-checked-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.102.0/icons/actions/symbolic/checkbox-checked-symbolic.svg 2023-01-16 17:59:01.510857338 +0100 @@ -0,0 +1 @@ +symbolic link to ../16/entry-edit.svg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/icons/actions/symbolic/mail-forward-symbolic.svg new/breeze-icons-5.102.0/icons/actions/symbolic/mail-forward-symbolic.svg --- old/breeze-icons-5.101.0/icons/actions/symbolic/mail-forward-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.102.0/icons/actions/symbolic/mail-forward-symbolic.svg 2023-01-16 17:59:01.990860031 +0100 @@ -0,0 +1 @@ +symbolic link to ../16/mail-forward.svg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/icons/actions/symbolic/mail-message-new-symbolic.svg new/breeze-icons-5.102.0/icons/actions/symbolic/mail-message-new-symbolic.svg --- old/breeze-icons-5.101.0/icons/actions/symbolic/mail-message-new-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.102.0/icons/actions/symbolic/mail-message-new-symbolic.svg 2023-01-16 17:59:01.950859806 +0100 @@ -0,0 +1 @@ +symbolic link to ../16/mail-message-new.svg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/icons/actions/symbolic/mail-reply-all-symbolic.svg new/breeze-icons-5.102.0/icons/actions/symbolic/mail-reply-all-symbolic.svg --- old/breeze-icons-5.101.0/icons/actions/symbolic/mail-reply-all-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.102.0/icons/actions/symbolic/mail-reply-all-symbolic.svg 2023-01-16 17:59:03.034865889 +0100 @@ -0,0 +1 @@ +symbolic link to ../16/mail-reply-all.svg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/icons/actions/symbolic/mail-reply-sender-symbolic.svg new/breeze-icons-5.102.0/icons/actions/symbolic/mail-reply-sender-symbolic.svg --- old/breeze-icons-5.101.0/icons/actions/symbolic/mail-reply-sender-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.102.0/icons/actions/symbolic/mail-reply-sender-symbolic.svg 2023-01-16 17:59:02.294861737 +0100 @@ -0,0 +1 @@ +symbolic link to ../16/mail-reply-sender.svg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/icons/actions/symbolic/mail-sent-symbolic.svg new/breeze-icons-5.102.0/icons/actions/symbolic/mail-sent-symbolic.svg --- old/breeze-icons-5.101.0/icons/actions/symbolic/mail-sent-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.102.0/icons/actions/symbolic/mail-sent-symbolic.svg 2023-01-16 17:59:02.606863488 +0100 @@ -0,0 +1 @@ +symbolic link to ../16/mail-sent.svg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/icons/actions/symbolic/preferences-other-symbolic.svg new/breeze-icons-5.102.0/icons/actions/symbolic/preferences-other-symbolic.svg --- old/breeze-icons-5.101.0/icons/actions/symbolic/preferences-other-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.102.0/icons/actions/symbolic/preferences-other-symbolic.svg 2023-01-16 17:59:02.734864206 +0100 @@ -0,0 +1 @@ +symbolic link to ../16/preferences-other.svg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/icons/actions/symbolic/preferences-system-search-symbolic.svg new/breeze-icons-5.102.0/icons/actions/symbolic/preferences-system-search-symbolic.svg --- old/breeze-icons-5.101.0/icons/actions/symbolic/preferences-system-search-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.102.0/icons/actions/symbolic/preferences-system-search-symbolic.svg 2023-01-16 17:59:01.582857742 +0100 @@ -0,0 +1 @@ +symbolic link to ../16/system-search.svg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/icons/apps/48/simplescreenrecorder.svg new/breeze-icons-5.102.0/icons/apps/48/simplescreenrecorder.svg --- old/breeze-icons-5.101.0/icons/apps/48/simplescreenrecorder.svg 2022-12-03 10:41:39.000000000 +0100 +++ new/breeze-icons-5.102.0/icons/apps/48/simplescreenrecorder.svg 1970-01-01 01:00:00.000000000 +0100 @@ -1,48 +0,0 @@ -<svg fill="none" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> - <linearGradient id="a" x1="44" x2="4" y1="24" y2="24" gradientUnits="userSpaceOnUse"> - <stop stop-color="#192633" offset="0"/> - <stop stop-color="#45545b" offset=".25"/> - <stop stop-color="#617a91" offset=".5"/> - <stop stop-color="#586474" offset=".75"/> - <stop stop-color="#432f2f" offset="1"/> - </linearGradient> - <linearGradient id="b" x1="11" x2="36" y1="12" y2="37" gradientUnits="userSpaceOnUse"> - <stop stop-color="#230a0a" offset="0"/> - <stop stop-color="#2a1818" offset=".102629"/> - <stop stop-color="#476076" offset="1"/> - </linearGradient> - <linearGradient id="c" x1="10" x2="38" y1="24" y2="24" gradientUnits="userSpaceOnUse"> - <stop stop-color="#ae3642" offset="0"/> - <stop stop-color="#17683a" offset=".5"/> - <stop stop-color="#216694" offset=".785714"/> - <stop stop-color="#25688c" offset="1"/> - </linearGradient> - <linearGradient id="d" x1="38" x2="10" y1="24" y2="24" gradientUnits="userSpaceOnUse"> - <stop stop-color="#2a7aaf" offset=".0360243"/> - <stop stop-color="#299fb9" offset=".236931"/> - <stop stop-color="#27ae60" offset=".5"/> - <stop stop-color="#da4453" offset=".964726"/> - </linearGradient> - <linearGradient id="e" x1="18" x2="30" y1="18" y2="30" gradientUnits="userSpaceOnUse"> - <stop stop-color="#f47750" offset="0"/> - <stop stop-color="#88b175" offset=".275711"/> - <stop stop-color="#3daee9" offset="1"/> - </linearGradient> - <linearGradient id="f" x1="14" x2="20" y1="14" y2="20" gradientUnits="userSpaceOnUse"> - <stop stop-color="#ffcdd2" offset="0"/> - <stop stop-color="#f25665" stop-opacity="0" offset="1"/> - </linearGradient> - <linearGradient id="g" x1="20" x2="23" y1="20" y2="23" gradientUnits="userSpaceOnUse"> - <stop stop-color="#e49e99" offset="0"/> - <stop stop-color="#74cc2e" stop-opacity="0" offset="1"/> - </linearGradient> - <path d="m44 24c0 11.0457-8.9543 20-20 20s-20-8.9543-20-20 8.9543-20 20-20 20 8.9543 20 20z" fill="url(#a)"/> - <path d="m6 24c0 9.9411 8.0589 18 18 18s18-8.0589 18-18-8.0589-18-18-18-18 8.0589-18 18z" fill="url(#b)"/> - <path d="m10 24c0 7.732 6.268 14 14 14s14-6.268 14-14-6.268-14-14-14-14 6.268-14 14z" fill="url(#c)"/> - <path d="m24 10c-7.756 0-14 6.244-14 14s6.244 14 14 14 14-6.244 14-14-6.244-14-14-14zm0 1c7.202 0 13 5.798 13 13s-5.798 13-13 13-13-5.798-13-13 5.798-13 13-13z" fill="url(#d)"/> - <path d="m24 12c-6.648 0-12 5.352-12 12s5.352 12 12 12 12-5.352 12-12-5.352-12-12-12zm0 3c4.986 0 9 4.01 9 9 0 4.986-4.01 9-9 9-4.986 0-9-4.01-9-9 0-4.986 4.01-9 9-9z" fill="url(#d)"/> - <path d="m22.787 25.5817c.8763.6724 2.1318.5071 2.8042-.3692s.5071-2.1318-.3692-2.8042c-.8763-.6725-2.1318-.5072-2.8042.3692-.6724.8763-.5071 2.1318.3692 2.8042z" fill="#094035"/> - <path d="m24 29c2.7614 0 5-2.2386 5-5s-2.2386-5-5-5-5 2.2386-5 5 2.2386 5 5 5zm0 1c3.3137 0 6-2.6863 6-6s-2.6863-6-6-6-6 2.6863-6 6 2.6863 6 6 6z" clip-rule="evenodd" fill="url(#e)" fill-rule="evenodd" opacity=".35"/> - <path d="m20 17c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3z" fill="url(#f)"/> - <path d="m23 21.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5z" fill="url(#g)"/> -</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/icons/index.theme new/breeze-icons-5.102.0/icons/index.theme --- old/breeze-icons-5.101.0/icons/index.theme 2022-12-03 10:41:39.000000000 +0100 +++ new/breeze-icons-5.102.0/icons/index.theme 2023-01-07 01:23:02.000000000 +0100 @@ -66,7 +66,7 @@ Comment[et]=Breeze KDE VDG-lt Comment[eu]=Breeze, KDE VDGk egina Comment[fi]=Breeze KDE VDG:ltä -Comment[fr]=Breeze, par KDE VDG +Comment[fr]=Breeze, par l'équipe de conception graphique de KDE Comment[gl]=Breeze de KDE VDG Comment[hi]=à¤à¥à¤¡à¥à¤ वà¥à¤¡à¥à¤à¥ दà¥à¤µà¤¾à¤°à¤¾ बà¥à¤°à¥à¤à¤¼ Comment[hu]=Breeze a KDE VDG-tÅl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/icons/places/symbolic/mail-outbox-symbolic.svg new/breeze-icons-5.102.0/icons/places/symbolic/mail-outbox-symbolic.svg --- old/breeze-icons-5.101.0/icons/places/symbolic/mail-outbox-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.102.0/icons/places/symbolic/mail-outbox-symbolic.svg 2023-01-16 17:59:15.774937377 +0100 @@ -0,0 +1 @@ +symbolic link to ../16/mail-folder-outbox.svg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/icons/status/symbolic/network-offline-symbolic.svg new/breeze-icons-5.102.0/icons/status/symbolic/network-offline-symbolic.svg --- old/breeze-icons-5.101.0/icons/status/symbolic/network-offline-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/breeze-icons-5.102.0/icons/status/symbolic/network-offline-symbolic.svg 2023-01-16 17:59:00.114849504 +0100 @@ -0,0 +1 @@ +symbolic link to ../22/network-offline.svg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.101.0/icons-dark/index.theme new/breeze-icons-5.102.0/icons-dark/index.theme --- old/breeze-icons-5.101.0/icons-dark/index.theme 2022-12-03 10:41:39.000000000 +0100 +++ new/breeze-icons-5.102.0/icons-dark/index.theme 2023-01-07 01:23:02.000000000 +0100 @@ -7,7 +7,7 @@ Name[ca@valencia]=Brisa fosca Name[cs]=Breeze Tmavé Name[da]=Breeze Dark -Name[de]=Breeze-Dunkel +Name[de]=Breeze Dunkel Name[el]=ΣκοÏÎµÎ¹Î½Ï Breeze Name[en_GB]=Breeze Dark Name[es]=Brisa oscuro @@ -59,7 +59,7 @@ Comment[ca@valencia]=Brisa fosca, creat pel VDG de KDE Comment[cs]=Breeze Dark od KDE VDG Comment[da]=Breeze Dark af KDE VDG -Comment[de]=Breeze-Dunkel von der KDE VDG +Comment[de]=Breeze Dunkel von der KDE VDG Comment[el]=ΣκοÏÎµÎ¹Î½Ï Breeze αÏÏ Ïο KDE VDG Comment[en_GB]=Breeze Dark by the KDE VDG Comment[es]=Brisa oscuro por KDE VDG @@ -73,7 +73,7 @@ Comment[ia]=Breeze Dark (Brisa Obscure) per le KDE VDG Comment[id]=Breeze Gelap oleh KDE VDG Comment[ie]=Brise obscur del KDE VDG -Comment[is]=Dökkt Breeze frá KDE VDG +Comment[is]=Breeze dökkt frá KDE VDG Comment[it]=Brezza scuro del KDE VDG Comment[ja]=KDE VDG ã«ãã Breeze ãã¼ã¯ Comment[ka]=Breeze Dark "KDE VDG"-á¡ááá
