Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2022-12-09 13:17:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and      /work/SRC/openSUSE:Factory/.pimcommon.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pimcommon"

Fri Dec  9 13:17:49 2022 rev:84 rq:1041613 version:22.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes      2022-11-04 
17:35:23.380943610 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.1835/pimcommon.changes    
2022-12-09 13:18:54.659361828 +0100
@@ -1,0 +2,21 @@
+Fri Dec  2 12:26:43 UTC 2022 - Christophe Marin <christo...@krop.fr>
+
+- Update to 22.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.0/
+
+-------------------------------------------------------------------
+Sat Nov 26 16:46:20 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.11.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Nov 12 08:55:26 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.11.80
+  * New feature release
+- Drop 0001-Fix-pimcommon-CMake.patch. Merged upstream
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-pimcommon-CMake.patch
  pimcommon-22.08.3.tar.xz
  pimcommon-22.08.3.tar.xz.sig

New:
----
  pimcommon-22.12.0.tar.xz
  pimcommon-22.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ pimcommon.spec ++++++
--- /var/tmp/diff_new_pack.seW3ks/_old  2022-12-09 13:18:55.211364760 +0100
+++ /var/tmp/diff_new_pack.seW3ks/_new  2022-12-09 13:18:55.215364782 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pimcommon
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,21 @@
 #
 
 
-%define kf5_version 5.79.0
+%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:           pimcommon
-Version:        22.08.3
+Version:        22.12.0
 Release:        0
 Summary:        Base package of KDE PIM PimCommon library
 License:        GPL-2.0-only AND LGPL-2.1-or-later
-Group:          System/Libraries
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
 Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
-# PATCH-FIX-UPSTREAM
-Patch0:         0001-Fix-pimcommon-CMake.patch
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  libxslt-devel
@@ -79,7 +76,6 @@
 %package devel
 Summary:        Development package for pimcommon
 License:        LGPL-2.1-or-later
-Group:          Development/Libraries/KDE
 Requires:       libKF5PimCommon5 = %{version}
 Requires:       libKF5PimCommonAkonadi5 = %{version}
 Requires:       cmake(KF5Akonadi)
@@ -87,6 +83,7 @@
 Requires:       cmake(KF5Config)
 Requires:       cmake(KF5Contacts)
 Requires:       cmake(KF5IMAP)
+Requires:       cmake(KF5KIO)
 Requires:       cmake(KF5PimTextEdit)
 
 %description devel
@@ -95,16 +92,23 @@
 %package -n libKF5PimCommon5
 Summary:        The PimCommon Library
 License:        LGPL-2.1-or-later
-Group:          System/Libraries
 Requires:       %{name} >= %{version}
 
 %description -n libKF5PimCommon5
 The PimCommon library
 
+%package -n libKF5PimCommonAutoCorrection5
+Summary:        Text autocorrection library for PimCommon
+License:        LGPL-2.1-or-later
+Requires:       %{name} >= %{version}
+
+%description -n libKF5PimCommonAutoCorrection5
+This package provides a library for text autocorrection as part
+of the PIM libraries by KDE.
+
 %package -n libKF5PimCommonAkonadi5
 Summary:        The PimCommon Akonadi Library
 License:        LGPL-2.1-or-later
-Group:          System/Libraries
 Requires:       %{name} >= %{version}
 
 %description -n libKF5PimCommonAkonadi5
@@ -122,12 +126,13 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with released}
-  %find_lang %{name} --with-man --all-name
-%endif
+
+%find_lang %{name} --with-man --all-name
 
 %post -n libKF5PimCommon5  -p /sbin/ldconfig
 %postun -n libKF5PimCommon5 -p /sbin/ldconfig
+%post -n libKF5PimCommonAutoCorrection5  -p /sbin/ldconfig
+%postun -n libKF5PimCommonAutoCorrection5 -p /sbin/ldconfig
 %post -n libKF5PimCommonAkonadi5  -p /sbin/ldconfig
 %postun -n libKF5PimCommonAkonadi5 -p /sbin/ldconfig
 
@@ -137,12 +142,16 @@
 
 %files devel
 %{_kf5_cmakedir}/KF5PimCommon/
+%{_kf5_cmakedir}/KF5PimCommonAutoCorrection/
 %{_kf5_cmakedir}/KF5PimCommonAkonadi/
 %{_kf5_includedir}/PimCommon/
+%{_kf5_includedir}/PimCommonAutoCorrection/
 %{_kf5_includedir}/PimCommonAkonadi
 %{_kf5_libdir}/libKF5PimCommon.so
 %{_kf5_libdir}/libKF5PimCommonAkonadi.so
+%{_kf5_libdir}/libKF5PimCommonAutoCorrection.so
 %{_kf5_mkspecsdir}/qt_PimCommon.pri
+%{_kf5_mkspecsdir}/qt_PimCommonAutoCorrection.pri
 %{_kf5_mkspecsdir}/qt_PimCommonAkonadi.pri
 %{_kf5_plugindir}/designer/
 
@@ -150,11 +159,12 @@
 %license LICENSES/*
 %{_libdir}/libKF5PimCommon.so.*
 
+%files -n libKF5PimCommonAutoCorrection5
+%{_libdir}/libKF5PimCommonAutoCorrection.so.*
+
 %files -n libKF5PimCommonAkonadi5
 %{_libdir}/libKF5PimCommonAkonadi.so.*
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog


++++++ pimcommon-22.08.3.tar.xz -> pimcommon-22.12.0.tar.xz ++++++
++++ 96001 lines of diff (skipped)

Reply via email to