Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kongress"

Fri Nov 10 12:32:13 2023 rev:8 rq:1124603 version:23.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kongress/kongress.changes        2023-10-12 
23:45:53.181102057 +0200
+++ /work/SRC/openSUSE:Factory/.kongress.new.17445/kongress.changes     
2023-11-10 12:35:25.129142491 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 17:05:01 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:
+  * Add CI template for building APKs on invent
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kongress.spec ++++++
--- /var/tmp/diff_new_pack.aYwl8f/_old  2023-11-10 12:35:25.753165587 +0100
+++ /var/tmp/diff_new_pack.aYwl8f/_new  2023-11-10 12:35:25.753165587 +0100
@@ -17,7 +17,7 @@
 
 %bcond_without  released
 Name:           kongress
-Version:        23.08.2
+Version:        23.08.3
 Release:        0
 License:        GPL-3.0-or-later
 Summary:        Companion application for conferences


++++++ kongress-23.08.2.tar.xz -> kongress-23.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.08.2/.gitlab-ci.yml 
new/kongress-23.08.3/.gitlab-ci.yml
--- old/kongress-23.08.2/.gitlab-ci.yml 2023-10-07 18:00:39.000000000 +0200
+++ new/kongress-23.08.3/.gitlab-ci.yml 2023-11-04 12:32:16.000000000 +0100
@@ -2,10 +2,10 @@
 # SPDX-License-Identifier: CC0-1.0
 
 include:
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/reuse-lint.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.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.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.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/android-qt6.yml
+  - project: sysadmin/ci-utilities
+    file:
+      - /gitlab-templates/reuse-lint.yml
+      - /gitlab-templates/linux.yml
+      - /gitlab-templates/freebsd.yml
+      - /gitlab-templates/android.yml
+      - /gitlab-templates/craft-android-apks.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.08.2/CMakeLists.txt 
new/kongress-23.08.3/CMakeLists.txt
--- old/kongress-23.08.2/CMakeLists.txt 2023-10-07 18:00:39.000000000 +0200
+++ new/kongress-23.08.3/CMakeLists.txt 2023-11-04 12:32:16.000000000 +0100
@@ -7,7 +7,7 @@
 # KDE Applications 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(kongress VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.08.2/org.kde.kongress.appdata.xml 
new/kongress-23.08.3/org.kde.kongress.appdata.xml
--- old/kongress-23.08.2/org.kde.kongress.appdata.xml   2023-10-07 
18:00:39.000000000 +0200
+++ new/kongress-23.08.3/org.kde.kongress.appdata.xml   2023-11-04 
12:32:16.000000000 +0100
@@ -182,6 +182,7 @@
   <url type="homepage">https://invent.kde.org/utilities/kongress</url>
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?product=Kongress</url>
   <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"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.08.2/po/zh_CN/kongress.po 
new/kongress-23.08.3/po/zh_CN/kongress.po
--- old/kongress-23.08.2/po/zh_CN/kongress.po   2023-10-07 18:00:39.000000000 
+0200
+++ new/kongress-23.08.3/po/zh_CN/kongress.po   2023-11-04 12:32:16.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-29 00:50+0000\n"
-"PO-Revision-Date: 2023-09-16 10:12\n"
+"PO-Revision-Date: 2023-10-21 13:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.08.2/po/zh_CN/kongressac.po 
new/kongress-23.08.3/po/zh_CN/kongressac.po
--- old/kongress-23.08.2/po/zh_CN/kongressac.po 2023-10-07 18:00:39.000000000 
+0200
+++ new/kongress-23.08.3/po/zh_CN/kongressac.po 2023-11-04 12:32:16.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-08-06 00:48+0000\n"
-"PO-Revision-Date: 2023-09-16 10:12\n"
+"PO-Revision-Date: 2023-10-21 13:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to