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-10-12 13:29:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kopeninghours (Old) and /work/SRC/openSUSE:Factory/.kopeninghours.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kopeninghours" Sat Oct 12 13:29:13 2024 rev:43 rq:1206919 version:24.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kopeninghours/kopeninghours.changes 2024-09-13 14:34:52.941220967 +0200 +++ /work/SRC/openSUSE:Factory/.kopeninghours.new.19354/kopeninghours.changes 2024-10-12 13:34:21.673759610 +0200 @@ -1,0 +2,9 @@ +Tue Oct 8 12:01:57 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.08.2/ +- No code change since 24.08.1 + +------------------------------------------------------------------- Old: ---- kopeninghours-24.08.1.tar.xz kopeninghours-24.08.1.tar.xz.sig New: ---- kopeninghours-24.08.2.tar.xz kopeninghours-24.08.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kopeninghours.spec ++++++ --- /var/tmp/diff_new_pack.TBmfii/_old 2024-10-12 13:34:22.137778878 +0200 +++ /var/tmp/diff_new_pack.TBmfii/_new 2024-10-12 13:34:22.141779045 +0200 @@ -21,7 +21,7 @@ %bcond_without released Name: kopeninghours -Version: 24.08.1 +Version: 24.08.2 Release: 0 Summary: OSM opening hours expression parser and evaluator License: LGPL-2.0-or-later ++++++ kopeninghours-24.08.1.tar.xz -> kopeninghours-24.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-24.08.1/.gitlab-ci.yml new/kopeninghours-24.08.2/.gitlab-ci.yml --- old/kopeninghours-24.08.1/.gitlab-ci.yml 2024-09-06 23:52:16.000000000 +0200 +++ new/kopeninghours-24.08.2/.gitlab-ci.yml 2024-10-06 19:59:16.000000000 +0200 @@ -7,7 +7,6 @@ - /gitlab-templates/reuse-lint.yml - /gitlab-templates/linux.yml - /gitlab-templates/freebsd.yml - - /gitlab-templates/android.yml - /gitlab-templates/windows.yml - /gitlab-templates/linux-qt6.yml - /gitlab-templates/android-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-24.08.1/CMakeLists.txt new/kopeninghours-24.08.2/CMakeLists.txt --- old/kopeninghours-24.08.1/CMakeLists.txt 2024-09-06 23:52:16.000000000 +0200 +++ new/kopeninghours-24.08.2/CMakeLists.txt 2024-10-06 19:59:16.000000000 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "24") set (RELEASE_SERVICE_VERSION_MINOR "08") -set (RELEASE_SERVICE_VERSION_MICRO "1") +set (RELEASE_SERVICE_VERSION_MICRO "2") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(KOpeningHours VERSION ${RELEASE_SERVICE_VERSION})