Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2023-04-23 22:45:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcalutils (Old)
 and      /work/SRC/openSUSE:Factory/.kcalutils.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcalutils"

Sun Apr 23 22:45:11 2023 rev:95 rq:1082010 version:23.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes      2023-03-03 
22:25:45.886810097 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1533/kcalutils.changes    
2023-04-23 22:47:01.130560688 +0200
@@ -1,0 +2,25 @@
+Sat Apr 15 08:45:34 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.0/
+
+-------------------------------------------------------------------
+Wed Apr  5 09:03:12 UTC 2023 - Wolfgang Bauer <wba...@tmo.at>
+
+- Fix Provides/Obsoletes
+
+-------------------------------------------------------------------
+Fri Mar 31 16:41:50 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Fri Mar 17 20:43:16 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.03.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  kcalutils-22.12.3.tar.xz
  kcalutils-22.12.3.tar.xz.sig

New:
----
  kcalutils-23.04.0.tar.xz
  kcalutils-23.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ kcalutils.spec ++++++
--- /var/tmp/diff_new_pack.cVaLEC/_old  2023-04-23 22:47:02.814570202 +0200
+++ /var/tmp/diff_new_pack.cVaLEC/_new  2023-04-23 22:47:02.822570248 +0200
@@ -16,12 +16,10 @@
 #
 
 
-%define kf5_version 5.99.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}')}
+%define kf5_version 5.103.0
 %bcond_without released
 Name:           kcalutils
-Version:        22.12.3
+Version:        23.04.0
 Release:        0
 Summary:        Library with utility functions for handling calendar data
 License:        LGPL-2.1-or-later
@@ -37,36 +35,36 @@
 BuildRequires:  cmake(KF5CalendarCore)
 BuildRequires:  cmake(KF5Codecs) >= %{kf5_version}
 BuildRequires:  cmake(KF5Config) >= %{kf5_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{kf5_version}
 BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}
 BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
-BuildRequires:  cmake(KF5IdentityManagement)
-BuildRequires:  cmake(KF5KDELibs4Support) >= %{kf5_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{kf5_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{kf5_version}
+BuildRequires:  cmake(KPim5IdentityManagement)
 BuildRequires:  cmake(Qt5Test)
-#  Only with stable builds
-%if %{with released}
 %requires_eq    grantlee5
-%endif
+Conflicts:      libKF5CalendarUtils5 < %{version}
 
 %description
 This library provides a set of utility functions that help
 applications access and use calendar data via the KCalCore library.
 
-%package -n libKF5CalendarUtils5
+%package -n libKPim5CalendarUtils5
 Summary:        Library with utility functions for handling calendar data
-Requires:       %{name} = %{version}
+%requires_eq    kcalutils
 
-%description  -n libKF5CalendarUtils5
+%description  -n libKPim5CalendarUtils5
 This library provides a set of utility functions that help
 applications access and use calendar data via the KCalCore library.
 
 %package devel
 Summary:        Development files for kcalutils
-Requires:       libKF5CalendarUtils5
+Requires:       libKPim5CalendarUtils5
 Requires:       cmake(KF5CalendarCore)
 Requires:       cmake(KF5CoreAddons) >= %{kf5_version}
 Requires:       cmake(KF5KDELibs4Support) >= %{kf5_version}
-Obsoletes:      kcalutils5-devel < %{version}
 Provides:       kcalutils5-devel = %{version}
+Obsoletes:      kcalutils5-devel < %{version}
 
 %description devel
 This package contains necessary include files and libraries needed
@@ -78,7 +76,7 @@
 %autosetup -p1 -n kcalutils-%{version}
 
 %build
-%cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
+%cmake_kf5 -d build -- -DBUILD_TESTING=ON
 %cmake_build
 
 %install
@@ -88,25 +86,27 @@
 
 %global grantlee_shortver %(rpm -q --queryformat=%%{VERSION} grantlee5 | cut 
-d . -f 1-2)
 
-%ldconfig_scriptlets -n libKF5CalendarUtils5
+%ldconfig_scriptlets -n libKPim5CalendarUtils5
 
-%files -n libKF5CalendarUtils5
+%files
 %license LICENSES/*
+%dir %{_kf5_libdir}/grantlee/
+%dir %{_kf5_libdir}/grantlee/%{grantlee_shortver}
 %{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
-%{_kf5_libdir}/libKF5CalendarUtils.so.*
+%{_kf5_libdir}/grantlee/%{grantlee_shortver}/kcalendar_grantlee_plugin.so
+
+%files -n libKPim5CalendarUtils5
+%{_kf5_libdir}/libKPim5CalendarUtils.so.*
 
 %files devel
+%dir %{_includedir}/KPim5
+%{_includedir}/KPim5/KCalUtils/
 %{_kf5_cmakedir}/KF5CalendarUtils/
-%{_kf5_includedir}/KCalUtils/
-%{_kf5_libdir}/libKF5CalendarUtils.so
+%{_kf5_cmakedir}/KPim5CalendarUtils/
+%{_kf5_libdir}/libKPim5CalendarUtils.so
 %{_kf5_mkspecsdir}/qt_KCalUtils.pri
 
-%files
-%dir %{_kf5_libdir}/grantlee/
-%dir %{_kf5_libdir}/grantlee/%{grantlee_shortver}
-%{_kf5_libdir}/grantlee/%{grantlee_shortver}/kcalendar_grantlee_plugin.so
-
 %files lang -f %{name}.lang
 
 %changelog


++++++ kcalutils-22.12.3.tar.xz -> kcalutils-23.04.0.tar.xz ++++++
++++ 3106 lines of diff (skipped)

Reply via email to