Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kholidays for openSUSE:Factory checked in at 2023-01-16 17:58:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kholidays (Old) and /work/SRC/openSUSE:Factory/.kholidays.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kholidays" Mon Jan 16 17:58:14 2023 rev:92 rq:1058496 version:5.102.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kholidays/kholidays.changes 2022-12-12 17:39:55.665249088 +0100 +++ /work/SRC/openSUSE:Factory/.kholidays.new.32243/kholidays.changes 2023-01-16 18:00:12.475255535 +0100 @@ -1,0 +2,14 @@ +Thu Jan 12 08:18:50 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 5.102.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.102.0 +- Changes since 5.101.0: + * holidays/plan2/holiday_us_en-us - fix Junetenth date + * Fix German "BuÃ- und Bettag" holiday is wrong (SN,BY) (kde#461835) + * Add holidays for Malaysia (kde#462867) + * cmake: Use ECMQmlModule for declarative plugin + * qcalendarsystem condition 'months<0' is always true + +------------------------------------------------------------------- Old: ---- kholidays-5.101.0.tar.xz kholidays-5.101.0.tar.xz.sig New: ---- kholidays-5.102.0.tar.xz kholidays-5.102.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kholidays.spec ++++++ --- /var/tmp/diff_new_pack.uwQsmh/_old 2023-01-16 18:00:13.643262090 +0100 +++ /var/tmp/diff_new_pack.uwQsmh/_new 2023-01-16 18:00:13.651262134 +0100 @@ -17,14 +17,14 @@ %define lname libKF5Holidays5 -%define _tar_path 5.101 +%define _tar_path 5.102 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kholidays -Version: 5.101.0 +Version: 5.102.0 Release: 0 Summary: Holiday calculation library License: LGPL-2.1-or-later ++++++ kholidays-5.101.0.tar.xz -> kholidays-5.102.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-5.101.0/CMakeLists.txt new/kholidays-5.102.0/CMakeLists.txt --- old/kholidays-5.101.0/CMakeLists.txt 2022-12-03 10:46:53.000000000 +0100 +++ new/kholidays-5.102.0/CMakeLists.txt 2023-01-07 01:28:07.000000000 +0100 @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.101.0") +set(KF_VERSION "5.102.0") project(KHolidays VERSION ${KF_VERSION}) -find_package(ECM 5.101.0 REQUIRED NO_MODULE) +find_package(ECM 5.102.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) set(CMAKE_AUTORCC ON) @@ -24,6 +24,7 @@ include(KDEGitCommitHooks) include(ECMGenerateExportHeader) include(ECMDeprecationSettings) +include(ECMQmlModule) set(KHOLIDAYS_LIB_VERSION ${KF_VERSION}) set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of deprecated API excluded from the build [default=0].") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-5.101.0/holidays/holidays.qrc new/kholidays-5.102.0/holidays/holidays.qrc --- old/kholidays-5.101.0/holidays/holidays.qrc 2022-12-03 10:46:53.000000000 +0100 +++ new/kholidays-5.102.0/holidays/holidays.qrc 2023-01-07 01:28:07.000000000 +0100 @@ -106,6 +106,7 @@ <file>plan2/holiday_mu_en_islamic</file> <file>plan2/holiday_mu_fr_catholic</file> <file>plan2/holiday_mx_es</file> + <file>plan2/holiday_my_en-gb</file> <file>plan2/holiday_na_en-gb</file> <file>plan2/holiday_nc_fr</file> <file>plan2/holiday_ni_es</file> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-5.101.0/holidays/plan2/holiday_de-by_de new/kholidays-5.102.0/holidays/plan2/holiday_de-by_de --- old/kholidays-5.101.0/holidays/plan2/holiday_de-by_de 2022-12-03 10:46:53.000000000 +0100 +++ new/kholidays-5.102.0/holidays/plan2/holiday_de-by_de 2023-01-07 01:28:07.000000000 +0100 @@ -25,7 +25,7 @@ "Fronleichnam" public on easter plus 60 days "Mariä Himmelfahrt (regional)" public on 15.8. "Allerheiligen" public on 1.11. -"BuÃ- und Bettag (schulfrei)" public on wednesday before 23.11. +"BuÃ- und Bettag (schulfrei)" public on wednesday before 22.11. :: ---------- This part is shared across all Federal States of Germany ---------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-5.101.0/holidays/plan2/holiday_de-sn_de new/kholidays-5.102.0/holidays/plan2/holiday_de-sn_de --- old/kholidays-5.101.0/holidays/plan2/holiday_de-sn_de 2022-12-03 10:46:53.000000000 +0100 +++ new/kholidays-5.102.0/holidays/plan2/holiday_de-sn_de 2023-01-07 01:28:07.000000000 +0100 @@ -22,7 +22,7 @@ "Fronleichnam (regional)" public on easter plus 60 days "Reformationstag" public on 31.10. -"BuÃ- und Bettag" public on wednesday before 23.11. +"BuÃ- und Bettag" public on wednesday before 22.11. :: ---------- This part is shared across all Federal States of Germany ---------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-5.101.0/holidays/plan2/holiday_my_en-gb new/kholidays-5.102.0/holidays/plan2/holiday_my_en-gb --- old/kholidays-5.101.0/holidays/plan2/holiday_my_en-gb 1970-01-01 01:00:00.000000000 +0100 +++ new/kholidays-5.102.0/holidays/plan2/holiday_my_en-gb 2023-01-07 01:28:07.000000000 +0100 @@ -0,0 +1,86 @@ +:: +:: Country: Malaysia +:: +:: Language: UK English +:: +:: Author: Lee Chong Yew <[email protected]> +:: +:: Updated: 2022-12-11 +:: +:: Source: https://calendar.google.com/calendar/u/0/embed?src=en.malaysia%[email protected]&ctz=Asia/Kuala_Lumpur + +:: Metadata +country "MY" +language "en_GB" +:name "optional - defaults to country name" +description "National holiday file for Malaysia" + +:: Public Holidays +"New Year's Day" public on january 1 +"Federal Territory Day" public on february 1 +"Labour Day" public on may 1 +"Pahang State Holiday" public on may 22 +"National Day" public on august 31 +"Malaysia Day" public on september 16 + + +:: Historical +"Declaration of Malacca as Historical City" public historical on april 15 +"Georgetown World Heritage Day" public historical on july 7 +"Serawak Independence Day" public historical on july 22 + + +:: Religious Holidays +"Chinese New Year" public religious on january 22 2023 length 2 days +"Qingming" religious on april 4 2023 +"Hungry Ghost Festival" religious on august 30 2023 + + +:: Religious Holidays - Date permanently set +"Christmas Day" public religious on december 25 + +:: Religious Holidays - Automatically calculated +"Awal Muharram" public religious on hijri muharram 1 +"Isra and Mi'raj" public religious on hijri rajab 27 +"First day of Ramadan" public religious on hijri ramadan 1 +"Nuzul Al-Quran" public religious on hijri ramadan 27 +"Hari Raya Puasa" public religious on hijri shawwal 1 length 2 days +"The Prophet Muhammad's Birthday" public religious on hijri rabialawal 12 +"Day of Arafat" public religious on hijri thualhijjah 9 +"Hari Raya Haji" public religious on hijri thualhijjah 10 +"Good Friday" public religious on easter minus 2 +"Easter Sunday" religious on easter +"Thaipusam" public religious on indiannational paush 15 +"Vesak Day" public religious on indiannational vaishakh 15 +"Deepavali" public religious on indiannational kartik 15 + +:: Cultural +"Valentine's Day" cultural on february 14 +"April Fools' Day" cultural on april 1 +"Halloween" cultural on october 31 + +:: Cultural but public holiday +"Harvest Festival" public cultural on may 30 length 2 days +"Gawai Dayak" public cultural on june 1 length 2 days + + +:: Commemorative +"Yang di-Pertuan Agong's Birthday" public commemorative on june 5 2023 + + +:: Commemorative - Date permanently set +"Birthday of Yang-di-Pertuan Besar of Negeri Sembilan" public commemorative on january 14 +"Anniversary of the Coronation of the Sultan of Terengganu" public commemorative on march 4 +"Birthday of the Sultan of Johor" public commemorative on march 23 +"Birthday of the Sultan of Terengganu" public commemorative on march 26 +"Sultan of Kedah's Birthday" public commemorative on june 18 +"Penang Governor's Birthday" public commemorative on july 8 +"Birthday of the Raja of Perlis" public commemorative on july 17 +"Birthday of the Sultan of Pahang" public commemorative on july 30 length 2 days +"Almarhum Sultan Iskandar Hol Day" public commemorative on august 23 +"Birthday of the Governor of Malacca" public commemorative on august 24 +"Birthday of the Governor of Sabah" public commemorative on october 7 +"Birthday of the Governor of Sarawak" public commemorative on october 14 +"Birthday of the Sultan of Perak" public commemorative on november 3 +"Birthday of the Sultan of Kelantan" public commemorative on november 11 length 2 days +"Birthday of the Sultan of Selangor" public commemorative on december 11 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-5.101.0/holidays/plan2/holiday_us_en-us new/kholidays-5.102.0/holidays/plan2/holiday_us_en-us --- old/kholidays-5.101.0/holidays/plan2/holiday_us_en-us 2022-12-03 10:46:53.000000000 +0100 +++ new/kholidays-5.102.0/holidays/plan2/holiday_us_en-us 2023-01-07 01:28:07.000000000 +0100 @@ -23,7 +23,7 @@ "Martin Luther King's Birthday" public on third monday in january "President's Day" public on third monday in february "Memorial Day" public on last monday in may -"Juneteenth Day" public on june 20 +"Juneteenth Day" public on june 19 "Independence Day" public on july 4 "Labor Day" public on first monday in september "Columbus Day" public on second monday in october diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-5.101.0/poqm/cs/libkholidays5_qt.po new/kholidays-5.102.0/poqm/cs/libkholidays5_qt.po --- old/kholidays-5.101.0/poqm/cs/libkholidays5_qt.po 2022-12-03 10:46:53.000000000 +0100 +++ new/kholidays-5.102.0/poqm/cs/libkholidays5_qt.po 2023-01-07 01:28:07.000000000 +0100 @@ -2,22 +2,22 @@ # This file is distributed under the same license as the PACKAGE package. # Lukáš Tinkl <[email protected]>, 2010, 2011, 2012. # VÃt PelÄák <[email protected]>, 2010, 2011, 2014, 2016, 2017, 2020. -# Vit Pelcak <[email protected]>, 2021, 2022. +# Vit Pelcak <[email protected]>, 2021, 2022. # 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-06-27 14:44+0200\n" -"Last-Translator: Vit Pelcak <[email protected]>\n" +"PO-Revision-Date: 2022-11-08 16:45+0100\n" +"Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\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>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 22.04.2\n" +"X-Generator: Lokalize 22.08.3\n" "X-Qt-Contexts: true\n" #: astroseasons.cpp:139 @@ -43,17 +43,18 @@ #: declarative/holidayregionsmodel.cpp:89 msgctxt "HolidayRegionsDeclarativeModel|" msgid "Region" -msgstr "" +msgstr "Region" +# Tohle vypadá na název vlastnosti. Jméno bycvh nechal pro lidi a zvÃÅata. #: declarative/holidayregionsmodel.cpp:91 msgctxt "HolidayRegionsDeclarativeModel|" msgid "Name" -msgstr "" +msgstr "Název" #: declarative/holidayregionsmodel.cpp:93 msgctxt "HolidayRegionsDeclarativeModel|" msgid "Description" -msgstr "" +msgstr "Popis" #: holidayregion.cpp:886 msgctxt "HolidayRegion|Canadian region" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-5.101.0/poqm/ia/libkholidays5_qt.po new/kholidays-5.102.0/poqm/ia/libkholidays5_qt.po --- old/kholidays-5.101.0/poqm/ia/libkholidays5_qt.po 2022-12-03 10:46:53.000000000 +0100 +++ new/kholidays-5.102.0/poqm/ia/libkholidays5_qt.po 2023-01-07 01:28:07.000000000 +0100 @@ -1,20 +1,20 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# g.sora <[email protected]>, 2011, 2012, 2019, 2020, 2021. +# g.sora <[email protected]>, 2011, 2012, 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2015-06-13 09:34+0000\n" -"PO-Revision-Date: 2021-04-26 22:33+0100\n" -"Last-Translator: Giovanni Sora <[email protected]>\n" +"PO-Revision-Date: 2022-12-14 16:24+0100\n" +"Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" "Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 21.12.3\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Qt-Contexts: true\n" @@ -39,25 +39,16 @@ msgstr "Equinox de septembre" #: declarative/holidayregionsmodel.cpp:89 -#, fuzzy -#| msgctxt "Header for Holiday Region column" -#| msgid "Region" msgctxt "HolidayRegionsDeclarativeModel|" msgid "Region" msgstr "Region" #: declarative/holidayregionsmodel.cpp:91 -#, fuzzy -#| msgctxt "HolidayRegion|Holiday type" -#| msgid "Name Days" msgctxt "HolidayRegionsDeclarativeModel|" msgid "Name" -msgstr "Dies de nomine" +msgstr "Nomine" #: declarative/holidayregionsmodel.cpp:93 -#, fuzzy -#| msgctxt "Header for Description column" -#| msgid "Description" msgctxt "HolidayRegionsDeclarativeModel|" msgid "Description" msgstr "Description" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-5.101.0/poqm/zh_CN/libkholidays5_qt.po new/kholidays-5.102.0/poqm/zh_CN/libkholidays5_qt.po --- old/kholidays-5.101.0/poqm/zh_CN/libkholidays5_qt.po 2022-12-03 10:46:53.000000000 +0100 +++ new/kholidays-5.102.0/poqm/zh_CN/libkholidays5_qt.po 2023-01-07 01:28:07.000000000 +0100 @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2022-12-01 06:52\n" +"PO-Revision-Date: 2023-01-02 07:11\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-5.101.0/src/declarative/CMakeLists.txt new/kholidays-5.102.0/src/declarative/CMakeLists.txt --- old/kholidays-5.101.0/src/declarative/CMakeLists.txt 2022-12-03 10:46:53.000000000 +0100 +++ new/kholidays-5.102.0/src/declarative/CMakeLists.txt 2023-01-07 01:28:07.000000000 +0100 @@ -1,4 +1,11 @@ -add_library(kholidaysdeclarativeplugin SHARED kholidaysdeclarativeplugin.cpp holidayregionsmodel.cpp kholidaysdeclarativeplugin.h holidayregionsmodel.h) +ecm_add_qml_module(kholidaysdeclarativeplugin URI "org.kde.kholidays") + +target_sources(kholidaysdeclarativeplugin PRIVATE + kholidaysdeclarativeplugin.cpp + holidayregionsmodel.cpp + kholidaysdeclarativeplugin.h + holidayregionsmodel.h +) target_link_libraries(kholidaysdeclarativeplugin Qt${QT_MAJOR_VERSION}::Qml @@ -6,5 +13,4 @@ KF5Holidays ) -install(TARGETS kholidaysdeclarativeplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/kholidays) -install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/kholidays) +ecm_finalize_qml_module(kholidaysdeclarativeplugin DESTINATION ${KDE_INSTALL_QMLDIR}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-5.101.0/src/declarative/qmldir new/kholidays-5.102.0/src/declarative/qmldir --- old/kholidays-5.101.0/src/declarative/qmldir 2022-12-03 10:46:53.000000000 +0100 +++ new/kholidays-5.102.0/src/declarative/qmldir 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -module org.kde.kholidays - -plugin kholidaysdeclarativeplugin diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kholidays-5.101.0/src/parsers/qcalendarsystem.cpp new/kholidays-5.102.0/src/parsers/qcalendarsystem.cpp --- old/kholidays-5.101.0/src/parsers/qcalendarsystem.cpp 2022-12-03 10:46:53.000000000 +0100 +++ new/kholidays-5.102.0/src/parsers/qcalendarsystem.cpp 2023-01-07 01:28:07.000000000 +0100 @@ -1017,7 +1017,7 @@ if (month + months >= 1) { month += months; months = 0; - } else if (months < 0) { + } else { year = d->addYears(year, -1); months += d->monthsInYear(year); }
