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-12-09 13:17:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksanecore (Old)
 and      /work/SRC/openSUSE:Factory/.ksanecore.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksanecore"

Fri Dec  9 13:17:33 2022 rev:5 rq:1041549 version:22.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksanecore/ksanecore.changes      2022-11-04 
17:34:46.588752498 +0100
+++ /work/SRC/openSUSE:Factory/.ksanecore.new.1835/ksanecore.changes    
2022-12-09 13:18:28.295221781 +0100
@@ -1,0 +2,20 @@
+Fri Dec  2 12:26:03 UTC 2022 - Christophe Marin <[email protected]>
+
+- Update to 22.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.0/
+
+-------------------------------------------------------------------
+Sat Nov 26 16:45:42 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.11.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Nov 12 08:54:49 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.11.80
+  * New feature release
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ksanecore.spec ++++++
--- /var/tmp/diff_new_pack.VA69m0/_old  2022-12-09 13:18:28.743224161 +0100
+++ /var/tmp/diff_new_pack.VA69m0/_new  2022-12-09 13:18:28.767224288 +0100
@@ -22,11 +22,10 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           ksanecore
-Version:        22.08.3
+Version:        22.12.0
 Release:        0
 Summary:        Qt interface for the SANE library for scanner hardware
 License:        LGPL-2.1-only OR LGPL-3.0-only
-Group:          Development/Libraries/KDE
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
@@ -46,7 +45,6 @@
 
 %package devel
 Summary:        Development files for KSaneCore, a Qt library for scanner 
hardware
-Group:          Development/Libraries/KDE
 Requires:       %{lname}%{_so} = %{version}
 Requires:       pkgconfig
 Requires:       sane-backends-devel
@@ -61,7 +59,6 @@
 
 %package -n %{lname}%{_so}
 Summary:        Qt interface for the SANE library for scanner hardware
-Group:          System/Libraries
 Recommends:     %{name}-lang
 Provides:       %{name} = %{version}
 
@@ -79,9 +76,8 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with released}
-  %find_lang %{name} --with-man --all-name
-%endif
+
+%find_lang %{name} --with-man --all-name
 
 %post -n %{lname}%{_so} -p /sbin/ldconfig
 %postun -n %{lname}%{_so} -p /sbin/ldconfig
@@ -95,8 +91,6 @@
 %{_includedir}/KSaneCore/
 %{_kf5_libdir}/%{lname}.so
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog


++++++ ksanecore-22.08.3.tar.xz -> ksanecore-22.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksanecore-22.08.3/.gitlab-ci.yml 
new/ksanecore-22.12.0/.gitlab-ci.yml
--- old/ksanecore-22.08.3/.gitlab-ci.yml        2022-10-30 21:44:14.000000000 
+0100
+++ new/ksanecore-22.12.0/.gitlab-ci.yml        2022-11-30 00:41:11.000000000 
+0100
@@ -5,3 +5,5 @@
   - 
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/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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksanecore-22.08.3/CMakeLists.txt 
new/ksanecore-22.12.0/CMakeLists.txt
--- old/ksanecore-22.08.3/CMakeLists.txt        2022-10-30 21:44:14.000000000 
+0100
+++ new/ksanecore-22.12.0/CMakeLists.txt        2022-11-30 00:41:11.000000000 
+0100
@@ -6,8 +6,8 @@
 
 # KDE Applications version, managed by release script.
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
-set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MINOR "12")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 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.3/metainfo.yaml 
new/ksanecore-22.12.0/metainfo.yaml
--- old/ksanecore-22.08.3/metainfo.yaml 2022-10-30 21:44:14.000000000 +0100
+++ new/ksanecore-22.12.0/metainfo.yaml 2022-11-30 00:41:11.000000000 +0100
@@ -13,5 +13,5 @@
     #- name: Android
 release: false
 libraries:
-    - cmake: "KF5::SaneCore"
-cmakename: KF5SaneCore
+    - cmake: "KSane::Core"
+cmakename: KSaneCore
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksanecore-22.08.3/po/bg/ksanecore.po 
new/ksanecore-22.12.0/po/bg/ksanecore.po
--- old/ksanecore-22.08.3/po/bg/ksanecore.po    2022-11-01 01:19:34.000000000 
+0100
+++ new/ksanecore-22.12.0/po/bg/ksanecore.po    2022-11-30 00:41:11.000000000 
+0100
@@ -9,7 +9,7 @@
 "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-07-18 16:58+0200\n"
+"PO-Revision-Date: 2022-07-18 22:47+0200\n"
 "Last-Translator: Mincho Kondarev <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
 "Language: bg\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksanecore-22.08.3/po/ka/ksanecore.po 
new/ksanecore-22.12.0/po/ka/ksanecore.po
--- old/ksanecore-22.08.3/po/ka/ksanecore.po    1970-01-01 01:00:00.000000000 
+0100
+++ new/ksanecore-22.12.0/po/ka/ksanecore.po    2022-11-30 00:41:11.000000000 
+0100
@@ -0,0 +1,73 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the ksanecore package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+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-05-16 14:13+0200\n"
+"Last-Translator: Temuri Doghonadze <[email protected]>\n"
+"Language-Team: Georgian <[email protected]>\n"
+"Language: ka\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: Poedit 3.0.1\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.3/po/pt_BR/ksanecore.po 
new/ksanecore-22.12.0/po/pt_BR/ksanecore.po
--- old/ksanecore-22.08.3/po/pt_BR/ksanecore.po 2022-11-01 01:19:34.000000000 
+0100
+++ new/ksanecore-22.12.0/po/pt_BR/ksanecore.po 2022-11-30 00:41:11.000000000 
+0100
@@ -7,7 +7,7 @@
 "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-07-14 09:22-0300\n"
+"PO-Revision-Date: 2022-07-13 14:58-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
 "Language: pt_BR\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksanecore-22.08.3/po/zh_CN/ksanecore.po 
new/ksanecore-22.12.0/po/zh_CN/ksanecore.po
--- old/ksanecore-22.08.3/po/zh_CN/ksanecore.po 2022-11-01 01:19:34.000000000 
+0100
+++ new/ksanecore-22.12.0/po/zh_CN/ksanecore.po 2022-11-30 00:41:11.000000000 
+0100
@@ -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-10-30 07:52\n"
+"PO-Revision-Date: 2022-11-19 14:51\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksanecore-22.08.3/src/option.h 
new/ksanecore-22.12.0/src/option.h
--- old/ksanecore-22.08.3/src/option.h  2022-10-30 21:44:14.000000000 +0100
+++ new/ksanecore-22.12.0/src/option.h  2022-11-30 00:41:11.000000000 +0100
@@ -33,19 +33,19 @@
     /** This enumeration describes the type of the option. */
     enum OptionType { TypeDetectFail, TypeBool, TypeInteger, TypeDouble, 
TypeValueList, TypeString, TypeGamma, TypeAction };
 
-    Q_ENUM(OptionType);
+    Q_ENUM(OptionType)
 
     /** This enumeration describes the unit of the value of the option,
      * if any. */
     enum OptionUnit { UnitNone, UnitPixel, UnitBit, UnitMilliMeter, UnitDPI, 
UnitPercent, UnitMicroSecond, UnitSecond };
 
-    Q_ENUM(OptionUnit);
+    Q_ENUM(OptionUnit)
 
     /** This enumeration describes the current statue of the value of
      * the option, indicating if this option should be displayed or not. */
     enum OptionState { StateHidden, StateDisabled, StateActive };
 
-    Q_ENUM(OptionState);
+    Q_ENUM(OptionState)
 
     explicit Option(QObject *parent = nullptr);
     ~Option() override;

Reply via email to