Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kpat"

Fri Nov 10 12:32:19 2023 rev:140 rq:1124615 version:23.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpat/kpat.changes        2023-10-12 
23:46:03.357470524 +0200
+++ /work/SRC/openSUSE:Factory/.kpat.new.17445/kpat.changes     2023-11-10 
12:35:34.805500622 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 17:05:07 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:
----
  kpat-23.08.2.tar.xz
  kpat-23.08.2.tar.xz.sig

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

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

Other differences:
------------------
++++++ kpat.spec ++++++
--- /var/tmp/diff_new_pack.DSxLb1/_old  2023-11-10 12:35:35.541527864 +0100
+++ /var/tmp/diff_new_pack.DSxLb1/_new  2023-11-10 12:35:35.541527864 +0100
@@ -21,7 +21,7 @@
 %endif
 %bcond_without released
 Name:           kpat
-Version:        23.08.2
+Version:        23.08.3
 Release:        0
 Summary:        Patience card game
 License:        GPL-2.0-or-later


++++++ kpat-23.08.2.tar.xz -> kpat-23.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-23.08.2/CMakeLists.txt 
new/kpat-23.08.3/CMakeLists.txt
--- old/kpat-23.08.2/CMakeLists.txt     2023-10-10 05:17:40.000000000 +0200
+++ new/kpat-23.08.3/CMakeLists.txt     2023-11-04 12:13:03.000000000 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "23")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "2")
+set(RELEASE_SERVICE_VERSION_MICRO "3")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kpat VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-23.08.2/po/zh_CN/kpat.po 
new/kpat-23.08.3/po/zh_CN/kpat.po
--- old/kpat-23.08.2/po/zh_CN/kpat.po   2023-10-10 05:17:40.000000000 +0200
+++ new/kpat-23.08.3/po/zh_CN/kpat.po   2023-11-04 12:13:03.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-06-13 00:44+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/kpat-23.08.2/snapcraft.yaml 
new/kpat-23.08.3/snapcraft.yaml
--- old/kpat-23.08.2/snapcraft.yaml     1970-01-01 01:00:00.000000000 +0100
+++ new/kpat-23.08.3/snapcraft.yaml     2023-11-04 12:13:03.000000000 +0100
@@ -0,0 +1,140 @@
+---
+name: kpat
+confinement: strict
+grade: stable
+base: core22
+adopt-info: kpat
+apps:
+    kpat:
+        # extensions:
+        # - kde-neon
+        common-id: org.kde.kpat
+        desktop: usr/share/applications/org.kde.kpat.desktop
+        command: usr/bin/kpat
+        plugs:
+        - desktop
+        - desktop-legacy
+        - opengl
+        - wayland
+        - x11
+        - audio-playback
+        - unity7
+        - network
+        - network-bind
+        command-chain:
+        - snap/command-chain/desktop-launch
+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
+environment:
+    SNAP_DESKTOP_RUNTIME: $SNAP/kf5
+hooks:
+    configure:
+        plugs:
+        - desktop
+        command-chain:
+        - snap/command-chain/hooks-configure-desktop
+layout:
+    /usr/share/X11:
+        symlink: $SNAP/kf5/usr/share/X11
+    "/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib":
+        bind: "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib"
+    "/usr/share/alsa":
+        bind: "$SNAP/usr/share/alsa"
+slots:
+    session-dbus-interface:
+        interface: dbus
+        name: org.kde.kpat
+        bus: session
+package-repositories:
+-   type: apt
+    components:
+    - main
+    suites:
+    - jammy
+    key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D
+    url: http://origin.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}
+    kpat:
+        parse-info:
+        - usr/share/metainfo/org.kde.kpat.appdata.xml
+        plugin: cmake
+        build-packages:
+        - libfreecell-solver-dev
+        - libblack-hole-solver-dev
+        - libkf5doctools-dev
+        stage-packages:
+        - libfreecell-solver-dev
+        - libblack-hole-solver1
+        - kdegames-card-data-kf5
+        - libasound2-data
+        - libasound2-plugins
+        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: &id005
+        - *id001
+        - *id002
+        - *id003
+        - *id004
+    cleanup:
+        after:
+        - kde-neon
+        - kpat
+        plugin: nil
+        override-prime:  |
+            set -eux
+            # # Unused libraries found by linter
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-23.08.2/src/org.kde.kpat.appdata.xml 
new/kpat-23.08.3/src/org.kde.kpat.appdata.xml
--- old/kpat-23.08.2/src/org.kde.kpat.appdata.xml       2023-10-10 
05:17:40.000000000 +0200
+++ new/kpat-23.08.3/src/org.kde.kpat.appdata.xml       2023-11-04 
12:13:03.000000000 +0100
@@ -74,7 +74,7 @@
   <description>
     <p>KPat (aka KPatience) is a relaxing card sorting game. To win the game a 
player has to arrange a single deck of cards in certain order amongst each 
other.</p>
     <p xml:lang="ca">El KPat (o KPatience) és un joc d'ordenació relaxant de 
cartes. Per a guanyar la partida, un jugador ha d'organitzar una baralla única 
de cartes en un ordre determinat contra un altre.</p>
-    <p xml:lang="ca-valencia">El KPat (o KPatience) és un joc d'ordenació 
relaxant de cartes. Per a guanyar la partida, un jugador ha d'organitzar una 
baralla única de cartes en un ordre determinat contra un altre.</p>
+    <p xml:lang="ca-valencia">KPat (o KPatience) és un joc d'ordenació 
relaxant de cartes. Per a guanyar la partida, un jugador ha d'organitzar una 
baralla única de cartes en un ordre determinat contra un altre.</p>
     <p xml:lang="cs">KPat (jako KPatience) je uvolňující karetní hra. 
Chcete-li tuto hru vyhrát, musíte uspořádat karty z jednoho balíčku v 
jistém pořadí naproti sobě.</p>
     <p xml:lang="de">KPat (auch bekannt als KPatience) ist ein entspannendes 
Kartensortierspiel. Um das Spiel zu gewinnen, muss der Spieler einen einzelnen 
Kartenstapel in einer bestimmten Reihenfolge zwischen einzelnen anderen Karten 
anordnen.</p>
     <p xml:lang="el">Το KPat (ή αλλιώς KPatience) είναι ένα 
ευχάριστο παιχνίδι ταξινόμησης καρτών. Ο 
παίκτης για να κερδίσει πρέπει να διευ
θετήσει μια τράπουλα σε ορισμένη σειρά.</p>
@@ -154,9 +154,9 @@
   </provides>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="23.08.3" date="2023-11-09"/>
     <release version="23.08.2" date="2023-10-12"/>
     <release version="23.08.1" date="2023-09-14"/>
     <release version="23.08.0" date="2023-08-24"/>
-    <release version="23.04.3" date="2023-07-06"/>
   </releases>
 </component>

Reply via email to