Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2017-07-25 11:30:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konsole (Old)
 and      /work/SRC/openSUSE:Factory/.konsole.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konsole"

Tue Jul 25 11:30:46 2017 rev:83 rq:510746 version:17.04.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2017-07-11 
08:23:43.617374753 +0200
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes     2017-07-25 
11:30:47.885668737 +0200
@@ -1,0 +2,16 @@
+Sat Jul 15 23:00:15 CEST 2017 - [email protected]
+
+- Update to 17.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.3.php
+- Changes since 17.04.2:
+  * None
+
+-------------------------------------------------------------------
+Wed Jul 12 07:10:56 UTC 2017 - [email protected]
+
+- Replace %lang_package with evaluated macro to be able to add proper
+  Provides/Obsoletes to avoid file conflicts during installation
+
+-------------------------------------------------------------------

Old:
----
  konsole-17.04.2.tar.xz

New:
----
  konsole-17.04.3.tar.xz

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

Other differences:
------------------
++++++ konsole.spec ++++++
--- /var/tmp/diff_new_pack.sdYIaN/_old  2017-07-25 11:30:48.557573850 +0200
+++ /var/tmp/diff_new_pack.sdYIaN/_new  2017-07-25 11:30:48.561573285 +0200
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:           konsole
-Version:        17.04.2
+Version:        17.04.3
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
@@ -91,7 +91,20 @@
 This package provides KPart of the Konsole application.
 
 %if %{with lang}
-%lang_package -n %{name}-part
+%package -n %{name}-part-lang
+Summary:        Translations for package %{name}
+Group:          System/Localization
+Requires:       %{name}-part = %{version}
+Provides:       %{name}-lang = %{version}
+Obsoletes:      %{name}-lang < %{version}
+
+Provides:       %{name}-part-lang-all = %{version}
+Supplements:    packageand(bundle-lang-other:%{name}-part)
+BuildArch:      noarch
+
+%description -n %{name}-part-lang
+
+Provides translations for the "%{name}" package.
 %endif
 
 %prep

++++++ konsole-17.04.2.tar.xz -> konsole-17.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-17.04.2/CMakeLists.txt 
new/konsole-17.04.3/CMakeLists.txt
--- old/konsole-17.04.2/CMakeLists.txt  2017-06-06 02:07:28.000000000 +0200
+++ new/konsole-17.04.3/CMakeLists.txt  2017-07-11 02:14:11.000000000 +0200
@@ -4,7 +4,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "2")
+set (KDE_APPLICATIONS_VERSION_MICRO "3")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 # minimal requirements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-17.04.2/desktop/konsole.notifyrc 
new/konsole-17.04.3/desktop/konsole.notifyrc
--- old/konsole-17.04.2/desktop/konsole.notifyrc        2017-06-05 
20:51:54.000000000 +0200
+++ new/konsole-17.04.3/desktop/konsole.notifyrc        2017-07-10 
00:33:08.000000000 +0200
@@ -81,7 +81,7 @@
 Comment[te]=కాన్సొల్
 Comment[tg]=Консол
 Comment[th]=คอนโซล-K
-Comment[tr]=Konsol
+Comment[tr]=Konsole
 Comment[ug]=Konsole
 Comment[uk]=Konsole
 Comment[uz]=Terminal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-17.04.2/desktop/konsolerun.desktop 
new/konsole-17.04.3/desktop/konsolerun.desktop
--- old/konsole-17.04.2/desktop/konsolerun.desktop      2017-06-05 
20:51:54.000000000 +0200
+++ new/konsole-17.04.3/desktop/konsolerun.desktop      2017-07-10 
00:33:08.000000000 +0200
@@ -51,7 +51,7 @@
 Name[sr@ijekavianlatin]=Izvrši u Konsoli
 Name[sr@latin]=Izvrši u Konsoli
 Name[sv]=Kör i Terminal
-Name[tr]=Konsolda Çalıştır
+Name[tr]=Konsole'da Çalıştır
 Name[uk]=Запустити у Konsole
 Name[x-test]=xxRun In Konsolexx
 Name[zh_CN]=在 Konsole 中运行
@@ -90,7 +90,7 @@
 Comment[sr@ijekavianlatin]=Izvrši u Konsoli
 Comment[sr@latin]=Izvrši u Konsoli
 Comment[sv]=Kör i Terminal
-Comment[tr]=Konsolda Çalıştır
+Comment[tr]=Konsol İçinde Çalıştır
 Comment[uk]=Запустити у Konsole
 Comment[x-test]=xxRun within Konsolexx
 Comment[zh_CN]=在 Konsole 中运行
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-17.04.2/desktop/org.kde.konsole.appdata.xml 
new/konsole-17.04.3/desktop/org.kde.konsole.appdata.xml
--- old/konsole-17.04.2/desktop/org.kde.konsole.appdata.xml     2017-06-05 
20:51:54.000000000 +0200
+++ new/konsole-17.04.3/desktop/org.kde.konsole.appdata.xml     2017-07-10 
00:33:08.000000000 +0200
@@ -92,6 +92,8 @@
     <p xml:lang="el">Το Konsole είναι ένας εξομοιωτής τερματικού, το οποίο 
συχνά αναφέρεται ως τερματικό ή κέλυφος. Εξομοιώνει ένα περιβάλλον χρήστη 
γραμμής εντολών σε ένα παράθυρο για κείμενο μόνο.</p>
     <p xml:lang="en-GB">Konsole is an X terminal emulator, often referred to 
as a terminal or a shell. It emulates a command line interface in a text only 
window.</p>
     <p xml:lang="es">Konsole es un emulador de terminal X, al que se le suele 
llamar terminal o shell. Emula in interfaz de línea de órdenes en una ventana 
solo de texto.</p>
+    <p xml:lang="fi">Konsole on X-pääte-emulaattori eli pääte eli 
komentotulkki. Se mukailee tekstitilan komentorivikäyttöliittymää.</p>
+    <p xml:lang="fr">Konsole est un émulateur de terminal, souvent utilisé 
appelé console ou shell. Il émule une interface de ligne de commande dans une 
fenêtre de texte seulement.</p>
     <p xml:lang="hu">A Konsole egy X terminálemulátor, más néven terminál vagy 
parancsértelmező. Parancssori felületet emulál egy szöveges ablakba,</p>
     <p xml:lang="it">Konsole è un emulatore di terminale per X, spesso 
indicato come un terminale o una shell. Emula un'interfaccia a riga di comando 
in una finestra di solo testo.</p>
     <p xml:lang="nl">Konsole is een X-terminalemulator, vaak een terminal of 
shell genoemd. Het emuleert een opdrachtprompt in een venster met alleen 
tekst.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-17.04.2/desktop/org.kde.konsole.desktop 
new/konsole-17.04.3/desktop/org.kde.konsole.desktop
--- old/konsole-17.04.2/desktop/org.kde.konsole.desktop 2017-06-05 
20:51:54.000000000 +0200
+++ new/konsole-17.04.3/desktop/org.kde.konsole.desktop 2017-07-10 
00:33:08.000000000 +0200
@@ -92,7 +92,7 @@
 Name[te]=కాన్సోల్
 Name[tg]=Консол
 Name[th]=คอนโซล-K
-Name[tr]=Konsol
+Name[tr]=Konsole
 Name[ug]=Konsole
 Name[uk]=Konsole
 Name[uz]=Konsole
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-17.04.2/po/fi/konsole.po 
new/konsole-17.04.3/po/fi/konsole.po
--- old/konsole-17.04.2/po/fi/konsole.po        2017-06-06 02:07:28.000000000 
+0200
+++ new/konsole-17.04.3/po/fi/konsole.po        2017-07-11 02:14:10.000000000 
+0200
@@ -15,14 +15,14 @@
 # Tommi Nieminen <[email protected]>, 2009, 2010, 2011.
 # Lasse Liehu <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 
2016.
 # Jiri Grönroos <[email protected]>, 2012.
-# Tommi Nieminen <[email protected]>, 2010, 2012, 2016.
+# Tommi Nieminen <[email protected]>, 2010, 2012, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: konsole\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-02 03:43+0100\n"
-"PO-Revision-Date: 2016-11-21 02:35+0200\n"
-"Last-Translator: Lasse Liehu <[email protected]>\n"
+"PO-Revision-Date: 2017-06-11 12:51+0200\n"
+"Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
@@ -1770,10 +1770,9 @@
 msgstr "Pääte-emulaattori"
 
 #: main.cpp:101
-#, fuzzy, kde-format
-#| msgid "(c) 1997-2015, The Konsole Developers"
+#, kde-format
 msgid "(c) 1997-2017, The Konsole Developers"
-msgstr "© 1997–2015 Konsolen kehittäjät"
+msgstr "© 1997–2017 Konsolen kehittäjät"
 
 #: main.cpp:266
 #, kde-format
@@ -2766,44 +2765,35 @@
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
 #: settings/GeneralSettings.ui:141
-#, fuzzy, kde-format
-#| msgid "Default character encoding:"
+#, kde-format
 msgid "Default Search Settings"
-msgstr "Oletusmerkistökoodaus:"
+msgstr "Haun oletusasetukset"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_SearchCaseSensitive)
 #. i18n: ectx: label, entry (SearchCaseSensitive), group (SearchSettings)
 #: settings/GeneralSettings.ui:153 settings/konsole.kcfg:46
-#, fuzzy, kde-format
-#| msgctxt "@info:tooltip"
-#| msgid "Sets whether the search is case sensitive"
+#, kde-format
 msgid "Search is case sensitive"
-msgstr "Asettaa, erotetaanko pien- ja suuraakkoset etsittäessä"
+msgstr "Haku erottaa pien- ja suuraakkoset"
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_SearchCaseSensitive)
 #. i18n: ectx: tooltip, entry (SearchCaseSensitive), group (SearchSettings)
 #: settings/GeneralSettings.ui:156 settings/konsole.kcfg:47
-#, fuzzy, kde-format
-#| msgctxt "@info:tooltip"
-#| msgid "Sets whether the search is case sensitive"
+#, kde-format
 msgid "Sets whether the search is case sensitive"
-msgstr "Asettaa, erotetaanko pien- ja suuraakkoset etsittäessä"
+msgstr "Asettaa, erotetaanko haussa pien- ja suuraakkoset"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_SearchRegExpression)
 #. i18n: ectx: label, entry (SearchRegExpression), group (SearchSettings)
 #: settings/GeneralSettings.ui:169 settings/konsole.kcfg:51
-#, fuzzy, kde-format
-#| msgctxt "@item:inmenu"
-#| msgid "Match regular expression"
+#, kde-format
 msgid "Match using regular expressions"
-msgstr "Säännöllinen lauseke"
+msgstr "Käytä säännöllisiä lausekkeita"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_SearchHighlightMatches)
 #. i18n: ectx: label, entry (SearchHighlightMatches), group (SearchSettings)
 #: settings/GeneralSettings.ui:182 settings/konsole.kcfg:55
-#, fuzzy, kde-format
-#| msgctxt "@item:inmenu"
-#| msgid "Highlight all matches"
+#, kde-format
 msgid "Highlight all search matches"
 msgstr "Korosta kaikki osumat"
 
@@ -2859,11 +2849,9 @@
 
 #. i18n: ectx: tooltip, entry (SearchHighlightMatches), group (SearchSettings)
 #: settings/konsole.kcfg:56
-#, fuzzy, kde-format
-#| msgctxt "@info:tooltip"
-#| msgid "Sets whether matching text should be highlighted"
+#, kde-format
 msgid "Sets whether matching text should be highlighted"
-msgstr "Asettaa osumien korostuksen"
+msgstr "Asettaa, korostetaan haun osumat"
 
 #. i18n: ectx: label, entry (TabBarVisibility), group (TabBar)
 #: settings/konsole.kcfg:67
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-17.04.2/po/fr/konsole.po 
new/konsole-17.04.3/po/fr/konsole.po
--- old/konsole-17.04.2/po/fr/konsole.po        2017-06-06 02:07:28.000000000 
+0200
+++ new/konsole-17.04.3/po/fr/konsole.po        2017-07-11 02:14:10.000000000 
+0200
@@ -19,9 +19,9 @@
 "Project-Id-Version: konsole\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-02 03:43+0100\n"
-"PO-Revision-Date: 2017-01-07 09:45+0100\n"
+"PO-Revision-Date: 2017-06-30 10:11+0100\n"
 "Last-Translator: Vincent Pinon <[email protected]>\n"
-"Language-Team: French <[email protected]>\n"
+"Language-Team: French <[email protected]>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1805,10 +1805,9 @@
 msgstr "Émulateur de terminal"
 
 #: main.cpp:101
-#, fuzzy, kde-format
-#| msgid "(c) 1997-2015, The Konsole Developers"
+#, kde-format
 msgid "(c) 1997-2017, The Konsole Developers"
-msgstr "(c) 1997-2015, Les développeurs de Konsole"
+msgstr "(c) 1997-2017, Les développeurs de Konsole"
 
 #: main.cpp:266
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-17.04.2/po/lt/konsole.po 
new/konsole-17.04.3/po/lt/konsole.po
--- old/konsole-17.04.2/po/lt/konsole.po        2017-06-06 02:07:28.000000000 
+0200
+++ new/konsole-17.04.3/po/lt/konsole.po        2017-07-11 02:14:10.000000000 
+0200
@@ -7,22 +7,22 @@
 # Liudas Ališauskas <[email protected]>, 2012, 2014.
 # Liudas Alisauskas <[email protected]>, 2013.
 # [email protected] <[email protected]>, 2014.
-# Mindaugas Baranauskas <[email protected]>, 2015.
+# Mindaugas Baranauskas <[email protected]>, 2015, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: konsole\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-02 03:43+0100\n"
-"PO-Revision-Date: 2015-12-30 18:08+0200\n"
+"PO-Revision-Date: 2017-06-25 15:07+0200\n"
 "Last-Translator: Mindaugas Baranauskas <[email protected]>\n"
-"Language-Team: lt <[email protected]>\n"
+"Language-Team: Lithuanian <[email protected]>\n"
 "Language: lt\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 ? 0 : n%10>=2 && (n%100<10 || n"
 "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -1632,7 +1632,7 @@
 #, kde-format
 msgctxt "@label:textbox"
 msgid "Find:"
-msgstr "Rasti:"
+msgstr "Ieškoti:"
 
 #: IncrementalSearchBar.cpp:64
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-17.04.2/po/tr/konsole.po 
new/konsole-17.04.3/po/tr/konsole.po
--- old/konsole-17.04.2/po/tr/konsole.po        2017-06-06 02:07:28.000000000 
+0200
+++ new/konsole-17.04.3/po/tr/konsole.po        2017-07-11 02:14:10.000000000 
+0200
@@ -17,7 +17,7 @@
 "Project-Id-Version: applications-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-02 03:43+0100\n"
-"PO-Revision-Date: 2017-06-02 13:39+0000\n"
+"PO-Revision-Date: 2017-06-29 09:26+0000\n"
 "Last-Translator: Mete <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
@@ -442,7 +442,7 @@
 msgstr "Duvar kağıdı resim dosyası seç"
 
 #: ColorSchemeEditor.cpp:194
-#, kde-format
+#, fuzzy, kde-format
 msgctxt "Filter in file open dialog"
 msgid "Supported Images"
 msgstr "Desteklenen Resim Dosyaları"
@@ -1538,7 +1538,7 @@
 "Konumu bağlantısını takip edin."
 
 #: HistorySizeWidget.cpp:71
-#, kde-format
+#, fuzzy, kde-format
 msgctxt "Unit of scrollback"
 msgid " line"
 msgid_plural " lines"
@@ -2139,7 +2139,7 @@
 #, kde-format
 msgctxt "Name of the default/builtin profile"
 msgid "Default"
-msgstr "Varsayılan"
+msgstr "Öntanımlı"
 
 #: ProfileList.cpp:46
 #, kde-format








Reply via email to