Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf6-kholidays for openSUSE:Factory checked in at 2024-09-15 12:34:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-kholidays (Old) and /work/SRC/openSUSE:Factory/.kf6-kholidays.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kholidays" Sun Sep 15 12:34:12 2024 rev:7 rq:1201017 version:6.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-kholidays/kf6-kholidays.changes 2024-08-10 19:10:24.780291492 +0200 +++ /work/SRC/openSUSE:Factory/.kf6-kholidays.new.29891/kf6-kholidays.changes 2024-09-15 12:38:08.460883675 +0200 @@ -1,0 +2,11 @@ +Sat Sep 7 09:03:17 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 6.6.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.6.0 +- Changes since 6.5.0: + * Update version to 6.6.0 + * ci: add Alpine/musl job + +------------------------------------------------------------------- Old: ---- kholidays-6.5.0.tar.xz kholidays-6.5.0.tar.xz.sig New: ---- kholidays-6.6.0.tar.xz kholidays-6.6.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-kholidays.spec ++++++ --- /var/tmp/diff_new_pack.3Iy3xO/_old 2024-09-15 12:38:09.400923200 +0200 +++ /var/tmp/diff_new_pack.3Iy3xO/_new 2024-09-15 12:38:09.404923367 +0200 @@ -19,13 +19,13 @@ %define qt6_version 6.6.0 %define rname kholidays -# Full KF6 version (e.g. 6.5.0) +# Full KF6 version (e.g. 6.6.0) %{!?_kf6_version: %global _kf6_version %{version}} # Last major and minor KF6 version (e.g. 6.0) %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kf6-kholidays -Version: 6.5.0 +Version: 6.6.0 Release: 0 Summary: Holiday calculation library License: LGPL-2.1-or-later ++++++ kholidays-6.5.0.tar.xz -> kholidays-6.6.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-6.5.0/.gitlab-ci.yml new/kholidays-6.6.0/.gitlab-ci.yml --- old/kholidays-6.5.0/.gitlab-ci.yml 2024-08-02 13:13:25.000000000 +0200 +++ new/kholidays-6.6.0/.gitlab-ci.yml 2024-09-06 13:37:43.000000000 +0200 @@ -8,3 +8,4 @@ - /gitlab-templates/android-qt6.yml - /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/windows-qt6.yml + - /gitlab-templates/alpine-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-6.5.0/CMakeLists.txt new/kholidays-6.6.0/CMakeLists.txt --- old/kholidays-6.5.0/CMakeLists.txt 2024-08-02 13:13:25.000000000 +0200 +++ new/kholidays-6.6.0/CMakeLists.txt 2024-09-06 13:37:43.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "6.5.0") +set(KF_VERSION "6.6.0") project(KHolidays VERSION ${KF_VERSION}) -find_package(ECM 6.5.0 REQUIRED NO_MODULE) +find_package(ECM 6.6.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) set(CMAKE_AUTORCC ON) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-6.5.0/poqm/de/libkholidays6_qt.po new/kholidays-6.6.0/poqm/de/libkholidays6_qt.po --- old/kholidays-6.5.0/poqm/de/libkholidays6_qt.po 2024-08-02 13:13:25.000000000 +0200 +++ new/kholidays-6.6.0/poqm/de/libkholidays6_qt.po 2024-09-06 13:37:43.000000000 +0200 @@ -7,7 +7,7 @@ # Alois Spitzbart <spitz...@hotmail.com>, 2022. msgid "" msgstr "" -"Project-Id-Version: libkholidays\n" +"Project-Id-Version: libkholidays6_qt\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2015-06-13 09:34+0000\n" "PO-Revision-Date: 2022-09-05 18:47+0200\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-6.5.0/src/parsers/plan2/FlexLexer.h new/kholidays-6.6.0/src/parsers/plan2/FlexLexer.h --- old/kholidays-6.5.0/src/parsers/plan2/FlexLexer.h 2024-08-02 13:13:25.000000000 +0200 +++ new/kholidays-6.6.0/src/parsers/plan2/FlexLexer.h 2024-09-06 13:37:43.000000000 +0200 @@ -120,8 +120,8 @@ void yypush_buffer_state(struct yy_buffer_state *new_buffer); void yypop_buffer_state(); - virtual int yylex() override; - virtual void switch_streams(FLEX_STD istream *new_in, FLEX_STD ostream *new_out = nullptr) override; + int yylex() override; + void switch_streams(FLEX_STD istream *new_in, FLEX_STD ostream *new_out = nullptr) override; virtual int yywrap(); protected: