Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2015-10-03 20:17:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/filelight (Old)
 and      /work/SRC/openSUSE:Factory/.filelight.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filelight"

Changes:
--------
--- /work/SRC/openSUSE:Factory/filelight/filelight.changes      2015-07-14 
17:31:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2015-10-03 
20:17:47.000000000 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 18:57:47 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+-------------------------------------------------------------------
+Wed Aug 19 19:42:35 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+-------------------------------------------------------------------
+Fri Aug  7 06:46:18 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  filelight-15.04.3.tar.xz

New:
----
  filelight-15.08.1.tar.xz

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

Other differences:
------------------
++++++ filelight.spec ++++++
--- /var/tmp/diff_new_pack.omTOb3/_old  2015-10-03 20:17:48.000000000 +0200
+++ /var/tmp/diff_new_pack.omTOb3/_new  2015-10-03 20:17:48.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           filelight
-Version:        15.04.3
+Version:        15.08.1
 Release:        0
 Summary:        Graphical disk usage viewer
 License:        GPL-2.0 or GPL-3.0

++++++ filelight-15.04.3.tar.xz -> filelight-15.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-15.04.3/CMakeLists.txt 
new/filelight-15.08.1/CMakeLists.txt
--- old/filelight-15.04.3/CMakeLists.txt        2015-05-14 23:52:55.000000000 
+0200
+++ new/filelight-15.08.1/CMakeLists.txt        2015-05-14 23:36:04.000000000 
+0200
@@ -36,7 +36,7 @@
 include(KDECompilerSettings)
 
 
-find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Script 
Test)
+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Script)
 find_package(KF5 REQUIRED
     KIO
     Parts
@@ -54,6 +54,15 @@
     -DQT_NO_CAST_TO_ASCII
 )
 
+find_package(Qt5Test ${QT_MIN_VERSION} CONFIG QUIET)
+set_package_properties(Qt5Test PROPERTIES
+    PURPOSE "Required for tests"
+    TYPE OPTIONAL)
+add_feature_info("Qt5Test" Qt5Test_FOUND "Required for building tests")
+if (NOT Qt5Test_FOUND)
+    set(BUILD_TESTING OFF CACHE BOOL "Build the testing tree.")
+endif()
+
 add_definitions(-DTRANSLATION_DOMAIN=\"filelight\")
 
 include_directories(src/)
Files old/filelight-15.04.3/misc/16-apps-filelight.png and 
new/filelight-15.08.1/misc/16-apps-filelight.png differ
Files old/filelight-15.04.3/misc/22-apps-filelight.png and 
new/filelight-15.08.1/misc/22-apps-filelight.png differ
Files old/filelight-15.04.3/misc/32-actions-views_filelight.png and 
new/filelight-15.08.1/misc/32-actions-views_filelight.png differ
Files old/filelight-15.04.3/misc/32-apps-filelight.png and 
new/filelight-15.08.1/misc/32-apps-filelight.png differ
Files old/filelight-15.04.3/misc/48-apps-filelight.png and 
new/filelight-15.08.1/misc/48-apps-filelight.png differ
Files old/filelight-15.04.3/misc/64-apps-filelight.png and 
new/filelight-15.08.1/misc/64-apps-filelight.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-15.04.3/misc/CMakeLists.txt 
new/filelight-15.08.1/misc/CMakeLists.txt
--- old/filelight-15.04.3/misc/CMakeLists.txt   2015-05-14 23:52:55.000000000 
+0200
+++ new/filelight-15.08.1/misc/CMakeLists.txt   2015-05-14 23:36:04.000000000 
+0200
@@ -25,10 +25,10 @@
 install(FILES filelightui.rc DESTINATION ${KXMLGUI_INSTALL_DIR}//filelight)
 
 ecm_install_icons(ICONS
-    hi32-actions-views_filelight.png
-    hi16-apps-filelight.png 
-    hi22-apps-filelight.png
-    hi32-apps-filelight.png
-    hi48-apps-filelight.png
-    hi64-apps-filelight.png
-    DESTINATION ${ICON_INSTALL_DIR})
+    32-actions-views_filelight.png
+    16-apps-filelight.png 
+    22-apps-filelight.png
+    32-apps-filelight.png
+    48-apps-filelight.png
+    64-apps-filelight.png
+    DESTINATION ${ICON_INSTALL_DIR} THEME hicolor)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-15.04.3/misc/filelightpart.desktop 
new/filelight-15.08.1/misc/filelightpart.desktop
--- old/filelight-15.04.3/misc/filelightpart.desktop    2015-05-14 
23:52:55.000000000 +0200
+++ new/filelight-15.08.1/misc/filelightpart.desktop    2015-05-14 
23:36:04.000000000 +0200
@@ -1,6 +1,7 @@
 [Desktop Entry]
 Encoding=UTF-8
 Name=Radial Map
+Name[ast]=Mapa radial
 Name[bs]=Radial Map
 Name[ca]=Mapa radial
 Name[ca@valencia]=Mapa radial
Files old/filelight-15.04.3/misc/hi16-apps-filelight.png and 
new/filelight-15.08.1/misc/hi16-apps-filelight.png differ
Files old/filelight-15.04.3/misc/hi22-apps-filelight.png and 
new/filelight-15.08.1/misc/hi22-apps-filelight.png differ
Files old/filelight-15.04.3/misc/hi32-actions-views_filelight.png and 
new/filelight-15.08.1/misc/hi32-actions-views_filelight.png differ
Files old/filelight-15.04.3/misc/hi32-apps-filelight.png and 
new/filelight-15.08.1/misc/hi32-apps-filelight.png differ
Files old/filelight-15.04.3/misc/hi48-apps-filelight.png and 
new/filelight-15.08.1/misc/hi48-apps-filelight.png differ
Files old/filelight-15.04.3/misc/hi64-apps-filelight.png and 
new/filelight-15.08.1/misc/hi64-apps-filelight.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-15.04.3/misc/org.kde.filelight.desktop 
new/filelight-15.08.1/misc/org.kde.filelight.desktop
--- old/filelight-15.04.3/misc/org.kde.filelight.desktop        2015-05-14 
23:52:55.000000000 +0200
+++ new/filelight-15.08.1/misc/org.kde.filelight.desktop        2015-05-14 
23:36:04.000000000 +0200
@@ -1,6 +1,7 @@
 # KDE Config File
 [Desktop Entry]
 Name=Filelight
+Name[ast]=Filelight
 Name[bs]=Filelight
 Name[ca]=Filelight
 Name[ca@valencia]=Filelight
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-15.04.3/src/app/main.cpp 
new/filelight-15.08.1/src/app/main.cpp
--- old/filelight-15.04.3/src/app/main.cpp      2015-05-14 23:52:55.000000000 
+0200
+++ new/filelight-15.08.1/src/app/main.cpp      2015-05-14 23:36:04.000000000 
+0200
@@ -37,8 +37,8 @@
     QStringLiteral(APP_VERSION),
     i18n("Graphical disk-usage information"),
     KAboutLicense::GPL,
-    i18n("(C) 2006 Max Howell\n\
-        (C) 2008-2014 Martin Sandsmark"),
+    i18n("(C) 2006 Max Howell\n"
+         "(C) 2008-2014 Martin Sandsmark"),
     QString(),
     QStringLiteral("http://utils.kde.org/projects/filelight";)
 );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-15.04.3/src/part/part.cpp 
new/filelight-15.08.1/src/part/part.cpp
--- old/filelight-15.04.3/src/part/part.cpp     2015-05-14 23:52:55.000000000 
+0200
+++ new/filelight-15.08.1/src/part/part.cpp     2015-05-14 23:36:04.000000000 
+0200
@@ -73,8 +73,8 @@
             QStringLiteral(APP_VERSION),
             i18n("Displays file usage in an easy to understand way."),
             KAboutLicense::GPL,
-            i18n("(c) 2002-2004 Max Howell\n\
-                (c) 2008-2014 Martin T. Sandsmark"),
+            i18n("(c) 2002-2004 Max Howell\n"
+                 "(c) 2008-2014 Martin T. Sandsmark"),
             QString(),
             QStringLiteral("http://utils.kde.org/projects/filelight";),
             QStringLiteral("martin.sandsm...@kde.org"));


Reply via email to