Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kholidays for openSUSE:Factory 
checked in at 2021-10-18 21:58:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kholidays (Old)
 and      /work/SRC/openSUSE:Factory/.kholidays.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kholidays"

Mon Oct 18 21:58:38 2021 rev:77 rq:924438 version:5.87.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kholidays/kholidays.changes      2021-09-16 
23:14:59.835818545 +0200
+++ /work/SRC/openSUSE:Factory/.kholidays.new.1890/kholidays.changes    
2021-10-18 22:00:24.142015886 +0200
@@ -1,0 +2,12 @@
+Sun Oct  3 20:33:46 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.87.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.87.0
+- Changes since 5.86.0:
+  * Add Gitlab CI configuration
+  * Update Canadian holidays
+  * Update README.md
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kholidays.spec ++++++
--- /var/tmp/diff_new_pack.TWtAMW/_old  2021-10-18 22:00:24.638016245 +0200
+++ /var/tmp/diff_new_pack.TWtAMW/_new  2021-10-18 22:00:24.642016248 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Holidays5
-%define _tar_path 5.86
+%define _tar_path 5.87
 # 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 lang
 Name:           kholidays
-Version:        5.86.0
+Version:        5.87.0
 Release:        0
 Summary:        Holiday calculation library
 License:        LGPL-2.1-or-later


++++++ kholidays-5.86.0.tar.xz -> kholidays-5.87.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-5.86.0/.gitlab-ci.yml 
new/kholidays-5.87.0/.gitlab-ci.yml
--- old/kholidays-5.86.0/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100
+++ new/kholidays-5.87.0/.gitlab-ci.yml 2021-10-02 16:27:24.000000000 +0200
@@ -0,0 +1,5 @@
+# SPDX-FileCopyrightText: 2020 Volker Krause <[email protected]>
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-5.86.0/.kde-ci.yml 
new/kholidays-5.87.0/.kde-ci.yml
--- old/kholidays-5.86.0/.kde-ci.yml    1970-01-01 01:00:00.000000000 +0100
+++ new/kholidays-5.87.0/.kde-ci.yml    2021-10-02 16:27:24.000000000 +0200
@@ -0,0 +1,7 @@
+Dependencies:
+- 'on': ['@all']
+  'require':
+    'frameworks/extra-cmake-modules': '@same'
+
+Options:
+  test-before-installing: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-5.86.0/CMakeLists.txt 
new/kholidays-5.87.0/CMakeLists.txt
--- old/kholidays-5.86.0/CMakeLists.txt 2021-09-04 19:00:47.000000000 +0200
+++ new/kholidays-5.87.0/CMakeLists.txt 2021-10-02 16:27:24.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.86.0")
+set(KF_VERSION "5.87.0")
 project(KHolidays VERSION ${KF_VERSION})
 
-find_package(ECM 5.86.0 REQUIRED NO_MODULE)
+find_package(ECM 5.87.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-5.86.0/README.md 
new/kholidays-5.87.0/README.md
--- old/kholidays-5.86.0/README.md      2021-09-04 19:00:47.000000000 +0200
+++ new/kholidays-5.87.0/README.md      2021-10-02 16:27:24.000000000 +0200
@@ -9,11 +9,13 @@
 
 ## Testing New Holiday Files
 
-put the new file in place under holidays/plan2
-edit the holidays/holidays.qrc file accordingly
+* Put the new file in place under holidays/plan2.
+* Edit the holidays/holidays.qrc file accordingly.
+```
 % cd <builddir>
 % make install && QT_LOGGING_RULES="*.debug=true" ./bin/testholidayregion  >& 
foo.txt
-look for lines containing "syntax error" in foo.txt.
-fix any such syntax errors and then you can commit
+```
+* Look for lines containing "syntax error" in foo.txt.
+* Fix any such syntax errors and then you can commit.
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-5.86.0/holidays/plan2/holiday_ca-qc_fr 
new/kholidays-5.87.0/holidays/plan2/holiday_ca-qc_fr
--- old/kholidays-5.86.0/holidays/plan2/holiday_ca-qc_fr        2021-09-04 
19:00:47.000000000 +0200
+++ new/kholidays-5.87.0/holidays/plan2/holiday_ca-qc_fr        2021-10-02 
16:27:24.000000000 +0200
@@ -5,28 +5,31 @@
 ::
 :: Author:   Gildas Perrot <[email protected]>
 ::
-:: Updated:
+:: Updated: 2021-09-14
 ::
-:: Source:
+:: Source:  https://en.wikipedia.org/wiki/Public_holidays_in_Canada
+::  
https://www.cnesst.gouv.qc.ca/fr/conditions-travail/conges/jours-feries/liste-jours-feries
 ::
 
 :: Metadata
 country     "CA-QC"
 language    "fr"
 :name        "optional - defaults to country name"
-:description "(please add description in source language) Provincial holiday 
file for Quebec"
+description "Liste des jours f??ri??s, ch??m??s et pay??s"
 
 :: Public Holidays
 "Jour de l'An"                        public on january 1
-"Vendredi Saint"                      public religious on easter minus 2 days
-"Paques"                              public religious on easter
-"Lundi de Paques"                     public on easter plus 1 day
-"Jour de la Reine (Fete de Dollard)"  public on monday before may 24
-"Fete de la Confederation"            public on july 1
-"Jour du Travail"                     public on first monday in september
-"Action de Graces"                    public on second monday in october
+"Vendredi saint"                      public religious on easter minus 2 days
+"P??ques"                              public religious on easter
+"Lundi de P??ques"                     public on easter plus 1 day
+"Jour de la Reine (Journ??e nationale des patriotes)"  public on monday before 
may 25
+"F??te nationale du Qu??bec"    public on june 24
+"F??te du Canada"            public on july 1
+"F??te du Travail"                     public on first monday in september
+"Journ??e nationale de la v??rit?? et de la r??conciliation" public  on ( 
(year >= 2021) ? [september 30] : noop )
+"Action de gr??ces"                    public on second monday in october
 "Jour du Souvenir (Armistice 1918)"   public on november 11
-"Noel"                                public religious on december 25
+"Jour de No??l"                                public religious on december 25
 
 :: Religious Holidays
 
@@ -34,9 +37,8 @@
 
 :: Cultural
 "St Valentin"                         cultural on february 14
-"Fetes des Meres"                     cultural on second sunday in may
-"Fetes des Peres"                     cultural on third sunday in june
-"St-Jean Baptiste"                    cultural on june 24
+"F??tes des Meres"                     cultural on second sunday in may
+"F??tes des Peres"                     cultural on third sunday in june
 
 :: School
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-5.86.0/holidays/plan2/holiday_ca_en-gb 
new/kholidays-5.87.0/holidays/plan2/holiday_ca_en-gb
--- old/kholidays-5.86.0/holidays/plan2/holiday_ca_en-gb        2021-09-04 
19:00:47.000000000 +0200
+++ new/kholidays-5.87.0/holidays/plan2/holiday_ca_en-gb        2021-10-02 
16:27:24.000000000 +0200
@@ -5,14 +5,14 @@
 ::
 :: Author:   Peter Littlefield <[email protected]>
 ::
-:: Updated:
+:: Updated: 2021-09-14
 ::
-:: Source:
+:: Source:  https://en.wikipedia.org/wiki/Public_holidays_in_Canada
 ::
 
 :: Metadata
 country     "CA"
-language    "en_GB"
+language    "en"
 :name        "optional - defaults to country name"
 description "National holiday file for Canada"
 
@@ -25,6 +25,7 @@
 "Canada Day"        public on july 1
 "Civic Holiday"     public on first monday in august
 "Labour Day"        public on first monday in september
+"National Day for Truth and Reconciliation" public  on ( (year >= 2021) ? 
[september 30] : noop )
 "Thanksgiving"      public on second monday in october
 "Remembrance Day"   public on november 11
 "Christmas"         public religious on december 25
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-5.86.0/po/zh_CN/libkholidays5_qt.po 
new/kholidays-5.87.0/po/zh_CN/libkholidays5_qt.po
--- old/kholidays-5.86.0/po/zh_CN/libkholidays5_qt.po   2021-09-04 
19:00:47.000000000 +0200
+++ new/kholidays-5.87.0/po/zh_CN/libkholidays5_qt.po   2021-10-02 
16:27:24.000000000 +0200
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2021-08-30 11:43\n"
+"PO-Revision-Date: 2021-09-27 13:08\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"

Reply via email to