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 2025-11-17 12:10:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kholidays (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kholidays.new.2061 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kholidays"

Mon Nov 17 12:10:42 2025 rev:21 rq:1317890 version:6.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kholidays/kf6-kholidays.changes      
2025-10-12 22:22:50.265887872 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-kholidays.new.2061/kf6-kholidays.changes    
2025-11-17 12:16:49.181175443 +0100
@@ -1,0 +2,14 @@
+Thu Nov 13 20:58:52 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 6.20.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.20.0
+- Changes since 6.19.0:
+  * Update dependency version to 6.20.0
+  * Use QCOMPARE vs QVERIFY
+  * Italy: San Francesco will be a public holiday from 2026
+  * Fixes and add days to Puerto Rico.
+  * Update version to 6.20.0
+
+-------------------------------------------------------------------

Old:
----
  kholidays-6.19.0.tar.xz
  kholidays-6.19.0.tar.xz.sig

New:
----
  kholidays-6.20.0.tar.xz
  kholidays-6.20.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-kholidays.spec ++++++
--- /var/tmp/diff_new_pack.rRqsed/_old  2025-11-17 12:16:52.373310053 +0100
+++ /var/tmp/diff_new_pack.rRqsed/_new  2025-11-17 12:16:52.377310222 +0100
@@ -19,11 +19,11 @@
 %define qt6_version 6.8.0
 
 %define rname kholidays
-# Full KF6 version (e.g. 6.19.0)
+# Full KF6 version (e.g. 6.20.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_without released
 Name:           kf6-kholidays
-Version:        6.19.0
+Version:        6.20.0
 Release:        0
 Summary:        Holiday calculation library
 License:        LGPL-2.1-or-later


++++++ kholidays-6.19.0.tar.xz -> kholidays-6.20.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-6.19.0/CMakeLists.txt 
new/kholidays-6.20.0/CMakeLists.txt
--- old/kholidays-6.19.0/CMakeLists.txt 2025-10-05 14:36:13.000000000 +0200
+++ new/kholidays-6.20.0/CMakeLists.txt 2025-11-07 20:00:51.000000000 +0100
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.19.0")
+set(KF_VERSION "6.20.0")
 project(KHolidays VERSION ${KF_VERSION})
 
-find_package(ECM 6.19.0 REQUIRED NO_MODULE)
+find_package(ECM 6.20.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 set(CMAKE_AUTORCC ON)
 
@@ -36,7 +36,7 @@
 )
 
 ########### Find packages ###########
-set(REQUIRED_QT_VERSION 6.7.0)
+set(REQUIRED_QT_VERSION 6.8.0)
 find_package(Qt6 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Qml)
 
 remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-6.19.0/autotests/testlunar.cpp 
new/kholidays-6.20.0/autotests/testlunar.cpp
--- old/kholidays-6.19.0/autotests/testlunar.cpp        2025-10-05 
14:36:13.000000000 +0200
+++ new/kholidays-6.20.0/autotests/testlunar.cpp        2025-11-07 
20:00:51.000000000 +0100
@@ -103,10 +103,10 @@
             qDebug() << "new moon" << qd;
         }
     }
-    QVERIFY(fQ2005 == firstQuarter);
-    QVERIFY(fM2005 == fullMoon);
-    QVERIFY(lQ2005 == lastQuarter);
-    QVERIFY(nM2005 == newMoon);
+    QCOMPARE(fQ2005, firstQuarter);
+    QCOMPARE(fM2005, fullMoon);
+    QCOMPARE(lQ2005, lastQuarter);
+    QCOMPARE(nM2005, newMoon);
 }
 
 void LunarTest::test2007()
@@ -196,10 +196,10 @@
             qDebug() << "new moon" << qd;
         }
     }
-    QVERIFY(fQ2007 == firstQuarter);
-    QVERIFY(fM2007 == fullMoon);
-    QVERIFY(lQ2007 == lastQuarter);
-    QVERIFY(nM2007 == newMoon);
+    QCOMPARE(fQ2007, firstQuarter);
+    QCOMPARE(fM2007, fullMoon);
+    QCOMPARE(lQ2007, lastQuarter);
+    QCOMPARE(nM2007, newMoon);
 }
 
 void LunarTest::testIntermediatePhases()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-6.19.0/holidays/plan2/holiday_it-bz_de 
new/kholidays-6.20.0/holidays/plan2/holiday_it-bz_de
--- old/kholidays-6.19.0/holidays/plan2/holiday_it-bz_de        2025-10-05 
14:36:13.000000000 +0200
+++ new/kholidays-6.20.0/holidays/plan2/holiday_it-bz_de        2025-11-07 
20:00:51.000000000 +0100
@@ -26,6 +26,7 @@
 "Tag der Republik"      public commemorative on ((year >= 2001) ? [june 2] : 
noop)
 "Maria Himmelfahrt"     public religious on august 15
 "Allerheiligen"         public religious on november 1
+"Hl. Franziskus"        public religious on ((year >= 2026) ? [october 4] : 
noop)
 "Maria Empfängnis"      public religious on december 8
 "Christtag"             public religious on december 25
 "Stephanstag"           public religious on december 26
@@ -39,7 +40,7 @@
 "Pfingstmontag"         religious on easter plus 50 days
 "Christi Himmelfahrt"   religious on easter plus 39 days
 "Hl. Peter und Paul"    religious on june 29
-"Hl. Franziskus"        religious on october 4
+"Hl. Franziskus"        religious on ((year < 2026) ? [october 4] : noop)
 "Allerseelen"           religious on november 2
 "Silvester"             religious on december 31
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-6.19.0/holidays/plan2/holiday_it_it 
new/kholidays-6.20.0/holidays/plan2/holiday_it_it
--- old/kholidays-6.19.0/holidays/plan2/holiday_it_it   2025-10-05 
14:36:13.000000000 +0200
+++ new/kholidays-6.20.0/holidays/plan2/holiday_it_it   2025-11-07 
20:00:51.000000000 +0100
@@ -26,6 +26,7 @@
 "Festa del Lavoro"                public on may 1
 "Festa della Repubblica"          public commemorative on ((year >= 2001) ? 
[june 2] : noop)
 "Ferragosto"                      public religious on august 15
+"San Francesco"                   public religious on ((year >= 2026) ? 
[october 4] : noop)
 "Ognissanti"                      public religious on november 1
 "Immacolata Concezione"           public religious on december 8
 "Natale"                          public religious on december 25
@@ -50,7 +51,7 @@
 "Corpus Domini"                   religious on easter plus 63 days
 "Sacro Cuore di Gesù"             religious on easter plus 68 days
 "Santi Pietro e Paolo"            religious on june 29
-"San Francesco"                   religious on october 4
+"San Francesco"                   religious on ((year < 2026) ? [october 4] : 
noop)
 "Defunti"                         religious on november 2
 "Prima d'avvento"                 religious on sunday before 24 december minus 
21 days
 "Seconda d'avvento"               religious on sunday before 24 december minus 
14 days
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-6.19.0/holidays/plan2/holiday_pr_en-us 
new/kholidays-6.20.0/holidays/plan2/holiday_pr_en-us
--- old/kholidays-6.19.0/holidays/plan2/holiday_pr_en-us        2025-10-05 
14:36:13.000000000 +0200
+++ new/kholidays-6.20.0/holidays/plan2/holiday_pr_en-us        2025-11-07 
20:00:51.000000000 +0100
@@ -6,7 +6,7 @@
 :: Author:   Tatiana de la Cruz Monserrate <[email protected]>
 ::           
 ::
-:: Updated:
+:: Updated: October 5, 2025
 ::
 :: Source: https://en.wikipedia.org/wiki/Public_holidays_in_Puerto_Rico
 ::
@@ -41,10 +41,14 @@
 "Thanksgiving"                   public on fourth thursday in november
 
 :: Cultural
-"St. Valentine's Day"            cultural on february 14
-"Mother's Day"                   cultural on second sunday in may
-"Father's Day"                   cultural on third sunday in june
-"Halloween"                      cultural on october 31
+"Birthday of Eugenio María de Hostos"   cultural on january 11
+"St. Valentine's Day"                   cultural on february 14
+"Birthday of Luis Muñoz Marín"          cultural on february 18
+"José de Diego's Birthday"              cultural on april 16
+"Mother's Day"                          cultural on second sunday in may
+"Father's Day"                          cultural on third sunday in june
+"Halloween"                             cultural on october 31
+"New Year's Eve"                        cultural on december 31
 
 :: Religious
 "Three Kings Day"                religious on january 6
@@ -54,7 +58,7 @@
 "Good Friday"                    public religious on easter minus 2 days
 "Holy Saturday"                  religious on easter minus 1 days
 "Easter Sunday"                  religious on easter
-"Christmas Eve"                  religious cultural on december 25
+"Christmas Eve"                  religious cultural on december 24
 "Christmas Day"                  public religious on december 25
 
 :: School
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-6.19.0/holidays/plan2/holiday_pr_es 
new/kholidays-6.20.0/holidays/plan2/holiday_pr_es
--- old/kholidays-6.19.0/holidays/plan2/holiday_pr_es   2025-10-05 
14:36:13.000000000 +0200
+++ new/kholidays-6.20.0/holidays/plan2/holiday_pr_es   2025-11-07 
20:00:51.000000000 +0100
@@ -5,7 +5,7 @@
 ::
 :: Author:   Tatiana de la Cruz Monserrate <[email protected]>
 ::
-:: Updated: 
+:: Updated:  October 5, 2025
 ::
 :: Source:   https://camarapr.org/wp-content/uploads/Dias-Feriados-2025.pdf
 ::           https://en.wikipedia.org/wiki/Public_holidays_in_Puerto_Rico
@@ -15,7 +15,7 @@
 country     "PR"
 language    "es"
 :name        "Puerto Rico"
-:description "Días festivos y feriados en Puerto Rico"
+description "Días festivos y feriados de Puerto Rico"
 
 :: Public Holidays
 "Año Nuevo"                                             public on january 1
@@ -41,10 +41,14 @@
 "Día de acción de gracias"                                                  
public on fourth thursday in november
 
 :: Cultural
-"Día de San Valentín"              cultural on february 14
-"Día de las Madres"                 cultural on second sunday in may 
-"Día de los Padres"                            cultural on third sunday in june
-"Noche de brujas"                   cultural on october 31
+"Natalicio de Eugenio María de Hostos" cultural on january 11
+"Día de San Valentín"                 cultural on february 14
+"Natalicio de Luis Muñoz Marín"        cultural on february 18
+"Natalicio de José de Diego"           cultural on april 16
+"Día de las Madres"                    cultural on second sunday in may
+"Día de los Padres"                               cultural on third sunday in 
june
+"Noche de brujas"                      cultural on october 31
+"Vispera de año nuevo"                 cultural on december 31
 
 :: Religious
 "Día de Reyes"                      public religious school on january 6
@@ -54,7 +58,7 @@
 "Viernes Santo"                     public religious on easter minus 2 days
 "Sábado de Gloria"                  religious on easter minus 1 days
 "Domingo de Pascua"                 religious on easter               
-"Noche buena"                      religious cultural on december 24
+"Noche buena"                          religious cultural on december 24
 "Navidad"                           public religious on december 25
 
 :: School
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-6.19.0/poqm/ca/libkholidays6_qt.po 
new/kholidays-6.20.0/poqm/ca/libkholidays6_qt.po
--- old/kholidays-6.19.0/poqm/ca/libkholidays6_qt.po    2025-10-05 
14:36:13.000000000 +0200
+++ new/kholidays-6.20.0/poqm/ca/libkholidays6_qt.po    2025-11-07 
20:00:51.000000000 +0100
@@ -3,11 +3,11 @@
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Albert Astals Cid <[email protected]>, 2005.
-# Josep M. Ferrer <[email protected]>, 2007, 2009, 2010, 2012, 2014, 2015, 
2020, 2021, 2022.
-# Manuel Tortosa Moreno <[email protected]>, 2010.
-# Antoni Bella Pérez <[email protected]>, 2014.
-# Empar Montoro Martín <[email protected]>, 2019.
+# SPDX-FileCopyrightText: 2005 Albert Astals Cid <[email protected]>
+# SPDX-FileCopyrightText: 2007, 2009, 2010, 2012, 2014, 2015, 2020, 2021, 2022 
Josep M. Ferrer <[email protected]>
+# SPDX-FileCopyrightText: 2010 Manuel Tortosa Moreno <[email protected]>
+# SPDX-FileCopyrightText: 2014 Antoni Bella Pérez <[email protected]>
+# SPDX-FileCopyrightText: 2019 Empar Montoro Martín <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kholidays\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kholidays-6.19.0/poqm/ca@valencia/libkholidays6_qt.po 
new/kholidays-6.20.0/poqm/ca@valencia/libkholidays6_qt.po
--- old/kholidays-6.19.0/poqm/ca@valencia/libkholidays6_qt.po   2025-10-05 
14:36:13.000000000 +0200
+++ new/kholidays-6.20.0/poqm/ca@valencia/libkholidays6_qt.po   2025-11-07 
20:00:51.000000000 +0100
@@ -3,11 +3,11 @@
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Albert Astals Cid <[email protected]>, 2005.
-# Josep M. Ferrer <[email protected]>, 2007, 2009, 2010, 2012, 2014, 2015, 
2020, 2021, 2022.
-# Manuel Tortosa Moreno <[email protected]>, 2010.
-# Antoni Bella Pérez <[email protected]>, 2014.
-# Empar Montoro Martín <[email protected]>, 2019.
+# SPDX-FileCopyrightText: 2005 Albert Astals Cid <[email protected]>
+# SPDX-FileCopyrightText: 2007, 2009, 2010, 2012, 2014, 2015, 2020, 2021, 2022 
Josep M. Ferrer <[email protected]>
+# SPDX-FileCopyrightText: 2010 Manuel Tortosa Moreno <[email protected]>
+# SPDX-FileCopyrightText: 2014 Antoni Bella Pérez <[email protected]>
+# SPDX-FileCopyrightText: 2019 Empar Montoro Martín <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kholidays\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-6.19.0/poqm/de/libkholidays6_qt.po 
new/kholidays-6.20.0/poqm/de/libkholidays6_qt.po
--- old/kholidays-6.19.0/poqm/de/libkholidays6_qt.po    2025-10-05 
14:36:13.000000000 +0200
+++ new/kholidays-6.20.0/poqm/de/libkholidays6_qt.po    2025-11-07 
20:00:51.000000000 +0100
@@ -1,10 +1,10 @@
-# Gregor Zumstein <[email protected]>, 2005.
-# Thomas Reitelbach <[email protected]>, 2007.
-# Burkhard Lück <[email protected]>, 2009, 2020.
-# Frederik Schwarzer <[email protected]>, 2010, 2011, 2012, 2014, 2015, 2022.
-# Johannes Obermayr <[email protected]>, 2010.
-# Torbjörn Klatt <[email protected]>, 2011.
-# Alois Spitzbart <[email protected]>, 2022.
+# SPDX-FileCopyrightText: 2005 Gregor Zumstein <[email protected]>
+# SPDX-FileCopyrightText: 2007 Thomas Reitelbach <[email protected]>
+# SPDX-FileCopyrightText: 2009, 2020 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2010, 2011, 2012, 2014, 2015, 2022 Frederik 
Schwarzer <[email protected]>
+# SPDX-FileCopyrightText: 2010 Johannes Obermayr <[email protected]>
+# SPDX-FileCopyrightText: 2011 Torbjörn Klatt <[email protected]>
+# SPDX-FileCopyrightText: 2022 Alois Spitzbart <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: libkholidays6_qt\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-6.19.0/poqm/ro/libkholidays6_qt.po 
new/kholidays-6.20.0/poqm/ro/libkholidays6_qt.po
--- old/kholidays-6.19.0/poqm/ro/libkholidays6_qt.po    2025-10-05 
14:36:13.000000000 +0200
+++ new/kholidays-6.20.0/poqm/ro/libkholidays6_qt.po    2025-11-07 
20:00:51.000000000 +0100
@@ -2,23 +2,23 @@
 # Copyright (C) 2008 This_file_is_part_of_KDE
 # This file is distributed under the same license as the libkholidays package.
 # Laurenţiu Buzdugan <[email protected]>, 2008".
-# Sergiu Bivol <[email protected]>, 2009, 2020, 2022.
+# SPDX-FileCopyrightText: 2009, 2020, 2022, 2025 Sergiu Bivol <[email protected]>
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: libkholidays\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-06-13 09:34+0000\n"
-"PO-Revision-Date: 2022-02-05 16:13+0000\n"
+"PO-Revision-Date: 2025-10-19 23:06+0100\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
-"Language-Team: Romanian\n"
+"Language-Team: Romanian <[email protected]>\n"
 "Language: ro\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2;\n"
-"X-Generator: Lokalize 21.12.2\n"
+"X-Generator: Lokalize 25.08.1\n"
 "X-Qt-Contexts: true\n"
 
 #: astroseasons.cpp:139
@@ -44,23 +44,17 @@
 #: declarative/holidayregionsmodel.cpp:89
 msgctxt "HolidayRegionsDeclarativeModel|"
 msgid "Region"
-msgstr ""
+msgstr "Regiune"
 
 #: declarative/holidayregionsmodel.cpp:91
-#, fuzzy
-#| msgctxt "HolidayRegion|Holiday type"
-#| msgid "Name Days"
 msgctxt "HolidayRegionsDeclarativeModel|"
 msgid "Name"
-msgstr "Onomastică"
+msgstr "Denumire"
 
 #: declarative/holidayregionsmodel.cpp:93
-#, fuzzy
-#| msgctxt "zodiac symbol for Scorpion"
-#| msgid "scorpion"
 msgctxt "HolidayRegionsDeclarativeModel|"
 msgid "Description"
-msgstr "scorpion"
+msgstr "Descriere"
 
 #: holidayregion.cpp:200
 msgctxt "HolidayRegion|Canadian region"
@@ -95,32 +89,32 @@
 #: holidayregion.cpp:213
 msgctxt "HolidayRegion|German region"
 msgid "Germany, Mecklenburg-Hither Pomerania"
-msgstr ""
+msgstr "Germania, Mecklenburg-Hither Pomerania"
 
 #: holidayregion.cpp:215
 msgctxt "HolidayRegion|German region"
 msgid "Germany, Lower Saxony"
-msgstr ""
+msgstr "Germania, Saxonia Inferioară"
 
 #: holidayregion.cpp:217
 msgctxt "HolidayRegion|German region"
 msgid "Germany, North Rhine-Westphalia"
-msgstr ""
+msgstr "Germania, Renania de Nord-Westfalia"
 
 #: holidayregion.cpp:219
 msgctxt "HolidayRegion|German region"
 msgid "Germany, Rhineland-Palatinate"
-msgstr ""
+msgstr "Germania, Renania-Palatinat"
 
 #: holidayregion.cpp:221
 msgctxt "HolidayRegion|German region"
 msgid "Germany, Schleswig-Holstein"
-msgstr ""
+msgstr "Germania, Schleswig-Holstein"
 
 #: holidayregion.cpp:223
 msgctxt "HolidayRegion|German region"
 msgid "Germany, Saarland"
-msgstr ""
+msgstr "Germania, Saarland"
 
 #: holidayregion.cpp:225
 msgctxt "HolidayRegion|German region"
@@ -130,12 +124,12 @@
 #: holidayregion.cpp:227
 msgctxt "HolidayRegion|German region"
 msgid "Germany, Saxony-Anhalt"
-msgstr ""
+msgstr "Germania, Saxonia-Anhalt"
 
 #: holidayregion.cpp:229
 msgctxt "HolidayRegion|German region"
 msgid "Germany, Thuringia"
-msgstr ""
+msgstr "Germania, Turingia"
 
 #: holidayregion.cpp:232
 msgctxt "HolidayRegion|Spanish region"
@@ -170,7 +164,7 @@
 #: holidayregion.cpp:244
 msgctxt "HolidayRegion|Italian Region"
 msgid "South Tyrol"
-msgstr ""
+msgstr "Tirolul de Sud"
 
 #: holidayregion.cpp:246
 msgctxt "HolidayRegion|"

Reply via email to