Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qrca for openSUSE:Leap:16.0 checked 
in at 2025-08-07 21:01:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/qrca (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.qrca.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qrca"

Thu Aug  7 21:01:22 2025 rev:2 rq:1293026 version:25.04.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/qrca/qrca.changes      2025-04-23 
16:39:45.328546326 +0200
+++ /work/SRC/openSUSE:Leap:16.0/.qrca.new.1085/qrca.changes    2025-08-07 
21:04:27.030812686 +0200
@@ -1,0 +2,28 @@
+Tue Jul  1 15:27:38 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.04.3/
+- No code change since 25.04.2
+
+-------------------------------------------------------------------
+Tue Jun  3 21:13:03 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.04.2/
+- No code change since 25.04.1
+
+-------------------------------------------------------------------
+Wed May  7 21:00:50 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.04.1/
+- Changes since 25.04.0:
+  * metainfo: Add screenshots from product-screenshots
+
+-------------------------------------------------------------------

Old:
----
  qrca-25.04.0.tar.xz
  qrca-25.04.0.tar.xz.sig

New:
----
  qrca-25.04.3.tar.xz
  qrca-25.04.3.tar.xz.sig

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

Other differences:
------------------
++++++ qrca.spec ++++++
--- /var/tmp/diff_new_pack.MKzB6q/_old  2025-08-07 21:04:27.306824177 +0200
+++ /var/tmp/diff_new_pack.MKzB6q/_new  2025-08-07 21:04:27.310824344 +0200
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           qrca
-Version:        25.04.0
+Version:        25.04.3
 Release:        0
 Summary:        QR code scanner for Plasma
 License:        GPL-3.0-or-later


++++++ qrca-25.04.0.tar.xz -> qrca-25.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qrca-25.04.0/CMakeLists.txt 
new/qrca-25.04.3/CMakeLists.txt
--- old/qrca-25.04.0/CMakeLists.txt     2025-04-08 00:03:54.000000000 +0200
+++ new/qrca-25.04.3/CMakeLists.txt     2025-06-30 19:01:22.000000000 +0200
@@ -7,7 +7,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "25")
 set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "0")
+set (RELEASE_SERVICE_VERSION_MICRO "3")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 project(qrca VERSION ${RELEASE_SERVICE_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qrca-25.04.0/org.kde.qrca.appdata.xml 
new/qrca-25.04.3/org.kde.qrca.appdata.xml
--- old/qrca-25.04.0/org.kde.qrca.appdata.xml   2025-04-08 00:03:54.000000000 
+0200
+++ new/qrca-25.04.3/org.kde.qrca.appdata.xml   2025-06-30 19:01:22.000000000 
+0200
@@ -132,6 +132,14 @@
     <p xml:lang="zh-TW">使用手機或筆電上的相機掃描 QR 碼,並建立自己的 QR 碼以方便在裝置間傳輸。</p>
   </description>
   <launchable type="desktop-id">org.kde.qrca.desktop</launchable>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://cdn.kde.org/screenshots/qrca/qrca_scan.png</image>
+    </screenshot>
+    <screenshot>
+      <image>https://cdn.kde.org/screenshots/qrca/qrca_create_code.png</image>
+    </screenshot>
+  </screenshots>
   <content_rating type="oars-1.1"/>
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=qrca</url>
   <url 
type="donation">https://www.kde.org/community/donations/?app=qrca&amp;source=appdata</url>
@@ -139,6 +147,9 @@
     <value 
key="KDE::f_droid">https://community.kde.org/Android/F-Droid#KDE_F-Droid_Nightly_Build_Repository</value>
   </custom>
   <releases>
+    <release version="25.04.3" date="2025-07-03"/>
+    <release version="25.04.2" date="2025-06-05"/>
+    <release version="25.04.1" date="2025-05-08"/>
     <release version="25.04.0" date="2025-04-17"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qrca-25.04.0/po/pl/qrca.po 
new/qrca-25.04.3/po/pl/qrca.po
--- old/qrca-25.04.0/po/pl/qrca.po      2025-04-08 00:03:54.000000000 +0200
+++ new/qrca-25.04.3/po/pl/qrca.po      2025-06-30 19:01:22.000000000 +0200
@@ -17,7 +17,6 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 24.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"

Reply via email to