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 2022-09-13 15:08:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/breeze5-icons (Old)
 and      /work/SRC/openSUSE:Factory/.breeze5-icons.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "breeze5-icons"

Tue Sep 13 15:08:05 2022 rev:84 rq:1002796 version:5.98.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/breeze5-icons/breeze5-icons.changes      
2022-08-15 19:57:01.732860822 +0200
+++ /work/SRC/openSUSE:Factory/.breeze5-icons.new.2083/breeze5-icons.changes    
2022-09-13 15:08:12.512443178 +0200
@@ -1,0 +2,11 @@
+Tue Sep  6 07:16:37 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.98.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.98.0
+- Changes since 5.97.0:
+  * Add FreeBSD Qt6 CI support
+  * Update chatroom names in the README
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ breeze5-icons.spec ++++++
--- /var/tmp/diff_new_pack.yESAGw/_old  2022-09-13 15:08:13.184445070 +0200
+++ /var/tmp/diff_new_pack.yESAGw/_new  2022-09-13 15:08:13.188445082 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.97
+%define _tar_path 5.98
 # 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.97.0
+Version:        5.98.0
 Release:        0
 Summary:        Breeze icon theme
 License:        LGPL-3.0-only

++++++ breeze-icons-5.97.0.tar.xz -> breeze-icons-5.98.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.97.0/.gitlab-ci.yml 
new/breeze-icons-5.98.0/.gitlab-ci.yml
--- old/breeze-icons-5.97.0/.gitlab-ci.yml      2022-08-07 14:13:08.000000000 
+0200
+++ new/breeze-icons-5.98.0/.gitlab-ci.yml      2022-09-05 11:21:37.000000000 
+0200
@@ -6,3 +6,4 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.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/windows.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.97.0/CMakeLists.txt 
new/breeze-icons-5.98.0/CMakeLists.txt
--- old/breeze-icons-5.97.0/CMakeLists.txt      2022-08-07 14:13:08.000000000 
+0200
+++ new/breeze-icons-5.98.0/CMakeLists.txt      2022-09-05 11:21:37.000000000 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.97.0") # handled by release scripts
+set(KF_VERSION "5.98.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.97.0  NO_MODULE)
+find_package(ECM 5.98.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-5.97.0/README.md 
new/breeze-icons-5.98.0/README.md
--- old/breeze-icons-5.97.0/README.md   2022-08-07 14:13:08.000000000 +0200
+++ new/breeze-icons-5.98.0/README.md   2022-09-05 11:21:37.000000000 +0200
@@ -24,7 +24,7 @@
 
 You can contact the KDE Visual Design Group at the following places:
 
-- `#visualdesigngroup:kde.org` on Matrix: 
<https://webchat.kde.org/#/room/#kde-vdg:kde.org>
-- `#kde-vdg` on Libera Chat IRC
+- `#visualdesigngroup:kde.org` on Matrix: 
<https://webchat.kde.org/#/room/#visualdesigngroup:kde.org>
+- `#visualdesign` on Libera Chat IRC
 - The VDG Telegram room: <https://telegram.me/vdgmainroom>
 - The visual-des...@kde.org mailing list: 
<https://mail.kde.org/mailman/listinfo/visual-design>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.97.0/icons/index.theme 
new/breeze-icons-5.98.0/icons/index.theme
--- old/breeze-icons-5.97.0/icons/index.theme   2022-08-07 14:13:08.000000000 
+0200
+++ new/breeze-icons-5.98.0/icons/index.theme   2022-09-05 11:21:37.000000000 
+0200
@@ -22,6 +22,7 @@
 Name[hu]=Breeze
 Name[ia]=Breeze
 Name[id]=Breeze
+Name[is]=Breeze
 Name[it]=Brezza
 Name[ja]=Breeze
 Name[ka]=Breeze
@@ -72,6 +73,7 @@
 Comment[hu]=Breeze a KDE VDG-t??l
 Comment[ia]=Breeze (Brisa) per le KDE VDG
 Comment[id]=Breeze oleh KDE VDG
+Comment[is]=Breeze fr?? KDE VDG
 Comment[it]=Brezza del KDE VDG
 Comment[ja]=KDE VDG ????????? Breeze
 Comment[ka]=Breeze KDE VDG-????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.97.0/icons-dark/index.theme 
new/breeze-icons-5.98.0/icons-dark/index.theme
--- old/breeze-icons-5.97.0/icons-dark/index.theme      2022-08-07 
14:13:08.000000000 +0200
+++ new/breeze-icons-5.98.0/icons-dark/index.theme      2022-09-05 
11:21:37.000000000 +0200
@@ -22,6 +22,7 @@
 Name[hu]=Breeze Dark
 Name[ia]=Breeze Dark
 Name[id]=Breeze Gelap
+Name[is]=Breeze d??kkt
 Name[it]=Brezza scuro
 Name[ja]=Breeze ?????????
 Name[ka]=Breeze Dark
@@ -72,6 +73,7 @@
 Comment[hu]=Breeze Dark a KDE VDG-t??l
 Comment[ia]=Breeze Dark (Brisa Obscure) per le KDE VDG
 Comment[id]=Breeze Gelap oleh KDE VDG
+Comment[is]=D??kkt Breeze fr?? KDE VDG
 Comment[it]=Brezza scuro del KDE VDG
 Comment[ja]=KDE VDG ????????? Breeze ?????????
 Comment[ka]=Breeze Dark "KDE VDG"-????????????

Reply via email to