Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kalgebra"

Fri Nov 10 12:31:08 2023 rev:155 rq:1124505 version:23.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes        2023-10-12 
23:44:09.289340550 +0200
+++ /work/SRC/openSUSE:Factory/.kalgebra.new.17445/kalgebra.changes     
2023-11-10 12:33:46.653497813 +0100
@@ -1,0 +2,13 @@
+Tue Nov  7 17:04:15 UTC 2023 - Christophe Marin <[email protected]>
+
+- 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:
+  * Adapt to plasma-framework moving to Plasma
+  * snapcraft: Fix analitza source.
+  * snapcraft: initial import snapcraft files.
+  * Disable flatpak CI
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kalgebra.spec ++++++
--- /var/tmp/diff_new_pack.tRCgbh/_old  2023-11-10 12:33:47.621533640 +0100
+++ /var/tmp/diff_new_pack.tRCgbh/_new  2023-11-10 12:33:47.621533640 +0100
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           kalgebra
-Version:        23.08.2
+Version:        23.08.3
 Release:        0
 Summary:        Math Expression Solver and Plotter
 License:        GPL-2.0-or-later


++++++ kalgebra-23.08.2.tar.xz -> kalgebra-23.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-23.08.2/.gitlab-ci.yml 
new/kalgebra-23.08.3/.gitlab-ci.yml
--- old/kalgebra-23.08.2/.gitlab-ci.yml 2023-10-09 05:19:53.000000000 +0200
+++ new/kalgebra-23.08.3/.gitlab-ci.yml 2023-11-05 13:03:14.000000000 +0100
@@ -6,4 +6,4 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/flatpak.yml
+  # - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/flatpak.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-23.08.2/.kde-ci.yml 
new/kalgebra-23.08.3/.kde-ci.yml
--- old/kalgebra-23.08.2/.kde-ci.yml    2023-10-09 05:19:53.000000000 +0200
+++ new/kalgebra-23.08.3/.kde-ci.yml    2023-11-05 13:03:14.000000000 +0100
@@ -12,7 +12,7 @@
     'frameworks/kdoctools': '@latest-kf6'
     'frameworks/kio': '@latest-kf6'
     'frameworks/kxmlgui': '@latest-kf6'
-    'frameworks/plasma-framework': '@latest-kf6'
+    'plasma/plasma-framework': '@latest-kf6'
     'education/analitza': '@same'
 
 - 'on': ['Linux/Qt5', 'FreeBSD/Qt5']
@@ -25,7 +25,7 @@
     'frameworks/kdoctools': '@stable'
     'frameworks/kio': '@stable'
     'frameworks/kxmlgui': '@stable'
-    'frameworks/plasma-framework': '@stable'
+    'plasma/plasma-framework': '@stable'
     'education/analitza': '@same'
 
 Options:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-23.08.2/CMakeLists.txt 
new/kalgebra-23.08.3/CMakeLists.txt
--- old/kalgebra-23.08.2/CMakeLists.txt 2023-10-09 05:19:53.000000000 +0200
+++ new/kalgebra-23.08.3/CMakeLists.txt 2023-11-05 13:03:14.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(kalgebra VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalgebra-23.08.2/mobile/org.kde.kalgebramobile.appdata.xml 
new/kalgebra-23.08.3/mobile/org.kde.kalgebramobile.appdata.xml
--- old/kalgebra-23.08.2/mobile/org.kde.kalgebramobile.appdata.xml      
2023-10-09 05:19:53.000000000 +0200
+++ new/kalgebra-23.08.3/mobile/org.kde.kalgebramobile.appdata.xml      
2023-11-05 13:03:14.000000000 +0100
@@ -136,10 +136,10 @@
     <value 
key="KDE::google_play">https://play.google.com/store/apps/details?id=org.kde.kalgebramobile</value>
   </custom>
   <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>
   <content_rating type="oars-1.1"/>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalgebra-23.08.2/plasmoids/graphsplasmoid/metadata.json 
new/kalgebra-23.08.3/plasmoids/graphsplasmoid/metadata.json
--- old/kalgebra-23.08.2/plasmoids/graphsplasmoid/metadata.json 2023-10-09 
05:19:53.000000000 +0200
+++ new/kalgebra-23.08.3/plasmoids/graphsplasmoid/metadata.json 2023-11-05 
13:03:14.000000000 +0100
@@ -24,6 +24,7 @@
                 "Name[pl]": "Aleix Pol Gonzalez",
                 "Name[pt]": "Aleix Pol Gonzalez",
                 "Name[pt_BR]": "Aleix Pol Gonzalez",
+                "Name[ru]": "Aleix Pol Gonzalez",
                 "Name[sl]": "Aleix Pol Gonzalez",
                 "Name[sv]": "Aleix Pol Gonzalez",
                 "Name[tr]": "Aleix Pol Gonzalez",
@@ -53,6 +54,7 @@
         "Description[pl]": "Rysuj najdziwniejsze wykresy na swoim pulpicie!",
         "Description[pt]": "Coloque os gráficos mais estranhos no seu ecrã!",
         "Description[pt_BR]": "Coloque os gráficos mais estranhos na sua 
área de trabalho!",
+        "Description[ru]": "Разместите на рабочем 
столе причудливые графики!",
         "Description[sl]": "Postavite najbolj čudaške grafe na vaše 
namizje!",
         "Description[sv]": "Rita riktigt konstiga diagram på skrivbordet.",
         "Description[tr]": "Masaüstüne en tuhaf çizimleri koy!",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-23.08.2/po/it/kalgebramobile.po 
new/kalgebra-23.08.3/po/it/kalgebramobile.po
--- old/kalgebra-23.08.2/po/it/kalgebramobile.po        2023-10-09 
05:19:53.000000000 +0200
+++ new/kalgebra-23.08.3/po/it/kalgebramobile.po        2023-11-05 
13:03:14.000000000 +0100
@@ -1,22 +1,22 @@
 # translation of kalgebramobile.po to Italian
+# SPDX-FileCopyrightText: 2022, 2023 Paolo Zamponi <[email protected]>
 # This file is distributed under the same license as the kalgebra package.
 # Pino Toscano <[email protected]>, 2018, 2019, 2020, 2021.
-# Paolo Zamponi <[email protected]>, 2022.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kalgebramobile\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-01 00:41+0000\n"
-"PO-Revision-Date: 2022-07-08 17:56+0200\n"
-"Last-Translator: Paolo Zamponi <[email protected]>\n"
+"PO-Revision-Date: 2023-10-26 21:52+0200\n"
+"Last-Translator: Paolo Zamponi <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
 "Language: it\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 22.04.2\n"
+"X-Generator: Lokalize 23.08.2\n"
 
 #: content/ui/About.qml:27
 #, kde-format
@@ -77,7 +77,7 @@
 #: content/ui/Console.qml:105
 #, kde-format
 msgid "Clear Log"
-msgstr "Cancella log"
+msgstr "Cancella registro"
 
 #: content/ui/Console.qml:127
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-23.08.2/po/zh_CN/kalgebra.po 
new/kalgebra-23.08.3/po/zh_CN/kalgebra.po
--- old/kalgebra-23.08.2/po/zh_CN/kalgebra.po   2023-10-09 05:19:53.000000000 
+0200
+++ new/kalgebra-23.08.3/po/zh_CN/kalgebra.po   2023-11-05 13:03:14.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-02-14 00:54+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/kalgebra-23.08.2/po/zh_CN/kalgebramobile.po 
new/kalgebra-23.08.3/po/zh_CN/kalgebramobile.po
--- old/kalgebra-23.08.2/po/zh_CN/kalgebramobile.po     2023-10-09 
05:19:53.000000000 +0200
+++ new/kalgebra-23.08.3/po/zh_CN/kalgebramobile.po     2023-11-05 
13:03:14.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-01 00:41+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/kalgebra-23.08.2/snapcraft.yaml 
new/kalgebra-23.08.3/snapcraft.yaml
--- old/kalgebra-23.08.2/snapcraft.yaml 1970-01-01 01:00:00.000000000 +0100
+++ new/kalgebra-23.08.3/snapcraft.yaml 2023-11-05 13:03:14.000000000 +0100
@@ -0,0 +1,168 @@
+# Trigger rebuild 1
+---
+name: kalgebra
+confinement: strict
+grade: stable
+base: core22
+adopt-info: kalgebra
+apps:
+    kalgebra:
+        # extensions:
+        # - kde-neon
+        common-id: org.kde.kalgebra.desktop
+        desktop: usr/share/applications/org.kde.kalgebra.desktop
+        command: usr/bin/kalgebra
+        plugs:
+        - home
+        - network
+        - network-bind
+        - audio-playback
+        - browser-support
+        - removable-media
+        - desktop
+        - desktop-legacy
+        - opengl
+        - wayland
+        - x11
+        - unity7
+        - cups
+        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
+    foo-install-cups:
+        interface: content
+        content: foo
+        default-provider: cups
+        target: $SNAP_DATA/foo
+environment:
+    SNAP_DESKTOP_RUNTIME: $SNAP/kf5
+hooks:
+    configure:
+        plugs:
+        - desktop
+        command-chain:
+        - snap/command-chain/hooks-configure-desktop
+layout:
+    "/usr/share/qt5":
+        symlink: "$SNAP/kf5/usr/share/qt5"
+    /usr/share/X11:
+        symlink: $SNAP/kf5/usr/share/X11
+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}
+    analitza:
+        after:
+        - kde-neon
+        plugin: cmake
+        build-packages:
+        - cmake
+        - libncurses-dev
+        - libreadline-dev
+        - libgl-dev
+        - libeigen3-dev
+        stage-packages:
+        - libncurses6
+        - libreadline8
+        - libgl1
+        - libglx0
+        source: https://invent.kde.org/education/analitza.git
+        source-tag: release/23.08
+        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/"
+        build-environment: &id005
+        - *id001
+        - *id002
+        - *id003
+        - *id004
+    kalgebra:
+        parse-info:
+        - usr/share/metainfo/org.kde.kalgebra.appdata.xml
+        after:
+        - kde-neon
+        - analitza
+        plugin: cmake
+        build-packages:
+        - cmake
+        - libncurses-dev
+        - libreadline-dev
+        - libkf5doctools-dev
+        stage-packages:
+        - libncurses6
+        - libreadline8
+        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/lintain"
+        build-environment: *id005
+    cleanup:
+        after:
+        - kalgebra
+        plugin: nil
+        override-prime: |
+            set -eux
+            # unused libs found in linters
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-23.08.2/src/org.kde.kalgebra.appdata.xml 
new/kalgebra-23.08.3/src/org.kde.kalgebra.appdata.xml
--- old/kalgebra-23.08.2/src/org.kde.kalgebra.appdata.xml       2023-10-09 
05:19:53.000000000 +0200
+++ new/kalgebra-23.08.3/src/org.kde.kalgebra.appdata.xml       2023-11-05 
13:03:14.000000000 +0100
@@ -173,10 +173,10 @@
     <binary>kalgebra</binary>
   </provides>
   <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>
   <content_rating type="oars-1.1"/>
 </component>

Reply via email to