Hello community,

here is the log from the commit of package kiconthemes for openSUSE:Factory 
checked in at 2018-08-24 16:53:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiconthemes (Old)
 and      /work/SRC/openSUSE:Factory/.kiconthemes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiconthemes"

Fri Aug 24 16:53:38 2018 rev:59 rq:630612 version:5.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes  2018-07-21 
10:13:13.907128665 +0200
+++ /work/SRC/openSUSE:Factory/.kiconthemes.new/kiconthemes.changes     
2018-08-24 16:53:41.057331696 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:19:08 UTC 2018 - [email protected]
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * Honor BUILD_TESTING
+
+-------------------------------------------------------------------

Old:
----
  kiconthemes-5.48.0.tar.xz

New:
----
  kiconthemes-5.49.0.tar.xz

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

Other differences:
------------------
++++++ kiconthemes.spec ++++++
--- /var/tmp/diff_new_pack.e1Wpxp/_old  2018-08-24 16:53:41.409332110 +0200
+++ /var/tmp/diff_new_pack.e1Wpxp/_new  2018-08-24 16:53:41.409332110 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kiconthemes
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,22 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5IconThemes5
-%define _tar_path 5.48
+%define _tar_path 5.49
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%bcond_without lang
 Name:           kiconthemes
-Version:        5.48.0
+Version:        5.49.0
 Release:        0
+Summary:        Icon GUI utilities
+License:        LGPL-2.1-or-later AND GPL-2.0-or-later
+Group:          System/GUI/KDE
+URL:            http://www.kde.org
+Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source1:        baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -41,31 +47,24 @@
 BuildRequires:  cmake(Qt5Svg) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
-Summary:        Icon GUI utilities
-License:        LGPL-2.1+ and GPL-2.0+
-Group:          System/GUI/KDE
-Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This library contains classes to improve the handling of icons
 in applications using the KDE Frameworks.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        Icon GUI utilities
 Group:          System/GUI/KDE
-Recommends:     %lname-lang = %{version}
+Recommends:     %{lname}-lang = %{version}
 
-%description -n %lname
+%description -n %{lname}
 This library contains classes to improve the handling of icons
 in applications using the KDE Frameworks.
 
 %package devel
 Summary:        Icon GUI utilities: Build Environment
 Group:          Development/Libraries/KDE
-Requires:       %lname = %{version}
+Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
 Requires:       cmake(Qt5Widgets) >= 5.6.0
 
@@ -73,7 +72,8 @@
 This library contains classes to improve the handling of icons
 in applications using the KDE Frameworks. Development files.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q
 
@@ -89,21 +89,19 @@
 %find_lang %{name}5
 %endif
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f %{name}5.lang
+%files -n %{lname}-lang -f %{name}5.lang
 %endif
 
-%files -n %lname
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n %{lname}
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5IconThemes.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_bindir}/kiconfinder5
 %{_kf5_libdir}/libKF5IconThemes.so
 %{_kf5_libdir}/cmake/KF5IconThemes/

++++++ kiconthemes-5.48.0.tar.xz -> kiconthemes-5.49.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.48.0/CMakeLists.txt 
new/kiconthemes-5.49.0/CMakeLists.txt
--- old/kiconthemes-5.48.0/CMakeLists.txt       2018-07-08 00:31:08.000000000 
+0200
+++ new/kiconthemes-5.49.0/CMakeLists.txt       2018-08-04 12:58:47.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.48.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
+set(KF5_VERSION "5.49.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
 project(KIconThemes VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.48.0  NO_MODULE)
+find_package(ECM 5.49.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -53,9 +53,10 @@
     ki18n_install(po)
 endif()
 add_subdirectory(src)
-add_subdirectory(tests)
-add_subdirectory(autotests)
-
+if (BUILD_TESTING)
+    add_subdirectory(tests)
+    add_subdirectory(autotests)
+endif()
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5IconThemes")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.48.0/po/cs/kiconthemes5.po 
new/kiconthemes-5.49.0/po/cs/kiconthemes5.po
--- old/kiconthemes-5.48.0/po/cs/kiconthemes5.po        2018-07-08 
00:31:08.000000000 +0200
+++ new/kiconthemes-5.49.0/po/cs/kiconthemes5.po        2018-08-04 
12:58:47.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015.
+# Vít Pelčák <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 2018.
 # Lukáš Tinkl <[email protected]>, 2010, 2011, 2012, 2013.
 # Tomáš Chvátal <[email protected]>, 2012, 2013.
 #
@@ -9,8 +9,8 @@
 "Project-Id-Version: kio4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-06-28 03:35+0200\n"
-"PO-Revision-Date: 2015-01-19 12:39+0100\n"
-"Last-Translator: Vít Pelčák <[email protected]>\n"
+"PO-Revision-Date: 2018-07-09 15:31+0100\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
@@ -105,8 +105,7 @@
 msgstr "Vše"
 
 #: kicondialog.cpp:602
-#, fuzzy, kde-format
-#| msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)"
+#, kde-format
 msgid ""
 "*.ico *.png *.xpm *.svg *.svgz|Icon Files (*.ico *.png *.xpm *.svg *.svgz)"
-msgstr "*.png *.xpm *.svg *.svgz|Ikony (*.png *.xpm *.svg *.svgz)"
+msgstr "*.ico *.png *.xpm *.svg *.svgz|Ikony (*.ico *.png *.xpm *.svg *.svgz)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.48.0/po/da/kiconthemes5.po 
new/kiconthemes-5.49.0/po/da/kiconthemes5.po
--- old/kiconthemes-5.48.0/po/da/kiconthemes5.po        2018-07-08 
00:31:08.000000000 +0200
+++ new/kiconthemes-5.49.0/po/da/kiconthemes5.po        2018-08-04 
12:58:47.000000000 +0200
@@ -5,15 +5,15 @@
 # Steffen Hansen <stefh@nostromo>, 1998.
 # Thorbjoern Ravn Andersen <[email protected]>, 1999.
 # Birger Langkjer <[email protected]>, 1999.
-# Erik Kjær Pedersen <[email protected]>, 1999-2001,2002,2003, 2004, 2005, 
2006.
+# Erik Kjær Pedersen <[email protected]>, 1999-2001, 2002, 2003, 2004, 2005, 
2006.
 # Lars K. Schunk <[email protected]>, 2001-2002.
-# Martin Schlander <[email protected]>, 2008, 2009, 2010, 2011, 2012, 
2017.
+# Martin Schlander <[email protected]>, 2008, 2009, 2010, 2011, 2012, 
2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-06-28 03:35+0200\n"
-"PO-Revision-Date: 2017-02-25 18:33+0100\n"
+"PO-Revision-Date: 2018-07-12 09:48+0100\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
 "Language: da\n"
@@ -109,8 +109,8 @@
 msgstr "Alle"
 
 #: kicondialog.cpp:602
-#, fuzzy, kde-format
-#| msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)"
+#, kde-format
 msgid ""
 "*.ico *.png *.xpm *.svg *.svgz|Icon Files (*.ico *.png *.xpm *.svg *.svgz)"
-msgstr "*.png *.xpm *.svg *.svgz|Ikon-filer (*.png *.xpm *.svg *.svgz)"
+msgstr ""
+"*.ico *.png *.xpm *.svg *.svgz|Ikonfiler (*.ico *.png *.xpm *.svg *.svgz)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.48.0/po/fi/kiconthemes5.po 
new/kiconthemes-5.49.0/po/fi/kiconthemes5.po
--- old/kiconthemes-5.48.0/po/fi/kiconthemes5.po        2018-07-08 
00:31:08.000000000 +0200
+++ new/kiconthemes-5.49.0/po/fi/kiconthemes5.po        2018-08-04 
12:58:47.000000000 +0200
@@ -12,15 +12,15 @@
 # Mikko Piippo <[email protected]>, 2007.
 # Teemu Rytilahti <[email protected]>, 2008.
 # Teemu Rytilahti <[email protected]>, 2008.
-# Tommi Nieminen <[email protected]>, 2009, 2010, 2011.
+# Tommi Nieminen <[email protected]>, 2009, 2010, 2011, 2018.
 # Lasse Liehu <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 
2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-06-28 03:35+0200\n"
-"PO-Revision-Date: 2016-11-21 03:32+0200\n"
-"Last-Translator: Lasse Liehu <[email protected]>\n"
+"PO-Revision-Date: 2018-07-12 17:23+0200\n"
+"Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
@@ -116,8 +116,9 @@
 msgstr "Kaikki"
 
 #: kicondialog.cpp:602
-#, fuzzy, kde-format
-#| msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)"
+#, kde-format
 msgid ""
 "*.ico *.png *.xpm *.svg *.svgz|Icon Files (*.ico *.png *.xpm *.svg *.svgz)"
-msgstr "*.png *.xpm *.svg *.svgz|Kuvaketiedostot (*.png *.xpm *.svg *.svgz)"
+msgstr ""
+"*.ico *.png *.xpm *.svg *.svgz|Kuvaketiedostot (*.ico *.png *.xpm *.svg *."
+"svgz)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.48.0/po/id/kiconthemes5.po 
new/kiconthemes-5.49.0/po/id/kiconthemes5.po
--- old/kiconthemes-5.48.0/po/id/kiconthemes5.po        2018-07-08 
00:31:08.000000000 +0200
+++ new/kiconthemes-5.49.0/po/id/kiconthemes5.po        2018-08-04 
12:58:47.000000000 +0200
@@ -7,8 +7,8 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-06-28 03:35+0200\n"
-"PO-Revision-Date: 2018-06-13 10:12+0700\n"
-"Last-Translator: Wantoyo <[email protected]>\n"
+"PO-Revision-Date: 2018-07-16 07:39+0700\n"
+"Last-Translator: wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
@@ -103,8 +103,8 @@
 msgstr "Semua"
 
 #: kicondialog.cpp:602
-#, fuzzy, kde-format
-#| msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)"
+#, kde-format
 msgid ""
 "*.ico *.png *.xpm *.svg *.svgz|Icon Files (*.ico *.png *.xpm *.svg *.svgz)"
-msgstr "*.png *.xpm *.svg *.svgz|File Ikon (*.png *.xpm *.svg *.svgz)"
+msgstr ""
+"*.ico *.png *.xpm *.svg *.svgz|File Ikon (*.ico *.png *.xpm *.svg *.svgz)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.48.0/po/pl/kiconthemes5.po 
new/kiconthemes-5.49.0/po/pl/kiconthemes5.po
--- old/kiconthemes-5.48.0/po/pl/kiconthemes5.po        2018-07-08 
00:31:08.000000000 +0200
+++ new/kiconthemes-5.49.0/po/pl/kiconthemes5.po        2018-08-04 
12:58:47.000000000 +0200
@@ -15,13 +15,13 @@
 # Robert Gomulka <[email protected]>, 2007, 2008.
 # Marta Rybczyńska <[email protected]>, 2007, 2008, 2009, 2010, 2011.
 # Artur Chłond <[email protected]>, 2010.
-# Łukasz Wojniłowicz <[email protected]>, 2011, 2012, 2014, 2016.
+# Łukasz Wojniłowicz <[email protected]>, 2011, 2012, 2014, 2016, 
2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-06-28 03:35+0200\n"
-"PO-Revision-Date: 2016-11-20 09:05+0100\n"
+"PO-Revision-Date: 2018-07-14 07:09+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -105,7 +105,7 @@
 #: kicondialog.cpp:362
 #, kde-format
 msgid "Places"
-msgstr "Szybki dostęp"
+msgstr "Miejsca"
 
 #: kicondialog.cpp:363
 #, kde-format
@@ -118,8 +118,8 @@
 msgstr "Wszystkie"
 
 #: kicondialog.cpp:602
-#, fuzzy, kde-format
-#| msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)"
+#, kde-format
 msgid ""
 "*.ico *.png *.xpm *.svg *.svgz|Icon Files (*.ico *.png *.xpm *.svg *.svgz)"
-msgstr "*.png *.xpm *.svg *.svgz|Pliki ikon (*.png *.xpm *.svg *.svgz)"
+msgstr ""
+"*.ico *.png *.xpm *.svg *.svgz|Pliki ikon (*.ico *.png *.xpm *.svg *.svgz)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.48.0/po/uk/kiconthemes5.po 
new/kiconthemes-5.49.0/po/uk/kiconthemes5.po
--- old/kiconthemes-5.48.0/po/uk/kiconthemes5.po        2018-07-08 
00:31:08.000000000 +0200
+++ new/kiconthemes-5.49.0/po/uk/kiconthemes5.po        2018-08-04 
12:58:47.000000000 +0200
@@ -1,5 +1,5 @@
 # Translation of kiconthemes5.po to Ukrainian
-# Copyright (C) 2014-2018 This_file_is_part_of_KDE
+# Copyright (C) 2018 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.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.48.0/po/zh_CN/kiconthemes5.po 
new/kiconthemes-5.49.0/po/zh_CN/kiconthemes5.po
--- old/kiconthemes-5.48.0/po/zh_CN/kiconthemes5.po     2018-07-08 
00:31:08.000000000 +0200
+++ new/kiconthemes-5.49.0/po/zh_CN/kiconthemes5.po     2018-08-04 
12:58:47.000000000 +0200
@@ -17,7 +17,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-06-28 03:35+0200\n"
-"PO-Revision-Date: 2018-07-03 17:35\n"
+"PO-Revision-Date: 2018-07-24 08:41\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.48.0/po/zh_TW/kiconthemes5.po 
new/kiconthemes-5.49.0/po/zh_TW/kiconthemes5.po
--- old/kiconthemes-5.48.0/po/zh_TW/kiconthemes5.po     2018-07-08 
00:31:08.000000000 +0200
+++ new/kiconthemes-5.49.0/po/zh_TW/kiconthemes5.po     2018-08-04 
12:58:47.000000000 +0200
@@ -10,14 +10,15 @@
 # Franklin Weng <[email protected]>, 2010, 2011, 2012.
 # Franklin Weng <[email protected]>, 2010, 2011, 2012.
 # Jeff Huang <[email protected]>, 2016.
+# pan93412 <[email protected]>, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-06-28 03:35+0200\n"
-"PO-Revision-Date: 2016-11-22 12:49+0800\n"
-"Last-Translator: Jeff Huang <[email protected]>\n"
-"Language-Team: Chinese <[email protected]>\n"
+"PO-Revision-Date: 2018-07-09 21:40+0800\n"
+"Last-Translator: pan93412 <[email protected]>\n"
+"Language-Team: Chinese <[email protected]>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -111,8 +112,8 @@
 msgstr "全部"
 
 #: kicondialog.cpp:602
-#, fuzzy, kde-format
-#| msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)"
+#, kde-format
 msgid ""
 "*.ico *.png *.xpm *.svg *.svgz|Icon Files (*.ico *.png *.xpm *.svg *.svgz)"
-msgstr "*.png *.xpm *.svg *.svgz|圖示檔案 (*.png *.xpm *.svg *.svgz)"
+msgstr ""
+"*.ico *.png *.xpm *.svg *.svgz|圖示檔案 (*.ico *.png *.xpm *.svg *.svgz)"


Reply via email to