Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package filelight for openSUSE:Factory checked in at 2022-01-11 21:17:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/filelight (Old) and /work/SRC/openSUSE:Factory/.filelight.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "filelight" Tue Jan 11 21:17:44 2022 rev:128 rq:944263 version:21.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/filelight/filelight.changes 2021-12-13 20:47:17.340515646 +0100 +++ /work/SRC/openSUSE:Factory/.filelight.new.1892/filelight.changes 2022-01-11 21:21:10.653039347 +0100 @@ -1,0 +2,9 @@ +Tue Jan 4 10:25:06 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 21.12.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.12.1/ +- No code change since 21.12.0 + +------------------------------------------------------------------- Old: ---- filelight-21.12.0.tar.xz filelight-21.12.0.tar.xz.sig New: ---- filelight-21.12.1.tar.xz filelight-21.12.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filelight.spec ++++++ --- /var/tmp/diff_new_pack.gZvQSW/_old 2022-01-11 21:21:11.185039720 +0100 +++ /var/tmp/diff_new_pack.gZvQSW/_new 2022-01-11 21:21:11.185039720 +0100 @@ -18,16 +18,16 @@ # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} -%bcond_without lang +%bcond_without released Name: filelight -Version: 21.12.0 +Version: 21.12.1 Release: 0 Summary: Graphical disk usage viewer License: GPL-2.0-only OR GPL-3.0-only Group: System/GUI/KDE URL: https://apps.kde.org/filelight Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz -%if %{with lang} +%if %{with released} Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif @@ -66,7 +66,7 @@ %install %kf5_makeinstall -C build -%if %{with lang} +%if %{with released} %find_lang %{name} --with-man --all-name %{kf5_find_htmldocs} %endif @@ -84,7 +84,7 @@ %{_kf5_iconsdir}/hicolor/*/*/* %{_kf5_kxmlguidir}/filelight/ -%if %{with lang} +%if %{with released} %files lang -f %{name}.lang %endif ++++++ filelight-21.12.0.tar.xz -> filelight-21.12.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-21.12.0/CMakeLists.txt new/filelight-21.12.1/CMakeLists.txt --- old/filelight-21.12.0/CMakeLists.txt 2021-12-02 22:22:59.000000000 +0100 +++ new/filelight-21.12.1/CMakeLists.txt 2022-01-03 22:30:28.000000000 +0100 @@ -8,7 +8,7 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "21") set(RELEASE_SERVICE_VERSION_MINOR "12") -set(RELEASE_SERVICE_VERSION_MICRO "0") +set(RELEASE_SERVICE_VERSION_MICRO "1") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") set(FILELIGHT_VERSION ${RELEASE_SERVICE_VERSION}) # minimum requirements diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-21.12.0/misc/org.kde.filelight.appdata.xml new/filelight-21.12.1/misc/org.kde.filelight.appdata.xml --- old/filelight-21.12.0/misc/org.kde.filelight.appdata.xml 2021-12-02 22:22:59.000000000 +0100 +++ new/filelight-21.12.1/misc/org.kde.filelight.appdata.xml 2022-01-03 22:30:28.000000000 +0100 @@ -88,7 +88,7 @@ <p xml:lang="ast">Filelight ye una aplicaci??n pa visualizar l'espaciu en discu del ordenador</p> <p xml:lang="az">Filelight komouterinizd??ki diskin istifad??sini vizualla??d??ran t??tbiqdir</p> <p xml:lang="ca">El Filelight ??s una aplicaci?? per a visualitzar l'??s del disc a l'ordinador</p> - <p xml:lang="ca-valencia">El Filelight ??s una aplicaci?? per visualitzar l'??s del disc a l'ordinador</p> + <p xml:lang="ca-valencia">El Filelight ??s una aplicaci?? per a visualitzar l'??s del disc a l'ordinador</p> <p xml:lang="da">Filelight er et program til at visualisere diskforbruget p?? din computer</p> <p xml:lang="de">Filelight zeigt die Belegung von Speichermedien auf ihrem Rechner</p> <p xml:lang="el">???? Filelight ?????????? ?????? ???????????????? ?????????????????????????? ?????? ???????????? ?????? ???????????? ???????? ???????????????????? ??????</p> @@ -412,10 +412,10 @@ <value key="KDE::windows_store">https://www.microsoft.com/store/apps/9pfxcd722m2c</value> </custom> <releases> + <release version="21.12.1" date="2022-01-06"/> + <release version="21.12.0" date="2021-12-09"/> <release version="21.08.3" date="2021-11-04"/> <release version="21.08.2" date="2021-10-07"/> - <release version="21.08.1" date="2021-09-02"/> - <release version="21.08.0" date="2021-08-12"/> </releases> <content_rating type="oars-1.1"/> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-21.12.0/misc/org.kde.filelight.desktop new/filelight-21.12.1/misc/org.kde.filelight.desktop --- old/filelight-21.12.0/misc/org.kde.filelight.desktop 2021-12-02 22:22:59.000000000 +0100 +++ new/filelight-21.12.1/misc/org.kde.filelight.desktop 2022-01-03 22:30:28.000000000 +0100 @@ -63,7 +63,7 @@ GenericName[az]=Disk ??stifad??si Statistikalar?? GenericName[bs]=Statistika upotrebe diska GenericName[ca]=Estad??stiques d'??s del disc -GenericName[ca@valencia]=Estad??stiques d'??s de disc +GenericName[ca@valencia]=Estad??stiques d'??s del disc GenericName[cs]=Statistika pou??it?? disku GenericName[da]=Statistik over diskforbrug GenericName[de]=Statistik ??ber Festplattenbelegung @@ -121,7 +121,7 @@ Comment[az]=Disk istifad??si m??lumatlar??na bax???? Comment[bs]=Pogledajte podatke o upotrebi diska Comment[ca]=Veure la informaci?? d'??s del disc -Comment[ca@valencia]=Veure la informaci?? d'??s de disc +Comment[ca@valencia]=Veure la informaci?? d'??s del disc Comment[cs]=Zobrazit vyu??it?? disku Comment[da]=Vis information om diskforbrug Comment[de]=Nutzungsinformationen zu Festplatten anzeigen diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-21.12.0/po/ca@valencia/filelight.po new/filelight-21.12.1/po/ca@valencia/filelight.po --- old/filelight-21.12.0/po/ca@valencia/filelight.po 2021-12-03 01:10:08.000000000 +0100 +++ new/filelight-21.12.1/po/ca@valencia/filelight.po 2022-01-04 01:15:06.000000000 +0100 @@ -3,16 +3,16 @@ # 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. # -# Josep Ma. Ferrer <[email protected]>, 2010, 2013, 2014, 2015, 2017, 2018. +# Josep M. Ferrer <[email protected]>, 2010, 2013, 2014, 2015, 2017, 2018. # Antoni Bella P??rez <[email protected]>, 2015. -# empar <[email protected]>, 2019. +# Empar Montoro Mart??n <[email protected]>, 2019. msgid "" msgstr "" "Project-Id-Version: filelight\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-08-18 00:20+0000\n" "PO-Revision-Date: 2019-09-16 10:37+0200\n" -"Last-Translator: empar <[email protected]>\n" +"Last-Translator: Empar Montoro Mart??n <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -25,7 +25,7 @@ #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Josep Ma. Ferrer" +msgstr "Josep M. Ferrer" #, kde-format msgctxt "EMAIL OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-21.12.0/po/fr/filelight.po new/filelight-21.12.1/po/fr/filelight.po --- old/filelight-21.12.0/po/fr/filelight.po 2021-12-03 01:10:08.000000000 +0100 +++ new/filelight-21.12.1/po/fr/filelight.po 2022-01-04 01:15:06.000000000 +0100 @@ -75,7 +75,7 @@ #: src/dialog.ui:33 #, kde-format msgid "Scannin&g" -msgstr "Analys&e en cours" +msgstr "Analys&e" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #: src/dialog.ui:45 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-21.12.0/po/zh_CN/filelight.po new/filelight-21.12.1/po/zh_CN/filelight.po --- old/filelight-21.12.0/po/zh_CN/filelight.po 2021-12-03 01:10:08.000000000 +0100 +++ new/filelight-21.12.1/po/zh_CN/filelight.po 2022-01-04 01:15:07.000000000 +0100 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-08-18 00:20+0000\n" -"PO-Revision-Date: 2021-11-30 15:23\n" +"PO-Revision-Date: 2021-12-22 14:09\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
