Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kopeninghours for openSUSE:Factory checked in at 2024-08-26 22:08:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kopeninghours (Old) and /work/SRC/openSUSE:Factory/.kopeninghours.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kopeninghours" Mon Aug 26 22:08:06 2024 rev:41 rq:1195452 version:24.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kopeninghours/kopeninghours.changes 2024-07-05 19:55:43.120259474 +0200 +++ /work/SRC/openSUSE:Factory/.kopeninghours.new.2698/kopeninghours.changes 2024-08-26 22:11:40.037617620 +0200 @@ -1,0 +2,14 @@ +Mon Aug 19 07:14:13 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 24.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/24.08.0/ +- Changes since 24.05.2: + * Improve readme by specifying that this also includes python bindings + * Make more explicit that it is a python library + (this is going to be useful for people who need readme description in the first place) + * Update python package version + * selectors fix "warning: suggest parentheses around â&&â within â||â [-Wparentheses]" + +------------------------------------------------------------------- Old: ---- kopeninghours-24.05.2.tar.xz kopeninghours-24.05.2.tar.xz.sig New: ---- kopeninghours-24.08.0.tar.xz kopeninghours-24.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kopeninghours.spec ++++++ --- /var/tmp/diff_new_pack.KdZEUY/_old 2024-08-26 22:11:40.481636161 +0200 +++ /var/tmp/diff_new_pack.KdZEUY/_new 2024-08-26 22:11:40.485636327 +0200 @@ -16,12 +16,12 @@ # -%define kf6_version 6.0.0 +%define kf6_version 6.3.0 %define qt6_version 6.6.0 %bcond_without released Name: kopeninghours -Version: 24.05.2 +Version: 24.08.0 Release: 0 Summary: OSM opening hours expression parser and evaluator License: LGPL-2.0-or-later ++++++ kopeninghours-24.05.2.tar.xz -> kopeninghours-24.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-24.05.2/CMakeLists.txt new/kopeninghours-24.08.0/CMakeLists.txt --- old/kopeninghours-24.05.2/CMakeLists.txt 2024-06-28 22:14:39.000000000 +0200 +++ new/kopeninghours-24.08.0/CMakeLists.txt 2024-08-15 23:34:13.000000000 +0200 @@ -5,8 +5,8 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "24") -set (RELEASE_SERVICE_VERSION_MINOR "05") -set (RELEASE_SERVICE_VERSION_MICRO "2") +set (RELEASE_SERVICE_VERSION_MINOR "08") +set (RELEASE_SERVICE_VERSION_MICRO "0") 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-24.05.2/README.md new/kopeninghours-24.08.0/README.md --- old/kopeninghours-24.05.2/README.md 2024-06-28 22:14:39.000000000 +0200 +++ new/kopeninghours-24.08.0/README.md 2024-08-15 23:34:13.000000000 +0200 @@ -1,6 +1,6 @@ # KOpeningHours -A library for parsing and evaluating OSM opening hours expressions. +A library for parsing and evaluating OSM opening hours expressions. This library also includes python bindings. ## Introduction diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-24.05.2/po/zh_CN/kopeninghours.po new/kopeninghours-24.08.0/po/zh_CN/kopeninghours.po --- old/kopeninghours-24.05.2/po/zh_CN/kopeninghours.po 2024-06-28 22:14:39.000000000 +0200 +++ new/kopeninghours-24.08.0/po/zh_CN/kopeninghours.po 2024-08-15 23:34:13.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-11-05 12:28+0000\n" -"PO-Revision-Date: 2024-04-22 16:01\n" +"PO-Revision-Date: 2024-04-22 15:59\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-24.05.2/src/lib/selectors.cpp new/kopeninghours-24.08.0/src/lib/selectors.cpp --- old/kopeninghours-24.05.2/src/lib/selectors.cpp 2024-06-28 22:14:39.000000000 +0200 +++ new/kopeninghours-24.08.0/src/lib/selectors.cpp 2024-08-15 23:34:13.000000000 +0200 @@ -348,7 +348,7 @@ }; switch (variableDate) { case FixedDate: { - const bool needYear = year && (year != refDate.year || day && month && month != refDate.month); + const bool needYear = year && (year != refDate.year || (day && month && month != refDate.month)); if (needYear) { expr += QByteArray::number(year); }
