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-07-09 20:39:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/breeze5-icons (Old)
 and      /work/SRC/openSUSE:Factory/.breeze5-icons.new.23466 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "breeze5-icons"

Sun Jul  9 20:39:24 2023 rev:94 rq:1097667 version:5.108.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/breeze5-icons/breeze5-icons.changes      
2023-06-11 19:53:08.374385178 +0200
+++ /work/SRC/openSUSE:Factory/.breeze5-icons.new.23466/breeze5-icons.changes   
2023-07-09 20:39:29.740825202 +0200
@@ -1,0 +2,11 @@
+Mon Jul  3 07:01:35 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 5.108.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.108.0
+- Changes since 5.107.0:
+  * Export cmake config so that a app can ensure that breeze-icons is installed
+  * Remove qt6 CI builds
+
+-------------------------------------------------------------------

Old:
----
  breeze-icons-5.107.0.tar.xz
  breeze-icons-5.107.0.tar.xz.sig

New:
----
  breeze-icons-5.108.0.tar.xz
  breeze-icons-5.108.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ breeze5-icons.spec ++++++
--- /var/tmp/diff_new_pack.KfsnIR/_old  2023-07-09 20:39:31.924838341 +0200
+++ /var/tmp/diff_new_pack.KfsnIR/_new  2023-07-09 20:39:31.928838365 +0200
@@ -24,7 +24,7 @@
 # Only needed for the package signature condition
 %bcond_without released
 Name:           breeze5-icons
-Version:        5.107.0
+Version:        5.108.0
 Release:        0
 Summary:        Breeze icon theme
 License:        LGPL-3.0-only
@@ -42,7 +42,6 @@
 BuildRequires:  python3-lxml
 BuildRequires:  cmake(Qt5Core) >= 5.15.0
 BuildRequires:  cmake(Qt5Test) >= 5.15.0
-BuildArch:      noarch
 
 %description
 Breeze-icons is a freedesktop.org compatible icon theme.
@@ -89,6 +88,7 @@
 %exclude %{_kf5_iconsdir}/breeze-dark/breeze-icons-dark.rcc
 %{_kf5_iconsdir}/breeze/
 %{_kf5_iconsdir}/breeze-dark/
+%{_kf5_cmakedir}/KF5BreezeIcons/
 
 %files rcc
 %dir %{_kf5_iconsdir}/breeze

++++++ breeze-icons-5.107.0.tar.xz -> breeze-icons-5.108.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.107.0/.gitlab-ci.yml 
new/breeze-icons-5.108.0/.gitlab-ci.yml
--- old/breeze-icons-5.107.0/.gitlab-ci.yml     2023-06-03 11:40:55.000000000 
+0200
+++ new/breeze-icons-5.108.0/.gitlab-ci.yml     2023-07-01 11:52:44.000000000 
+0200
@@ -4,9 +4,6 @@
 include:
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-static.yml
 
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-static.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.107.0/CMakeLists.txt 
new/breeze-icons-5.108.0/CMakeLists.txt
--- old/breeze-icons-5.107.0/CMakeLists.txt     2023-06-03 11:40:55.000000000 
+0200
+++ new/breeze-icons-5.108.0/CMakeLists.txt     2023-07-01 11:52:44.000000000 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.107.0") # handled by release scripts
+set(KF_VERSION "5.108.0") # handled by release scripts
 project(BreezeIcons VERSION ${KF_VERSION})
 
 # Disallow in-source build
@@ -10,12 +10,13 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.107.0  NO_MODULE)
+find_package(ECM 5.108.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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
+include(ECMSetupVersion)
 include(KDEInstallDirs)
 include(KDECMakeSettings)
 include(KDEGitCommitHooks)
@@ -136,6 +137,27 @@
 add_subdirectory(icons)
 add_subdirectory(icons-dark)
 
+set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5BreezeIcons")
+
+configure_package_config_file(
+  "${CMAKE_CURRENT_SOURCE_DIR}/KF5BreezeIconsConfig.cmake.in"
+  "${CMAKE_CURRENT_BINARY_DIR}/KF5BreezeIconsConfig.cmake"
+  INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
+  PATH_VARS  CMAKE_INSTALL_PREFIX
+)
+
+install(FILES
+  "${CMAKE_CURRENT_BINARY_DIR}/KF5BreezeIconsConfig.cmake"
+  "${CMAKE_CURRENT_BINARY_DIR}/KF5BreezeIconsConfigVersion.cmake"
+  DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
+  COMPONENT Devel
+)
+
+ecm_setup_version(PROJECT
+    VARIABLE_PREFIX BREEZEICONS
+    PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5BreezeIconsConfigVersion.cmake"
+    SOVERSION 5)
+
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES 
INCLUDE_QUIET_PACKAGES)
 
 kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.107.0/KF5BreezeIconsConfig.cmake.in 
new/breeze-icons-5.108.0/KF5BreezeIconsConfig.cmake.in
--- old/breeze-icons-5.107.0/KF5BreezeIconsConfig.cmake.in      1970-01-01 
01:00:00.000000000 +0100
+++ new/breeze-icons-5.108.0/KF5BreezeIconsConfig.cmake.in      2023-07-01 
11:52:44.000000000 +0200
@@ -0,0 +1,9 @@
+@PACKAGE_INIT@
+
+# Any changes in this ".cmake" file will be overwritten by CMake, the source 
is the ".cmake.in" file.
+
+#include("${CMAKE_CURRENT_LIST_DIR}/KF5BreezeIconsTargets.cmake")
+
+set(BreezeIcons_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.107.0/icons/index.theme 
new/breeze-icons-5.108.0/icons/index.theme
--- old/breeze-icons-5.107.0/icons/index.theme  2023-06-03 11:40:55.000000000 
+0200
+++ new/breeze-icons-5.108.0/icons/index.theme  2023-07-01 11:52:44.000000000 
+0200
@@ -10,6 +10,7 @@
 Name[de]=Breeze
 Name[el]=Breeze
 Name[en_GB]=Breeze
+Name[eo]=Breeze
 Name[es]=Brisa
 Name[et]=Breeze
 Name[eu]=Breeze
@@ -62,12 +63,13 @@
 Comment[de]=Breeze von der KDE VDG
 Comment[el]=Breeze από το KDE VDG
 Comment[en_GB]=Breeze by the KDE VDG
+Comment[eo]=Breeze de la KDE VDG
 Comment[es]=Brisa por KDE VDG
 Comment[et]=Breeze KDE VDG-lt
 Comment[eu]=Breeze, KDE VDGk egina
 Comment[fi]=Breeze KDE VDG:ltä
 Comment[fr]=Breeze, par l'équipe de conception graphique de KDE
-Comment[gl]=Brisa do KDE VDG
+Comment[gl]=Brisa do KDE VDG.
 Comment[hi]=केडीई वीडीजी द्वारा 
ब्रीज़
 Comment[hu]=Breeze a KDE VDG-től
 Comment[ia]=Breeze (Brisa) per le KDE VDG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.107.0/icons-dark/index.theme 
new/breeze-icons-5.108.0/icons-dark/index.theme
--- old/breeze-icons-5.107.0/icons-dark/index.theme     2023-06-03 
11:40:55.000000000 +0200
+++ new/breeze-icons-5.108.0/icons-dark/index.theme     2023-07-01 
11:52:44.000000000 +0200
@@ -10,6 +10,7 @@
 Name[de]=Breeze Dunkel
 Name[el]=Σκοτεινό Breeze
 Name[en_GB]=Breeze Dark
+Name[eo]=Breeze Dark
 Name[es]=Brisa oscuro
 Name[et]=Breeze tume
 Name[eu]=Breeze iluna
@@ -62,12 +63,13 @@
 Comment[de]=Breeze Dunkel von der KDE VDG
 Comment[el]=Σκοτεινό Breeze από το KDE VDG
 Comment[en_GB]=Breeze Dark by the KDE VDG
+Comment[eo]=Breeze Dark de la KDE VDG
 Comment[es]=Brisa oscuro por KDE VDG
 Comment[et]=Breeze tume KDE VDG-lt
 Comment[eu]=Breeze iluna, KDE VDGk egina
 Comment[fi]=Breeze Dark KDE VDG:ltä
 Comment[fr]=Breeze sombre, par KDE VDG
-Comment[gl]=Brisa escura do KDE VDG
+Comment[gl]=Brisa escura do KDE VDG.
 Comment[hi]=केडीई वीडीजी द्वारा 
ब्रीज़ डार्क
 Comment[hu]=Breeze Dark a KDE VDG-től
 Comment[ia]=Breeze Dark (Brisa Obscure) per le KDE VDG

Reply via email to