Hello community,
here is the log from the commit of package kde-print-manager for
openSUSE:Factory checked in at 2019-07-17 13:16:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-print-manager (Old)
and /work/SRC/openSUSE:Factory/.kde-print-manager.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde-print-manager"
Wed Jul 17 13:16:28 2019 rev:51 rq:715098 version:19.04.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-print-manager/kde-print-manager.changes
2019-06-14 20:30:01.214691734 +0200
+++
/work/SRC/openSUSE:Factory/.kde-print-manager.new.1887/kde-print-manager.changes
2019-07-17 13:16:29.671776876 +0200
@@ -1,0 +2,10 @@
+Sat Jul 13 07:26:34 UTC 2019 - [email protected]
+
+- Update to 19.04.3
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-19.04.3.php
+- Changes since 19.04.2:
+ * [PrinterSortProxyModel] Make filter case-insensitive
+
+-------------------------------------------------------------------
Old:
----
print-manager-19.04.2.tar.xz
New:
----
print-manager-19.04.3.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kde-print-manager.spec ++++++
--- /var/tmp/diff_new_pack.as1lsU/_old 2019-07-17 13:16:30.403776434 +0200
+++ /var/tmp/diff_new_pack.as1lsU/_new 2019-07-17 13:16:30.407776432 +0200
@@ -22,7 +22,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: kde-print-manager
-Version: 19.04.2
+Version: 19.04.3
Release: 0
Summary: A print manager for KDE
License: GPL-2.0-or-later
++++++ print-manager-19.04.2.tar.xz -> print-manager-19.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/print-manager-19.04.2/libkcups/PrinterSortFilterModel.cpp
new/print-manager-19.04.3/libkcups/PrinterSortFilterModel.cpp
--- old/print-manager-19.04.2/libkcups/PrinterSortFilterModel.cpp
2019-05-26 08:26:10.000000000 +0200
+++ new/print-manager-19.04.3/libkcups/PrinterSortFilterModel.cpp
2019-06-21 17:46:45.000000000 +0200
@@ -27,6 +27,7 @@
{
setDynamicSortFilter(true);
setSortCaseSensitivity(Qt::CaseInsensitive);
+ setFilterCaseSensitivity(Qt::CaseInsensitive);
sort(0);
connect(this, &PrinterSortFilterModel::rowsInserted, this,
&PrinterSortFilterModel::countChanged);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/print-manager-19.04.2/po/de/print-manager.po
new/print-manager-19.04.3/po/de/print-manager.po
--- old/print-manager-19.04.2/po/de/print-manager.po 2019-06-04
02:08:01.000000000 +0200
+++ new/print-manager-19.04.3/po/de/print-manager.po 2019-07-09
02:10:03.000000000 +0200
@@ -1,18 +1,18 @@
# Frederik Schwarzer <[email protected]>, 2012, 2013, 2018.
-# Burkhard Lück <[email protected]>, 2012, 2013, 2015, 2018.
+# Burkhard Lück <[email protected]>, 2012, 2013, 2015, 2018, 2019.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-05-20 07:42+0200\n"
-"PO-Revision-Date: 2018-05-29 06:15+0100\n"
+"PO-Revision-Date: 2019-06-22 14:22+0200\n"
"Last-Translator: Burkhard Lück <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.3\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#, kde-format
@@ -1046,7 +1046,7 @@
#: libkcups/KCupsConnection.cpp:875
#, kde-format
msgid "A CUPS connection requires authentication: \"%1\""
-msgstr ""
+msgstr "Eine CUPS-Verbindung benötigt Authentifizierung: „%1“"
#: libkcups/KCupsPasswordDialog.cpp:36
#, kde-format