Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package breeze6-gtk for openSUSE:Factory checked in at 2024-05-27 11:45:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/breeze6-gtk (Old) and /work/SRC/openSUSE:Factory/.breeze6-gtk.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze6-gtk" Mon May 27 11:45:32 2024 rev:5 rq:1176086 version:6.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/breeze6-gtk/breeze6-gtk.changes 2024-04-18 22:11:48.847735002 +0200 +++ /work/SRC/openSUSE:Factory/.breeze6-gtk.new.24587/breeze6-gtk.changes 2024-05-27 11:47:23.827193083 +0200 @@ -1,0 +2,9 @@ +Wed May 22 07:41:49 UTC 2024 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.0.5: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.0.5 +- Changes since 6.0.4.1: + * update version for new release + +------------------------------------------------------------------- Old: ---- breeze-gtk-6.0.4.1.tar.xz breeze-gtk-6.0.4.1.tar.xz.sig New: ---- breeze-gtk-6.0.5.tar.xz breeze-gtk-6.0.5.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ breeze6-gtk.spec ++++++ --- /var/tmp/diff_new_pack.iwM7AU/_old 2024-05-27 11:47:27.151314889 +0200 +++ /var/tmp/diff_new_pack.iwM7AU/_new 2024-05-27 11:47:27.167315476 +0200 @@ -31,15 +31,14 @@ %bcond_without released Name: breeze6-gtk -Version: 6.0.4.1 -%define _plasma6_bugfix 6.0.4 +Version: 6.0.5 Release: 0 Summary: GTK+ theme matching KDE's Breeze License: LGPL-2.1-only URL: https://www.kde.org -Source: https://download.kde.org/stable/plasma/6.0.4/%{rname}-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/6.0.4/%{rname}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: %{python_module pycairo} ++++++ breeze-gtk-6.0.4.1.tar.xz -> breeze-gtk-6.0.5.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.0.4.1/CMakeLists.txt new/breeze-gtk-6.0.5/CMakeLists.txt --- old/breeze-gtk-6.0.4.1/CMakeLists.txt 2024-04-16 14:18:43.000000000 +0200 +++ new/breeze-gtk-6.0.5/CMakeLists.txt 2024-05-21 18:48:06.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) project(breeze-gtk) -set(PROJECT_VERSION "6.0.4") +set(PROJECT_VERSION "6.0.5") set(PROJECT_VERSION_MAJOR 6) -find_package(ECM 6.0.0 REQUIRED NO_MODULE) +find_package(ECM 6.0.5 REQUIRED NO_MODULE) include(FeatureSummary) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")