Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kopeninghours for openSUSE:Factory 
checked in at 2022-05-14 22:56:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kopeninghours (Old)
 and      /work/SRC/openSUSE:Factory/.kopeninghours.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kopeninghours"

Sat May 14 22:56:07 2022 rev:14 rq:976833 version:22.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kopeninghours/kopeninghours.changes      
2022-04-23 19:47:37.167101260 +0200
+++ /work/SRC/openSUSE:Factory/.kopeninghours.new.1538/kopeninghours.changes    
2022-05-14 22:57:23.803383446 +0200
@@ -1,0 +2,8 @@
+Tue May 10 16:30:26 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.1/
+
+-------------------------------------------------------------------

Old:
----
  kopeninghours-22.04.0.tar.xz
  kopeninghours-22.04.0.tar.xz.sig

New:
----
  kopeninghours-22.04.1.tar.xz
  kopeninghours-22.04.1.tar.xz.sig

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

Other differences:
------------------
++++++ kopeninghours.spec ++++++
--- /var/tmp/diff_new_pack.XSjycv/_old  2022-05-14 22:57:24.175383911 +0200
+++ /var/tmp/diff_new_pack.XSjycv/_new  2022-05-14 22:57:24.179383915 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           kopeninghours
-Version:        22.04.0
+Version:        22.04.1
 Release:        0
 Summary:        OSM opening hours expression parser and evaluator
 License:        LGPL-2.0-or-later


++++++ kopeninghours-22.04.0.tar.xz -> kopeninghours-22.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kopeninghours-22.04.0/CMakeLists.txt 
new/kopeninghours-22.04.1/CMakeLists.txt
--- old/kopeninghours-22.04.0/CMakeLists.txt    2022-04-12 23:12:57.000000000 
+0200
+++ new/kopeninghours-22.04.1/CMakeLists.txt    2022-05-07 11:19:47.000000000 
+0200
@@ -6,7 +6,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "22")
 set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "0")
+set (RELEASE_SERVICE_VERSION_MICRO "1")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 project(KOpeningHours VERSION ${RELEASE_SERVICE_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kopeninghours-22.04.0/autotests/parsertest.cpp 
new/kopeninghours-22.04.1/autotests/parsertest.cpp
--- old/kopeninghours-22.04.0/autotests/parsertest.cpp  2022-04-12 
23:12:57.000000000 +0200
+++ new/kopeninghours-22.04.1/autotests/parsertest.cpp  2022-05-07 
11:19:47.000000000 +0200
@@ -327,7 +327,7 @@
         T2("Senin-Sabtu 09:00-16:00, Minggu 09:00-18:00", "Mo-Sa 09:00-16:00, 
Su 09:00-18:00");
         T2("Lundi-samedi 8H00-12H00 16H00-20H00 dimanche,jours f??ri??s 
9H00-12H00 17H00-20H00", "Mo-Sa 08:00-12:00,16:00-20:00; Su,PH 
09:00-12:00,17:00-20:00");
         T2("De f??vrier ?? novembre", "Feb-Nov");
-        T3("Ma,Me,Je,Ve 8h-12h30, 14h-19h; Sa 8h-12h30, 14h-18h", "Tu,We,Th,Fr 
08:00-12:30,14:00-19:00; Sa 08:00-12:30,14:00-18:00", "Tu-Fr 
08:00-12:30,14:00-19:00; Sa 08:00-12:30,14:00-18:00");
+        T3("Me,Je,Ve 8h-12h30, 14h-19h; Sa 8h-12h30, 14h-18h", "We,Th,Fr 
08:00-12:30,14:00-19:00; Sa 08:00-12:30,14:00-18:00", "We-Fr 
08:00-12:30,14:00-19:00; Sa 08:00-12:30,14:00-18:00");
         T2("Mo-Fr: 10:00-18:30 Uhr Sa: 10:00-13:30 Uhr", "Mo-Fr 10:00-18:30; 
Sa 10:00-13:30");
         T2("Montag & Dienstag Ruhetag", "Mo,Tu closed");
         T2("?????????????????????? - ?????????????? 09:00 - 21:00", "Mo-Sa 
09:00-21:00");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kopeninghours-22.04.0/po/zh_CN/kopeninghours.po 
new/kopeninghours-22.04.1/po/zh_CN/kopeninghours.po
--- old/kopeninghours-22.04.0/po/zh_CN/kopeninghours.po 2022-04-15 
02:24:59.000000000 +0200
+++ new/kopeninghours-22.04.1/po/zh_CN/kopeninghours.po 2022-05-10 
07:58:58.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-12-23 02:25+0100\n"
-"PO-Revision-Date: 2022-04-14 15:37\n"
+"PO-Revision-Date: 2022-05-08 08:19\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kopeninghours-22.04.0/src/lib/openinghourslexer.l 
new/kopeninghours-22.04.1/src/lib/openinghourslexer.l
--- old/kopeninghours-22.04.0/src/lib/openinghourslexer.l       2022-04-12 
23:12:57.000000000 +0200
+++ new/kopeninghours-22.04.1/src/lib/openinghourslexer.l       2022-05-07 
11:19:47.000000000 +0200
@@ -168,6 +168,10 @@
 "????????????"   { yylval->num = 11; return T_MONTH; }
 "??????????????"  { yylval->num = 12; return T_MONTH; }
 
+ /* Month abbreviations in Dutch */
+"Mrt" { yylval->num = 3; return T_MONTH; }
+"Mei" { yylval->num = 5; return T_MONTH; }
+"Okt" { yylval->num = 10; return T_MONTH; }
 
  /* different quote types are sometimes mixed and/or used nested, so this is a 
compromise to catch most of them */
 ["][^"]*["] {
@@ -220,7 +224,6 @@
 
   /* French, Spanish, Italian */
 Lu { yylval->num = 1; return T_WEEKDAY; }
-Ma { yylval->num = 2; return T_WEEKDAY; }
   /* French, Italian */
 Me { yylval->num = 3; return T_WEEKDAY; }
   /* German, Spanish, Italian */
@@ -234,8 +237,9 @@
   /* German */
 So { yylval->num = 7; return T_WEEKDAY; }
 
- /* "Di" conflicts between German and French...
-    "Do" conflicts between German and Spanish+Italian... */
+ /* "Ma" conflicts between Dutch and French+Spanish+Italian...
+    "Di" conflicts between Dutch+German and French...
+    "Do" conflicts between Dutch+German and Spanish+Italian... */
 
   /* French localized day names. */
 Lun(di)?    { yylval->num = 1; return T_WEEKDAY; }
@@ -301,6 +305,15 @@
 ??????????????|??????|????|????   { yylval->num = 6; return T_WEEKDAY; }
 ??????????????????????|??????|????  { yylval->num = 7; return T_WEEKDAY; }
 
+  /* Dutch localized day names */
+Maandag        { yylval->num = 1; return T_WEEKDAY; }
+Dinsdag        { yylval->num = 2; return T_WEEKDAY; }
+Wo(e(nsdag)?)? { yylval->num = 3; return T_WEEKDAY; }
+Donderdag      { yylval->num = 4; return T_WEEKDAY; }
+Vr(ijdag)?     { yylval->num = 5; return T_WEEKDAY; }
+Za(terdag)?    { yylval->num = 6; return T_WEEKDAY; }
+Zo(ndag)?      { yylval->num = 7; return T_WEEKDAY; }
+
   /* creative rule separators */
 ???|and|et|e|y|und|& { return T_ADDITIONAL_RULE_SEPARATOR; }
 

Reply via email to