Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ksanecore for openSUSE:Factory 
checked in at 2022-10-15 16:34:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksanecore (Old)
 and      /work/SRC/openSUSE:Factory/.ksanecore.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksanecore"

Sat Oct 15 16:34:23 2022 rev:3 rq:1010805 version:22.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksanecore/ksanecore.changes      2022-09-09 
18:24:16.572397341 +0200
+++ /work/SRC/openSUSE:Factory/.ksanecore.new.2275/ksanecore.changes    
2022-10-15 16:35:12.965830248 +0200
@@ -1,0 +2,8 @@
+Tue Oct 11 14:33:15 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.2/
+
+-------------------------------------------------------------------

Old:
----
  ksanecore-22.08.1.tar.xz
  ksanecore-22.08.1.tar.xz.sig

New:
----
  ksanecore-22.08.2.tar.xz
  ksanecore-22.08.2.tar.xz.sig

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

Other differences:
------------------
++++++ ksanecore.spec ++++++
--- /var/tmp/diff_new_pack.24iUKe/_old  2022-10-15 16:35:13.501831536 +0200
+++ /var/tmp/diff_new_pack.24iUKe/_new  2022-10-15 16:35:13.505831545 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           ksanecore
-Version:        22.08.1
+Version:        22.08.2
 Release:        0
 Summary:        Qt interface for the SANE library for scanner hardware
 License:        LGPL-2.1-only OR LGPL-3.0-only


++++++ ksanecore-22.08.1.tar.xz -> ksanecore-22.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksanecore-22.08.1/CMakeLists.txt 
new/ksanecore-22.08.2/CMakeLists.txt
--- old/ksanecore-22.08.1/CMakeLists.txt        2022-09-02 23:49:37.000000000 
+0200
+++ new/ksanecore-22.08.2/CMakeLists.txt        2022-10-10 21:40:01.000000000 
+0200
@@ -7,7 +7,7 @@
 # KDE Applications version, managed by release script.
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "1")
+set(RELEASE_SERVICE_VERSION_MICRO "2")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(KSaneCore VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksanecore-22.08.1/po/ja/ksanecore.po 
new/ksanecore-22.08.2/po/ja/ksanecore.po
--- old/ksanecore-22.08.1/po/ja/ksanecore.po    1970-01-01 01:00:00.000000000 
+0100
+++ new/ksanecore-22.08.2/po/ja/ksanecore.po    2022-10-11 07:07:35.000000000 
+0200
@@ -0,0 +1,67 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ksanecore\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-06-17 00:43+0000\n"
+"PO-Revision-Date: 2022-01-02 23:13-0800\n"
+"Last-Translator: Japanese KDE translation team <[email protected]>\n"
+"Language-Team: Japanese <[email protected]>\n"
+"Language: ja\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-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+
+#: interface.cpp:221
+#, kde-format
+msgid "Scanning stopped by user."
+msgstr ""
+
+#: options/batchdelayoption.cpp:31
+#, kde-format
+msgid "Batch mode time delay"
+msgstr ""
+
+#: options/batchdelayoption.cpp:36
+#, kde-format
+msgid "Specify the time delay between each scan when batch mode is enabled."
+msgstr ""
+
+#: options/batchmodeoption.cpp:31
+#, kde-format
+msgid "Batch mode with time delay"
+msgstr ""
+
+#: options/batchmodeoption.cpp:36
+#, kde-format
+msgid ""
+"Enables batch mode scanning. Continues scanning after a delay until canceled."
+msgstr ""
+
+#: options/invertoption.cpp:58
+#, kde-format
+msgid "Invert colors"
+msgstr ""
+
+#: options/invertoption.cpp:63
+#, kde-format
+msgid "Invert the colors of the scanned image."
+msgstr ""
+
+#: options/pagesizeoption.cpp:98
+#, kde-format
+msgctxt "Page size landscape"
+msgid "Landscape %1"
+msgstr ""
+
+#: options/pagesizeoption.cpp:173
+#, kde-format
+msgid "Scan area size"
+msgstr ""
+
+#: options/pagesizeoption.cpp:178
+#, kde-format
+msgid "Select a predefined page size for the scanning area."
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksanecore-22.08.1/po/ru/ksanecore.po 
new/ksanecore-22.08.2/po/ru/ksanecore.po
--- old/ksanecore-22.08.1/po/ru/ksanecore.po    1970-01-01 01:00:00.000000000 
+0100
+++ new/ksanecore-22.08.2/po/ru/ksanecore.po    2022-10-11 07:07:35.000000000 
+0200
@@ -0,0 +1,75 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the ksanecore package.
+#
+# Olesya Gerasimenko <[email protected]>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: ksanecore\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-06-17 00:43+0000\n"
+"PO-Revision-Date: 2022-10-03 12:17+0300\n"
+"Last-Translator: Olesya Gerasimenko <[email protected]>\n"
+"Language-Team: Basealt Translation Team\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Lokalize 22.04.3\n"
+
+#: interface.cpp:221
+#, kde-format
+msgid "Scanning stopped by user."
+msgstr "???????????????????????? ?????????????????????? 
??????????????????????????."
+
+#: options/batchdelayoption.cpp:31
+#, kde-format
+msgid "Batch mode time delay"
+msgstr "???????????????? ???? ?????????????? ?????? ?????????????????? 
????????????????????????"
+
+#: options/batchdelayoption.cpp:36
+#, kde-format
+msgid "Specify the time delay between each scan when batch mode is enabled."
+msgstr ""
+"?????????????? ???????????????? ???? ?????????????? ?????????? ???????????? 
??????????????????????????, ?????????? ???????????????? ?????????? "
+"??????????????."
+
+#: options/batchmodeoption.cpp:31
+#, kde-format
+msgid "Batch mode with time delay"
+msgstr "???????????????? ???????????????????????? ?? ?????????????????? ???? 
??????????????"
+
+#: options/batchmodeoption.cpp:36
+#, kde-format
+msgid ""
+"Enables batch mode scanning. Continues scanning after a delay until canceled."
+msgstr ""
+"???????????????? ???????????????? ????????????????????????. 
???????????????????????? ?????????? ???????????????????????? ?????????? "
+"???????????????? ???? ??????????????, ???????? ???? ?????????? 
????????????????."
+
+#: options/invertoption.cpp:58
+#, kde-format
+msgid "Invert colors"
+msgstr "?????????????????????????? ??????????"
+
+#: options/invertoption.cpp:63
+#, kde-format
+msgid "Invert the colors of the scanned image."
+msgstr "?????????????????????????? ?????????? ???????????????????????????????? 
??????????????????????."
+
+#: options/pagesizeoption.cpp:98
+#, kde-format
+msgctxt "Page size landscape"
+msgid "Landscape %1"
+msgstr "?????????????????? %1"
+
+#: options/pagesizeoption.cpp:173
+#, kde-format
+msgid "Scan area size"
+msgstr "???????????? ?????????????? ????????????????????????"
+
+#: options/pagesizeoption.cpp:178
+#, kde-format
+msgid "Select a predefined page size for the scanning area."
+msgstr "???????????????? ?????????????????????????????????? ???????????? 
???????????????? ?????? ?????????????? ????????????????????????."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksanecore-22.08.1/po/zh_CN/ksanecore.po 
new/ksanecore-22.08.2/po/zh_CN/ksanecore.po
--- old/ksanecore-22.08.1/po/zh_CN/ksanecore.po 2022-09-06 02:19:00.000000000 
+0200
+++ new/ksanecore-22.08.2/po/zh_CN/ksanecore.po 2022-10-11 07:07:35.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-17 00:43+0000\n"
-"PO-Revision-Date: 2022-08-20 14:21\n"
+"PO-Revision-Date: 2022-10-02 15:52\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to