Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2020-09-10 22:49:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/filelight (Old)
 and      /work/SRC/openSUSE:Factory/.filelight.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filelight"

Thu Sep 10 22:49:39 2020 rev:112 rq:831724 version:20.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/filelight/filelight.changes      2020-08-18 
13:56:43.874154694 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new.4249/filelight.changes    
2020-09-10 22:49:47.995934318 +0200
@@ -1,0 +2,9 @@
+Tue Sep  1 20:49:08 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-09-apps-update
+- No code change since 20.08.0
+
+-------------------------------------------------------------------

Old:
----
  filelight-20.08.0.tar.xz
  filelight-20.08.0.tar.xz.sig

New:
----
  filelight-20.08.1.tar.xz
  filelight-20.08.1.tar.xz.sig

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

Other differences:
------------------
++++++ filelight.spec ++++++
--- /var/tmp/diff_new_pack.ozx8b6/_old  2020-09-10 22:49:49.011935804 +0200
+++ /var/tmp/diff_new_pack.ozx8b6/_new  2020-09-10 22:49:49.015935810 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           filelight
-Version:        20.08.0
+Version:        20.08.1
 Release:        0
 Summary:        Graphical disk usage viewer
 License:        GPL-2.0-only OR GPL-3.0-only


++++++ filelight-20.08.0.tar.xz -> filelight-20.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-20.08.0/CMakeLists.txt 
new/filelight-20.08.1/CMakeLists.txt
--- old/filelight-20.08.0/CMakeLists.txt        2020-08-07 08:58:38.000000000 
+0200
+++ new/filelight-20.08.1/CMakeLists.txt        2020-09-01 08:19:55.000000000 
+0200
@@ -22,7 +22,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "20")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-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-20.08.0/misc/org.kde.filelight.appdata.xml 
new/filelight-20.08.1/misc/org.kde.filelight.appdata.xml
--- old/filelight-20.08.0/misc/org.kde.filelight.appdata.xml    2020-08-05 
09:53:50.000000000 +0200
+++ new/filelight-20.08.1/misc/org.kde.filelight.appdata.xml    2020-08-31 
21:02:59.000000000 +0200
@@ -370,10 +370,10 @@
     <value 
key="KDE::windows_store">https://www.microsoft.com/store/apps/9pfxcd722m2c</value>
   </custom>
   <releases>
+    <release version="20.08.1" date="2020-09-03"/>
     <release version="20.08.0" date="2020-08-13"/>
     <release version="20.04.3" date="2020-07-09"/>
     <release version="20.04.2" date="2020-06-11"/>
-    <release version="20.04.1" date="2020-05-14"/>
   </releases>
   <content_rating type="oars-1.1"/>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-20.08.0/misc/org.kde.filelight.desktop 
new/filelight-20.08.1/misc/org.kde.filelight.desktop
--- old/filelight-20.08.0/misc/org.kde.filelight.desktop        2020-08-05 
09:53:50.000000000 +0200
+++ new/filelight-20.08.1/misc/org.kde.filelight.desktop        2020-08-31 
21:02:59.000000000 +0200
@@ -18,6 +18,7 @@
 Name[fr]=Filelight
 Name[ga]=Filelight
 Name[gl]=Filelight
+Name[hi]=फ़ाइललाईट
 Name[hr]=Filelight
 Name[hu]=Filelight
 Name[ia]=Filelight
@@ -73,6 +74,7 @@
 GenericName[ga]=Staitisticí maidir le húsáid diosca
 GenericName[gl]=Estatísticas de uso do disco
 GenericName[he]=סטטיסטיקות שימוש בכונן
+GenericName[hi]=डिस्क उपयोग आंकड़े
 GenericName[hr]=Statistika o upotrebi diska
 GenericName[hu]=Lemezhasználati statisztika
 GenericName[ia]=Statisticas de uso de disco
@@ -128,6 +130,7 @@
 Comment[fr]=Afficher les informations d'utilisation de disques
 Comment[ga]=Taispeáin úsáid diosca
 Comment[gl]=Acceda a información de uso do disco.
+Comment[hi]=डिस्क उपयोग जानकारी देखें
 Comment[hr]=Prikaži informacije o upotrebi diska
 Comment[hu]=Lemezhasználati információk megjelenítése
 Comment[ia]=Vide information de uso de disco
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-20.08.0/po/ca/filelight.po 
new/filelight-20.08.1/po/ca/filelight.po
--- old/filelight-20.08.0/po/ca/filelight.po    2020-08-07 08:58:37.000000000 
+0200
+++ new/filelight-20.08.1/po/ca/filelight.po    2020-09-01 08:19:46.000000000 
+0200
@@ -3,15 +3,15 @@
 # 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 Ma. Ferrer <[email protected]>, 2010, 2013, 2014, 2015, 2017, 2018, 
2020.
 # Antoni Bella Pérez <[email protected]>, 2015, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: filelight\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:53+0200\n"
-"PO-Revision-Date: 2020-08-04 23:10+0200\n"
-"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
+"PO-Revision-Date: 2020-08-20 12:57+0100\n"
+"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\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 20.04.3\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -206,8 +206,8 @@
 msgstr ""
 "La mida del tipus de lletra de les etiquetes expandides es pot variar en "
 "funció de la profunditat dels directoris que representen. Això ajuda a "
-"reconèixer més fàcilment les etiquetes més importants. Establiu una mida de "
-"tipus de lletra mínim."
+"reconèixer més fàcilment les etiquetes més importants. Establiu una mida "
+"mínima per al tipus de lletra."
 
 #. i18n: ectx: property (text), widget (QCheckBox, varyLabelFontSizes)
 #: src/dialog.ui:317
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-20.08.0/po/zh_CN/filelight.po 
new/filelight-20.08.1/po/zh_CN/filelight.po
--- old/filelight-20.08.0/po/zh_CN/filelight.po 2020-08-07 08:58:38.000000000 
+0200
+++ new/filelight-20.08.1/po/zh_CN/filelight.po 2020-09-01 08:19:53.000000000 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:53+0200\n"
-"PO-Revision-Date: 2020-07-31 15:02\n"
+"PO-Revision-Date: 2020-08-12 20:42\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to