Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kcalutils for openSUSE:Factory checked in at 2022-01-11 21:14:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcalutils (Old) and /work/SRC/openSUSE:Factory/.kcalutils.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcalutils" Tue Jan 11 21:14:54 2022 rev:78 rq:944295 version:21.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes 2021-12-13 20:40:08.668453828 +0100 +++ /work/SRC/openSUSE:Factory/.kcalutils.new.1892/kcalutils.changes 2022-01-11 21:15:35.956803932 +0100 @@ -1,0 +2,9 @@ +Tue Jan 4 10:25:23 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 21.12.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.12.1/ +- No code change since 21.12.0 + +------------------------------------------------------------------- Old: ---- kcalutils-21.12.0.tar.xz kcalutils-21.12.0.tar.xz.sig New: ---- kcalutils-21.12.1.tar.xz kcalutils-21.12.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcalutils.spec ++++++ --- /var/tmp/diff_new_pack.YToGFN/_old 2022-01-11 21:15:36.584804373 +0100 +++ /var/tmp/diff_new_pack.YToGFN/_new 2022-01-11 21:15:36.588804376 +0100 @@ -19,16 +19,16 @@ %define kf5_version 5.79.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} -%bcond_without lang +%bcond_without released Name: kcalutils -Version: 21.12.0 +Version: 21.12.1 Release: 0 Summary: Library with utility functions for handling calendar data License: LGPL-2.1-or-later Group: System/GUI/KDE URL: https://www.kde.org Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz -%if %{with lang} +%if %{with released} Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif @@ -44,7 +44,7 @@ BuildRequires: cmake(KF5KDELibs4Support) >= %{kf5_version} BuildRequires: cmake(Qt5Test) # Only with stable builds -%if %{with lang} +%if %{with released} %requires_eq grantlee5 %endif @@ -75,7 +75,7 @@ This package contains necessary include files and libraries needed to develop applications wanting to use kcalutils. -%if %{with lang} +%if %{with released} %lang_package %endif @@ -88,7 +88,7 @@ %install %kf5_makeinstall -C build - %if %{with lang} + %if %{with released} %find_lang %{name} --with-man --all-name %endif @@ -111,7 +111,7 @@ %files %{_libdir}/grantlee/ -%if %{with lang} +%if %{with released} %files lang -f %{name}.lang %endif ++++++ kcalutils-21.12.0.tar.xz -> kcalutils-21.12.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-21.12.0/CMakeLists.txt new/kcalutils-21.12.1/CMakeLists.txt --- old/kcalutils-21.12.0/CMakeLists.txt 2021-11-30 19:34:41.000000000 +0100 +++ new/kcalutils-21.12.1/CMakeLists.txt 2021-12-15 14:05:52.000000000 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.19.0") +set(PIM_VERSION "5.19.1") project(KCalUtils VERSION ${PIM_VERSION}) # ECM setup @@ -35,7 +35,7 @@ add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION}) -set(IDENTITYMANAGER_LIB_VERSION "5.19.0") +set(IDENTITYMANAGER_LIB_VERSION "5.19.1") ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-21.12.0/po/fi/libkcalutils5.po new/kcalutils-21.12.1/po/fi/libkcalutils5.po --- old/kcalutils-21.12.0/po/fi/libkcalutils5.po 2021-12-03 01:15:46.000000000 +0100 +++ new/kcalutils-21.12.1/po/fi/libkcalutils5.po 2022-01-04 01:22:42.000000000 +0100 @@ -11,7 +11,7 @@ "Project-Id-Version: libkcalutils\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-10-08 00:18+0000\n" -"PO-Revision-Date: 2021-08-18 17:41+0300\n" +"PO-Revision-Date: 2021-12-07 14:24+0200\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" "Language: fi\n" @@ -993,8 +993,8 @@ #, kde-format msgid "Tag:" msgid_plural "Tags:" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Luokitus:" +msgstr[1] "Luokitukset:" #: src/incidenceformatter.cpp:2778 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-21.12.0/po/zh_CN/libkcalutils5.po new/kcalutils-21.12.1/po/zh_CN/libkcalutils5.po --- old/kcalutils-21.12.0/po/zh_CN/libkcalutils5.po 2021-12-03 01:15:46.000000000 +0100 +++ new/kcalutils-21.12.1/po/zh_CN/libkcalutils5.po 2022-01-04 01:22:42.000000000 +0100 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-10-08 00:18+0000\n" -"PO-Revision-Date: 2021-11-30 15:24\n" +"PO-Revision-Date: 2021-12-22 14:10\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
