Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kontact for openSUSE:Factory checked 
in at 2023-11-10 12:30:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kontact (Old)
 and      /work/SRC/openSUSE:Factory/.kontact.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kontact"

Fri Nov 10 12:30:08 2023 rev:86 rq:1124607 version:23.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kontact/kontact.changes  2023-10-12 
23:41:22.455301468 +0200
+++ /work/SRC/openSUSE:Factory/.kontact.new.17445/kontact.changes       
2023-11-10 12:31:29.528422682 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 17:05:03 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.3/
+- Changes since 23.08.2:
+  * snapcraft: initial import snapcraft files.
+
+-------------------------------------------------------------------

Old:
----
  kontact-23.08.2.tar.xz
  kontact-23.08.2.tar.xz.sig

New:
----
  kontact-23.08.3.tar.xz
  kontact-23.08.3.tar.xz.sig

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

Other differences:
------------------
++++++ kontact.spec ++++++
--- /var/tmp/diff_new_pack.Xle1c7/_old  2023-11-10 12:31:30.268450072 +0100
+++ /var/tmp/diff_new_pack.Xle1c7/_new  2023-11-10 12:31:30.268450072 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           kontact
-Version:        23.08.2
+Version:        23.08.3
 Release:        0
 Summary:        Personal Information Manager
 License:        GPL-2.0-or-later


++++++ kontact-23.08.2.tar.xz -> kontact-23.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-23.08.2/CMakeLists.txt 
new/kontact-23.08.3/CMakeLists.txt
--- old/kontact-23.08.2/CMakeLists.txt  2023-10-10 05:23:33.000000000 +0200
+++ new/kontact-23.08.3/CMakeLists.txt  2023-11-04 12:22:10.000000000 +0100
@@ -1,7 +1,7 @@
-set(PIM_VERSION "5.24.2")
+set(PIM_VERSION "5.24.3")
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 project(kontact VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "23.08.2")
+set(RELEASE_SERVICE_VERSION "23.08.3")
 set(KF_MIN_VERSION "5.105.0")
 find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
 
@@ -40,9 +40,9 @@
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
-set(KPIMTEXTEDIT_LIB_VERSION "5.24.2")
-set(KONTACTINTERFACE_LIB_VERSION "5.24.2")
-set(PIMCOMMON_LIB_VERSION "5.24.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.24.3")
+set(KONTACTINTERFACE_LIB_VERSION "5.24.3")
+set(PIMCOMMON_LIB_VERSION "5.24.3")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
@@ -57,8 +57,8 @@
     set(KF_MAJOR_VERSION "5")
 endif()
 find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED DBus 
Widgets WebEngineWidgets)
-set(LIBKDEPIM_LIB_VERSION "5.24.2")
-set(LIBGRANTLEETHEME_LIB_VERSION "5.24.2")
+set(LIBKDEPIM_LIB_VERSION "5.24.3")
+set(LIBGRANTLEETHEME_LIB_VERSION "5.24.3")
 # Find KF5 package
 find_package(KF${KF_MAJOR_VERSION}I18n ${KF_MIN_VERSION} CONFIG REQUIRED)
 find_package(KF${KF_MAJOR_VERSION}DBusAddons ${KF_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-23.08.2/po/zh_CN/kontact.po 
new/kontact-23.08.3/po/zh_CN/kontact.po
--- old/kontact-23.08.2/po/zh_CN/kontact.po     2023-10-10 05:23:33.000000000 
+0200
+++ new/kontact-23.08.3/po/zh_CN/kontact.po     2023-11-04 12:22:10.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-19 00:49+0000\n"
-"PO-Revision-Date: 2023-09-16 10:11\n"
+"PO-Revision-Date: 2023-10-21 13:57\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-23.08.2/snapcraft.yaml 
new/kontact-23.08.3/snapcraft.yaml
--- old/kontact-23.08.2/snapcraft.yaml  1970-01-01 01:00:00.000000000 +0100
+++ new/kontact-23.08.3/snapcraft.yaml  2023-11-04 12:22:10.000000000 +0100
@@ -0,0 +1,204 @@
+---
+name: kontact
+confinement: strict
+grade: stable
+base: core22
+adopt-info: kontact
+apps:
+    kontact:
+        # extensions:
+        # - kde-neon
+        common-id: org.kde.kontact.desktop
+        command: kf5-launch-ext $SNAP/dbus-wrapper $SNAP/akonadi-wrapper 
$SNAP/usr/bin/kontact
+        plugs:
+        - home
+        - audio-playback
+        - removable-media
+        - browser-support
+        - desktop
+        - desktop-legacy
+        - opengl
+        - wayland
+        - x11
+        - unity7
+        - cups
+        command-chain:
+        - snap/command-chain/desktop-launch
+    akonadictl:
+        command: $SNAP/usr/bin/akonadictl
+        daemon: simple
+        plugs:
+        - network
+        - network-bind
+
+assumes:
+- snapd2.58.3
+compression: lzo
+plugs:
+    desktop:
+        mount-host-font-cache: false
+    icon-themes:
+        interface: content
+        target: $SNAP/data-dir/icons
+        default-provider: gtk-common-themes
+    sound-themes:
+        interface: content
+        target: $SNAP/data-dir/sounds
+        default-provider: gtk-common-themes
+    kf5-5-110-qt-5-15-11-core22:
+        content: kf5-5-110-qt-5-15-11-core22-all
+        interface: content
+        default-provider: kf5-5-110-qt-5-15-11-core22
+        target: $SNAP/kf5
+    foo-install-cups:
+        interface: content
+        content: foo
+        default-provider: cups
+        target: $SNAP_DATA/foo
+environment:
+    SNAP_DESKTOP_RUNTIME: $SNAP/kf5
+    GST_PLUGIN_PATH: "$SNAP/kf5/usr/lib/$CRAFT_ARCH_TRIPLET/gstreamer-1.0"
+    GST_PLUGIN_SYSTEM_PATH: 
"$SNAP/kf5/usr/lib/$CRAFT_ARCH_TRIPLET/gstreamer-1.0"
+    GST_PLUGIN_SCANNER: 
"$SNAP/kf5/usr/lib/$CRAFT_ARCH_TRIPLET/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner"
+hooks:
+    configure:
+        plugs:
+        - desktop
+        command-chain:
+        - snap/command-chain/hooks-configure-desktop
+layout:
+    "/usr/share/qt5":
+        bind: "$SNAP/kf5/usr/share/qt5"
+    /usr/share/X11:
+        symlink: $SNAP/kf5/usr/share/X11
+    "/usr/lib/$CRAFT_ARCH_TRIPLET/alsa-lib":
+        bind: "$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/alsa-lib"
+    "/usr/share/alsa":
+        bind: "$SNAP/usr/share/alsa"
+slots:
+    session-dbus-interface:
+        interface: dbus
+        name: org.kde.kontact
+        bus: session
+package-repositories:
+-   type: apt
+    components:
+    - main
+    suites:
+    - jammy
+    key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D
+    url: http://archive.neon.kde.org/user
+    key-server: keyserver.ubuntu.com
+parts:
+    kde-neon:
+        source: 
/snap/snapcraft/current/share/snapcraft/extensions/desktop/kde-neon
+        source-type: local
+        plugin: make
+        make-parameters:
+        - PLATFORM_PLUG=kf5-5-110-qt-5-15-11-core22
+        build-snaps:
+        - kf5-5-110-qt-5-15-11-core22-sdk
+        build-environment:
+        - &id001
+            PATH: 
/snap/kf5-5-110-qt-5-15-11-core22-sdk/current/usr/bin${PATH:+:$PATH}
+        - &id002
+            XDG_DATA_DIRS: 
$CRAFT_STAGE/usr/share:/snap/kf5-5-110-qt-5-15-11-core22-sdk/current/usr/share:/usr/share${XDG_DATA_DIRS:+:$XDG_DATA_DIRS}
+        - &id003
+            XDG_CONFIG_HOME: 
$CRAFT_STAGE/etc/xdg:/snap/kf5-5-110-qt-5-15-11-core22-sdk/current/etc/xdg:/etc/xdg${XDG_CONFIG_HOME:+:$XDG_CONFIG_HOME}
+        - &id004
+            CRAFT_CMAKE_ARGS: 
-DCMAKE_FIND_ROOT_PATH=/snap/kf5-5-110-qt-5-15-11-core22-sdk/current${CRAFT_CMAKE_ARGS:+:$CRAFT_CMAKE_ARGS}
+    psmisc:
+        plugin: nil
+        stage-packages:
+        - psmisc
+    kontact:
+        after:
+        - kde-neon
+        - psmisc
+        - ktextaddons
+        parse-info:
+        - usr/share/metainfo/org.kde.kontact.appdata.xml
+        plugin: cmake
+        build-packages:
+        - kross-dev
+        - libassuan-dev
+        - libboost-dev
+        - libboost-graph-dev
+        - libgpgme-dev
+        - libgrantlee5-dev
+        - libkf5akonadi-dev
+        - libkf5akonadiserver-dev
+        - libkf5eventviews-dev
+        - libkf5grantleetheme-dev
+        - libkf5kdelibs4support-dev
+        - libkf5khtml-dev
+        - libkf5kontactinterface-dev
+        - libkf5libkdepim-dev
+        - libkf5mailcommon-dev
+        - libkf5messagecomposer-dev
+        - libkf5mimetreeparser-dev
+        - libkf5pimtextedit-dev
+        - libkf5templateparser-dev
+        stage-packages:
+        - kross
+        - libassuan0
+        - libgpgme11
+        - libgrantlee-templates5
+        - libgrantlee-textdocument5
+        - libkf5akonadicore5
+        - libkf5akonadiagentbase5
+        - libkf5akonadiwidgets5
+        - libkf5akonadixml5
+        - libkf5akonadiprivate5
+        - libkf5eventviews5
+        - libkf5grantleetheme5
+        - libkf5kdelibs4support5
+        - libkf5kontactinterface5
+        - libkf5libkdepim5
+        - libkf5mailcommon5
+        - libkf5messagecomposer5
+        - libkf5mimetreeparser5
+        - libkf5pimtextedit5
+        - libkf5templateparser5
+        - libkf5grantleetheme-plugins
+        - libqt5webchannel5
+        - libqt5webkit5
+        - kdepim-runtime
+        - accountwizard
+        - akregator
+        - kaddressbook
+        - kmail
+        - knotes
+        - korganizer
+        - sasl2-bin
+        - libsasl2-modules
+        - libqt5keychain1
+        - libqt5texttospeech5
+        source: .
+        source-type: local
+        cmake-parameters:
+        - "-DCMAKE_INSTALL_PREFIX=/usr"
+        - "-DCMAKE_BUILD_TYPE=Release"
+        - "-DENABLE_TESTING=OFF"
+        - "-DBUILD_TESTING=OFF"
+        - "-DKDE_SKIP_TEST_SETTINGS=ON"
+        - 
"-DCMAKE_FIND_ROOT_PATH=/usr\\;$CRAFT_STAGE\\;/snap/kf5-5-110-qt-5-15-11-core22-sdk/current"
+        - "-DKDE_INSTALL_PLUGINDIR=/usr/lib/$CRAFT_ARCH_TRIPLET/qt5/plugins/"
+        prime:
+        - "-usr/lib/*/cmake/*"
+        - "-usr/include/*"
+        - "-usr/share/ECM/*"
+        - "-usr/share/doc/*"
+        - "-usr/share/man/*"
+        - "-usr/share/icons/breeze-dark*"
+        - "-usr/bin/X11"
+        - "-usr/lib/gcc/$CRAFT_ARCH_TRIPLET/6.0.0"
+        - "-usr/lib/aspell/*"
+        - "-usr/share/lintian"
+        build-environment:
+        - *id001
+        - *id002
+        - *id003
+        - *id004
+        - LDFLAGS: "-L$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET"
+        - CFLAGS: "-I$CRAFT_STAGE/usr/include/KF5"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-23.08.2/src/data/org.kde.kontact.appdata.xml 
new/kontact-23.08.3/src/data/org.kde.kontact.appdata.xml
--- old/kontact-23.08.2/src/data/org.kde.kontact.appdata.xml    2023-10-10 
05:23:33.000000000 +0200
+++ new/kontact-23.08.3/src/data/org.kde.kontact.appdata.xml    2023-11-04 
12:22:10.000000000 +0100
@@ -582,9 +582,9 @@
   </provides>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="5.24.3" date="2023-11-09"/>
     <release version="5.24.2" date="2023-10-12"/>
     <release version="5.24.1" date="2023-09-14"/>
     <release version="5.24.0" date="2023-08-24"/>
-    <release version="5.23.3" date="2023-07-06"/>
   </releases>
 </component>

Reply via email to