Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2021-05-16 23:40:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/filelight (Old)
 and      /work/SRC/openSUSE:Factory/.filelight.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filelight"

Sun May 16 23:40:33 2021 rev:120 rq:892728 version:21.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/filelight/filelight.changes      2021-04-25 
21:26:33.284367828 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new.2988/filelight.changes    
2021-05-16 23:41:12.461811680 +0200
@@ -1,0 +2,10 @@
+Wed May 12 06:06:54 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/21.04.1
+- Changes since 21.04.0:
+  * Hide kdoctools_install() behind KF5DocTools_FOUND conditional
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ filelight.spec ++++++
--- /var/tmp/diff_new_pack.PuR76j/_old  2021-05-16 23:41:13.057809459 +0200
+++ /var/tmp/diff_new_pack.PuR76j/_new  2021-05-16 23:41:13.057809459 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           filelight
-Version:        21.04.0
+Version:        21.04.1
 Release:        0
 Summary:        Graphical disk usage viewer
 License:        GPL-2.0-only OR GPL-3.0-only


++++++ filelight-21.04.0.tar.xz -> filelight-21.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-21.04.0/CMakeLists.txt 
new/filelight-21.04.1/CMakeLists.txt
--- old/filelight-21.04.0/CMakeLists.txt        2021-04-14 17:11:56.000000000 
+0200
+++ new/filelight-21.04.1/CMakeLists.txt        2021-05-07 20:23:07.000000000 
+0200
@@ -8,7 +8,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "21")
 set(RELEASE_SERVICE_VERSION_MINOR "04")
-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
@@ -56,5 +56,7 @@
 endif()
 
 ki18n_install(po)
-kdoctools_install(po)
+if (KF5DocTools_FOUND)
+    kdoctools_install(po)
+endif()
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-21.04.0/misc/org.kde.filelight.appdata.xml 
new/filelight-21.04.1/misc/org.kde.filelight.appdata.xml
--- old/filelight-21.04.0/misc/org.kde.filelight.appdata.xml    2021-04-14 
17:11:56.000000000 +0200
+++ new/filelight-21.04.1/misc/org.kde.filelight.appdata.xml    2021-05-07 
20:23:07.000000000 +0200
@@ -409,10 +409,10 @@
     <value 
key="KDE::windows_store">https://www.microsoft.com/store/apps/9pfxcd722m2c</value>
   </custom>
   <releases>
+    <release version="21.04.1" date="2021-05-13"/>
     <release version="21.04.0" date="2021-04-22"/>
     <release version="20.12.3" date="2021-03-04"/>
     <release version="20.12.2" date="2021-02-04"/>
-    <release version="20.12.1" date="2021-01-07"/>
   </releases>
   <content_rating type="oars-1.1"/>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-21.04.0/po/zh_CN/filelight.po 
new/filelight-21.04.1/po/zh_CN/filelight.po
--- old/filelight-21.04.0/po/zh_CN/filelight.po 2021-04-16 10:39:35.000000000 
+0200
+++ new/filelight-21.04.1/po/zh_CN/filelight.po 2021-05-11 09:19:21.000000000 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-14 09:13+0100\n"
-"PO-Revision-Date: 2021-03-27 17:31\n"
+"PO-Revision-Date: 2021-04-24 15:44\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to