Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package calendarsupport for openSUSE:Factory
checked in at 2023-04-23 22:45:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calendarsupport (Old)
and /work/SRC/openSUSE:Factory/.calendarsupport.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calendarsupport"
Sun Apr 23 22:45:05 2023 rev:87 rq:1081213 version:23.04.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/calendarsupport/calendarsupport.changes
2023-03-03 22:25:23.438734076 +0100
+++
/work/SRC/openSUSE:Factory/.calendarsupport.new.1533/calendarsupport.changes
2023-04-23 22:46:50.818502422 +0200
@@ -1,0 +2,20 @@
+Sat Apr 15 08:45:15 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.04.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/gear/23.04.0/
+
+-------------------------------------------------------------------
+Fri Mar 31 16:41:34 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.03.90
+ * New feature release
+
+-------------------------------------------------------------------
+Fri Mar 17 20:42:54 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.03.80
+ * New feature release
+
+-------------------------------------------------------------------
Old:
----
calendarsupport-22.12.3.tar.xz
calendarsupport-22.12.3.tar.xz.sig
New:
----
calendarsupport-23.04.0.tar.xz
calendarsupport-23.04.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ calendarsupport.spec ++++++
--- /var/tmp/diff_new_pack.4uUWGk/_old 2023-04-23 22:46:51.450505993 +0200
+++ /var/tmp/diff_new_pack.4uUWGk/_new 2023-04-23 22:46:51.454506016 +0200
@@ -16,13 +16,11 @@
#
-%define lname libKF5CalendarSupport5
+%define lname libKPim5CalendarSupport5
%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}')}
%bcond_without released
Name: calendarsupport
-Version: 22.12.3
+Version: 23.04.0
Release: 0
Summary: KDE PIM calendaring support library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -34,25 +32,22 @@
%endif
BuildRequires: extra-cmake-modules >= %{kf5_version}
BuildRequires: kf5-filesystem
-BuildRequires: libboost_headers-devel
-BuildRequires: cmake(KF5Akonadi)
-BuildRequires: cmake(KF5AkonadiCalendar)
-BuildRequires: cmake(KF5AkonadiMime)
-BuildRequires: cmake(KF5AkonadiNotes)
BuildRequires: cmake(KF5CalendarCore)
-BuildRequires: cmake(KF5CalendarUtils)
BuildRequires: cmake(KF5Codecs)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5Holidays)
BuildRequires: cmake(KF5I18n)
-BuildRequires: cmake(KF5IconThemes)
-BuildRequires: cmake(KF5IdentityManagement)
BuildRequires: cmake(KF5KIO)
-BuildRequires: cmake(KF5Mime)
-BuildRequires: cmake(KF5PimCommon)
+BuildRequires: cmake(KPim5Akonadi)
+BuildRequires: cmake(KPim5AkonadiCalendar)
+BuildRequires: cmake(KPim5AkonadiMime)
+BuildRequires: cmake(KPim5AkonadiNotes)
+BuildRequires: cmake(KPim5CalendarUtils)
+BuildRequires: cmake(KPim5IdentityManagement)
+BuildRequires: cmake(KPim5Mime)
+BuildRequires: cmake(KPim5TextEdit)
BuildRequires: cmake(Qt5PrintSupport)
BuildRequires: cmake(Qt5Test)
-BuildRequires: cmake(Qt5UiTools)
BuildRequires: cmake(Qt5Widgets)
%description
@@ -63,6 +58,8 @@
Summary: Library for handling calendaring in PIM applications
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Requires: %{name}
+# Renamed
+Obsoletes: calendarsupport-lang <= 23.04.0
%description -n %{lname}
This package contains the calendarsupport library, used by KDE PIM applications
@@ -72,15 +69,15 @@
Summary: Development package for the KDEPIM Calendarsupport library
License: LGPL-2.1-or-later
Requires: %{lname} = %{version}
-Requires: cmake(KF5AkonadiCalendar)
-Requires: cmake(KF5IdentityManagement)
-Requires: cmake(KF5Mime)
+Requires: cmake(KPim5AkonadiCalendar)
+Requires: cmake(KPim5IdentityManagement)
+Requires: cmake(KPim5Mime)
Requires: cmake(Qt5PrintSupport)
%description devel
The development package for the calendarsupport libraries
-%lang_package
+%lang_package -n %{lname}
%prep
%autosetup -p1
@@ -93,7 +90,7 @@
%install
%kf5_makeinstall -C build
-%find_lang %{name} --with-man --all-name
+%find_lang %{lname} --with-man --all-name
%ldconfig_scriptlets -n %{lname}
@@ -101,16 +98,18 @@
%{_kf5_debugdir}/calendarsupport.categories
%{_kf5_debugdir}/calendarsupport.renamecategories
+%files -n %{lname}
+%license LICENSES/*
+%{_libdir}/libKPim5CalendarSupport.so.*
+
%files devel
+%dir %{_includedir}/KPim5
+%{_includedir}/KPim5/CalendarSupport/
%{_kf5_cmakedir}/KF5CalendarSupport/
-%{_kf5_includedir}/CalendarSupport/
-%{_kf5_libdir}/libKF5CalendarSupport.so
+%{_kf5_cmakedir}/KPim5CalendarSupport/
+%{_kf5_libdir}/libKPim5CalendarSupport.so
%{_kf5_mkspecsdir}/qt_CalendarSupport.pri
-%files -n %{lname}
-%license LICENSES/*
-%{_libdir}/libKF5CalendarSupport.so.*
-
-%files lang -f %{name}.lang
+%files -n %{lname}-lang -f %{lname}.lang
%changelog
++++++ calendarsupport-22.12.3.tar.xz -> calendarsupport-23.04.0.tar.xz ++++++
++++ 17319 lines of diff (skipped)