openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
April 2022
- 1 participants
- 2538 discussions
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package drkonqi5 for openSUSE:Factory checked in at 2022-04-01 21:34:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/drkonqi5 (Old)
and /work/SRC/openSUSE:Factory/.drkonqi5.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "drkonqi5"
Fri Apr 1 21:34:57 2022 rev:85 rq:965889 version:5.24.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/drkonqi5/drkonqi5.changes 2022-03-12 17:14:49.906260805 +0100
+++ /work/SRC/openSUSE:Factory/.drkonqi5.new.1900/drkonqi5.changes 2022-04-01 21:35:07.814139158 +0200
@@ -1,0 +2,9 @@
+Tue Mar 29 16:04:36 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.24.4
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.24.4
+- No code changes since 5.24.3
+
+-------------------------------------------------------------------
Old:
----
drkonqi-5.24.3.tar.xz
drkonqi-5.24.3.tar.xz.sig
New:
----
drkonqi-5.24.4.tar.xz
drkonqi-5.24.4.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ drkonqi5.spec ++++++
--- /var/tmp/diff_new_pack.olphtg/_old 2022-04-01 21:35:08.438132314 +0200
+++ /var/tmp/diff_new_pack.olphtg/_new 2022-04-01 21:35:08.442132270 +0200
@@ -23,7 +23,7 @@
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
-Version: 5.24.3
+Version: 5.24.4
Release: 0
Summary: Helper for debugging and reporting crashes
License: GPL-2.0-or-later
++++++ drkonqi-5.24.3.tar.xz -> drkonqi-5.24.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/drkonqi-5.24.3/CMakeLists.txt new/drkonqi-5.24.4/CMakeLists.txt
--- old/drkonqi-5.24.3/CMakeLists.txt 2022-03-08 12:14:19.000000000 +0100
+++ new/drkonqi-5.24.4/CMakeLists.txt 2022-03-29 13:15:27.000000000 +0200
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(drkonqi)
-set(PROJECT_VERSION "5.24.3")
+set(PROJECT_VERSION "5.24.4")
set(PROJECT_VERSION_MAJOR 5)
set(QT_MIN_VERSION "5.15.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/drkonqi-5.24.3/po/ca/drkonqi5.po new/drkonqi-5.24.4/po/ca/drkonqi5.po
--- old/drkonqi-5.24.3/po/ca/drkonqi5.po 2022-03-08 12:13:56.000000000 +0100
+++ new/drkonqi-5.24.4/po/ca/drkonqi5.po 2022-03-29 13:15:05.000000000 +0200
@@ -1,11 +1,11 @@
# Translation of drkonqi5.po to Catalan
-# Copyright (C) 2000-2021 This_file_is_part_of_KDE
+# Copyright (C) 2000-2022 This_file_is_part_of_KDE
# This file is distributed under the license LGPL version 2.1 or
# version 3 or later versions approved by the membership of KDE e.V.
#
# Sebasti�� Pla i Sanz <sps(a)sastia.com>, 2000, 2001, 2002, 2004, 2005, 2006.
# Albert Astals Cid <aacid(a)kde.org>, 2005.
-# Josep M. Ferrer <txemaq(a)gmail.com>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021.
+# Josep M. Ferrer <txemaq(a)gmail.com>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022.
# Manuel Tortosa Moreno <manutortosa(a)chakra-project.org>, 2010.
# Antoni Bella P��rez <antonibella5(a)yahoo.com>, 2012, 2014, 2017, 2019, 2020, 2021.
msgid ""
@@ -13,14 +13,14 @@
"Project-Id-Version: drkonqi\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-02-23 02:13+0000\n"
-"PO-Revision-Date: 2021-12-06 11:44+0100\n"
-"Last-Translator: Antoni Bella P��rez <antonibella5(a)yahoo.com>\n"
+"PO-Revision-Date: 2022-03-26 19:58+0100\n"
+"Last-Translator: Josep M. Ferrer <txemaq(a)gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.11.90\n"
+"X-Generator: Lokalize 20.12.0\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
@@ -1449,8 +1449,8 @@
"This crash information is not useful enough, do you want to try to improve "
"it? You will need to install some debugging packages."
msgstr ""
-"Aquesta informaci�� de la fallada no ��s suficientment ��til, voleu intentar "
-"millorar-la? Heu d'instal��lar alguns paquets de depuraci��."
+"Aquesta informaci�� de la fallada no ��s prou ��til, voleu intentar millorar-"
+"la? Heu d'instal��lar alguns paquets de depuraci��."
#: bugzillaintegration/reportassistantpages_base.cpp:106
#, kde-format
@@ -2809,8 +2809,7 @@
msgctxt "@info:shell"
msgid "Do not show a notification but launch the debug dialog directly"
msgstr ""
-"No mostris cap notificaci�� i en canvi llan��a directament el di��leg de "
-"depuraci��"
+"No mostris cap notificaci��, per�� llan��a directament el di��leg de depuraci��"
#: statusnotifier.cpp:29
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/drkonqi-5.24.3/po/ca(a)valencia/drkonqi5.po new/drkonqi-5.24.4/po/ca(a)valencia/drkonqi5.po
--- old/drkonqi-5.24.3/po/ca(a)valencia/drkonqi5.po 2022-03-08 12:13:56.000000000 +0100
+++ new/drkonqi-5.24.4/po/ca(a)valencia/drkonqi5.po 2022-03-29 13:15:05.000000000 +0200
@@ -1,11 +1,11 @@
# Translation of drkonqi5.po to Catalan (Valencian)
-# Copyright (C) 2000-2021 This_file_is_part_of_KDE
+# Copyright (C) 2000-2022 This_file_is_part_of_KDE
# This file is distributed under the license LGPL version 2.1 or
# version 3 or later versions approved by the membership of KDE e.V.
#
# Sebasti�� Pla i Sanz <sps(a)sastia.com>, 2000, 2001, 2002, 2004, 2005, 2006.
# Albert Astals Cid <aacid(a)kde.org>, 2005.
-# Josep M. Ferrer <txemaq(a)gmail.com>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021.
+# Josep M. Ferrer <txemaq(a)gmail.com>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022.
# Manuel Tortosa Moreno <manutortosa(a)chakra-project.org>, 2010.
# Antoni Bella P��rez <antonibella5(a)yahoo.com>, 2012, 2014, 2017, 2019, 2020, 2021.
msgid ""
@@ -13,14 +13,14 @@
"Project-Id-Version: drkonqi\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-02-23 02:13+0000\n"
-"PO-Revision-Date: 2021-12-06 11:44+0100\n"
-"Last-Translator: Antoni Bella P��rez <antonibella5(a)yahoo.com>\n"
+"PO-Revision-Date: 2022-03-26 19:58+0100\n"
+"Last-Translator: Josep M. Ferrer <txemaq(a)gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
"Language: ca@valencia\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.11.90\n"
+"X-Generator: Lokalize 20.12.0\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
@@ -51,7 +51,7 @@
msgctxt "@info/rich"
msgid "You can help us improve this software by filing a bug report."
msgstr ""
-"Podeu ajudar-nos a millorar aquest programari omplint un informe d'error."
+"Podeu ajudar-nos a millorar este programari omplint un informe d'error."
#: aboutbugreportingdialog.cpp:43
#, kde-kuit-format
@@ -60,7 +60,7 @@
"<note>It is safe to close this dialog. If you do not want to, you do not "
"have to file a bug report.</note>"
msgstr ""
-"<note>��s segur tancar aquest di��leg. Si no voleu fer-ho, no haureu d'omplir "
+"<note>��s segur tancar este di��leg. Si no voleu fer-ho, no haureu d'omplir "
"cap informe d'error.</note>"
#: aboutbugreportingdialog.cpp:46
@@ -90,10 +90,10 @@
"<strong>must be written in English</strong>, if possible, as KDE is formed "
"internationally."
msgstr ""
-"Aquest assistent vos guiar�� pel proc��s d'informes de fallades del sistema de "
-"seguiment d'errors del KDE. Tota la informaci�� que introdu��u a l'informe "
+"Este assistent vos guiar�� pel proc��s d'informes de fallades del sistema de "
+"seguiment d'errors de KDE. Tota la informaci�� que introdu��u a l'informe "
"d'error <strong>hauria de ser en angl��s</strong>, si ��s possible, at��s que "
-"el KDE est�� desenvolupat internacionalment."
+"KDE est�� desenvolupat internacionalment."
#: aboutbugreportingdialog.cpp:62 aboutbugreportingdialog.cpp:190
#: bugzillaintegration/reportassistantdialog.cpp:76
@@ -109,7 +109,7 @@
"In this page you need to describe how much do you know about the desktop and "
"the application state before it crashed."
msgstr ""
-"En aquesta p��gina cal que descriviu tot el que coneixeu quant a l'estat de "
+"En esta p��gina cal que descriviu tot el que coneixeu quant a l'estat de "
"l'escriptori i de l'aplicaci�� abans de la fallada."
#: aboutbugreportingdialog.cpp:70
@@ -121,8 +121,8 @@
"going to be requested later.) You can mention: "
msgstr ""
"Si podeu, descriviu tan detalladament com siga possible, les circumst��ncies "
-"de la fallada i qu�� est��veu fent quan l'aplicaci�� va fallar (aquesta "
-"informaci�� se sol��licitar�� m��s avant). Podeu mencionar: "
+"de la fallada i qu�� est��veu fent quan l'aplicaci�� va fallar (esta informaci�� "
+"se sol��licitar�� m��s avant). Podeu mencionar: "
#: aboutbugreportingdialog.cpp:74
#, kde-kuit-format
@@ -190,7 +190,7 @@
"This page will generate a \"backtrace\" of the crash. This is information "
"that tells the developers where the application crashed."
msgstr ""
-"Aquesta p��gina generar�� una ��tra��a inversa�� de la fallada. Aquesta ��s la "
+"Esta p��gina generar�� una ��tra��a inversa�� de la fallada. Esta ��s la "
"informaci�� que explica als desenvolupadors a on ha fallat l'aplicaci��."
#: aboutbugreportingdialog.cpp:99
@@ -225,7 +225,7 @@
"missing debugging packages) you can continue."
msgstr ""
"Una vegada tingueu una tra��a inversa ��til (o si no voleu instal��lar els "
-"paquets de depuraci�� que manquen) podeu continuar."
+"paquets de depuraci�� que falten) podeu continuar."
#: aboutbugreportingdialog.cpp:113
#, kde-format
@@ -254,7 +254,7 @@
"the application."
msgstr ""
"Si val la pena informar-ne per�� l'aplicaci�� no est�� integrada en el sistema "
-"de seguiment d'errors del KDE, haureu de contactar directament amb el "
+"de seguiment d'errors de KDE, haureu de contactar directament amb el "
"mantenidor de l'aplicaci��."
#: aboutbugreportingdialog.cpp:124
@@ -269,13 +269,13 @@
"Si la fallada est�� indicada com que no val la pena informar-ne, i penseu que "
"l'assistent ha tingut alguna incorrecci��, encara podeu informar de l'error "
"manualment connectant-vos al sistema de seguiment d'errors. Tamb�� podeu "
-"tornar arrere i descarregar els paquets de depuraci��."
+"tornar enrere i descarregar els paquets de depuraci��."
#: aboutbugreportingdialog.cpp:132
#, kde-format
msgctxt "@title"
msgid "Login into the bug tracking system"
-msgstr "Entra en el sistema de seguiments d'errors del KDE"
+msgstr "Entra en el sistema de seguiments d'errors de KDE"
#: aboutbugreportingdialog.cpp:135
#, kde-kuit-format
@@ -288,7 +288,7 @@
msgstr ""
"En el futur potser ens caldr�� contactar-vos per a demanar informaci�� "
"addicional. Com que ens cal fer el seguiment dels informes d'error, haureu "
-"de tindre un compte al sistema de seguiment d'errors del KDE. Si no en teniu "
+"de tindre un compte al sistema de seguiment d'errors de KDE. Si no en teniu "
"cap, ac�� en podeu crear un: <link>%1</link>"
#: aboutbugreportingdialog.cpp:142
@@ -299,8 +299,8 @@
"can use this login to directly access the KDE bug tracking system later."
msgstr ""
"Llavors, introdu��u l'adre��a de correu i la contrasenya i premeu el bot�� "
-"Entra. Podreu utilitzar aquestes dades d'entrada per a accedir directament "
-"al sistema de seguiment d'errors del KDE."
+"Entra. Podreu utilitzar estes dades d'entrada per a accedir directament al "
+"sistema de seguiment d'errors de KDE."
#: aboutbugreportingdialog.cpp:146
#, kde-kuit-format
@@ -314,7 +314,7 @@
"El di��leg del KWallet pot apar��ixer en pr��mer Entra per a guardar la "
"contrasenya en el sistema de contrasenyes del KWallet. Tamb��, se vos pot "
"demanar la contrasenya del KWallet en carregar l'autocompleci�� dels camps "
-"d'entrada si torneu a utilitzar aquest assistent."
+"d'entrada si torneu a utilitzar este assistent."
#: aboutbugreportingdialog.cpp:153
#, kde-format
@@ -331,7 +331,7 @@
"can double click on them to see details. Then, read the current bug report "
"information so you can check to see if they are similar. "
msgstr ""
-"Aquesta p��gina cercar�� en el sistema d'informes d'error per a fallades "
+"Esta p��gina buscar�� en el sistema d'informes d'error per a fallades "
"semblants que siguen possibles duplicats del vostre error. Si es troben "
"informes d'error similars, podreu fer-hi doble clic per a veure'n els "
"detalls. Llavors, llegiu la informaci�� de l'informe d'error actual de manera "
@@ -358,9 +358,9 @@
msgstr ""
"Si no esteu molt segur quant a si el vostre error ��s el mateix, seguiu les "
"opcions principals per a marcar temptativament el vostre error com a "
-"duplicat d'aquest error. Normalment aquesta ��s la manera m��s segura de fer-"
-"ho. No es pot desfer la combinaci�� dels informes d'error, per�� es poden "
-"fusionar amb facilitat."
+"duplicat d'este error. Normalment esta ��s la manera m��s segura de fer-ho. No "
+"es pot desfer la combinaci�� dels informes d'error, per�� es poden fusionar "
+"amb facilitat."
#: aboutbugreportingdialog.cpp:173
#, kde-kuit-format
@@ -401,7 +401,7 @@
"In this case you need to write a title and description of the crash. Explain "
"as best you can. "
msgstr ""
-"En aquest cas heu d'escriure un t��tol i una descripci�� de l'error. Expliqueu-"
+"En este cas heu d'escriure un t��tol i una descripci�� de l'error. Expliqueu-"
"ho tan b�� com pugueu. "
#: aboutbugreportingdialog.cpp:192
@@ -420,8 +420,7 @@
msgid ""
"<note>You should <strong>write those information in English</strong>.</note>"
msgstr ""
-"<note>Haur��eu <strong>d'escriure aquesta informaci�� en angl��s</strong>.</"
-"note>"
+"<note>Haur��eu <strong>d'escriure esta informaci�� en angl��s</strong>.</note>"
#: aboutbugreportingdialog.cpp:199
#: bugzillaintegration/reportassistantdialog.cpp:145
@@ -439,9 +438,9 @@
"report in the KDE bug tracking system, so that you can look at the report "
"later."
msgstr ""
-"Aquesta p��gina enviar�� l'informe d'error al sistema de seguiment d'errors i "
-"vos notificar�� quan estiga fet. Mostrar�� l'adre��a web de l'informe d'error "
-"en el sistema de seguiment d'errors del KDE, de manera que podreu examinar "
+"Esta p��gina enviar�� l'informe d'error al sistema de seguiment d'errors i vos "
+"notificar�� quan estiga fet. Mostrar�� l'adre��a web de l'informe d'error en el "
+"sistema de seguiment d'errors de KDE, de manera que podreu examinar "
"l'informe m��s avant."
#: aboutbugreportingdialog.cpp:207
@@ -462,7 +461,7 @@
#, kde-kuit-format
msgctxt "@info/rich"
msgid "Thank you for being part of KDE!"
-msgstr "Gr��cies per formar part del KDE!"
+msgstr "Gr��cies per formar part de KDE!"
#: aboutbugreportingdialog.cpp:216
#, kde-kuit-format
@@ -473,11 +472,10 @@
"real issues, you are welcome to <link url='https://community.kde.org/"
"Guidelines_and_HOWTOs/Bug_triaging'>join the BugSquad team</link>."
msgstr ""
-"Si esteu interessat a ajudar a mantindre el sistema de seguiment d'errors "
-"del KDE net i ��til, el qual permetr�� als desenvolupadors centrar-se a "
-"solucionar els problemes reals, vos convidem a <link url='https://community."
-"kde.org/Guidelines_and_HOWTOs/Bug_triaging'>unir-vos a l'equip BugSquad</"
-"link>."
+"Si esteu interessat a ajudar a mantindre el sistema de seguiment d'errors de "
+"KDE net i ��til, el qual permetr�� als desenvolupadors centrar-se a solucionar "
+"els problemes reals, us convidem a <link url='https://community.kde.org/"
+"Guidelines_and_HOWTOs/Bug_triaging'>unir-vos a l'equip BugSquad</link>."
#: applicationdetailsexamples.cpp:23
#, kde-format
@@ -486,7 +484,7 @@
"Widgets you have in your desktop and panels (both official and unofficial), "
"desktop settings (wallpaper plugin, themes) and activities."
msgstr ""
-"Ginys que teniu a l'escriptori i als plafons (els oficials i els no "
+"Ginys que teniu a l'escriptori i als quadres (els oficials i els no "
"oficials), configuraci�� de l'escriptori (connector del fons de pantalla, "
"temes) i activitats."
@@ -518,8 +516,8 @@
"File view mode, grouping and sorting settings, preview settings, and "
"directory you were browsing."
msgstr ""
-"Mode de vista dels fitxers, par��metres d'agrupaci�� i ordenaci��, configuraci�� "
-"de la vista pr��via, i directori que est��veu explorant."
+"Mode de vista dels fitxers, par��metres d'agrupament i ordenaci��, "
+"configuraci�� de la vista pr��via, i directori que est��veu explorant."
#: applicationdetailsexamples.cpp:38
#, kde-format
@@ -554,7 +552,7 @@
#, kde-format
msgctxt "@action:button"
msgid "&Reload"
-msgstr "&Recarrega"
+msgstr "To&rna a carregar"
#: backtracewidget.cpp:60
#, kde-format
@@ -564,8 +562,8 @@
"when you have installed the proper debug symbol packages and you want to "
"obtain a better backtrace."
msgstr ""
-"Utilitzeu aquest bot�� per a tornar a carregar la informaci�� de la fallada "
-"(tra��a inversa). Aix�� ��s ��til quan heu instal��lat els paquets apropiats pels "
+"Utilitzeu este bot�� per a tornar a carregar la informaci�� de la fallada "
+"(tra��a inversa). A���� ��s ��til quan heu instal��lat els paquets apropiats pels "
"s��mbols de depuraci�� i voleu obtindre una tra��a inversa millor."
#: backtracewidget.cpp:67
@@ -579,8 +577,8 @@
msgctxt "@info:tooltip"
msgid "Use this button to install the missing debug symbols packages."
msgstr ""
-"Utilitzeu aquest bot�� per a instal��lar els paquets amb els s��mbols de "
-"depuraci�� que manquen."
+"Utilitzeu este bot�� per a instal��lar els paquets amb els s��mbols de "
+"depuraci�� que falten."
#: backtracewidget.cpp:77
#, kde-format
@@ -598,8 +596,8 @@
msgid ""
"Use this button to copy the crash information (backtrace) to the clipboard."
msgstr ""
-"Utilitzeu aquest bot�� per a copiar la informaci�� de la fallada (tra��a "
-"inversa) al porta-retalls."
+"Utilitzeu este bot�� per a copiar la informaci�� de la fallada (tra��a inversa) "
+"al porta-retalls."
#: backtracewidget.cpp:94
#, kde-format
@@ -608,9 +606,9 @@
"Use this button to save the crash information (backtrace) to a file. This is "
"useful if you want to take a look at it or to report the bug later."
msgstr ""
-"Utilitzeu aquest bot�� per a guardar la informaci�� de la fallada (tra��a "
-"inversa) a un fitxer. Aix�� ��s ��til si li voleu donar una ullada o informar "
-"de l'error m��s avant."
+"Utilitzeu este bot�� per a guardar la informaci�� de la fallada (tra��a "
+"inversa) a un fitxer. A���� ��s ��til si li voleu donar una ullada o informar de "
+"l'error m��s avant."
#: backtracewidget.cpp:115
#, kde-format
@@ -667,7 +665,7 @@
msgstr ""
"Hi ha un altre proc��s de depuraci�� annexat a l'aplicaci�� que ha fallat. Per "
"tant, el depurador del DrKonqi no pot recuperar la tra��a inversa. Per favor, "
-"tanqueu l'altre depurador i cliqueu <interface>Recarrega</interface>."
+"tanqueu l'altre depurador i cliqueu <interface>Torna a carregar</interface>."
#: backtracewidget.cpp:241
#, kde-format
@@ -700,8 +698,8 @@
"The rating of this crash information is invalid. This is a bug in DrKonqi "
"itself."
msgstr ""
-"La puntuaci�� d'aquesta informaci�� de la fallada no ��s v��lida. Aquest ��s un "
-"error en el mateix DrKonqi."
+"La valoraci�� d'esta informaci�� de la fallada no ��s v��lida. Este ��s un error "
+"en el mateix DrKonqi."
#: backtracewidget.cpp:267
#, kde-kuit-format
@@ -716,11 +714,11 @@
msgstr ""
"Podeu clicar al bot�� <interface>Instal��la els s��mbols de depuraci��</"
"interface> per tal d'instal��lar autom��ticament els paquets amb la informaci�� "
-"de depuraci�� que falta. Si aquest m��tode no funciona, llegiu <link "
+"de depuraci�� que falta. Si este m��tode no funciona, llegiu <link "
"url='%1'>Com crear informes de fallades ��tils</link> per a aprendre com "
"aconseguir traces inverses ��tils; instal��leu els paquets necessaris (<link "
-"url='%2'>llista de fitxers</link>) i cliqueu el bot�� <interface>Recarrega</"
-"interface>."
+"url='%2'>llista de fitxers</link>) i cliqueu el bot�� <interface>Torna a "
+"carregar</interface>."
#: backtracewidget.cpp:285
#, kde-kuit-format
@@ -734,7 +732,7 @@
"Llegiu <link url='%1'>Com crear informes de fallades ��tils</link> per a "
"aprendre com aconseguir traces inverses ��tils; instal��leu els paquets "
"necessaris (<link url='%2'>llista de fitxers</link>) i cliqueu el bot�� "
-"<interface>Recarrega</interface>."
+"<interface>Torna a carregar</interface>."
#: backtracewidget.cpp:301
#, kde-format
@@ -756,7 +754,7 @@
"interface> button."
msgstr ""
"Podeu intentar tornar a generar la tra��a inversa clicant el bot�� "
-"<interface>Recarrega</interface>."
+"<interface>Torna a carregar</interface>."
#: backtracewidget.cpp:316
#, kde-format
@@ -776,7 +774,7 @@
"the <interface>Reload</interface> button.</strong>"
msgstr ""
"<strong>Primer cal instal��lar l'aplicaci�� de depuraci�� (%1) i despr��s clicar "
-"el bot�� <interface>Recarrega</interface>.</strong>"
+"el bot�� <interface>Torna a carregar</interface>.</strong>"
#: backtracewidget.cpp:378
#, kde-format
@@ -832,7 +830,7 @@
#, kde-kuit-format
msgctxt "@info %1 is an error message from the backend"
msgid "Failed to contact bugs.kde.org: <message>%1</message>"
-msgstr "Ha fallat en contactar amb bugs.kde.org: <message>%1</message>"
+msgstr "No s'ha pogut contactar amb bugs.kde.org: <message>%1</message>"
#: bugzillaintegration/assistantpage_conclusion.cpp:38
#, kde-format
@@ -847,8 +845,8 @@
msgid ""
"Use this button to show the generated report information about this crash."
msgstr ""
-"Utilitzeu aquest bot�� per a mostrar la informaci�� generada per a l'informe "
-"quant a aquesta fallada."
+"Utilitzeu este bot�� per a mostrar la informaci�� generada per a l'informe "
+"quant a esta fallada."
#: bugzillaintegration/assistantpage_conclusion.cpp:103
#, kde-format
@@ -858,8 +856,8 @@
"compositor and cannot be submitted as it lacks the required information to "
"resolve the problem."
msgstr ""
-"Sembla que aquesta fallada ��s en realitat el resultat d'una fallada anterior "
-"en el compositor i no es pot enviar perqu�� no cont�� la informaci�� necess��ria "
+"Sembla que esta fallada ��s en realitat el resultat d'una fallada anterior en "
+"el compositor i no es pot enviar perqu�� no cont�� la informaci�� necess��ria "
"per a resoldre el problema."
#: bugzillaintegration/assistantpage_conclusion.cpp:107
@@ -873,12 +871,12 @@
"How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl'>the "
"KDE Community Wiki</link>."
msgstr ""
-"Els desenvolupadors del KDE agrairien que pogu��reu trobar i adjuntar el "
+"Els desenvolupadors de KDE agrairien que pogu��reu trobar i adjuntar el "
"registre de fallades del compositor. ��s possible que pugueu recuperar-lo "
"mitjan��ant la utilitat ��coredumpctl��. Per a m��s informaci��, vegeu <link "
"url='https://community.kde.org/Guidelines_and_HOWTOs/Debugging/"
"How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl'>el "
-"wiki de la comunitat del KDE</link>."
+"wiki de la comunitat de KDE</link>."
#: bugzillaintegration/assistantpage_conclusion.cpp:128
#, kde-format
@@ -893,7 +891,7 @@
"The automatically generated crash information lacks some details but may be "
"still be useful."
msgstr ""
-"Manquen alguns detalls de la informaci�� generada autom��ticament de la "
+"Falten alguns detalls de la informaci�� generada autom��ticament de la "
"fallada, per�� encara pot ser ��til."
#: bugzillaintegration/assistantpage_conclusion.cpp:144
@@ -903,7 +901,7 @@
"The automatically generated crash information lacks important details and it "
"is probably not helpful."
msgstr ""
-"Manquen detalls importants de la informaci�� generada autom��ticament de la "
+"Falten detalls importants de la informaci�� generada autom��ticament de la "
"fallada, i probablement no ser�� ��til."
#: bugzillaintegration/assistantpage_conclusion.cpp:156
@@ -948,20 +946,20 @@
"The information you can provide is not considered helpful enough in this "
"case."
msgstr ""
-"La informaci�� que podeu proporcionar no es considera prou ��til per a aquest "
+"La informaci�� que podeu proporcionar no es considera prou ��til per a este "
"cas."
#: bugzillaintegration/assistantpage_conclusion.cpp:193
#, kde-kuit-format
msgctxt "@info"
msgid "Your problem has already been reported as bug %1."
-msgstr "Aquest problema ja s'ha informat com a error %1."
+msgstr "Este problema ja s'ha informat com a error %1."
#: bugzillaintegration/assistantpage_conclusion.cpp:208
#, kde-format
msgctxt "@info"
msgid "This report is considered helpful."
-msgstr "Aquest informe es considera ��til."
+msgstr "Este informe es considera ��til."
#: bugzillaintegration/assistantpage_conclusion.cpp:214
#, kde-kuit-format
@@ -971,9 +969,9 @@
"<interface>Next</interface> to start the reporting process. You can manually "
"report at <link>%1</link>"
msgstr ""
-"Les fallades d'aquesta aplicaci�� s'informen en el sistema de seguiment "
-"d'errors del KDE: cliqueu <interface>Seg��ent</interface> per a iniciar el "
-"proc��s d'informaci��. Podeu informar-ne manualment a <link>%1</link>"
+"Les fallades d'esta aplicaci�� s'informen en el sistema de seguiment d'errors "
+"de KDE: cliqueu <interface>Seg��ent</interface> per a iniciar el proc��s "
+"d'informaci��. Podeu informar-ne manualment a <link>%1</link>"
#: bugzillaintegration/assistantpage_conclusion.cpp:222
#, kde-kuit-format
@@ -983,8 +981,8 @@
"<interface>Finish</interface> to report this bug to the application "
"maintainer. Also, you can manually report at <link>%1</link>."
msgstr ""
-"Aquesta aplicaci�� no est�� integrada en el sistema de seguiment d'errors del "
-"KDE: cliqueu <interface>Acaba</interface> per a informar d'aquest error al "
+"Esta aplicaci�� no est�� integrada en el sistema de seguiment d'errors de KDE: "
+"cliqueu <interface>Acaba</interface> per a informar d'este error al "
"mantenidor de l'aplicaci��. Tamb�� podeu informar-ne manualment a <link>%1</"
"link>."
@@ -995,15 +993,15 @@
"This report does not contain enough information for the developers, so the "
"automated bug reporting process is not enabled for this crash."
msgstr ""
-"Aquest informe no cont�� informaci�� suficient per als desenvolupadors, per "
-"tant, el proc��s d'informe d'errors autom��tic no est�� activat per a aquesta "
+"Este informe no cont�� informaci�� suficient per als desenvolupadors, per "
+"tant, el proc��s d'informe d'errors autom��tic no est�� activat per a esta "
"fallada."
#: bugzillaintegration/assistantpage_conclusion.cpp:239
#, kde-format
msgctxt "@info"
msgid "If you wish, you can go back and change your answers. "
-msgstr "Si ho desitgeu, podeu tornar arrere i canviar les respostes. "
+msgstr "Si ho desitgeu, podeu tornar enrere i canviar les respostes. "
#: bugzillaintegration/assistantpage_conclusion.cpp:249
#, kde-kuit-format
@@ -1012,7 +1010,7 @@
"You can manually report this bug at <link>%1</link>. Click "
"<interface>Finish</interface> to close the assistant."
msgstr ""
-"Podeu informar manualment d'aquest error a <link>%1</link>. Cliqueu "
+"Podeu informar manualment d'este error a <link>%1</link>. Cliqueu "
"<interface>Acaba</interface> per a tancar l'assistent."
#: bugzillaintegration/assistantpage_conclusion.cpp:256
@@ -1022,8 +1020,8 @@
"You can manually report this bug to its maintainer at <link>%1</link>. Click "
"<interface>Finish</interface> to close the assistant."
msgstr ""
-"Podeu informar manualment d'aquest error al seu mantenidor a <link>%1</"
-"link>. Cliqueu <interface>Acaba</interface> per a tancar l'assistent."
+"Podeu informar manualment d'este error al seu mantenidor a <link>%1</link>. "
+"Cliqueu <interface>Acaba</interface> per a tancar l'assistent."
#: bugzillaintegration/assistantpage_conclusion.cpp:276
#, kde-format
@@ -1041,7 +1039,7 @@
#, kde-format
msgctxt "@action:button"
msgid "Cancel (Go back to the report)"
-msgstr "Cancel��la (torna arrere a l'informe)"
+msgstr "Cancel��la (torna enrere a l'informe)"
#: bugzillaintegration/bugzillareportconfirmationdialog.cpp:40
#, kde-format
@@ -1061,7 +1059,7 @@
"The report is closed because %1. <i>If the crash is the same, adding further "
"information will be useless and will consume developers' time.</i>"
msgstr ""
-"Aquest informe est�� tancat perqu�� %1. <i>Si la fallada ��s la mateixa, "
+"Este informe est�� tancat perqu�� %1. <i>Si la fallada ��s la mateixa, "
"l'addici�� de m��s informaci�� ser�� in��til i malbaratar�� el temps dels "
"desenvolupadors.</i>"
@@ -1083,14 +1081,13 @@
msgctxt "@info:tooltip"
msgid "Use this button to retry loading the bug report."
msgstr ""
-"Utilitzeu aquest bot�� per a tornar a intentar la c��rrega de l'informe "
-"d'error."
+"Utilitzeu este bot�� per a tornar a intentar la c��rrega de l'informe d'error."
#: bugzillaintegration/bugzillareportinformationdialog.cpp:45
#, kde-format
msgctxt "@action:button"
msgid "Suggest this crash is related"
-msgstr "Suggereixo que aquesta fallada est�� relacionada"
+msgstr "Suggereixo que esta fallada est�� relacionada"
#: bugzillaintegration/bugzillareportinformationdialog.cpp:48
#, kde-format
@@ -1099,8 +1096,8 @@
"Use this button to suggest that the crash you experienced is related to this "
"bug report"
msgstr ""
-"Utilitzeu aquest bot�� per a suggerir que la fallada que heu experimentat "
-"est�� relacionada amb aquest informe d'error"
+"Utilitzeu este bot�� per a suggerir que la fallada que heu experimentat est�� "
+"relacionada amb este informe d'error"
#: bugzillaintegration/bugzillareportinformationdialog.cpp:91
#, kde-kuit-format
@@ -1146,7 +1143,7 @@
#, kde-format
msgctxt "@info bug resolution, fixed by kde devs in version"
msgid "the bug was fixed by KDE developers in version \"%1\""
-msgstr "l'error va ser esmenat pels desenvolupadors del KDE en la versi�� ��%1��"
+msgstr "l'error va ser esmenat pels desenvolupadors de KDE en la versi�� ��%1��"
#: bugzillaintegration/bugzillareportinformationdialog.cpp:137
#, kde-format
@@ -1158,7 +1155,7 @@
#, kde-format
msgctxt "@info bug resolution"
msgid "the bug was fixed by KDE developers"
-msgstr "l'error va ser esmenat pels desenvolupadors del KDE"
+msgstr "l'error va ser esmenat pels desenvolupadors de KDE"
#: bugzillaintegration/bugzillareportinformationdialog.cpp:141
#, kde-format
@@ -1183,7 +1180,7 @@
msgctxt "@info bug resolution"
msgid "Not caused by a problem in the KDE's Applications or libraries"
msgstr ""
-"No ha estat causat per cap problema en les aplicacions o biblioteques del KDE"
+"No ha estat causat per cap problema en les aplicacions o biblioteques de KDE"
#: bugzillaintegration/bugzillareportinformationdialog.cpp:150
#, kde-format
@@ -1208,7 +1205,7 @@
"Invalid report information (malformed data). This could mean that the bug "
"report does not exist, or the bug tracking site is experiencing a problem."
msgstr ""
-"Informaci�� no v��lida de l'informe (dades amb format incorrecte). Aix�� pot "
+"Informaci�� no v��lida de l'informe (dades amb format incorrecte). A���� pot "
"significar que l'informe d'error no existeix, o el lloc pel seguiment "
"d'errors t�� un problema."
@@ -1232,7 +1229,7 @@
"Do you want to read that report instead? (recommended)"
msgstr ""
"L'informe que heu seleccionat (error %1) ja est�� marcat com a duplicat de "
-"l'error %2. En el seu lloc, voleu llegir aquest informe? (es recomana)"
+"l'error %2. En el seu lloc, voleu llegir este informe? (es recomana)"
#: bugzillaintegration/bugzillareportinformationdialog.cpp:214
#, kde-format
@@ -1273,12 +1270,12 @@
"comment or a note if you can provide new valuable information which was not "
"already mentioned.</i></note></p>"
msgstr[0] ""
-"<p><note>Aquest informe d'error t�� %1 informe duplicat. Aix�� vol dir que "
+"<p><note>Este informe d'error t�� %1 informe duplicat. A���� vol dir que "
"probablement ��s una <strong>fallada freq��ent</strong>. <i>Considereu afegir "
"nom��s un comentari o una nota si podeu proporcionar informaci�� valuosa nova "
"que no s'haja mencionat.</i></note></p>"
msgstr[1] ""
-"<p><note>Aquest informe d'error t�� %1 informes duplicats. Aix�� vol dir que "
+"<p><note>Este informe d'error t�� %1 informes duplicats. A���� vol dir que "
"probablement ��s una <strong>fallada freq��ent</strong>. <i>Considereu afegir "
"nom��s un comentari o una nota si podeu proporcionar informaci�� valuosa nova "
"que no s'haja mencionat.</i></note></p>"
@@ -1326,20 +1323,20 @@
"Error fetching the bug report<nl/><message>%1.</message><nl/>Please wait "
"some time and try again."
msgstr ""
-"Error en recuperar l'informe d'error<nl/><message>%1.</message><nl/>Per "
-"favor, espereu una estona i torneu a intentar-ho."
+"S'ha produ��t un error en recuperar l'informe d'error<nl/><message>%1.</"
+"message><nl/>Per favor, espereu una estona i torneu a intentar-ho."
#: bugzillaintegration/bugzillareportinformationdialog.cpp:345
#, kde-format
msgctxt "@info"
msgid "Error fetching the bug report"
-msgstr "Error en recuperar l'informe d'error"
+msgstr "S'ha produ��t un error en recuperar l'informe d'error"
#: bugzillaintegration/bugzillareportinformationdialog.cpp:346
#, kde-format
msgctxt "@info:status"
msgid "Error fetching the bug report"
-msgstr "Error en recuperar l'informe d'error"
+msgstr "S'ha produ��t un error en recuperar l'informe d'error"
#: bugzillaintegration/reportassistantdialog.cpp:44
#, kde-format
@@ -1351,7 +1348,7 @@
#, kde-format
msgctxt "@title"
msgid "Welcome to the Reporting Assistant"
-msgstr "Vos donem la benvinguda a l'assistent d'informes"
+msgstr "Us donem la benvinguda a l'assistent d'informes"
#: bugzillaintegration/reportassistantdialog.cpp:84
#, kde-format
@@ -1368,7 +1365,7 @@
#: bugzillaintegration/reportassistantdialog.cpp:114
#, kde-format
msgid "the KDE Bug Tracking System"
-msgstr "el sistema de seguiment d'errors del KDE"
+msgstr "el sistema de seguiment d'errors de KDE"
#: bugzillaintegration/reportassistantdialog.cpp:114
#, kde-format
@@ -1380,7 +1377,7 @@
#, kde-format
msgctxt "@title"
msgid "Look for Possible Duplicate Reports"
-msgstr "Cerca de possibles informes duplicats"
+msgstr "Busca de possibles informes duplicats"
#: bugzillaintegration/reportassistantdialog.cpp:131
#, kde-format
@@ -1426,9 +1423,9 @@
"information is still valid, so you can save the report before closing if you "
"want.</note>"
msgstr ""
-"Esteu segur que voleu tancar l'assistent d'informes d'error? <note>La "
-"informaci�� de la fallada encara ��s v��lida, per tant, podeu guardar l'informe "
-"abans de tancar, si voleu.</note>"
+"Segur que voleu tancar l'assistent d'informes d'error? <note>La informaci�� "
+"de la fallada encara ��s v��lida, per tant, podeu guardar l'informe abans de "
+"tancar, si voleu.</note>"
#: bugzillaintegration/reportassistantdialog.cpp:332
#: bugzillaintegration/reportassistantdialog.cpp:352
@@ -1441,7 +1438,7 @@
#, kde-format
msgctxt "@info"
msgid "Do you really want to close the bug reporting assistant?"
-msgstr "Esteu segur que voleu tancar l'assistent d'informes d'error?"
+msgstr "Segur que voleu tancar l'assistent d'informes d'error?"
#: bugzillaintegration/reportassistantpages_base.cpp:103
#, kde-format
@@ -1450,8 +1447,8 @@
"This crash information is not useful enough, do you want to try to improve "
"it? You will need to install some debugging packages."
msgstr ""
-"Aquesta informaci�� de la fallada no ��s suficientment ��til, voleu intentar "
-"millorar-la? Heu d'instal��lar alguns paquets de depuraci��."
+"Esta informaci�� de la fallada no ��s prou ��til, voleu intentar millorar-la? "
+"Heu d'instal��lar alguns paquets de depuraci��."
#: bugzillaintegration/reportassistantpages_base.cpp:106
#, kde-format
@@ -1492,7 +1489,7 @@
"Use this button to login to the KDE bug tracking system using the provided e-"
"mail address and password."
msgstr ""
-"Utilitzeu aquest bot�� per a entrar al sistema de seguiment d'errors del KDE "
+"Utilitzeu este bot�� per a entrar al sistema de seguiment d'errors de KDE "
"utilitzant l'adre��a de correu i la contrasenya subministrats."
#: bugzillaintegration/reportassistantpages_bugzilla.cpp:97
@@ -1506,7 +1503,7 @@
"email accounts.</note>"
msgstr ""
"<note>Necessiteu un compte en el <link url='%1'>sistema de seguiment "
-"d'errors del KDE</link> per tal d'omplir un informe d'error, per qu�� podria "
+"d'errors de KDE</link> per tal d'omplir un informe d'error, per qu�� podria "
"ser necessari contactar amb v��s m��s avant per a demanar m��s informaci��. Si "
"no en teniu cap, en podeu <link url='%2'>crear un ac��</link> debades. Per "
"favor, no utilitzeu comptes de correu d'un sol ��s.</note>"
@@ -1515,13 +1512,13 @@
#, kde-kuit-format
msgctxt "@info:status"
msgid "Error when trying to login: <message>%1</message>"
-msgstr "Error en intentar entrar: <message>%1</message>"
+msgstr "S'ha produ��t un error en intentar entrar: <message>%1</message>"
#: bugzillaintegration/reportassistantpages_bugzilla.cpp:156
#, kde-format
msgctxt "@info:status the user is logged at the bugtracker site as USERNAME"
msgid "Logged in at the KDE bug tracking system (%1) as: %2."
-msgstr "Connectat al sistema de seguiment d'errors del KDE (%1) com a: %2."
+msgstr "Connectat al sistema de seguiment d'errors de KDE (%1) com a: %2."
#: bugzillaintegration/reportassistantpages_bugzilla.cpp:302
#, kde-format
@@ -1545,7 +1542,7 @@
#, kde-format
msgctxt "the minimum required length of a text was reached"
msgid "Minimum length reached"
-msgstr "S'ha arribat a la longitud m��nima"
+msgstr "S'ha arribat a la llarg��ria m��nima"
#: bugzillaintegration/reportassistantpages_bugzilla.cpp:481
#, kde-format
@@ -1557,7 +1554,7 @@
#, kde-format
msgctxt "@info/status error"
msgid "Failed to get platform list"
-msgstr "Ha fallat en obtindre la llista de plataformes"
+msgstr "No s'ha pogut obtindre la llista de plataformes"
#: bugzillaintegration/reportassistantpages_bugzilla.cpp:557
#, kde-format
@@ -1595,8 +1592,8 @@
"ones could help us.)<br /><br />"
msgstr ""
"Pr��viament, heu indicat en el DrKonqi que podeu proporcionar alguna "
-"informaci�� contextual. Intenteu escriure m��s detalls sobre aquesta situaci�� "
-"(encara que siga petita, pot ajudar).<br /><br />"
+"informaci�� contextual. Intenteu escriure m��s detalls sobre esta situaci�� "
+"(encara que siga xicoteta, pot ajudar).<br /><br />"
#: bugzillaintegration/reportassistantpages_bugzilla.cpp:595
#, kde-format
@@ -1634,11 +1631,11 @@
"the computer and talking to a MSN buddy\"<nl />\"Kate closed while editing a "
"log file and pressing the Delete key a couple of times\""
msgstr ""
-"<strong>Exemples de t��tols convenients:</strong><nl />��El Plasma ha fallat "
-"despr��s d'afegir el giny Notes i escriure-hi��<nl />��El Konqueror ha fallat "
-"en accedir a l'aplicaci�� \"X\" del Facebook��<nl />��El Kopete s'ha tancat de "
+"<strong>Exemples de t��tols convenients:</strong><nl />��Plasma ha fallat "
+"despr��s d'afegir el giny Notes i escriure-hi��<nl />��Konqueror ha fallat en "
+"accedir a l'aplicaci�� \"X\" del Facebook��<nl />��El Kopete s'ha tancat de "
"colp despr��s de despertar l'ordinador i parlar amb un contacte del MSN��<nl /"
-">��El Kate s'ha tancat mentre s'editava un fitxer de registre i en pr��mer la "
+">��Kate s'ha tancat mentre s'editava un fitxer de registre i en pr��mer la "
"tecla de supressi�� un parell de cops��"
#: bugzillaintegration/reportassistantpages_bugzilla.cpp:653
@@ -1687,7 +1684,7 @@
msgctxt "@info:tooltip"
msgid "Use this button to retry sending the crash report if it failed before."
msgstr ""
-"Utilitzeu aquest bot�� per a tornar a intentar l'enviament de l'informe de "
+"Utilitzeu este bot�� per a tornar a intentar l'enviament de l'informe de "
"fallada si abans ha fallat."
#: bugzillaintegration/reportassistantpages_bugzilla.cpp:722
@@ -1710,13 +1707,14 @@
"KDE. You can now close this window."
msgstr ""
"S'ha enviat l'informe de la fallada<nl/>URL: <link>%1</link><nl/>Gr��cies per "
-"formar part del KDE. Ara podeu tancar aquesta finestra."
+"formar part de KDE. Ara podeu tancar esta finestra."
#: bugzillaintegration/reportassistantpages_bugzilla.cpp:791
#, kde-kuit-format
msgctxt "@info:status"
msgid "Error sending the crash report: <message>%1.</message>"
-msgstr "Error en enviar l'informe de fallada: <message>%1.</message>"
+msgstr ""
+"S'ha produ��t un error en enviar l'informe de fallada: <message>%1.</message>"
#: bugzillaintegration/reportassistantpages_bugzilla.cpp:813
#, kde-format
@@ -1728,26 +1726,26 @@
#, kde-format
msgctxt "@action:button"
msgid "Search for more reports"
-msgstr "Cerca m��s informes"
+msgstr "Busca m��s informes"
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:45
#, kde-format
msgctxt "@info:tooltip"
msgid "Use this button to search for more similar bug reports"
-msgstr "Utilitzeu aquest bot�� per a cercar m��s informes d'error similars"
+msgstr "Utilitzeu este bot�� per a buscar m��s informes d'error similars"
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:50
#, kde-format
msgctxt "@action:button"
msgid "Retry search"
-msgstr "Reintenta la cerca"
+msgstr "Reintenta la busca"
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:53
#, kde-format
msgctxt "@info:tooltip"
msgid "Use this button to retry the search that previously failed."
msgstr ""
-"Utilitzeu aquest bot�� per a tornar a intentar la cerca que ha fallat "
+"Utilitzeu este bot�� per a tornar a intentar la busca que ha fallat "
"anteriorment."
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:58
@@ -1761,20 +1759,20 @@
msgctxt "@info:tooltip"
msgid "Use this button to view the information of the selected bug report."
msgstr ""
-"Utilitzeu aquest bot�� per a veure la informaci�� de l'informe d'error "
+"Utilitzeu este bot�� per a veure la informaci�� de l'informe d'error "
"seleccionat."
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:66
#, kde-format
msgctxt "@action:button"
msgid "Stop searching"
-msgstr "Atura la cerca"
+msgstr "Para la busca"
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:69
#, kde-format
msgctxt "@info:tooltip"
msgid "Use this button to stop the current search."
-msgstr "Utilitzeu aquest bot�� per a aturar la cerca actual."
+msgstr "Utilitzeu este bot�� per a aturar la busca actual."
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:81
#, kde-format
@@ -1786,7 +1784,7 @@
#, kde-format
msgctxt "@info:tooltip"
msgid "Use this button to remove a selected possible duplicate"
-msgstr "Utilitzeu aquest bot�� per a eliminar un possible duplicat seleccionat"
+msgstr "Utilitzeu este bot�� per a eliminar un possible duplicat seleccionat"
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:140
#, kde-format
@@ -1801,8 +1799,8 @@
"experienced, and you believe it is unlikely that a better match would be "
"found after further review."
msgstr ""
-"Premeu aquest bot�� per a declarar que, en la vostra opini�� i d'acord amb la "
-"vostra experi��ncia, els informes trobats com a similars no coincideixen amb "
+"Premeu este bot�� per a declarar que, en la vostra opini�� i d'acord amb la "
+"vostra experi��ncia, els informes trobats com a similars no coincidisquen amb "
"la fallada que heu experimentat, i creieu que ��s poc probable que es trobe "
"una coincid��ncia millor despr��s de revisar-ho m��s."
@@ -1817,7 +1815,7 @@
"Press this button if you would rather review more reports in order to find a "
"match for the crash you have experienced."
msgstr ""
-"Premeu aquest bot�� si preferiu revisar m��s informes per tal de trobar una "
+"Premeu este bot�� si preferiu revisar m��s informes per tal de trobar una "
"coincid��ncia per a la fallada que heu experimentat."
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:159
@@ -1842,19 +1840,19 @@
#, kde-format
msgctxt "@info:status"
msgid "Searching for duplicates..."
-msgstr "S'estan cercant els duplicats..."
+msgstr "S'estan buscant els duplicats..."
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:210
#, kde-format
msgctxt "@info:status"
msgid "Search stopped."
-msgstr "S'ha aturat la cerca."
+msgstr "S'ha parat la busca."
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:212
#, kde-format
msgctxt "@info:status"
msgid "Search stopped. Showing results."
-msgstr "S'ha aturat la cerca. Es mostren els resultats."
+msgstr "S'ha parat la busca. Es mostren els resultats."
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:254
#, kde-format
@@ -1908,7 +1906,7 @@
#, kde-format
msgctxt "@info:status"
msgid "Search Finished. No reports found."
-msgstr "Ha finalitzat la cerca. No s'ha trobat cap informe."
+msgstr "Ha finalitzat la busca. No s'ha trobat cap informe."
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:408
#, kde-format
@@ -1917,7 +1915,7 @@
"Your crash is a <strong>duplicate</strong> and has already been reported as "
"<a href=\"%1\">Bug %1</a>."
msgstr ""
-"Aquesta fallada ��s un <strong>duplicat</strong> i ja s'ha informat com a <a "
+"Esta fallada ��s un <strong>duplicat</strong> i ja s'ha informat com a <a "
"href=\"%1\">error %1</a>."
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:411
@@ -1927,7 +1925,7 @@
"Your crash has already been reported as <a href=\"%1\">Bug %1</a>, which is "
"a <strong>duplicate</strong> of <a href=\"%2\">Bug %2</a>"
msgstr ""
-"Aquesta fallada ja s'ha informat com a <a href=\"%1\">error %1</a>, i ��s un "
+"Esta fallada ja s'ha informat com a <a href=\"%1\">error %1</a>, i ��s un "
"<strong>duplicat</strong> de l'<a href=\"%2\">error %2</a>"
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:417
@@ -1947,7 +1945,7 @@
"Your crash has already been reported as <a href=\"%1\">Bug %1</a> which has "
"been <strong>closed</strong>."
msgstr ""
-"Aquesta fallada ja s'ha informat com a <a href=\"%1\">error %1</a>, el qual "
+"Esta fallada ja s'ha informat com a <a href=\"%1\">error %1</a>, el qual "
"s'ha <strong>tancat</strong>."
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:425
@@ -1957,15 +1955,15 @@
"Your crash has already been reported as <a href=\"%1\">Bug %1</a>, which is "
"a duplicate of the <strong>closed</strong> <a href=\"%2\">Bug %2</a>."
msgstr ""
-"Aquesta fallada ja s'ha informat com a <a href=\"%1\">error %1</a>, el qual "
-"��s un <strong>duplicat</strong> de l'<a href=\"\">error %2</a> "
-"<strong>tancat</strong>."
+"Esta fallada ja s'ha informat com a <a href=\"%1\">error %1</a>, el qual ��s "
+"un <strong>duplicat</strong> de l'<a href=\"\">error %2</a> <strong>tancat</"
+"strong>."
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:451
#, kde-format
msgctxt "@info:status"
msgid "Error fetching the bug report list"
-msgstr "Error en recuperar la llista d'informes d'error"
+msgstr "S'ha produ��t un error en recuperar la llista d'informes d'error"
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:455
#, kde-kuit-format
@@ -1974,8 +1972,9 @@
"Error fetching the bug report list<nl/><message>%1.</message><nl/>Please "
"wait some time and try again."
msgstr ""
-"Error en recuperar la llista d'informes d'error <nl/><message>%1.</"
-"message><nl/>Per favor, espereu una estona i torneu a intentar-ho."
+"S'ha produ��t un error en recuperar la llista d'informes d'error <nl/"
+"><message>%1.</message><nl/>Per favor, espereu una estona i torneu a "
+"intentar-ho."
#: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:535
#, kde-kuit-format
@@ -2006,9 +2005,8 @@
"Use this button to save the generated crash report information to a file. "
"You can use this option to report the bug later."
msgstr ""
-"Utilitzeu aquest bot�� per a guardar la informaci�� generada de l'informe dw "
-"fallada a un fitxer. Podeu utilitzar aquesta opci�� per a informar-ne m��s "
-"avant."
+"Utilitzeu este bot�� per a guardar la informaci�� generada de l'informe dw "
+"fallada a un fitxer. Podeu utilitzar esta opci�� per a informar-ne m��s avant."
#: bugzillaintegration/reportinterface.cpp:170
#, kde-kuit-format
@@ -2123,8 +2121,8 @@
"Check this option if you can describe what were you doing inside the "
"application before it crashed"
msgstr ""
-"Activeu aquesta opci�� si podeu descriure qu�� est��veu fent en l'aplicaci�� "
-"abans que fall��s"
+"Activeu esta opci�� si podeu descriure qu�� est��veu fent en l'aplicaci�� abans "
+"que fall��s"
#. i18n: ectx: property (whatsThis), widget (QCheckBox, m_actionsInsideApp)
#: bugzillaintegration/ui/assistantpage_bugawareness.ui:215
@@ -2134,8 +2132,8 @@
"Check this option if you can describe what were you doing inside the "
"application before it crashed"
msgstr ""
-"Activeu aquesta opci�� si podeu descriure qu�� est��veu fent en l'aplicaci�� "
-"abans que fall��s"
+"Activeu esta opci�� si podeu descriure qu�� est��veu fent en l'aplicaci�� abans "
+"que fall��s"
#. i18n: ectx: property (toolTip), widget (QCheckBox, m_unusualSituation)
#: bugzillaintegration/ui/assistantpage_bugawareness.ui:225
@@ -2145,7 +2143,7 @@
"Check this option if you can describe any unusual behavior or appearance in "
"the application or the whole desktop"
msgstr ""
-"Activeu aquesta opci�� si podeu descriure qualsevol comportament o aparen��a "
+"Activeu esta opci�� si podeu descriure qualsevol comportament o aparen��a "
"inusual en l'aplicaci�� o tot l'escriptori"
#. i18n: ectx: property (whatsThis), widget (QCheckBox, m_unusualSituation)
@@ -2156,7 +2154,7 @@
"Check this option if you can describe any unusual behavior or appearance in "
"the application or the whole desktop"
msgstr ""
-"Activeu aquesta opci�� si podeu descriure qualsevol comportament o aparen��a "
+"Activeu esta opci�� si podeu descriure qualsevol comportament o aparen��a "
"inusual en l'aplicaci�� o tot l'escriptori"
#. i18n: ectx: property (text), widget (QCheckBox, m_unusualSituation)
@@ -2175,8 +2173,8 @@
"Check this option if you can provide application specific details or "
"settings that may be related to the crash."
msgstr ""
-"Activeu aquesta opci�� si podeu proporcionar detalls espec��fics o par��metres "
-"que poden estar relacionats amb la fallada."
+"Activeu esta opci�� si podeu proporcionar detalls espec��fics o par��metres que "
+"poden estar relacionats amb la fallada."
#. i18n: ectx: property (whatsThis), widget (QCheckBox, m_appSpecificDetails)
#: bugzillaintegration/ui/assistantpage_bugawareness.ui:251
@@ -2186,8 +2184,8 @@
"Check this option if you can provide application specific details or "
"settings that may be related to the crash."
msgstr ""
-"Activeu aquesta opci�� si podeu proporcionar detalls espec��fics o par��metres "
-"que poden estar relacionats amb la fallada."
+"Activeu esta opci�� si podeu proporcionar detalls espec��fics o par��metres que "
+"poden estar relacionats amb la fallada."
#. i18n: ectx: property (text), widget (QCheckBox, m_appSpecificDetails)
#: bugzillaintegration/ui/assistantpage_bugawareness.ui:254
@@ -2209,7 +2207,7 @@
msgstr ""
"Vegeu si l'error ja ha estat informat. Feu doble clic en un informe de la "
"llista i compareu-lo amb el vostre. Podeu suggerir que la vostra fallada "
-"siga un duplicat d'aquest informe o directament adjuntar-hi la informaci��."
+"siga un duplicat d'este informe o directament adjuntar-hi la informaci��."
#. i18n: ectx: property (text), widget (QTreeWidget, m_bugListWidget)
#: bugzillaintegration/ui/assistantpage_bugzilla_duplicates.ui:72
@@ -2252,7 +2250,7 @@
"cases' details may have been provided already. <i>Proceed only if you can "
"add new information (not already mentioned). </i>"
msgstr ""
-"Aquesta sembla que ��s una <strong>fallada freq��ent</strong>, i ja s'han "
+"Esta sembla que ��s una <strong>fallada freq��ent</strong>, i ja s'han "
"proporcionat detalls de molts casos diferents. <i>Continueu nom��s si podeu "
"afegir informaci�� nova (no mencionada pr��viament). </i>"
@@ -2279,8 +2277,8 @@
#, kde-format
msgid "<strong>Are you sure this report matches your crash situation?</strong>"
msgstr ""
-"<strong>Esteu segur que aquest informe coincideix amb la situaci�� de la "
-"vostra fallada?</strong>"
+"<strong>Segur que este informe coincideix amb la situaci�� de la vostra "
+"fallada?</strong>"
#. i18n: ectx: property (text), widget (QRadioButton, markAsDuplicateCheck)
#: bugzillaintegration/ui/assistantpage_bugzilla_duplicates_dialog_confirmation.ui:209
@@ -2292,7 +2290,7 @@
#: bugzillaintegration/ui/assistantpage_bugzilla_duplicates_dialog_confirmation.ui:219
#, kde-format
msgid "Completely sure: attach my &information to this report"
-msgstr "Completament segur: adjunta la meua &informaci�� a aquest informe"
+msgstr "Completament segur: adjunta la meua &informaci�� a este informe"
#. i18n: ectx: property (text), widget (QLabel, m_explanationLabel)
#: bugzillaintegration/ui/assistantpage_bugzilla_information.ui:30
@@ -2383,7 +2381,7 @@
msgctxt "@option:check"
msgid "Save login information using the KDE Wallet system"
msgstr ""
-"Guarda la informaci�� d'entrada utilitzant el sistema de carteres del KDE"
+"Guarda la informaci�� d'entrada utilitzant el sistema de carteres de KDE"
#. i18n: ectx: property (text), widget (QLabel, m_previewDescriptionLabel)
#: bugzillaintegration/ui/assistantpage_bugzilla_preview.ui:19
@@ -2394,7 +2392,7 @@
"\n"
"If you want to modify it go to the previous pages."
msgstr ""
-"Aquesta ��s una vista pr��via del contingut de l'informe que s'enviar��.\n"
+"Esta ��s una vista pr��via del contingut de l'informe que s'enviar��.\n"
"\n"
"Si desitgeu modificar-lo, aneu a les p��gines anteriors."
@@ -2440,7 +2438,7 @@
"This assistant will analyze the crash information and guide you through the "
"bug reporting process."
msgstr ""
-"Aquest assistent analitzar�� la informaci�� de la fallada i vos guiar�� pel "
+"Este assistent analitzar�� la informaci�� de la fallada i vos guiar�� pel "
"proc��s d'informaci�� de l'error."
#. i18n: ectx: property (text), widget (QLabel, m_warningLabel)
@@ -2454,10 +2452,9 @@
"p><p>Feel free to close this dialog if you do not accept this.</p>"
msgstr ""
"<p><i>Nota:</i> Per a una depuraci�� efectiva es requereix la comunicaci�� "
-"entre v��s i els desenvolupadors. Per a continuar amb l'informe d'aquest "
-"error <strong>es requereix que consentiu que els desenvolupadors puguen "
-"contactar-vos.</strong></p><p>Podeu tancar aquest di��leg si no ho accepteu.</"
-"p>"
+"entre v��s i els desenvolupadors. Per a continuar amb l'informe d'este error "
+"<strong>es requereix que consentiu que els desenvolupadors puguen contactar-"
+"vos.</strong></p><p>Podeu tancar este di��leg si no ho accepteu.</p>"
#: debugpackageinstaller.cpp:51
#, kde-format
@@ -2465,7 +2462,7 @@
msgid "Requesting installation of missing debug symbols packages..."
msgstr ""
"S'ha sol��licitat la instal��laci�� de paquets amb els s��mbols de depuraci�� que "
-"manquen..."
+"falten..."
#: debugpackageinstaller.cpp:53
#, kde-format
@@ -2483,7 +2480,7 @@
msgctxt "@info"
msgid "Could not find debug symbol packages for this application."
msgstr ""
-"No s'han pogut trobar els paquets amb els s��mbols de depuraci�� per a aquesta "
+"No s'han pogut trobar els paquets amb els s��mbols de depuraci�� per a esta "
"aplicaci��."
#: debugpackageinstaller.cpp:98
@@ -2518,8 +2515,7 @@
#, kde-kuit-format
msgctxt "@info"
msgid "Cannot open file <filename>%1</filename> for writing."
-msgstr ""
-"No s'ha pogut obrir el fitxer <filename>%1</filename> per a escriptura."
+msgstr "No s'ha pogut obri el fitxer <filename>%1</filename> per a escriptura."
#: drkonqi_globals.cpp:14
#, kde-format
@@ -2531,8 +2527,7 @@
#, kde-format
msgctxt "@info:tooltip"
msgid "Use this button to restart the crashed application."
-msgstr ""
-"Utilitzeu aquest bot�� per a tornar a iniciar l'aplicaci�� que ha fallat."
+msgstr "Utilitzeu este bot�� per a tornar a iniciar l'aplicaci�� que ha fallat."
#: drkonqidialog.cpp:59
#, kde-format
@@ -2567,8 +2562,8 @@
msgstr ""
"<para>El mateix gestor de fallades ha donat un error, i el proc��s autom��tic "
"d'informes est�� desactivat per a reduir el risc que torne a fallar.<nl /> "
-"<nl />Per favor, <link url='%1'>informeu manualment</link> d'aquest error en "
-"el sistema de seguiment d'errors del KDE. No oblideu incloure la tra��a "
+"<nl />Per favor, <link url='%1'>informeu manualment</link> d'este error en "
+"el sistema de seguiment d'errors de KDE. No oblideu incloure la tra��a "
"inversa des de la pestanya <interface>Informaci�� del desenvolupador</"
"interface>.</para>"
@@ -2582,7 +2577,7 @@
"interface> tab.)</para>"
msgstr ""
"<para>L'assistent d'informes est�� desactivat perqu�� el di��leg del gestor de "
-"fallades s'ha iniciat en mode segur.<nl />Podeu informar d'aquesta errada "
+"fallades s'ha iniciat en mode segur.<nl />Podeu informar d'esta errada "
"manualment a %1 (incloent-hi la tra��a inversa des de la pestanya "
"<interface>Informaci�� pel desenvolupador</interface>).</para>"
@@ -2598,12 +2593,11 @@
"para>"
msgstr ""
"<para>L'assistent d'informes est�� desactivat perqu�� l'aplicaci�� que ha "
-"fallat s'ha actualitzat o desinstal��lat despr��s d'haver-se iniciat. Aix�� "
-"evita que els informes d'error siguen precisos i poden ser la causa "
-"d'aquesta fallada.</para><para>Despr��s d'actualitzar-lo sempre ��s una bona "
-"idea eixir de la sessi�� i tornar a entrar-hi per tal d'assegurar que "
-"l'actualitzaci�� s'ha aplicat completament i no provoca cap efecte "
-"col��lateral.</para>"
+"fallat s'ha actualitzat o desinstal��lat despr��s d'haver-se iniciat. A���� "
+"evita que els informes d'error siguen precisos i poden ser la causa d'esta "
+"fallada.</para><para>Despr��s d'actualitzar-lo sempre ��s una bona idea eixir "
+"de la sessi�� i tornar a entrar-hi per tal d'assegurar que l'actualitzaci�� "
+"s'ha aplicat completament i no provoca cap efecte col��lateral.</para>"
#: drkonqidialog.cpp:134
#, kde-kuit-format
@@ -2612,7 +2606,7 @@
"<para>You can help us improve KDE Software by reporting this error.<nl /"
"><link url='%1'>Learn more about bug reporting.</link></para>"
msgstr ""
-"<para>Podeu ajudar a millorar el programari del KDE informant d'aquest error."
+"<para>Podeu ajudar a millorar el programari de KDE informant d'este error."
"<nl /><link url='%1'>Apreneu m��s quant a informar d'errors.</link></para>"
#: drkonqidialog.cpp:141
@@ -2622,7 +2616,7 @@
"<para>You cannot report this error, because <application>%1</application> "
"does not provide a bug reporting address.</para>"
msgstr ""
-"<para>No podeu informar d'aquest error, perqu�� <application>%1</application> "
+"<para>No podeu informar d'este error, perqu�� <application>%1</application> "
"no ha proporcionat cap adre��a d'informe d'error.</para>"
#: drkonqidialog.cpp:149
@@ -2671,7 +2665,7 @@
#, kde-format
msgctxt "@info:tooltip"
msgid "Close this dialog (you will lose the crash information.)"
-msgstr "Tanqueu aquest di��leg (perdreu la informaci�� de la fallada)."
+msgstr "Tanqueu este di��leg (perdreu la informaci�� de la fallada)."
#: drkonqidialog.cpp:235
#, kde-format
@@ -2682,13 +2676,13 @@
#: main.cpp:110
#, kde-format
msgid "The KDE Crash Handler"
-msgstr "El gestor de fallades del KDE"
+msgstr "El gestor de fallades de KDE"
#: main.cpp:112
#, kde-format
msgid "The KDE Crash Handler gives the user feedback if a program has crashed."
msgstr ""
-"El gestor de fallades del KDE dona informaci�� a l'usuari si ha fallat un "
+"El gestor de fallades de KDE dona informaci�� a l'usuari si ha fallat un "
"programa."
#: main.cpp:115
@@ -2797,7 +2791,7 @@
msgctxt "@info:shell"
msgid "Keep the program running and generate the backtrace at startup"
msgstr ""
-"Mant��n el programa executant-se i genera la tra��a inversa durant l'inici"
+"Mant��n el programa executant-se i genera la tra��a inversa durant l'inici"
#: main.cpp:142
#, kde-format
@@ -2810,8 +2804,7 @@
msgctxt "@info:shell"
msgid "Do not show a notification but launch the debug dialog directly"
msgstr ""
-"No mostres cap notificaci�� i en canvi llan��a directament el di��leg de "
-"depuraci��"
+"No mostres cap notificaci��, per�� inicia directament el di��leg de depuraci��"
#: statusnotifier.cpp:29
#, kde-format
@@ -2822,7 +2815,7 @@
#: statusnotifier.cpp:54
#, kde-format
msgid "Please report this error to help improve this software."
-msgstr "Informeu d'aquest error per a ajudar a millorar aquest programari."
+msgstr "Informeu d'este error per a ajudar a millorar este programari."
#: statusnotifier.cpp:61
#, kde-format
@@ -2844,7 +2837,7 @@
#, kde-format
msgctxt "Notification text"
msgid "Please report this error to help improve this software."
-msgstr "Informeu d'aquest error per a ajudar a millorar aquest programari."
+msgstr "Informeu d'este error per a ajudar a millorar este programari."
#: statusnotifier.cpp:99
#, kde-format
@@ -2856,7 +2849,7 @@
#, kde-format
msgctxt "Notification action button, keep short"
msgid "Report Bug"
-msgstr "Informa d'un error"
+msgstr "Informeu d'un error"
#: statusnotifier.cpp:113
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/drkonqi-5.24.3/po/id/drkonqi5.po new/drkonqi-5.24.4/po/id/drkonqi5.po
--- old/drkonqi-5.24.3/po/id/drkonqi5.po 2022-03-08 12:14:03.000000000 +0100
+++ new/drkonqi-5.24.4/po/id/drkonqi5.po 2022-03-29 13:15:13.000000000 +0200
@@ -3,6 +3,7 @@
# This file is distributed under the same license as the drkonqi package.
# Andhika Padmawan <andhika.padmawan(a)gmail.com>, 2010-2014.
# Wantoyo <wantoyek(a)gmail.com>, 2017, 2018, 2019, 2020, 2021.
+# Linerly <linerly(a)protonmail.com>, 2022.
#
msgid ""
msgstr ""
@@ -17,7 +18,6 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 20.12.1\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/drkonqi-5.24.3/po/uk/drkonqi5.po new/drkonqi-5.24.4/po/uk/drkonqi5.po
--- old/drkonqi-5.24.3/po/uk/drkonqi5.po 2022-03-08 12:14:16.000000000 +0100
+++ new/drkonqi-5.24.4/po/uk/drkonqi5.po 2022-03-29 13:15:25.000000000 +0200
@@ -7,13 +7,13 @@
# Eugene Onischenko <oneugene(a)ukr.net>, 2002, 2003, 2004.
# Andriy Rysin <rysin(a)kde.org>, 2002, 2004, 2006.
# Ivan Petrouchtchak <fr.ivan(a)ukrainian-orthodox.org>, 2004, 2005, 2006, 2007, 2008.
-# Yuri Chornoivan <yurchor(a)ukr.net>, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2021.
+# Yuri Chornoivan <yurchor(a)ukr.net>, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2021, 2022.
msgid ""
msgstr ""
"Project-Id-Version: drkonqi5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-02-23 02:13+0000\n"
-"PO-Revision-Date: 2021-08-07 09:03+0300\n"
+"PO-Revision-Date: 2022-03-22 11:10+0200\n"
"Last-Translator: Yuri Chornoivan <yurchor(a)ukr.net>\n"
"Language-Team: Ukrainian <kde-i18n-uk(a)kde.org>\n"
"Language: uk\n"
@@ -2715,7 +2715,7 @@
#: main.cpp:110
#, kde-format
msgid "The KDE Crash Handler"
-msgstr "�������������������� ������������ KDE"
+msgstr "�������������������� ������������ KDE"
#: main.cpp:112
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/drkonqi-5.24.3/po/zh_CN/drkonqi5.po new/drkonqi-5.24.4/po/zh_CN/drkonqi5.po
--- old/drkonqi-5.24.3/po/zh_CN/drkonqi5.po 2022-03-08 12:14:18.000000000 +0100
+++ new/drkonqi-5.24.4/po/zh_CN/drkonqi5.po 2022-03-29 13:15:26.000000000 +0200
@@ -13,7 +13,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-02-23 02:13+0000\n"
-"PO-Revision-Date: 2022-03-05 15:07\n"
+"PO-Revision-Date: 2022-03-16 15:50\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package discover for openSUSE:Factory checked in at 2022-04-01 21:34:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/discover (Old)
and /work/SRC/openSUSE:Factory/.discover.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "discover"
Fri Apr 1 21:34:57 2022 rev:112 rq:965888 version:5.24.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/discover/discover.changes 2022-03-12 17:14:48.578259269 +0100
+++ /work/SRC/openSUSE:Factory/.discover.new.1900/discover.changes 2022-04-01 21:35:06.858149643 +0200
@@ -1,0 +2,10 @@
+Tue Mar 29 16:04:36 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.24.4
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.24.4
+- Changes since 5.24.3:
+ * Fix searchfield focus on touch launch
+
+-------------------------------------------------------------------
Old:
----
discover-5.24.3.tar.xz
discover-5.24.3.tar.xz.sig
New:
----
discover-5.24.4.tar.xz
discover-5.24.4.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ discover.spec ++++++
--- /var/tmp/diff_new_pack.mf3c4U/_old 2022-04-01 21:35:07.558141966 +0200
+++ /var/tmp/diff_new_pack.mf3c4U/_new 2022-04-01 21:35:07.562141922 +0200
@@ -21,7 +21,7 @@
%global have_fwupd (0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300)
Name: discover
-Version: 5.24.3
+Version: 5.24.4
Release: 0
Summary: Software store for the KDE Plasma desktop
License: GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later
++++++ discover-5.24.3.tar.xz -> discover-5.24.4.tar.xz ++++++
/work/SRC/openSUSE:Factory/discover/discover-5.24.3.tar.xz /work/SRC/openSUSE:Factory/.discover.new.1900/discover-5.24.4.tar.xz differ: char 26, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package breeze-gtk for openSUSE:Factory checked in at 2022-04-01 21:34:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/breeze-gtk (Old)
and /work/SRC/openSUSE:Factory/.breeze-gtk.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze-gtk"
Fri Apr 1 21:34:56 2022 rev:114 rq:965887 version:5.24.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes 2022-03-12 17:14:47.514258038 +0100
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new.1900/breeze-gtk.changes 2022-04-01 21:35:05.946159646 +0200
@@ -1,0 +2,9 @@
+Tue Mar 29 16:04:36 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.24.4
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.24.4
+- No code changes since 5.24.3
+
+-------------------------------------------------------------------
Old:
----
breeze-gtk-5.24.3.tar.xz
breeze-gtk-5.24.3.tar.xz.sig
New:
----
breeze-gtk-5.24.4.tar.xz
breeze-gtk-5.24.4.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ breeze-gtk.spec ++++++
--- /var/tmp/diff_new_pack.nRq89u/_old 2022-04-01 21:35:06.522153328 +0200
+++ /var/tmp/diff_new_pack.nRq89u/_new 2022-04-01 21:35:06.526153284 +0200
@@ -19,7 +19,7 @@
%define _name breeze
Name: breeze-gtk
-Version: 5.24.3
+Version: 5.24.4
Release: 0
Summary: GTK+ theme matching KDE's Breeze
License: LGPL-2.1-only
++++++ breeze-gtk-5.24.3.tar.xz -> breeze-gtk-5.24.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-5.24.3/CMakeLists.txt new/breeze-gtk-5.24.4/CMakeLists.txt
--- old/breeze-gtk-5.24.3/CMakeLists.txt 2022-03-08 12:12:36.000000000 +0100
+++ new/breeze-gtk-5.24.4/CMakeLists.txt 2022-03-29 13:13:45.000000000 +0200
@@ -1,5 +1,5 @@
project(breeze-gtk)
-set(PROJECT_VERSION "5.24.3")
+set(PROJECT_VERSION "5.24.4")
set(PROJECT_VERSION_MAJOR 5)
cmake_minimum_required(VERSION 3.16)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package breeze for openSUSE:Factory checked in at 2022-04-01 21:34:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/breeze (Old)
and /work/SRC/openSUSE:Factory/.breeze.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze"
Fri Apr 1 21:34:54 2022 rev:137 rq:965886 version:5.24.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/breeze/breeze.changes 2022-03-12 17:14:45.854256117 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.1900/breeze.changes 2022-04-01 21:35:04.502175483 +0200
@@ -1,0 +2,10 @@
+Tue Mar 29 16:04:35 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.24.4
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.24.4
+- Changes since 5.24.3:
+ * Fix build without QtQuick and QtX11Extras
+
+-------------------------------------------------------------------
Old:
----
breeze-5.24.3.tar.xz
breeze-5.24.3.tar.xz.sig
New:
----
breeze-5.24.4.tar.xz
breeze-5.24.4.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ breeze.spec ++++++
--- /var/tmp/diff_new_pack.YPsmdz/_old 2022-04-01 21:35:05.702162322 +0200
+++ /var/tmp/diff_new_pack.YPsmdz/_new 2022-04-01 21:35:05.710162234 +0200
@@ -22,7 +22,7 @@
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: breeze
-Version: 5.24.3
+Version: 5.24.4
Release: 0
Summary: Plasma Desktop artwork, styles and assets
License: GPL-2.0-or-later
++++++ breeze-5.24.3.tar.xz -> breeze-5.24.4.tar.xz ++++++
/work/SRC/openSUSE:Factory/breeze/breeze-5.24.3.tar.xz /work/SRC/openSUSE:Factory/.breeze.new.1900/breeze-5.24.4.tar.xz differ: char 26, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package bluedevil5 for openSUSE:Factory checked in at 2022-04-01 21:34:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluedevil5 (Old)
and /work/SRC/openSUSE:Factory/.bluedevil5.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bluedevil5"
Fri Apr 1 21:34:53 2022 rev:128 rq:965885 version:5.24.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/bluedevil5/bluedevil5.changes 2022-03-12 17:14:43.630253545 +0100
+++ /work/SRC/openSUSE:Factory/.bluedevil5.new.1900/bluedevil5.changes 2022-04-01 21:35:02.314199480 +0200
@@ -1,0 +2,9 @@
+Tue Mar 29 16:04:35 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.24.4
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.24.4
+- No code changes since 5.24.3
+
+-------------------------------------------------------------------
Old:
----
bluedevil-5.24.3.tar.xz
bluedevil-5.24.3.tar.xz.sig
New:
----
bluedevil-5.24.4.tar.xz
bluedevil-5.24.4.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bluedevil5.spec ++++++
--- /var/tmp/diff_new_pack.XV02zy/_old 2022-04-01 21:35:03.554185880 +0200
+++ /var/tmp/diff_new_pack.XV02zy/_new 2022-04-01 21:35:03.558185836 +0200
@@ -22,7 +22,7 @@
%bcond_without released
Name: bluedevil5
-Version: 5.24.3
+Version: 5.24.4
Release: 0
Summary: Bluetooth Manager for KDE Plasma
License: GPL-2.0-or-later
++++++ bluedevil-5.24.3.tar.xz -> bluedevil-5.24.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluedevil-5.24.3/CMakeLists.txt new/bluedevil-5.24.4/CMakeLists.txt
--- old/bluedevil-5.24.3/CMakeLists.txt 2022-03-08 12:11:06.000000000 +0100
+++ new/bluedevil-5.24.4/CMakeLists.txt 2022-03-29 13:12:15.000000000 +0200
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(bluedevil)
-set(PROJECT_VERSION "5.24.3")
+set(PROJECT_VERSION "5.24.4")
set(PROJECT_VERSION_MAJOR 5)
set(QT_MIN_VERSION "5.15.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluedevil-5.24.3/po/ca(a)valencia/kcm_bluetooth.po new/bluedevil-5.24.4/po/ca(a)valencia/kcm_bluetooth.po
--- old/bluedevil-5.24.3/po/ca(a)valencia/kcm_bluetooth.po 2022-03-08 12:10:47.000000000 +0100
+++ new/bluedevil-5.24.4/po/ca(a)valencia/kcm_bluetooth.po 2022-03-29 13:11:56.000000000 +0200
@@ -10,7 +10,7 @@
"Project-Id-Version: bluedevil\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-12-31 00:44+0000\n"
-"PO-Revision-Date: 2021-09-13 16:50+0200\n"
+"PO-Revision-Date: 2021-12-31 09:50+0100\n"
"Last-Translator: Antoni Bella P��rez <antonibella5(a)yahoo.com>\n"
"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
"Language: ca@valencia\n"
@@ -19,7 +19,7 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 21.08.1\n"
+"X-Generator: Lokalize 21.12.0\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
@@ -142,7 +142,7 @@
#, kde-format
msgctxt "This device is an Audio/Video device"
msgid "Multimedia Device"
-msgstr ""
+msgstr "Dispositiu multim��dia"
#: package/contents/ui/Device.qml:170
#, kde-format
@@ -285,7 +285,7 @@
#: package/contents/ui/General.qml:161 package/contents/ui/General.qml:172
#, kde-format
msgid "Select folder"
-msgstr "Selecci�� de carpeta"
+msgstr "Seleccioneu una carpeta"
#: package/contents/ui/main.qml:41
#, kde-format
@@ -335,7 +335,7 @@
#: package/contents/ui/main.qml:187
#, kde-format
msgid "Add New Device���"
-msgstr ""
+msgstr "Afig un dispositiu nou���"
#: package/contents/ui/main.qml:205
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluedevil-5.24.3/po/ca(a)valencia/plasma_applet_org.kde.plasma.bluetooth.po new/bluedevil-5.24.4/po/ca(a)valencia/plasma_applet_org.kde.plasma.bluetooth.po
--- old/bluedevil-5.24.3/po/ca(a)valencia/plasma_applet_org.kde.plasma.bluetooth.po 2022-03-08 12:10:47.000000000 +0100
+++ new/bluedevil-5.24.4/po/ca(a)valencia/plasma_applet_org.kde.plasma.bluetooth.po 2022-03-29 13:11:56.000000000 +0200
@@ -10,7 +10,7 @@
"Project-Id-Version: bluedevil\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-01-25 02:11+0000\n"
-"PO-Revision-Date: 2021-08-03 20:00+0200\n"
+"PO-Revision-Date: 2021-12-24 19:29+0100\n"
"Last-Translator: Antoni Bella P��rez <antonibella5(a)yahoo.com>\n"
"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
"Language: ca@valencia\n"
@@ -19,7 +19,7 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 21.07.90\n"
+"X-Generator: Lokalize 21.12.0\n"
#: package/contents/ui/BluetoothApplet.qml:24
#, kde-format
@@ -124,7 +124,7 @@
#: package/contents/ui/DeviceItem.qml:267
#, kde-format
msgid "Phone"
-msgstr ""
+msgstr "Tel��fon"
#: package/contents/ui/DeviceItem.qml:274
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluedevil-5.24.3/po/id/kcm_bluetooth.po new/bluedevil-5.24.4/po/id/kcm_bluetooth.po
--- old/bluedevil-5.24.3/po/id/kcm_bluetooth.po 2022-03-08 12:10:53.000000000 +0100
+++ new/bluedevil-5.24.4/po/id/kcm_bluetooth.po 2022-03-29 13:12:02.000000000 +0200
@@ -2,7 +2,8 @@
# This file is distributed under the same license as the PACKAGE package.
# Rendiyono Wahyu Saputro <rendi.7936(a)gmail.com>, 2015.
# wantoyo <wantoyo(a)yahoo.com>, 2015-2016.
-# Wantoyo <wantoyek(a)gmail.com>, 2016, 2017, 2018, 2019, 2020.
+# Wantoyo <wantoyek(a)gmail.com>, 2016, 2017, 2018, 2019, 2020, 2022.
+# Linerly <linerly(a)protonmail.com>, 2022.
#
# Translators:
msgid ""
@@ -10,15 +11,15 @@
"Project-Id-Version: KDE Frameworks 5 Applications\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-12-31 00:44+0000\n"
-"PO-Revision-Date: 2020-09-15 06:16+0700\n"
-"Last-Translator: Wantoyo <wantoyek(a)gmail.com>\n"
+"PO-Revision-Date: 2022-03-08 07:52+0700\n"
+"Last-Translator: Wantoyek <wantoyek(a)gmail.com>\n"
"Language-Team: Indonesian <kde-i18n-doc(a)kde.org>\n"
"Language: id\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: Lokalize 20.08.0\n"
+"X-Generator: Lokalize 21.12.2\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
@@ -92,16 +93,14 @@
msgstr "Kirim File"
#: package/contents/ui/Device.qml:139
-#, fuzzy, kde-format
-#| msgid "Setup NAP Network..."
+#, kde-format
msgid "Setup NAP Network���"
-msgstr "Pengesetan Jaringan NAP..."
+msgstr "Siapkan Jaringan NAP..."
#: package/contents/ui/Device.qml:146
-#, fuzzy, kde-format
-#| msgid "Setup DUN Network..."
+#, kde-format
msgid "Setup DUN Network���"
-msgstr "Pengesetan Jaringan DUN..."
+msgstr "Siapkan Jaringan DUN..."
#: package/contents/ui/Device.qml:156
#, kde-format
@@ -143,7 +142,7 @@
#, kde-format
msgctxt "This device is an Audio/Video device"
msgid "Multimedia Device"
-msgstr ""
+msgstr "Perangkat Multimedia"
#: package/contents/ui/Device.qml:170
#, kde-format
@@ -188,14 +187,11 @@
msgstr "Printer"
#: package/contents/ui/Device.qml:184
-#, fuzzy, kde-format
-#| msgctxt ""
-#| "This device is an Imaging device (printer, scanner, camera, display, ...)"
-#| msgid "Imaging"
+#, kde-format
msgctxt ""
"This device is an Imaging device (printer, scanner, camera, display, ���)"
msgid "Imaging"
-msgstr "Pencitraan"
+msgstr "Pengambaran"
#: package/contents/ui/Device.qml:186
#, kde-format
@@ -244,13 +240,12 @@
#: package/contents/ui/General.qml:66
#, kde-format
msgid "On login:"
-msgstr ""
+msgstr "Pada masuk"
#: package/contents/ui/General.qml:67
-#, fuzzy, kde-format
-#| msgid "Disable Bluetooth"
+#, kde-format
msgid "Enable Bluetooth"
-msgstr "Nonfungsikan Bluetooth"
+msgstr "Aktifkan Bluetooth"
#: package/contents/ui/General.qml:77 package/contents/ui/main.qml:193
#, kde-format
@@ -260,7 +255,7 @@
#: package/contents/ui/General.qml:87
#, kde-format
msgid "Remember previous status"
-msgstr ""
+msgstr "Ingat status sebelumnya"
#: package/contents/ui/General.qml:106
#, kde-format
@@ -295,17 +290,17 @@
#: package/contents/ui/main.qml:41
#, kde-format
msgid "Are you sure you want to forget '%1'"
-msgstr ""
+msgstr "Apakah Anda yakin Anda ingin melupakan '%1'"
#: package/contents/ui/main.qml:47
#, kde-format
msgid "Confirm Deletion of Device"
-msgstr ""
+msgstr "Konfirmasi Penghapusan Perangkat"
#: package/contents/ui/main.qml:98
#, kde-format
msgid "No Bluetooth adapters found"
-msgstr ""
+msgstr "Tidak ada adaptor Bluetooth yang ditemukan"
#: package/contents/ui/main.qml:106
#, kde-format
@@ -320,7 +315,7 @@
#: package/contents/ui/main.qml:121
#, kde-format
msgid "No devices paired"
-msgstr ""
+msgstr "Tidak ada perangkat yang disandingkan"
#: package/contents/ui/main.qml:142
#, kde-format
@@ -340,10 +335,9 @@
#: package/contents/ui/main.qml:187
#, kde-format
msgid "Add New Device���"
-msgstr ""
+msgstr "Tambahkan Perangkat Baru..."
#: package/contents/ui/main.qml:205
-#, fuzzy, kde-format
-#| msgid "Configure..."
+#, kde-format
msgid "Configure���"
msgstr "Konfigurasikan..."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluedevil-5.24.3/po/id/plasma_applet_org.kde.plasma.bluetooth.po new/bluedevil-5.24.4/po/id/plasma_applet_org.kde.plasma.bluetooth.po
--- old/bluedevil-5.24.3/po/id/plasma_applet_org.kde.plasma.bluetooth.po 2022-03-08 12:10:53.000000000 +0100
+++ new/bluedevil-5.24.4/po/id/plasma_applet_org.kde.plasma.bluetooth.po 2022-03-29 13:12:02.000000000 +0200
@@ -1,21 +1,21 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
-# Wantoyo <wantoyek(a)gmail.com>, 2017, 2018, 2019, 2020.
+# Wantoyo <wantoyek(a)gmail.com>, 2017, 2018, 2019, 2020, 2022.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-01-25 02:11+0000\n"
-"PO-Revision-Date: 2020-04-24 22:00+0700\n"
-"Last-Translator: Wantoyo <wantoyek(a)gmail.com>\n"
+"PO-Revision-Date: 2022-03-16 07:24+0700\n"
+"Last-Translator: Wantoy��k <wantoyek(a)gmail.com>\n"
"Language-Team: Indonesian <kde-i18n-doc(a)kde.org>\n"
"Language: id\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: Lokalize 19.12.1\n"
+"X-Generator: Lokalize 21.12.3\n"
#: package/contents/ui/BluetoothApplet.qml:24
#, kde-format
@@ -23,16 +23,14 @@
msgstr "Bluetooth"
#: package/contents/ui/BluetoothApplet.qml:43
-#, fuzzy, kde-format
-#| msgid "Configure &Bluetooth..."
+#, kde-format
msgid "Configure &Bluetooth���"
-msgstr "Konfigurasikan &Bluetooth..."
+msgstr "Konfigurasi &Bluetooth..."
#: package/contents/ui/BluetoothApplet.qml:45
-#, fuzzy, kde-format
-#| msgid "Add New Device"
+#, kde-format
msgid "Add New Device���"
-msgstr "Tambah Perangkat Baru"
+msgstr "Tambahkan Perangkat Baru..."
#: package/contents/ui/DeviceItem.qml:35
#, kde-format
@@ -105,10 +103,9 @@
msgstr "Mengonek"
#: package/contents/ui/DeviceItem.qml:249
-#, fuzzy, kde-format
-#| msgid "Connect"
+#, kde-format
msgid "Connected"
-msgstr "Sambung"
+msgstr "Terkoneksi"
#: package/contents/ui/DeviceItem.qml:256
#, kde-format
@@ -123,7 +120,7 @@
#: package/contents/ui/DeviceItem.qml:267
#, kde-format
msgid "Phone"
-msgstr ""
+msgstr "Telepon"
#: package/contents/ui/DeviceItem.qml:274
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluedevil-5.24.3/po/zh_CN/bluedevil.po new/bluedevil-5.24.4/po/zh_CN/bluedevil.po
--- old/bluedevil-5.24.3/po/zh_CN/bluedevil.po 2022-03-08 12:11:05.000000000 +0100
+++ new/bluedevil-5.24.4/po/zh_CN/bluedevil.po 2022-03-29 13:12:14.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-02-19 02:10+0000\n"
-"PO-Revision-Date: 2022-03-05 15:06\n"
+"PO-Revision-Date: 2022-03-16 15:49\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluedevil-5.24.3/po/zh_CN/kcm_bluetooth.po new/bluedevil-5.24.4/po/zh_CN/kcm_bluetooth.po
--- old/bluedevil-5.24.3/po/zh_CN/kcm_bluetooth.po 2022-03-08 12:11:05.000000000 +0100
+++ new/bluedevil-5.24.4/po/zh_CN/kcm_bluetooth.po 2022-03-29 13:12:14.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-12-31 00:44+0000\n"
-"PO-Revision-Date: 2022-03-05 15:06\n"
+"PO-Revision-Date: 2022-03-16 15:49\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluedevil-5.24.3/po/zh_CN/plasma_applet_org.kde.plasma.bluetooth.po new/bluedevil-5.24.4/po/zh_CN/plasma_applet_org.kde.plasma.bluetooth.po
--- old/bluedevil-5.24.3/po/zh_CN/plasma_applet_org.kde.plasma.bluetooth.po 2022-03-08 12:11:05.000000000 +0100
+++ new/bluedevil-5.24.4/po/zh_CN/plasma_applet_org.kde.plasma.bluetooth.po 2022-03-29 13:12:14.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-01-25 02:11+0000\n"
-"PO-Revision-Date: 2022-03-05 15:06\n"
+"PO-Revision-Date: 2022-03-16 15:49\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluedevil-5.24.3/src/bluedevil-mime.xml new/bluedevil-5.24.4/src/bluedevil-mime.xml
--- old/bluedevil-5.24.3/src/bluedevil-mime.xml 2022-03-08 12:10:44.000000000 +0100
+++ new/bluedevil-5.24.4/src/bluedevil-mime.xml 2022-03-29 13:11:52.000000000 +0200
@@ -34,6 +34,7 @@
<comment xml:lang="fr">P��riph��rique</comment>
<comment xml:lang="hu">Eszk��z</comment>
<comment xml:lang="ia">Dispositivo</comment>
+ <comment xml:lang="id">Perangkat</comment>
<comment xml:lang="it">Dispositivo</comment>
<comment xml:lang="ko">������</comment>
<comment xml:lang="lt">��renginys</comment>
@@ -73,6 +74,7 @@
<comment xml:lang="fr">Service</comment>
<comment xml:lang="hu">Szolg��ltat��s</comment>
<comment xml:lang="ia">Servicio</comment>
+ <comment xml:lang="id">Layanan</comment>
<comment xml:lang="it">Servizio</comment>
<comment xml:lang="ko">���������</comment>
<comment xml:lang="lt">Paslauga</comment>
@@ -110,6 +112,7 @@
<comment xml:lang="fr">Service</comment>
<comment xml:lang="hu">Szolg��ltat��s</comment>
<comment xml:lang="ia">Servicio</comment>
+ <comment xml:lang="id">Layanan</comment>
<comment xml:lang="it">Servizio</comment>
<comment xml:lang="ko">���������</comment>
<comment xml:lang="lt">Paslauga</comment>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluedevil-5.24.3/src/kcm/bluetooth.json new/bluedevil-5.24.4/src/kcm/bluetooth.json
--- old/bluedevil-5.24.3/src/kcm/bluetooth.json 2022-03-08 12:10:44.000000000 +0100
+++ new/bluedevil-5.24.4/src/kcm/bluetooth.json 2022-03-29 13:11:52.000000000 +0200
@@ -17,6 +17,7 @@
"Name[fr]": "Nicolas Fella",
"Name[hu]": "Nicolas Fella",
"Name[ia]": "Nicolas Fella",
+ "Name[id]": "Nicolas Fella",
"Name[it]": "Nicolas Fella",
"Name[ko]": "Nicolas Fella",
"Name[lt]": "Nicolas Fella",
@@ -50,6 +51,7 @@
"Description[fr]": "G��rer les p��riph��riques Bluetooth",
"Description[hu]": "Bluetooth eszk��z��k kezel��se",
"Description[ia]": "Gere dispositivos Bluetooth",
+ "Description[id]": "Kelola perangkat Bluetooth",
"Description[it]": "Gestisci i dispositivi Bluetooth",
"Description[ko]": "������������ ������ ������",
"Description[lt]": "Tvarkyti Bluetooth ��renginius",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluedevil-5.24.3/src/kcm/kcm_bluetooth.desktop new/bluedevil-5.24.4/src/kcm/kcm_bluetooth.desktop
--- old/bluedevil-5.24.3/src/kcm/kcm_bluetooth.desktop 2022-03-08 12:10:44.000000000 +0100
+++ new/bluedevil-5.24.4/src/kcm/kcm_bluetooth.desktop 2022-03-29 13:11:52.000000000 +0200
@@ -70,6 +70,7 @@
Comment[hsb]=Bluetooth-graty rjadowa��
Comment[hu]=Bluetooth eszk��z��k kezel��se
Comment[ia]=Gere dispositivos bluetooth
+Comment[id]=Kelola perangkat Bluetooth
Comment[it]=Gestisci i dispositivi Bluetooth
Comment[ko]=������������ ������ ������
Comment[lt]=Tvarkyti Bluetooth ��renginius
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluedevil-5.24.3/src/sendfile/org.kde.bluedevilsendfile.desktop new/bluedevil-5.24.4/src/sendfile/org.kde.bluedevilsendfile.desktop
--- old/bluedevil-5.24.3/src/sendfile/org.kde.bluedevilsendfile.desktop 2022-03-08 12:10:44.000000000 +0100
+++ new/bluedevil-5.24.4/src/sendfile/org.kde.bluedevilsendfile.desktop 2022-03-29 13:11:52.000000000 +0200
@@ -16,6 +16,7 @@
Name[gl]=Transferencias de ficheiros mediante Bluetooth
Name[hu]=Bluetooth f��jl��tvitel
Name[ia]=Transferimento de file de Bluetooth
+Name[id]=Transfer File Bluetooth
Name[it]=Trasferimento file via Bluetooth
Name[ko]=������������ ������ ������
Name[lt]=Fail�� perdavimai
@@ -36,6 +37,7 @@
GenericName[ar]=������ ������������ ������������
GenericName[az]=Bluetooth il�� fayl m��badil��si
GenericName[ca]=Transfer��ncia de fitxers per Bluetooth
+GenericName[ca@valencia]=Transfer��ncia de fitxers per Bluetooth
GenericName[cs]=P��enos soubor�� Bluetooth
GenericName[de]=Bluetooth-Daten��bertragung
GenericName[en_GB]=Bluetooth File Transfer
@@ -45,6 +47,7 @@
GenericName[fr]=Transfert de fichiers par Bluetooth
GenericName[hu]=Bluetooth f��jl��tvitel
GenericName[ia]=Transferimento de file de Bluetooth
+GenericName[id]=Transfer File Bluetooth
GenericName[ko]=������������ ������ ������
GenericName[nl]=Bestandsoverdracht via bluetooth
GenericName[pa]=��������������������� ������������ ���������������������
@@ -62,6 +65,7 @@
Comment[ar]=�������� ������������ ������ ������������
Comment[az]=Fayllar�� Bluetooth il�� g��nd��rin
Comment[ca]=Envia fitxers per Bluetooth
+Comment[ca@valencia]=Envia fitxers per Bluetooth
Comment[cs]=Pos��lat soubory p��es Bluetooth
Comment[de]=Dateien ��ber Bluetooth versenden
Comment[en_GB]=Send files via Bluetooth
@@ -71,6 +75,7 @@
Comment[fr]=Envoi de fichiers par Bluetooth
Comment[hu]=F��jl k��ld��se Bluetoothon
Comment[ia]=Invia files via Bluetooth
+Comment[id]=Kirimkan file via Bluetooth
Comment[ko]=��������������� ������ ���������
Comment[nl]=Bestanden via bluetooth verzenden
Comment[pa]=������������������ ��������� ��������������������� ��������������� ������������
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluedevil-5.24.3/src/wizard/org.kde.bluedevilwizard.desktop new/bluedevil-5.24.4/src/wizard/org.kde.bluedevilwizard.desktop
--- old/bluedevil-5.24.3/src/wizard/org.kde.bluedevilwizard.desktop 2022-03-08 12:10:44.000000000 +0100
+++ new/bluedevil-5.24.4/src/wizard/org.kde.bluedevilwizard.desktop 2022-03-29 13:11:52.000000000 +0200
@@ -3,6 +3,7 @@
Name[ar]=������ �������� ������������
Name[az]=Bluetooth cihaz�� ��lav�� edin
Name[ca]=Afegeix un dispositiu Bluetooth
+Name[ca@valencia]=Afig un dispositiu Bluetooth
Name[cs]=P��idat za����zen�� Bluetooth
Name[de]=Bluetooth-Ger��t hinzuf��gen
Name[en_GB]=Add Bluetooth Device
@@ -12,6 +13,7 @@
Name[fr]=Ajouter un p��riph��riques Bluetooth
Name[hu]=Bluetooth eszk��z hozz��ad��sa
Name[ia]=Adde dispositivo de Bluetooth
+Name[id]=Tambahkan Perangkat Bluetooth
Name[ko]=������������ ������ ������
Name[nl]=Bluetooth-apparaat toevoegen
Name[pa]=��������������������� ������������������ ������������
@@ -29,6 +31,7 @@
GenericName[ar]=������ �������� ������������
GenericName[az]=Bluetooth cihaz�� ��lav�� edin
GenericName[ca]=Afegeix un dispositiu Bluetooth
+GenericName[ca@valencia]=Afig un dispositiu Bluetooth
GenericName[cs]=P��idat za����zen�� Bluetooth
GenericName[de]=Bluetooth-Ger��t hinzuf��gen
GenericName[en_GB]=Add Bluetooth Device
@@ -38,6 +41,7 @@
GenericName[fr]=Ajouter un p��riph��riques Bluetooth
GenericName[hu]=Bluetooth eszk��z hozz��ad��sa
GenericName[ia]=Adde dispositivos de Bluetooth
+GenericName[id]=Tambahkan Perangkat Bluetooth
GenericName[ko]=������������ ������ ������
GenericName[nl]=Bluetooth-apparaat toevoegen
GenericName[pa]=��������������������� ������������������ ������������
@@ -55,6 +59,7 @@
Comment[ar]=������ �������� ������������
Comment[az]=Bluetooth cihaz�� ��lav�� edin
Comment[ca]=Afegeix un dispositiu Bluetooth
+Comment[ca@valencia]=Afig un dispositiu Bluetooth
Comment[cs]=P��idat za����zen�� Bluetooth
Comment[de]=Bluetooth-Ger��t hinzuf��gen
Comment[en_GB]=Add Bluetooth Device
@@ -64,6 +69,7 @@
Comment[fr]=Ajouter un p��riph��riques Bluetooth
Comment[hu]=Bluetooth eszk��z hozz��ad��sa
Comment[ia]=Adde dispositivos de Bluetooth
+Comment[id]=Tambahkan Perangkat Bluetooth
Comment[ko]=������������ ������ ������
Comment[nl]=Bluetooth-apparaat toevoegen
Comment[pa]=��������������������� ������������������ ������������
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package tcl for openSUSE:Factory checked in at 2022-04-01 21:34:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcl (Old)
and /work/SRC/openSUSE:Factory/.tcl.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tcl"
Fri Apr 1 21:34:52 2022 rev:63 rq:965666 version:8.6.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/tcl/tcl.changes 2021-11-13 22:48:02.721227841 +0100
+++ /work/SRC/openSUSE:Factory/.tcl.new.1900/tcl.changes 2022-04-01 21:35:01.350210161 +0200
@@ -1,0 +2,8 @@
+Tue Mar 29 12:50:00 UTC 2022 - Reinhard Max <max(a)suse.com>
+
+- Remove the SQLite extension and package it as a subpackage of
+ sqlite3 to have only a single copy and keep it more up to date
+ (bsc#1195773).
+- Clean up the lib dependencies in tclConfig.sh and tcl.pc.
+
+-------------------------------------------------------------------
@@ -118,0 +127 @@
+ (bsc#1179615, bsc#1181840).
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tcl.spec ++++++
--- /var/tmp/diff_new_pack.ttAfdS/_old 2022-04-01 21:35:01.974203209 +0200
+++ /var/tmp/diff_new_pack.ttAfdS/_new 2022-04-01 21:35:01.978203165 +0200
@@ -1,7 +1,7 @@
#
# spec file for package tcl
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,10 @@
#
+%if 0%{!?_rpmmacrodir:1}
+%define _rpmmacrodir %{_rpmconfigdir}/macros.d
+%endif
+
Name: tcl
URL: http://www.tcl.tk
Version: 8.6.12
@@ -31,6 +35,9 @@
Provides: tclsh
Provides: tclsh%{TCL_MINOR}
Obsoletes: itcl < %itclver
+# Require the extension from the SQLite package instead of shipping
+# the embedded copy, which might be outdated.
+Requires: sqlite3-tcl
# bug437293
%ifarch ppc64
Obsoletes: tcl-64bit
@@ -85,6 +92,10 @@
exit 1
fi
+# The SQLite extension is provided by the sqlite3 package,
+# so don't build it here.
+rm -r pkgs/sqlite3.*
+
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
%define scriptdir %_libdir/tcl
@@ -156,8 +167,11 @@
ln -sf tclsh.1.gz %buildroot%_mandir/man1/tclsh%TCL_MINOR.1.gz
mkdir -p %buildroot%_datadir/tcl
install -D %{S:3} -m 644 %buildroot%_rpmmacrodir/macros.tcl
-# We are Tcl, not SQLite
-rm -f %buildroot%bindir/sqlite*
+
+# The information in TCL_LIBS is not needed for shared libraries
+# and we don't support static linking.
+sed -i "/^TCL_LIBS=/s/'.*'$//" %buildroot%_libdir/tclConfig.sh
+sed -i "/^Libs.private: /s/ .*$//" %buildroot%_libdir/pkgconfig/tcl.pc
%if "%_lib" == "lib64"
%post
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package sqlite3 for openSUSE:Factory checked in at 2022-04-01 21:34:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
and /work/SRC/openSUSE:Factory/.sqlite3.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlite3"
Fri Apr 1 21:34:51 2022 rev:131 rq:965652 version:3.38.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes 2022-03-15 19:04:38.484936784 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite3.new.1900/sqlite3.changes 2022-04-01 21:35:00.310221828 +0200
@@ -1,0 +2,17 @@
+Tue Mar 29 08:21:26 UTC 2022 - Reinhard Max <max(a)suse.com>
+
+- update to 3.38.2:
+ * Fix a problem with the Bloom filter optimization that might
+ cause an incorrect answer when doing a LEFT JOIN with a WHERE
+ clause constraint that says that one of the columns on the
+ right table of the LEFT JOIN is NULL.
+ * Other minor patches.
+
+-------------------------------------------------------------------
+Wed Mar 16 16:24:45 UTC 2022 - Reinhard Max <max(a)suse.com>
+
+- Remove obsolete configure flags
+- Package the Tcl bindings here again so that we only ship one copy
+ of SQLite (bsc#1195773).
+
+-------------------------------------------------------------------
Old:
----
sqlite-doc-3380100.zip
sqlite-src-3380100.zip
New:
----
sqlite-doc-3380200.zip
sqlite-src-3380200.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.uafq6j/_old 2022-04-01 21:35:01.026213796 +0200
+++ /var/tmp/diff_new_pack.uafq6j/_new 2022-04-01 21:35:01.030213751 +0200
@@ -17,10 +17,11 @@
%define oname sqlite
-%define tarversion 3380100
+%define tarversion 3380200
%bcond_with icu
+%bcond_without check
Name: sqlite3
-Version: 3.38.1
+Version: 3.38.2
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
@@ -102,6 +103,18 @@
SQLite can be used via the sqlite command-line tool or via any
application which supports the Qt database plug-ins.
+%package tcl
+Summary: Tcl binding for SQLite
+Group: Development/Libraries/Tcl
+
+%description tcl
+This package contains laguage bindings from the Tcl programming
+language SQLite.
+
+SQLite is a C library that implements an embeddable SQL database
+engine. Programs that link with the SQLite library can have SQL
+database access without running a separate RDBMS process.
+
%package doc
Summary: Documentation for %{name}
Group: Documentation/Other
@@ -123,6 +136,7 @@
cmp sqlite-doc-%{tarversion}/fileformat{,2}.html && ln -sf fileformat.html sqlite-doc-%{tarversion}/fileformat2.html
%build
+export TCLLIBDIR=%tcl_archdir/sqlite%version
export LIBS="$LIBS -lm %{?with_icu:-licuuc -licui18n}"
export CFLAGS="%{optflags} \
-DSQLITE_ENABLE_API_ARMOR \
@@ -146,27 +160,27 @@
"
%configure \
--disable-static \
- --disable-static-shell \
--enable-readline \
--enable-fts3 \
--enable-fts4 \
--enable-fts5 \
- --enable-json1 \
--enable-update-limit \
--enable-rtree
%make_build sqlite3.c
%make_build
+%if %{with check}
%check
%make_build test
+%endif
%install
%make_install
-mkdir -p %{buildroot}/%{_mandir}/man1/
-install -Dpm 0644 sqlite3.1 \
- %{buildroot}/%{_mandir}/man1/sqlite3.1
+#mkdir -p %{buildroot}/%{_mandir}/man{1,n}/
+install -Dp -m 0644 -t %{buildroot}/%{_mandir}/man1 sqlite3.1
+install -Dp -m 0644 -t %{buildroot}/%{_mandir}/mann autoconf/tea/doc/sqlite3.n
# tcl bindings are provided by tcl itself
-rm -rf %{buildroot}%{_libdir}/tcl/tcl8.?/sqlite3*
+#rm -rf %{buildroot}%{_libdir}/tcl/tcl8.?/sqlite3*
find %{buildroot} -type f -name "*.la" -delete -print
%post -n libsqlite3-0 -p /sbin/ldconfig
@@ -185,6 +199,10 @@
%{_libdir}/libsqlite3.so
%{_libdir}/pkgconfig/sqlite3.pc
+%files tcl
+%tcl_archdir/*
+%doc %_mandir/mann/*
+
%files doc
%doc sqlite-doc-%{tarversion}/*
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libtool for openSUSE:Factory checked in at 2022-04-01 21:34:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtool (Old)
and /work/SRC/openSUSE:Factory/.libtool.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtool"
Fri Apr 1 21:34:50 2022 rev:57 rq:965668 version:2.4.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/libtool/libtool.changes 2019-09-05 12:29:34.551629049 +0200
+++ /work/SRC/openSUSE:Factory/.libtool.new.1900/libtool.changes 2022-04-01 21:34:58.414243096 +0200
@@ -1,0 +2,38 @@
+Tue Mar 29 13:46:49 UTC 2022 - Dirk M��ller <dmueller(a)suse.com>
+
+- add handle-Werror-return-type.patch
+- disable lto, breaks libtool as seen in testsuite
+
+-------------------------------------------------------------------
+Sun Mar 20 20:47:49 UTC 2022 - Dirk M��ller <dmueller(a)suse.com>
+
+- update to 2.4.7:
+ - Libtool script now supports (configure-time and runtime) ARFLAGS
+ variable, which obsoletes AR_FLAGS. This is due to naming conventions
+ among other *FLAGS and to be consistent with Automake's ARFLAGS.
+ - Gnulib testsuite is enabled and run during 'make check'.
+ - Support the Windows version of the Intel C Compiler (icl) in
+ libtool script.
+ - Pass '-fsanitize=*' flags for GCC and LLVM, and '-specs=*' for GCC
+ to linker.
+ - Pass '-Xassembler=*' and '-Wa,*' flag to compilers and linkers.
+ - The variable 'FILECMD' with default value of '/usr/bin/file' was used to
+ replace existing hard coded references to '/usr/bin/file'.
+ - Add MidnightBSD support.
+ - Libtool changed ARFLAGS/AR_FLAGS default from 'cru' to 'cr'.
+ - Do not pass '-pthread' to Solaris linker.
+ - 'libtool' and 'libtoolize' scripts now use '#! /usr/bin/env sh' shebang.
+ Previously '#! /bin/sh' was used, which presents challenges for
+ containerized environments.
+ - Fix significant slowdown of libtoolize for certain projects (regression
+ introduced in 2.4.3 release) caused by infinite m4 macro recursion.
+ - Mitigate the slowdown of libtool script (introduced in v2.4.3) caused by
+ increased number of calls to '$SED $sed_quote_subst' (bug#20006).
+ - Properly parse and export TLS symbols on AIX.
+ - Various bug fixes surrounding use of 'sed'.
+ - Darwin systems set proper "allow undefined" flag on OSX 11, and
+ PowerPC 10.5.
+ - Removed some deprecated tests related to 'Makefile.inc' files.
+- merge in testsuite, disable for now, isn't building for a while
+
+-------------------------------------------------------------------
Old:
----
libtool-2.4.6.tar.xz
libtool-2.4.6.tar.xz.sig
libtool-testsuite.changes
libtool-testsuite.spec
pre_checkin.sh
New:
----
_multibuild
handle-Werror-return-type.patch
libtool-2.4.7.tar.xz
libtool-2.4.7.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libtool.spec ++++++
--- /var/tmp/diff_new_pack.NEUKtn/_old 2022-04-01 21:34:59.138234975 +0200
+++ /var/tmp/diff_new_pack.NEUKtn/_new 2022-04-01 21:34:59.142234930 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package libtool
+# spec file
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,28 @@
#
-#####################################################################
-# #
-# NOTE: PLEASE RUN pre_checkin.sh BEFORE SUBMITTING THE PACKAGE #
-# #
-#####################################################################
-Name: libtool
-Version: 2.4.6
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "testsuite"
+%define psuffix -testsuite
+%else
+%define psuffix %{nil}
+%endif
+Name: libtool%{psuffix}
+Version: 2.4.7
Release: 0
Summary: A Tool to Build Shared Libraries
-License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GFDL-1.2-or-later
+License: GFDL-1.2-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Development/Tools/Building
-Url: http://www.gnu.org/software/libtool/
-Source0: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz
-Source1: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz.sig
+URL: https://www.gnu.org/software/libtool/
+Source0: https://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz
+Source1: https://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz.sig
Source2: libtool.keyring
Source3: baselibs.conf
Source4: libtool-rpmlintrc
# PATCH-FIX-OPENSUSE -- do not add build host name boo#1084909
Patch0: libtool-reproducible-hostname.patch
+# PATCH-FIX-OPENSUSE: workaround irrelevant compiler warning
+Patch1: handle-Werror-return-type.patch
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: gcc-fortran
@@ -47,8 +50,6 @@
Requires: libltdl7 = %{version}
Requires: m4 >= 1.4.16
Requires: tar
-Requires(post): %{install_info_prereq}
-Requires(preun): %{install_info_prereq}
Provides: libltdl-devel
# fedora name
Provides: libtool-ltdl-devel
@@ -66,50 +67,35 @@
Library needed by programs that use the ltdl interface of GNU libtool.
%prep
-%setup -q -n libtool-%{version}
-%patch0 -p1
+%autosetup -p1 -n libtool-%{version}
%build
-%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
-./configure CFLAGS="%{optflags}" \
- --prefix=%{_prefix} --infodir=%{_infodir} --libdir=%{_libdir}
-# force rebuild with non-broken makeinfo
+%define _lto_cflags %{nil}
+export CFLAGS="%{optflags} -fno-strict-aliasing"
+%configure
rm -f doc/libtool.info
-make V=1 %{?_smp_mflags}
+%make_build
-%if "%{name}" == "libtool-testsuite"
+%if "%{flavor}" == "testsuite"
%check
trap 'test $? -ne 0 && cat tests/testsuite.log' EXIT
-# Avoid spurious testsuite failures due to messages from icecream
-PATH=%{_prefix}/bin:$PATH
-make %{?_smp_mflags} check
+%make_build check
%install
%else
+
%install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
chmod +x %{buildroot}%{_datadir}/libtool/build-aux/ltmain.sh
# Do not add builder's hostname into generated scripts
sed -i "/uname -n/d" %{buildroot}%{_datadir}/aclocal/libtool.m4
%endif
-%post
-%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
-%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info-1.gz
-%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info-2.gz
-
-%preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info-1.gz
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info-2.gz
-
%post -n libltdl7 -p /sbin/ldconfig
-
%postun -n libltdl7 -p /sbin/ldconfig
%if "%{name}" == "libtool"
%files
-%defattr(-, root, root)
%license COPYING
%doc AUTHORS NEWS README THANKS ChangeLog
%{_bindir}/libtool
@@ -120,14 +106,15 @@
%attr(644, root, root) %{_libdir}/libltdl.la
%{_libdir}/libltdl.so
%{_datadir}/aclocal/*.m4
-%{_infodir}/libtool.info*
-%{_mandir}/man1/libtool.1.gz
-%{_mandir}/man1/libtoolize.1.gz
+%{_infodir}/libtool.info%{?ext_info}
+%{_infodir}/libtool.info-1%{?ext_info}
+%{_infodir}/libtool.info-2%{?ext_info}
+%{_mandir}/man1/libtool.1%{?ext_man}
+%{_mandir}/man1/libtoolize.1%{?ext_man}
%{_datadir}/libtool
%files -n libltdl7
-%defattr(-, root, root)
-%{_libdir}/libltdl.so.*
+%{_libdir}/libltdl.so.7*
%endif
%changelog
++++++ _multibuild ++++++
<multibuild>
<flavor>testsuite</flavor>
</multibuild>
++++++ handle-Werror-return-type.patch ++++++
--- libtool-2.4.7/tests/resident.at
+++ libtool-2.4.7/tests/resident.at
@@ -117,6 +117,7 @@
setup_plugin (void)
{
atexit (bye);
+ return 0;
}
]])
++++++ libtool-2.4.6.tar.xz -> libtool-2.4.7.tar.xz ++++++
++++ 63473 lines of diff (skipped)
++++++ libtool.keyring ++++++
--- /var/tmp/diff_new_pack.NEUKtn/_old 2022-04-01 21:34:59.714228513 +0200
+++ /var/tmp/diff_new_pack.NEUKtn/_new 2022-04-01 21:34:59.718228469 +0200
@@ -1,346 +1,44 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2
+Comment: 7C5F BB96 BE82 B954 AC20 DF5F 6EAC 957F 8EEB 55C0
+Comment: Alex Ameen <alex.ameen.tx(a)gmail.com>
-mQGiBD+yIXsRBACz/H8+uZZSydvmoAuwROZRo2Qh5UxxfvTCAdQdN+pRwzEwcTZl
-L9TEANyKmT2X+9uWVNNyvjaV4dM1CuGIqqA8VXWGTHMS0xgxr3psADb90Rb13qGQ
-JYLrB+ZFMxLAJ1nwRi5Ev8DqksagzdY33Ds84n1aIdlBgIxWh6hy9Wo9QwCg0Uwm
-8gLz19GkqS5hfEv2DkJXEC0EAJbxCmDd7cSf/iBAlgyy1UFXwRVEIQ9OjWj5yeIq
-Td6365b7+qg/IOdBB81gevkITTLiaY2/qAiaPTOmeHnsTMs4WpaQ2znkaiJ8mNe/
-FOnVJqXpSiZ8z9mKRFgkwasZYbhyLJhGRczyiTuQFwH7+wdgYqqt5076sx9U1gkg
-V51AA/96jeuj5zw5Hlocz6S/INlbMYpWqzL1vnBNZXrScl2M4UgLqbIWrIYg50HD
-PI6MoOC9CqRV1mo658T/LmVr0XMGv/3rM6XJhzDZPHPAOCs5V3e3D2Xn+nZl8gTE
-JMNvuDo980ZF+R2zH8wJujF6SYjp+HJ4PEwG/ZUZjLXOscqKtrQeR2FyeSBWLiBW
-YXVnaGFuIDxnYXJ5QGdudS5vcmc+iEYEEBECAAYFAkV2TCQACgkQhJEqt987YASQ
-qACgmxJzPMxluW8xLFlCeFgJRVdZdtEAn0i7aH+hgtOGLL4xskN/hj6RZhoEiEYE
-EBECAAYFAkYQ1x8ACgkQ0haNux0pH/PcigCfUC9PCKshswxanFbqCWoKBLdc9wAA
-oJC4QvlGQnQVvWoEvFPDorGpdSCmiEYEExECAAYFAkJsptgACgkQDBe8uQWQm4iC
-BACeJ91JFFLpivIcRLhZwzo7qOAaMZwAn39pGLgkK+PnIR0KnHB5j25FJBijiFsE
-ExECABsFAj+yIXsGCwkIBwMCAxUCAwMWAgECHgECF4AACgkQFRMICSmD1gaJFgCe
-IcDr1ooR5368/u1XJ42PKBCWpY0AoLlOnYiYJhXqgi3VbfsOS11tocaTiGMEExEC
-ABsFAj+yIXsGCwkIBwMCAxUCAwMWAgECHgECF4AAEgkQFRMICSmD1gYHZUdQRwAB
-AYkWAJ4hwOvWihHnfrz+7VcnjY8oEJaljQCguU6diJgmFeqCLdVt+w5LXW2hxpOJ
-ARwEEgECAAYFAkFhWO0ACgkQC56ssbtLKadxlQf+M57otRlXb1XS5NJw1cYRAImM
-4k/2EcWaKoLmUhM2sKnCmmHqQSEVd+vhecdexnJNDvo6PNAKH6oit7ZZ85yuWE/2
-lC78BNcFzOdNwuG4AEEZMLcqW+vLx/bdXwOhTUpVU6MaDWkI7k2fU7bx70e803Tx
-kpMZUhMLbObe5z1N3UbYHcrPXCCuXEw1d+AUkKaqF/lYV+YeUEour6B/2X881rT3
-1l2wRtsun2GF+mow0EhovO6vWlYYzUwfwYzs5Mds3+OOJLnK/d56iHNQg0L1YIsk
-sOHPTQWp7aMWAeQFTbYGptWGiSvuUipXLU81Qm8Fdy0f7M4JronhnLP0ama9+YkB
-IgQQAQIADAUCQdrUugUDABJ1AAAKCRCXELibyletfMD5B/sHz82qlAHQJsircVmI
-qUg+8xJ0LFbZ+gKz/CJGgVeKnrgyTlsRkMd3TxEp+EWItzgzJbTic/KPDIwwj5Mh
-d505C64VIoMxHqtE0EWBjXTViQKjY8W1muAOglMqJJIOFPZ30mrYD5WGiv1t1P47
-bEuGHp70nUP3GDvZ2erlfrfYsFOEZwFmsRTepdLPFAme8+0u+cwIdnherMG7rwxb
-bIyu+Rou5A8i+WC+qedAlsdw0uMzAiGFcrAhcTq/bUYG176RB259briRNkN5uaYm
-ZbFpuknZC/4bdECU3uzg2aw0Vz8Zm2KgvL5aNe6VwaFjghec6rfXTogj8vGGamhs
-u7HViQEiBBABAgAMBQJB7BmDBQMAEnUAAAoJEJcQuJvKV618APQIAJl/eYQu9/t0
-ksl+Hxm85eSQJLOqtsO26bB/2+7TMarRRoFbfsrfYFPLLKOJ18fisObVHVufDpod
-D8CmlQ+NCguiB7FFgpJsFSLH3AeTTQ62/koERsC/zSkn/5lavyCOK/R9SJuwz1la
-+LBiK9p9CN6GTQO1weSWqplFuHhpqvGa3ZLXjZnPVADjWGvOW8SZaRSfAeDcU4jL
-Bb6iXolCIlQFRextWc+oXgXlyWu3UXrOY9PlSGQVNhesyKSEG0aScQOM51fGBZ/b
-k9+2VmMdkQunY/FihvpUR+q4cF5q39csAVQ3/Jb6++QciyYrVB1g4GcQVo8bv9js
-u4G4npe+H/aJASIEEAECAAwFAkH9PQYFAwASdQAACgkQlxC4m8pXrXxcywf9FRvw
-jaEhbM+LX4jod3Xkol1O+JM8m9VLeaH9oHRU+4g6iHRyMCIie0SISrZcywkQzN7z
-aZ8s0DErdOL/5gZEp6kvASmaffPEmQizAaOGqel75imeAlSnH8zGqcvmWQrHOhmN
-xilJEpMzS9uR6AmNGXw0SVacQW0SaeaDBEV4pSZQhMefoNWzUUNRFIq0+UniX3fI
-OdleEa4jW/wfE6+WhVguP1ymTMwpUBHDH9iOI1TrB8ykEVOB0BcwtDeDhHuT9ErQ
-02jFgXz9OaXJFTHQrJFbZcWmRmoWKh8D/UwZOjhtYetTaMS5fTiLVMXf6H9Pm4Tk
-6Bl8is3YprT3c4uhfYkBIgQQAQIADAUCQg5htwUDABJ1AAAKCRCXELibyletfFdX
-CACyEZYm66wYc0gppnw3vT9KWo/HvmJY4wZHKuIGWMu0oJ719VIyl6FxpaqWH4br
-cVkE8r1x0r0fdWkaygSyZqleFKIhWaYTar40gFDYA4kRv5pJYPg9CeLkBAGZCslz
-8p1V4hhKaw4//uZQMSkBB0fEgdu/otrm2PKbFEEt0CZII2e6H/5VnAYamps6cu3F
-9YkkvJ7b3wuVK8lG8eyH+p2Od4xy7IJd9vv4A9z1+VwigpXjIJPBy458ssIS+KwZ
-WEaryhN3uxtkWwxD2hOCW4ECI7NullIeuuPlOuXOLLxiupDdiCDvcEIpPxEkjKx1
-CVRWSSqRjKT91E8ZLLumrjyriQEiBBABAgAMBQJCFp1gBQMAEnUAAAoJEJcQuJvK
-V618AHIH/ikgd64JdRK1ufCk8saIegEwCdQPpwaZgIOmfkMwzmtlObPs7TgtJu3f
-OLc4v1nhswl4X3RuPpDqsx/ljYCKl0VW4UAflPExx8dwsNGJyTwvdm19o33WGOlF
-lIuU2KLtEagWuzNyeuVO6iwKvkySgG+kzbyzwyK3PKXzVFYT7lJCzSiHCzMy8zO2
-jyu8/KeNLLsseWDesF+zni2EY0dEKH9D9tYt1n2yMETjPKOYgtvvrEf4Y0KPc6QQ
-SMFTiH7aX3GPVDXgeY/40lboQpFwQPjehBnHe76zm6vd/nIZJm2iwf+b/wd9PnkL
-QyaPHf9p4KTLWZyyd51Yq5J0WcExeY2JASIEEAECAAwFAkIpgqYFAwASdQAACgkQ
-lxC4m8pXrXz8Awf/YUaRgvr46QjugaSfdE8f/i+xMU8R8xtgdXfRASfirCCMRKXP
-w6ddiGtdtDM5NSuNTGHebSqUcBasLOA++9+Bqva4UncsVhmoJBjiWUn28fuFDf+O
-nol7YcHWOGAvA9FMdN0nRvi2yD1EiKBdq8rq9uzxi5K4cOgMflNh5pYxycLN2TSy
-QWo88FiG+aj8TxoCbDM46RI4rsbrUCPXOoLVSTjtJoTWH4/MDk6v7S/yRCS9/VDb
-8K7Ll2VfNAVBJ1NcASDqYlB7ML/c5N71TbDvkWkpNRr369OEqwvl9WgePFQLju9h
-+kp7+JhJuvJAG9//5H8L1b8j5bO6z1rko9VpcYkBIgQQAQIADAUCQj0XfAUDABJ1
-AAAKCRCXELibyletfFSOB/oDNsszJx1DH/BbjxGS7tZZXa0ec8BEL7gOhZmne4Ir
-PNWo41AlC/tPVhAhF26YBpCp40JTzwOa6+bJyjkAGq9SdnpEKyTtCXgHkzNr/ZCi
-F4OeWPk3kOYXS1mdNj81OmVMniXHRIG3lTSLskvzMDWug9DgslTTKMtjcrdPbn3B
-k6PCK8GfEudmdcMlqvy/PwR5Hpq87umJnMkO4cEwKe5So8Fc4eEBDAjRxJD0zZRn
-oetwyuLhCDtbJ8vJopztVqdyxdN/Cwd83yQu6hPznnIxzn8SNCqnn9na4xMK42os
-X3WOUWMkH+jEnNuWsDwk5EyozWausqaAKwzoOpufBsoRiQEiBBABAgAMBQJCT6aq
-BQMAEnUAAAoJEJcQuJvKV6180jgH/0UOq3JJRRM6InALEGJkMffVREsYry9YRFpS
-SowrDs7gBfU7n1c1eWrSIEdjW9RPQCaZVSzkhcRu8e1OOrPgXSZHsJkGM/ulL9sw
-v5jT6KhS5u8L4lthWE3B1gPpx0zbGCyS251J+NALL4l3HoxG3vLjK3vdNVRzWTrH
-42/6jsGPPWiC6n4/6MaZ2XZdUhI/BGl6U9SH3fs31u4U6I6lsDDlK+2MrHvVWT+e
-pp/WRKPwgCsVO6K/H0cKmaUY945cbepOXUgHwbXUxJuDvXsZgBQURp4Out64Zjtf
-PtFc5aS2qPfvQdPl1ckSzGTHDVAV8XIlWcMoXEbZszXiWyqWoF6JASIEEAECAAwF
-AkJiLhgFAwASdQAACgkQlxC4m8pXrXymWwgArmi98rAtgo7VgqS5tsIms3iD0lPC
-6pJSo1QPQ2Ty1bnToUtCZcbTG8WxmGNfd/3eplFMxMHNdD+vItWOEUOaXsCl6YeC
-hfGisiS9jaJKxUF0dNvmO1aj1R16nZuKT7A15IWeqDzW6mtpmyNnd7jQPiSt3UCI
-FfCSNILInXsc55ypxo4XWU6G/20WPRhkIDMbCCMQmFfKKWa2XfG1aalIwAgXIkkJ
-KDCQdMLQSfoH9P2LMOZtkid0Nw9y7AQPnmtsHX8qAzOoB5tPct00wRe2SXdWohNU
-CtN9Knvp3Co9zC8FwGTaKzFaLrwQnMAYATjE959+qXUlBB1Q266pff4jaokBIgQQ
-AQIADAUCQmLWkAUDABJ1AAAKCRCXELibyletfH79CACFjD902mLqLQaVpBiGQi3U
-RdBRT2XmyP/rBkYsucT+0fZ5TS4bor9XYW7jzl9I7uWjK+sqJ8xvP7/N+WRSER5l
-om965WuvXUnvXQ0eyMfugWEPkt61VW1ZkAXi0hnIHORRcpJlqh9+bk4zVzMFk6B4
-8eM8W+L/GX9MjyzcSbjS9BvRWKdNjE90kWNWFHUsdZ3H8zc4laHUsZv9+yAPgKH6
-QEZZm96Dk5+DSz6Swb7ow3224tddDjRyIdFYJWiJbgdHOqKlJKDs3XEHgb9FJTvF
-xS/8O+8ZDX3ze0H6cN4Zc0i5Y0tN4dFBfPAcrwbhCHqTwDu33Sj1Q+ZAwALSAW6y
-iQEiBBABAgAMBQJCdUSbBQMAEnUAAAoJEJcQuJvKV618vikIAJSb1egKQzM2nTyC
-RCNekxkrpAsuoKXSg/pJq8s4YZkHLYdH7nkGX4g+WxhlG0ARg2fVPCuPDC9WT4S6
-mvgr7tIdJDAS3waQk/A9Mw5Yi4GOEFD9g5B8SWehLFwj3yZR0VsIYW6/USNQGCgI
-h/mVjaMUZ4qGmc07o02rcEbc1PJumVcaRwhwoDDX/CoZZLZBpXxxQEi1NL1IVO4C
-6u/N0EW86JrCKLp7uSb32I8l0UuGp8zY2oZVRUZdrvx4CZanIfFSmUjl9ljesuCf
-xTVOdU0LVRtzo7a/pSLBsZ3DrcBlgRKv3GPKdwKwfO95jK6TD81EUyHiQC2ikx4j
-cWOjTsmJASIEEAECAAwFAkKHFlwFAwASdQAACgkQlxC4m8pXrXxUAgf9EtXrABr/
-FK22UQfyxgVXcuGzUz48M4OpY5qObNspRKy9AXt2f9OuX5jEs84FQiqwo31N6i09
-1VnGoTl+MrySZKrubVZ99NZlifbTrxm04g3+iFFvP3T0S8F4e8ERfAWShwEQONMI
-pBqibGu+oYoR4eEfFD6PmcGSKcyOR1DC0g1UK293NLATfB+7RQvC4zZvCtmkETJL
-mK4EaUMoOb+sQqCFGi38A4jr5+8jF+paMPvy0eiXI2Dxjducc1rnyfNN7DeQ5HYZ
-bvYqXa+F+A5Oa+LSt4pEiqrazX1vDATlnqKakS4Jq4ac/OkDpMXVKyb/bdOQcJhU
-CGg9r3CarqkiA4kBIgQQAQIADAUCQom83wUDABJ1AAAKCRCXELibyletfKb4CACU
-Gxq+S1TMCm5feRxlRIF9gl7r2SnALbBlJEDV1Kj3Uqz4KdLHmTzyZBi4LHSPQPx1
-JPaAf/g+7RIBqg14iIJir7CL20r2va7k4RlTN/Hx1fhSsxuBFnxvjnbCGTBMEpKm
-7/FZLfV7vyWRyTycqhtEPuQKMwimOSiPbpRQe/QdJXtEkglSu+kK19AyRYQsTu5O
-MPt7SfOpiYBSTkbsrvOgr4fpT6vtkBx5QFtyOrB4tZF4uUXlVMbeRmW7XKIip3cS
-mI44dLUq0EzGycRSep7JELeGGsFpMJyMLE6psitc3bVLahtJ5iprIHetZHIYAzP8
-AlPhr+7jt6v6oG25Qt5piQEiBBABAgAMBQJCnNs6BQMAEnUAAAoJEJcQuJvKV618
-BfYH/0VSOTZzuu7gzVkFLpqSa8ZuNQSjbwqatPCEEusiAO27wZpmiZCXr8UcZkmo
-Bt2pmrBu1Lk+ZGmO7mXA72gL8CjztLHt9ktRETfWPS6fX+nQw2aXbclqfSFLgZ2g
-Dvvk0OQ1nV4MmY3r/bfdA7Y1wuyJbTzSgN/cOkvBIl0D16WqC3FP/CDC9Qwygy8o
-eDvtSa5QqQpZXhFQHaS2BlH6XLSgGHT4QLveeiXSSh8LkGmvxxI4L6ivnhHt9/bB
-PQ7nzNofM563ICyQRPvyElgfzOIzjEqGdIDsShcWa4FkkdkSZ4pGp1spk7vEJUdd
-9vegqLwAGTxsUhkGCngvF1N0qhaJASIEEAECAAwFAkK3PjIFAwASdQAACgkQlxC4
-m8pXrXzmIwgAmTwtzZTjW/yn5+lhnDkJxwmk1liGrW1vU49dh8+7yOPKKJtPLkY5
-IMTZUs0puD06SahNN4ndnJx5GDuggm31+VLR5b1RUmFtJWn9dXiOjA3wx33YOnCA
-z2BLu2+ZO2jBOmOPeidNuHAeES3Lb3MkPHs3u6076l/Yvzs0j0Ubtpho+TOXXaUZ
-XabKg1C3latUtym+2aqAmsUwF3ArgvCB8UqwvyLFwBkkJFyx8Px+Ub5SBPnyK8Vn
-rCazgzGjTubwrC8O6HI+rjbuqG5+PtMNl4XJIq5FgCwYOWlsYvHOj3f0yiEUwCgj
-0nF1korO0Uz/QQlVmu0iU4LrzSizwxxZ2rQ4R2FyeSBWYXVnaGFuIChGcmVlIFNv
-ZnR3YXJlIERldmVsb3BlcikgPGdhcnlAdmF1Z2hhbi5wZT6IYgQTEQIAIgUCUgXw
-sQIbIwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQFRMICSmD1gYK/ACdG+P4
-t2DbV+4CwtNcnhufmConmu4AoJHJA0QM4/JPZKQae3h1vE9Am3bP0f8AACaL/wAA
-JoYBEAABAQAAAAAAAAAAAAAAAP/Y/+AAEEpGSUYAAQEAAAEAAQAA/9sAQwAKBwcI
-BwYKCAgICwoKCw4YEA4NDQ4dFRYRGCMfJSQiHyIhJis3LyYpNCkhIjBBMTQ5Oz4+
-PiUuRElDPEg3PT47/9sAQwEKCwsODQ4cEBAcOygiKDs7Ozs7Ozs7Ozs7Ozs7Ozs7
-Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7/8AAEQgAyADFAwEiAAIR
-AQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMC
-BAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJ
-ChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3
-eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS
-09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAA
-AAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEH
-YXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVG
-R0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKj
-pKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX2
-9/j5+v/aAAwDAQACEQMRAD8A4G2YSExLE3mKSPN3BWxjHfr9MfTFXpbaRbVFQSvI
-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
-Pu6sf4M2fH/n2IQv
-=r5Ly
+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
+y2SHU8AHlCLYqHtajpwiw1YsnVSSHNzadMvS4g==
+=A3vz
-----END PGP PUBLIC KEY BLOCK-----
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package zlib for openSUSE:Factory checked in at 2022-04-01 21:34:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zlib (Old)
and /work/SRC/openSUSE:Factory/.zlib.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zlib"
Fri Apr 1 21:34:49 2022 rev:82 rq:965637 version:1.2.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/zlib/zlib.changes 2020-12-03 18:38:11.133693509 +0100
+++ /work/SRC/openSUSE:Factory/.zlib.new.1900/zlib.changes 2022-04-01 21:34:57.262256019 +0200
@@ -1,0 +2,18 @@
+Fri Mar 25 14:59:29 UTC 2022 - Danilo Spinella <danilo.spinella(a)suse.com>
+
+- Fix memory corruption on deflate, bsc#1197459
+ * bsc1197459.patch - CVE-2018-25032
+- Update 410.patch
+ * Remove included patches:
+ bsc1174551-fxi-imcomplete-raw-streams.patch
+ zlib-compression-switching.patch
+ zlib-s390x-z15-fix-hw-compression.patch
+- Refresh bsc1174736-DFLTCC_LEVEL_MASK-set-to-0x1ff.patch
+
+-------------------------------------------------------------------
+Fri Mar 11 17:38:09 UTC 2022 - Arjen de Korte <suse+build(a)de-korte.org>
+
+- Don't install (internal) crypt.h header in minizip
+ * minizip-dont-install-crypt-header.patch
+
+-------------------------------------------------------------------
Old:
----
bsc1174551-fxi-imcomplete-raw-streams.patch
zlib-compression-switching.patch
zlib-s390x-z15-fix-hw-compression.patch
New:
----
bsc1197459.patch
minizip-dont-install-crypt-header.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zlib.spec ++++++
--- /var/tmp/diff_new_pack.odFiDa/_old 2022-04-01 21:34:58.054247135 +0200
+++ /var/tmp/diff_new_pack.odFiDa/_new 2022-04-01 21:34:58.054247135 +0200
@@ -1,7 +1,7 @@
#
# spec file for package zlib
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -36,16 +36,16 @@
Patch2: 0001-Do-not-try-to-store-negative-values-in-unsigned-int.patch
#PATCH-FIX-UPSTREAM https://github.com/madler/zlib/pull/335
Patch3: zlib-power8-fate325307.patch
-#PATCH-FIX-UPSTREAM https://github.com/madler/zlib/pull/410
-Patch4: 410.patch
#PATCH-FIX-SUSE do not check exact version match as the lib can be updated
# we should simply rely on soname versioning to protect us
Patch5: zlib-no-version-check.patch
Patch6: bsc1174736-DFLTCC_LEVEL_MASK-set-to-0x1ff.patch
-Patch7: bsc1174551-fxi-imcomplete-raw-streams.patch
-Patch8: zlib-compression-switching.patch
-#PATCH-FIX-SUSE: bsc#1176201, sent upstream by IBM
-Patch9: zlib-s390x-z15-fix-hw-compression.patch
+#PATCH-FIX-UPSTREAM https://github.com/madler/zlib/pull/229
+Patch10: minizip-dont-install-crypt-header.patch
+#PATCH-FIX-UPSTREAM https://github.com/madler/zlib/commit/5c44459c3b28a9bd3283aaceab7c615f8020c…
+Patch11: bsc1197459.patch
+#PATCH-FIX-UPSTREAM https://github.com/madler/zlib/pull/410
+Patch101: 410.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
@@ -134,22 +134,16 @@
%patch1
%patch2 -p1
%patch3 -p1
-%patch4 -p1
%patch5 -p1
%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch101 -p1
cp %{SOURCE4} .
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
export LDFLAGS="-Wl,-z,relro,-z,now"
-%ifarch s390x s390
- export CFLAGS="%{optflags} -DDFLTCC_LEVEL_MASK=0x7e"
-%else
- export CFLAGS="%{optflags}"
-%endif
# For sure not autotools build
CC="cc" ./configure \
--shared \
@@ -157,6 +151,7 @@
--libdir=%{_libdir} \
%ifarch s390x s390
--dfltcc \
+ --dfltcc-level-mask=0x7e \
%endif
%{nil}
++++++ 410.patch ++++++
++++ 950 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/zlib/410.patch
++++ and /work/SRC/openSUSE:Factory/.zlib.new.1900/410.patch
++++++ bsc1174736-DFLTCC_LEVEL_MASK-set-to-0x1ff.patch ++++++
--- /var/tmp/diff_new_pack.odFiDa/_old 2022-04-01 21:34:58.134246237 +0200
+++ /var/tmp/diff_new_pack.odFiDa/_new 2022-04-01 21:34:58.138246193 +0200
@@ -11,15 +11,14 @@
_tr_init(s);
-@@ -601,13 +601,13 @@ int ZEXPORT deflateParams(strm, level, s
+@@ -582,12 +582,12 @@ int ZEXPORT deflateParams(strm, level, s
func = configuration_table[s->level].func;
- if ((strategy != s->strategy || func != configuration_table[level].func ||
-- hook_flush != Z_NO_FLUSH) && s->high_water) {
-+ hook_flush != Z_NO_FLUSH) && s->last_flush != -2) {
+ if ((strategy != s->strategy || func != configuration_table[level].func) &&
+- s->high_water) {
++ s->last_flush != -2) {
/* Flush the last buffer: */
- int err = deflate(strm, RANK(hook_flush) > RANK(Z_BLOCK) ?
- hook_flush : Z_BLOCK);
+ int err = deflate(strm, Z_BLOCK);
if (err == Z_STREAM_ERROR)
return err;
- if (strm->avail_out == 0)
++++++ bsc1174551-fxi-imcomplete-raw-streams.patch -> bsc1197459.patch ++++++
--- /work/SRC/openSUSE:Factory/zlib/bsc1174551-fxi-imcomplete-raw-streams.patch 2020-08-17 11:59:14.514489012 +0200
+++ /work/SRC/openSUSE:Factory/.zlib.new.1900/bsc1197459.patch 2022-04-01 21:34:57.246256199 +0200
@@ -1,34 +1,343 @@
-diff --git a/deflate.c b/deflate.c
-index 3c302bc..1ab1635 100644
---- a/deflate.c
-+++ b/deflate.c
-@@ -1110,7 +1110,6 @@ int ZEXPORT deflate (strm, flush)
- }
-
- if (flush != Z_FINISH) return Z_OK;
-- if (s->wrap <= 0) return Z_STREAM_END;
-
- /* Write the trailer */
- #ifdef GZIP
-@@ -1126,7 +1125,7 @@ int ZEXPORT deflate (strm, flush)
- }
- else
- #endif
-- {
-+ if (s->wrap == 1) {
- putShortMSB(s, (uInt)(strm->adler >> 16));
- putShortMSB(s, (uInt)(strm->adler & 0xffff));
+From 5c44459c3b28a9bd3283aaceab7c615f8020c531 Mon Sep 17 00:00:00 2001
+From: Mark Adler <madler(a)alumni.caltech.edu>
+Date: Tue, 17 Apr 2018 22:09:22 -0700
+Subject: [PATCH] Fix a bug that can crash deflate on some input when using
+ Z_FIXED.
+
+This bug was reported by Danilo Ramos of Eideticom, Inc. It has
+lain in wait 13 years before being found! The bug was introduced
+in zlib 1.2.2.2, with the addition of the Z_FIXED option. That
+option forces the use of fixed Huffman codes. For rare inputs with
+a large number of distant matches, the pending buffer into which
+the compressed data is written can overwrite the distance symbol
+table which it overlays. That results in corrupted output due to
+invalid distances, and can result in out-of-bound accesses,
+crashing the application.
+
+The fix here combines the distance buffer and literal/length
+buffers into a single symbol buffer. Now three bytes of pending
+buffer space are opened up for each literal or length/distance
+pair consumed, instead of the previous two bytes. This assures
+that the pending buffer cannot overwrite the symbol table, since
+the maximum fixed code compressed length/distance is 31 bits, and
+since there are four bytes of pending space for every three bytes
+of symbol space.
+---
+ deflate.c | 74 ++++++++++++++++++++++++++++++++++++++++---------------
+ deflate.h | 25 +++++++++----------
+ trees.c | 50 +++++++++++--------------------------
+ 3 files changed, 79 insertions(+), 70 deletions(-)
+
+Index: zlib-1.2.11/deflate.c
+===================================================================
+--- zlib-1.2.11.orig/deflate.c
++++ zlib-1.2.11/deflate.c
+@@ -251,11 +251,6 @@ int ZEXPORT deflateInit2_(strm, level, m
+ deflate_state *s;
+ int wrap = 1;
+
+- ushf *overlay;
+- /* We overlay pending_buf and d_buf+l_buf. This works since the average
+- * output size for (length,distance) codes is <= 24 bits.
+- */
+-
+ if (strm == Z_NULL) return Z_STREAM_ERROR;
+
+ strm->msg = Z_NULL;
+@@ -321,9 +316,47 @@ int ZEXPORT deflateInit2_(strm, level, m
+
+ s->lit_bufsize = 1 << (memLevel + 6); /* 16K elements by default */
+
+- overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
+- s->pending_buf = (uchf *) overlay;
+- s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
++ /* We overlay pending_buf and sym_buf. This works since the average size
++ * for length/distance pairs over any compressed block is assured to be 31
++ * bits or less.
++ *
++ * Analysis: The longest fixed codes are a length code of 8 bits plus 5
++ * extra bits, for lengths 131 to 257. The longest fixed distance codes are
++ * 5 bits plus 13 extra bits, for distances 16385 to 32768. The longest
++ * possible fixed-codes length/distance pair is then 31 bits total.
++ *
++ * sym_buf starts one-fourth of the way into pending_buf. So there are
++ * three bytes in sym_buf for every four bytes in pending_buf. Each symbol
++ * in sym_buf is three bytes -- two for the distance and one for the
++ * literal/length. As each symbol is consumed, the pointer to the next
++ * sym_buf value to read moves forward three bytes. From that symbol, up to
++ * 31 bits are written to pending_buf. The closest the written pending_buf
++ * bits gets to the next sym_buf symbol to read is just before the last
++ * code is written. At that time, 31*(n-2) bits have been written, just
++ * after 24*(n-2) bits have been consumed from sym_buf. sym_buf starts at
++ * 8*n bits into pending_buf. (Note that the symbol buffer fills when n-1
++ * symbols are written.) The closest the writing gets to what is unread is
++ * then n+14 bits. Here n is lit_bufsize, which is 16384 by default, and
++ * can range from 128 to 32768.
++ *
++ * Therefore, at a minimum, there are 142 bits of space between what is
++ * written and what is read in the overlain buffers, so the symbols cannot
++ * be overwritten by the compressed data. That space is actually 139 bits,
++ * due to the three-bit fixed-code block header.
++ *
++ * That covers the case where either Z_FIXED is specified, forcing fixed
++ * codes, or when the use of fixed codes is chosen, because that choice
++ * results in a smaller compressed block than dynamic codes. That latter
++ * condition then assures that the above analysis also covers all dynamic
++ * blocks. A dynamic-code block will only be chosen to be emitted if it has
++ * fewer bits than a fixed-code block would for the same set of symbols.
++ * Therefore its average symbol length is assured to be less than 31. So
++ * the compressed data for a dynamic block also cannot overwrite the
++ * symbols from which it is being constructed.
++ */
++
++ s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4);
++ s->pending_buf_size = (ulg)s->lit_bufsize * 4;
+
+ if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
+ s->pending_buf == Z_NULL) {
+@@ -332,8 +365,12 @@ int ZEXPORT deflateInit2_(strm, level, m
+ deflateEnd (strm);
+ return Z_MEM_ERROR;
+ }
+- s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
+- s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
++ s->sym_buf = s->pending_buf + s->lit_bufsize;
++ s->sym_end = (s->lit_bufsize - 1) * 3;
++ /* We avoid equality with lit_bufsize*3 because of wraparound at 64K
++ * on 16 bit machines and because stored blocks are restricted to
++ * 64K-1 bytes.
++ */
+
+ s->level = level;
+ s->strategy = strategy;
+@@ -544,7 +581,7 @@ int ZEXPORT deflatePrime (strm, bits, va
+
+ if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
+ s = strm->state;
+- if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
++ if (s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3))
+ return Z_BUF_ERROR;
+ do {
+ put = Buf_size - s->bi_valid;
+@@ -1103,7 +1140,6 @@ int ZEXPORT deflateCopy (dest, source)
+ #else
+ deflate_state *ds;
+ deflate_state *ss;
+- ushf *overlay;
+
+
+ if (deflateStateCheck(source) || dest == Z_NULL) {
+@@ -1123,8 +1159,7 @@ int ZEXPORT deflateCopy (dest, source)
+ ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
+ ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
+ ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
+- overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
+- ds->pending_buf = (uchf *) overlay;
++ ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, 4);
+
+ if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL ||
+ ds->pending_buf == Z_NULL) {
+@@ -1138,8 +1173,7 @@ int ZEXPORT deflateCopy (dest, source)
+ zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
+
+ ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
+- ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
+- ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
++ ds->sym_buf = ds->pending_buf + ds->lit_bufsize;
+
+ ds->l_desc.dyn_tree = ds->dyn_ltree;
+ ds->d_desc.dyn_tree = ds->dyn_dtree;
+@@ -1911,7 +1945,7 @@ local block_state deflate_fast(s, flush)
+ FLUSH_BLOCK(s, 1);
+ return finish_done;
+ }
+- if (s->last_lit)
++ if (s->sym_next)
+ FLUSH_BLOCK(s, 0);
+ return block_done;
+ }
+@@ -2042,7 +2076,7 @@ local block_state deflate_slow(s, flush)
+ FLUSH_BLOCK(s, 1);
+ return finish_done;
+ }
+- if (s->last_lit)
++ if (s->sym_next)
+ FLUSH_BLOCK(s, 0);
+ return block_done;
+ }
+@@ -2117,7 +2151,7 @@ local block_state deflate_rle(s, flush)
+ FLUSH_BLOCK(s, 1);
+ return finish_done;
+ }
+- if (s->last_lit)
++ if (s->sym_next)
+ FLUSH_BLOCK(s, 0);
+ return block_done;
+ }
+@@ -2156,7 +2190,7 @@ local block_state deflate_huff(s, flush)
+ FLUSH_BLOCK(s, 1);
+ return finish_done;
}
-@@ -1135,7 +1134,11 @@ int ZEXPORT deflate (strm, flush)
- * to flush the rest.
+- if (s->last_lit)
++ if (s->sym_next)
+ FLUSH_BLOCK(s, 0);
+ return block_done;
+ }
+Index: zlib-1.2.11/deflate.h
+===================================================================
+--- zlib-1.2.11.orig/deflate.h
++++ zlib-1.2.11/deflate.h
+@@ -217,7 +217,7 @@ typedef struct internal_state {
+ /* Depth of each subtree used as tie breaker for trees of equal frequency
*/
- if (s->wrap > 0) s->wrap = -s->wrap; /* write the trailer only once! */
-- return s->pending != 0 ? Z_OK : Z_STREAM_END;
-+ if (s->pending == 0) {
-+ Assert(s->bi_valid == 0, "bi_buf not flushed");
-+ return Z_STREAM_END;
-+ }
-+ return Z_OK;
+
+- uchf *l_buf; /* buffer for literals or lengths */
++ uchf *sym_buf; /* buffer for distances and literals/lengths */
+
+ uInt lit_bufsize;
+ /* Size of match buffer for literals/lengths. There are 4 reasons for
+@@ -239,13 +239,8 @@ typedef struct internal_state {
+ * - I can't count above 4
+ */
+
+- uInt last_lit; /* running index in l_buf */
+-
+- ushf *d_buf;
+- /* Buffer for distances. To simplify the code, d_buf and l_buf have
+- * the same number of elements. To use different lengths, an extra flag
+- * array would be necessary.
+- */
++ uInt sym_next; /* running index in sym_buf */
++ uInt sym_end; /* symbol table full when sym_next reaches this */
+
+ ulg opt_len; /* bit length of current block with optimal trees */
+ ulg static_len; /* bit length of current block with static trees */
+@@ -325,20 +320,22 @@ void ZLIB_INTERNAL _tr_stored_block OF((
+
+ # define _tr_tally_lit(s, c, flush) \
+ { uch cc = (c); \
+- s->d_buf[s->last_lit] = 0; \
+- s->l_buf[s->last_lit++] = cc; \
++ s->sym_buf[s->sym_next++] = 0; \
++ s->sym_buf[s->sym_next++] = 0; \
++ s->sym_buf[s->sym_next++] = cc; \
+ s->dyn_ltree[cc].Freq++; \
+- flush = (s->last_lit == s->lit_bufsize-1); \
++ flush = (s->sym_next == s->sym_end); \
+ }
+ # define _tr_tally_dist(s, distance, length, flush) \
+ { uch len = (uch)(length); \
+ ush dist = (ush)(distance); \
+- s->d_buf[s->last_lit] = dist; \
+- s->l_buf[s->last_lit++] = len; \
++ s->sym_buf[s->sym_next++] = dist; \
++ s->sym_buf[s->sym_next++] = dist >> 8; \
++ s->sym_buf[s->sym_next++] = len; \
+ dist--; \
+ s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
+ s->dyn_dtree[d_code(dist)].Freq++; \
+- flush = (s->last_lit == s->lit_bufsize-1); \
++ flush = (s->sym_next == s->sym_end); \
+ }
+ #else
+ # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
+Index: zlib-1.2.11/trees.c
+===================================================================
+--- zlib-1.2.11.orig/trees.c
++++ zlib-1.2.11/trees.c
+@@ -416,7 +416,7 @@ local void init_block(s)
+
+ s->dyn_ltree[END_BLOCK].Freq = 1;
+ s->opt_len = s->static_len = 0L;
+- s->last_lit = s->matches = 0;
++ s->sym_next = s->matches = 0;
}
- /* ========================================================================= */
+ #define SMALLEST 1
+@@ -947,7 +947,7 @@ void ZLIB_INTERNAL _tr_flush_block(s, bu
+
+ Tracev((stderr, "\nopt %lu(%lu) stat %lu(%lu) stored %lu lit %u ",
+ opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
+- s->last_lit));
++ s->sym_next / 3));
+
+ if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
+
+@@ -1016,8 +1016,9 @@ int ZLIB_INTERNAL _tr_tally (s, dist, lc
+ unsigned dist; /* distance of matched string */
+ unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
+ {
+- s->d_buf[s->last_lit] = (ush)dist;
+- s->l_buf[s->last_lit++] = (uch)lc;
++ s->sym_buf[s->sym_next++] = dist;
++ s->sym_buf[s->sym_next++] = dist >> 8;
++ s->sym_buf[s->sym_next++] = lc;
+ if (dist == 0) {
+ /* lc is the unmatched char */
+ s->dyn_ltree[lc].Freq++;
+@@ -1032,30 +1033,7 @@ int ZLIB_INTERNAL _tr_tally (s, dist, lc
+ s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
+ s->dyn_dtree[d_code(dist)].Freq++;
+ }
+-
+-#ifdef TRUNCATE_BLOCK
+- /* Try to guess if it is profitable to stop the current block here */
+- if ((s->last_lit & 0x1fff) == 0 && s->level > 2) {
+- /* Compute an upper bound for the compressed length */
+- ulg out_length = (ulg)s->last_lit*8L;
+- ulg in_length = (ulg)((long)s->strstart - s->block_start);
+- int dcode;
+- for (dcode = 0; dcode < D_CODES; dcode++) {
+- out_length += (ulg)s->dyn_dtree[dcode].Freq *
+- (5L+extra_dbits[dcode]);
+- }
+- out_length >>= 3;
+- Tracev((stderr,"\nlast_lit %u, in %ld, out ~%ld(%ld%%) ",
+- s->last_lit, in_length, out_length,
+- 100L - out_length*100L/in_length));
+- if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
+- }
+-#endif
+- return (s->last_lit == s->lit_bufsize-1);
+- /* We avoid equality with lit_bufsize because of wraparound at 64K
+- * on 16 bit machines and because stored blocks are restricted to
+- * 64K-1 bytes.
+- */
++ return (s->sym_next == s->sym_end);
+ }
+
+ /* ===========================================================================
+@@ -1068,13 +1046,14 @@ local void compress_block(s, ltree, dtre
+ {
+ unsigned dist; /* distance of matched string */
+ int lc; /* match length or unmatched char (if dist == 0) */
+- unsigned lx = 0; /* running index in l_buf */
++ unsigned sx = 0; /* running index in sym_buf */
+ unsigned code; /* the code to send */
+ int extra; /* number of extra bits to send */
+
+- if (s->last_lit != 0) do {
+- dist = s->d_buf[lx];
+- lc = s->l_buf[lx++];
++ if (s->sym_next != 0) do {
++ dist = s->sym_buf[sx++] & 0xff;
++ dist += (unsigned)(s->sym_buf[sx++] & 0xff) << 8;
++ lc = s->sym_buf[sx++];
+ if (dist == 0) {
+ send_code(s, lc, ltree); /* send a literal byte */
+ Tracecv(isgraph(lc), (stderr," '%c' ", lc));
+@@ -1099,11 +1078,10 @@ local void compress_block(s, ltree, dtre
+ }
+ } /* literal or match pair ? */
+
+- /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
+- Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
+- "pendingBuf overflow");
++ /* Check that the overlay between pending_buf and sym_buf is ok: */
++ Assert(s->pending < s->lit_bufsize + sx, "pendingBuf overflow");
+
+- } while (lx < s->last_lit);
++ } while (sx < s->sym_next);
+
+ send_code(s, END_BLOCK, ltree);
+ }
++++++ minizip-dont-install-crypt-header.patch ++++++
From e490ddad3091574a0c2e3b5a66a8fee9a7ab212f Mon Sep 17 00:00:00 2001
From: Pavel Raiskup <praiskup(a)redhat.com>
Date: Sun, 19 Feb 2017 16:42:12 +0100
Subject: [PATCH] minizip: don't install crypt.h
People did mistakenly or unintentionally include crypt.h before,
don't install this internal header from now.
---
contrib/minizip/Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/contrib/minizip/Makefile.am b/contrib/minizip/Makefile.am
index d343011eb..4f4661023 100644
--- a/contrib/minizip/Makefile.am
+++ b/contrib/minizip/Makefile.am
@@ -26,13 +26,15 @@ libminizip_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:0:0 -lz
minizip_includedir = $(includedir)/minizip
minizip_include_HEADERS = \
- crypt.h \
ioapi.h \
mztools.h \
unzip.h \
zip.h \
${iowin32_h}
+noinst_HEADERS = \
+ crypt.h
+
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = minizip.pc
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package expat for openSUSE:Factory checked in at 2022-04-01 21:34:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/expat (Old)
and /work/SRC/openSUSE:Factory/.expat.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "expat"
Fri Apr 1 21:34:49 2022 rev:68 rq:965520 version:2.4.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/expat/expat.changes 2022-03-07 17:45:33.435143822 +0100
+++ /work/SRC/openSUSE:Factory/.expat.new.1900/expat.changes 2022-04-01 21:34:55.950270738 +0200
@@ -1,0 +2,14 @@
+Tue Mar 29 05:26:59 UTC 2022 - David Anes <david.anes(a)suse.com>
+
+- update to 2.4.8:
+ * Other changes:
+ - pkg-config: Move "-lm" to section "Libs.private"
+ - CMake|MSVC: Fix pkg-config section "Libs"
+ - CMake|macOS: Start using linker arguments
+ "-compatibility_version <version>" and
+ "-current_version <version>" in a way compatible with GNU
+ Libtool
+ - Version info bumped from 9:7:8 to 9:8:8;
+ see https://verbump.de/ for what these numbers do
+
+-------------------------------------------------------------------
@@ -4 +18 @@
-- udpate to 2.4.7 (bsc#1196784, CVE-2022-25236):
+- update to 2.4.7 (bsc#1196784, CVE-2022-25236):
Old:
----
expat-2.4.7.tar.xz
expat-2.4.7.tar.xz.asc
New:
----
expat-2.4.8.tar.xz
expat-2.4.8.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ expat.spec ++++++
--- /var/tmp/diff_new_pack.rfXMFA/_old 2022-04-01 21:34:56.758261673 +0200
+++ /var/tmp/diff_new_pack.rfXMFA/_new 2022-04-01 21:34:56.762261628 +0200
@@ -16,9 +16,9 @@
#
-%global unversion 2_4_7
+%global unversion 2_4_8
Name: expat
-Version: 2.4.7
+Version: 2.4.8
Release: 0
Summary: XML Parser Toolkit
License: MIT
++++++ expat-2.4.7.tar.xz -> expat-2.4.8.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/CMake.README new/expat-2.4.8/CMake.README
--- old/expat-2.4.7/CMake.README 2022-03-04 20:42:23.000000000 +0100
+++ new/expat-2.4.8/CMake.README 2022-03-28 23:11:43.000000000 +0200
@@ -3,25 +3,25 @@
The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual
Studio) and should work on all other platform cmake supports.
-Assuming ~/expat-2.4.7 is the source directory of expat, add a subdirectory
+Assuming ~/expat-2.4.8 is the source directory of expat, add a subdirectory
build and change into that directory:
-~/expat-2.4.7$ mkdir build && cd build
-~/expat-2.4.7/build$
+~/expat-2.4.8$ mkdir build && cd build
+~/expat-2.4.8/build$
From that directory, call cmake first, then call make, make test and
make install in the usual way:
-~/expat-2.4.7/build$ cmake ..
+~/expat-2.4.8/build$ cmake ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
....
-- Configuring done
-- Generating done
--- Build files have been written to: /home/patrick/expat-2.4.7/build
+-- Build files have been written to: /home/patrick/expat-2.4.8/build
If you want to specify the install location for your files, append
-DCMAKE_INSTALL_PREFIX=/your/install/path to the cmake call.
-~/expat-2.4.7/build$ make && make test && make install
+~/expat-2.4.8/build$ make && make test && make install
Scanning dependencies of target expat
[ 5%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o
[ 11%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.o
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/CMakeLists.txt new/expat-2.4.8/CMakeLists.txt
--- old/expat-2.4.7/CMakeLists.txt 2022-03-04 20:42:23.000000000 +0100
+++ new/expat-2.4.8/CMakeLists.txt 2022-03-28 23:11:43.000000000 +0200
@@ -65,7 +65,7 @@
project(expat
VERSION
- 2.4.7
+ 2.4.8
LANGUAGES
C
)
@@ -414,7 +414,7 @@
endif()
set(LIBCURRENT 9) # sync
-set(LIBREVISION 7) # with
+set(LIBREVISION 8) # with
set(LIBAGE 8) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
@@ -422,6 +422,18 @@
set_property(TARGET expat PROPERTY VERSION ${LIBCURRENT_MINUS_AGE}.${LIBAGE}.${LIBREVISION})
set_property(TARGET expat PROPERTY SOVERSION ${LIBCURRENT_MINUS_AGE})
set_property(TARGET expat PROPERTY NO_SONAME ${NO_SONAME})
+
+ if(APPLE)
+ if(NOT CMAKE_VERSION VERSION_GREATER_EQUAL 3.17)
+ message(FATAL_ERROR "Expat requires CMake >=3.17 on platform \"APPLE\".")
+ endif()
+
+ # NOTE: This intends to talk CMake into compatiblity with GNU Libtool
+ math(EXPR _EXPAT_MACHO_COMPATIBILITY_VERSION "${LIBCURRENT} + 1")
+ set(_EXPAT_MACHO_CURRENT_VERSION "${_EXPAT_MACHO_COMPATIBILITY_VERSION}.${LIBREVISION}")
+ set_property(TARGET expat PROPERTY MACHO_COMPATIBILITY_VERSION ${_EXPAT_MACHO_COMPATIBILITY_VERSION})
+ set_property(TARGET expat PROPERTY MACHO_CURRENT_VERSION ${_EXPAT_MACHO_CURRENT_VERSION})
+ endif()
endif()
if(WIN32 AND NOT MINGW)
# NOTE: This avoids a name collision with Expat.dll of Perl's XML::Parser::Expat
@@ -430,7 +442,10 @@
# NOTE: "set_property(TARGET expat PROPERTY PREFIX lib)" would only affect *.dll
# files but not *.lib files, so we have to rely on property OUTPUT_NAME, instead.
# Property CMAKE_*_POSTFIX still applies.
- set_property(TARGET expat PROPERTY OUTPUT_NAME libexpat)
+ set(_EXPAT_OUTPUT_NAME libexpat)
+ set_property(TARGET expat PROPERTY OUTPUT_NAME ${_EXPAT_OUTPUT_NAME})
+else()
+ set(_EXPAT_OUTPUT_NAME expat)
endif()
target_include_directories(expat
@@ -482,6 +497,7 @@
string(TOLOWER "${_build_type}" _build_type_lower)
string(TOUPPER "${_build_type}" _build_type_upper)
set_property(TARGET expat PROPERTY "pkgconfig_${_build_type_lower}_name" "expat${CMAKE_${_build_type_upper}_POSTFIX}")
+ set_property(TARGET expat PROPERTY "pkgconfig_${_build_type_lower}_output_name" "${_EXPAT_OUTPUT_NAME}${CMAKE_${_build_type_upper}_POSTFIX}")
if(_EXPAT_LIBM_FOUND)
set_property(TARGET expat PROPERTY "pkgconfig_libm" "-lm")
else()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/Changes new/expat-2.4.8/Changes
--- old/expat-2.4.7/Changes 2022-03-04 22:25:25.000000000 +0100
+++ new/expat-2.4.8/Changes 2022-03-28 23:11:43.000000000 +0200
@@ -2,6 +2,25 @@
https://github.com/libexpat/libexpat/labels/help%20wanted
If you can help, please get in touch. Thanks!
+Release 2.4.8 Mon March 28 2022
+ Other changes:
+ #587 pkg-config: Move "-lm" to section "Libs.private"
+ #587 CMake|MSVC: Fix pkg-config section "Libs"
+ #55 #582 CMake|macOS: Start using linker arguments
+ "-compatibility_version <version>" and
+ "-current_version <version>" in a way compatible with
+ GNU Libtool
+ #590 #591 Version info bumped from 9:7:8 to 9:8:8;
+ see https://verbump.de/ for what these numbers do
+
+ Infrastructure:
+ #589 CI: Upgrade Clang from 13 to 14
+
+ Special thanks to:
+ evpobr
+ Kai Pastor
+ Sam James
+
Release 2.4.7 Fri March 4 2022
Bug fixes:
#572 #577 Relax fix to CVE-2022-25236 (introduced with release 2.4.5)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/README.md new/expat-2.4.8/README.md
--- old/expat-2.4.7/README.md 2022-03-04 20:42:23.000000000 +0100
+++ new/expat-2.4.8/README.md 2022-03-28 23:11:43.000000000 +0200
@@ -5,7 +5,7 @@
[![Downloads GitHub](https://img.shields.io/github/downloads/libexpat/libexpat/total?lab…
-# Expat, Release 2.4.7
+# Expat, Release 2.4.8
This is Expat, a C library for parsing XML, started by
[James Clark](https://en.wikipedia.org/wiki/James_Clark_%28programmer%29) in 1997.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/configure new/expat-2.4.8/configure
--- old/expat-2.4.7/configure 2022-03-04 22:27:55.000000000 +0100
+++ new/expat-2.4.8/configure 2022-03-28 23:18:12.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for expat 2.4.7.
+# Generated by GNU Autoconf 2.71 for expat 2.4.8.
#
# Report bugs to <expat-bugs(a)libexpat.org>.
#
@@ -621,8 +621,8 @@
# Identity of this package.
PACKAGE_NAME='expat'
PACKAGE_TARNAME='expat'
-PACKAGE_VERSION='2.4.7'
-PACKAGE_STRING='expat 2.4.7'
+PACKAGE_VERSION='2.4.8'
+PACKAGE_STRING='expat 2.4.8'
PACKAGE_BUGREPORT='expat-bugs(a)libexpat.org'
PACKAGE_URL=''
@@ -1414,7 +1414,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures expat 2.4.7 to adapt to many kinds of systems.
+\`configure' configures expat 2.4.8 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1485,7 +1485,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of expat 2.4.7:";;
+ short | recursive ) echo "Configuration of expat 2.4.8:";;
esac
cat <<\_ACEOF
@@ -1619,7 +1619,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-expat configure 2.4.7
+expat configure 2.4.8
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2250,7 +2250,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by expat $as_me 2.4.7, which was
+It was created by expat $as_me 2.4.8, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -3817,7 +3817,7 @@
# Define the identity of the package.
PACKAGE='expat'
- VERSION='2.4.7'
+ VERSION='2.4.8'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -3924,7 +3924,7 @@
LIBCURRENT=9 # sync
-LIBREVISION=7 # with
+LIBREVISION=8 # with
LIBAGE=8 # CMakeLists.txt!
ac_config_headers="$ac_config_headers expat_config.h"
@@ -20227,7 +20227,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by expat $as_me 2.4.7, which was
+This file was extended by expat $as_me 2.4.8, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20295,7 +20295,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
-expat config.status 2.4.7
+expat config.status 2.4.8
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/configure.ac new/expat-2.4.8/configure.ac
--- old/expat-2.4.7/configure.ac 2022-03-04 20:42:23.000000000 +0100
+++ new/expat-2.4.8/configure.ac 2022-03-28 23:11:43.000000000 +0200
@@ -82,7 +82,7 @@
dnl
LIBCURRENT=9 # sync
-LIBREVISION=7 # with
+LIBREVISION=8 # with
LIBAGE=8 # CMakeLists.txt!
AC_CONFIG_HEADERS([expat_config.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/doc/reference.html new/expat-2.4.8/doc/reference.html
--- old/expat-2.4.7/doc/reference.html 2022-03-04 20:42:23.000000000 +0100
+++ new/expat-2.4.8/doc/reference.html 2022-03-28 23:11:43.000000000 +0200
@@ -50,7 +50,7 @@
<div>
<h1>
The Expat XML Parser
- <small>Release 2.4.7</small>
+ <small>Release 2.4.8</small>
</h1>
</div>
<div class="content">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/doc/xmlwf.1 new/expat-2.4.8/doc/xmlwf.1
--- old/expat-2.4.7/doc/xmlwf.1 2022-03-04 22:28:02.000000000 +0100
+++ new/expat-2.4.8/doc/xmlwf.1 2022-03-28 23:18:24.000000000 +0200
@@ -5,7 +5,7 @@
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
-.TH XMLWF 1 "March 4, 2022" "" ""
+.TH XMLWF 1 "March 28, 2022" "" ""
.SH NAME
xmlwf \- Determines if an XML document is well-formed
.SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/doc/xmlwf.xml new/expat-2.4.8/doc/xmlwf.xml
--- old/expat-2.4.7/doc/xmlwf.xml 2022-03-04 20:42:23.000000000 +0100
+++ new/expat-2.4.8/doc/xmlwf.xml 2022-03-28 23:11:43.000000000 +0200
@@ -21,7 +21,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY dhfirstname "<firstname>Scott</firstname>">
<!ENTITY dhsurname "<surname>Bronson</surname>">
- <!ENTITY dhdate "<date>March 4, 2022</date>">
+ <!ENTITY dhdate "<date>March 28, 2022</date>">
<!-- Please adjust this^^ date whenever cutting a new release. -->
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
<!ENTITY dhemail "<email>bronson(a)rinspin.com</email>">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/expat.pc.cmake new/expat-2.4.8/expat.pc.cmake
--- old/expat-2.4.7/expat.pc.cmake 2022-02-21 15:46:39.000000000 +0100
+++ new/expat-2.4.8/expat.pc.cmake 2022-03-28 17:12:05.000000000 +0200
@@ -7,5 +7,6 @@
Version: $<TARGET_PROPERTY:expat,pkgconfig_version>
Description: expat XML parser
URL: https://libexpat.github.io/
-Libs: -L${libdir} -l$<TARGET_PROPERTY:expat,pkgconfig_$<LOWER_CASE:$<CONFIG>>_name> $<TARGET_PROPERTY:expat,pkgconfig_libm>
+Libs: -L${libdir} -l$<TARGET_PROPERTY:expat,pkgconfig_$<LOWER_CASE:$<CONFIG>>_output_name>
+Libs.private: $<TARGET_PROPERTY:expat,pkgconfig_libm>
Cflags: -I${includedir}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/expat.pc.in new/expat-2.4.8/expat.pc.in
--- old/expat-2.4.7/expat.pc.in 2022-02-21 15:46:39.000000000 +0100
+++ new/expat-2.4.8/expat.pc.in 2022-03-28 17:12:05.000000000 +0200
@@ -7,5 +7,6 @@
Version: @PACKAGE_VERSION@
Description: expat XML parser
URL: https://libexpat.github.io/
-Libs: -L${libdir} -l@PACKAGE_NAME@ @LIBM@
+Libs: -L${libdir} -l@PACKAGE_NAME@
+Libs.private: @LIBM@
Cflags: -I${includedir}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/expat_config.h new/expat-2.4.8/expat_config.h
--- old/expat-2.4.7/expat_config.h 2022-03-04 22:28:02.000000000 +0100
+++ new/expat-2.4.8/expat_config.h 2022-03-28 23:18:23.000000000 +0200
@@ -77,7 +77,7 @@
#define PACKAGE_NAME "expat"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "expat 2.4.7"
+#define PACKAGE_STRING "expat 2.4.8"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "expat"
@@ -86,7 +86,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "2.4.7"
+#define PACKAGE_VERSION "2.4.8"
/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
@@ -94,7 +94,7 @@
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "2.4.7"
+#define VERSION "2.4.8"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/lib/expat.h new/expat-2.4.8/lib/expat.h
--- old/expat-2.4.7/lib/expat.h 2022-03-04 20:42:23.000000000 +0100
+++ new/expat-2.4.8/lib/expat.h 2022-03-28 23:11:43.000000000 +0200
@@ -1055,7 +1055,7 @@
*/
#define XML_MAJOR_VERSION 2
#define XML_MINOR_VERSION 4
-#define XML_MICRO_VERSION 7
+#define XML_MICRO_VERSION 8
#ifdef __cplusplus
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/lib/xmlparse.c new/expat-2.4.8/lib/xmlparse.c
--- old/expat-2.4.7/lib/xmlparse.c 2022-03-04 20:42:23.000000000 +0100
+++ new/expat-2.4.8/lib/xmlparse.c 2022-03-28 23:11:43.000000000 +0200
@@ -1,4 +1,4 @@
-/* fcb1a62fefa945567301146eb98e3ad3413e823a41c4378e84e8b6b6f308d824 (2.4.7+)
+/* 2722de33b8d95adcfb16db05afdec6ed1d40d51565cda2176c61806b5350eafe (2.4.8+)
__ __ _
___\ \/ /_ __ __ _| |_
/ _ \\ /| '_ \ / _` | __|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/tests/runtests.c new/expat-2.4.8/tests/runtests.c
--- old/expat-2.4.7/tests/runtests.c 2022-03-04 20:42:23.000000000 +0100
+++ new/expat-2.4.8/tests/runtests.c 2022-03-28 23:11:43.000000000 +0200
@@ -7589,7 +7589,7 @@
fail("Version mismatch");
#if ! defined(XML_UNICODE) || defined(XML_UNICODE_WCHAR_T)
- if (xcstrcmp(version_text, XCS("expat_2.4.7"))) /* needs bump on releases */
+ if (xcstrcmp(version_text, XCS("expat_2.4.8"))) /* needs bump on releases */
fail("XML_*_VERSION in expat.h out of sync?\n");
#else
/* If we have XML_UNICODE defined but not XML_UNICODE_WCHAR_T
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/expat-2.4.7/win32/expat.iss new/expat-2.4.8/win32/expat.iss
--- old/expat-2.4.7/win32/expat.iss 2022-03-04 22:25:25.000000000 +0100
+++ new/expat-2.4.8/win32/expat.iss 2022-03-28 23:11:43.000000000 +0200
@@ -37,7 +37,7 @@
; OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
; USE OR OTHER DEALINGS IN THE SOFTWARE.
-#define expatVer "2.4.7"
+#define expatVer "2.4.8"
[Setup]
AppName=Expat
1
0