Hello community,

here is the log from the commit of package kiconthemes for openSUSE:Factory 
checked in at 2015-01-29 12:50:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiconthemes (Old)
 and      /work/SRC/openSUSE:Factory/.kiconthemes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiconthemes"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes  2014-12-21 
11:57:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiconthemes.new/kiconthemes.changes     
2015-01-29 12:50:31.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 18:03:15 UTC 2015 - [email protected]
+
+- Update to 5.6.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+-------------------------------------------------------------------

Old:
----
  kiconthemes-5.5.0.tar.xz

New:
----
  kiconthemes-5.6.0.tar.xz

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

Other differences:
------------------
++++++ kiconthemes.spec ++++++
--- /var/tmp/diff_new_pack.gEfTH8/_old  2015-01-29 12:50:32.000000000 +0100
+++ /var/tmp/diff_new_pack.gEfTH8/_new  2015-01-29 12:50:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kiconthemes
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,11 @@
 
 %define lname   libKF5IconThemes5
 Name:           kiconthemes
-Version:        5.5.0
+Version:        5.6.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.5.0
+BuildRequires:  extra-cmake-modules >= 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -38,7 +38,7 @@
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
+Source:         
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ kiconthemes-5.5.0.tar.xz -> kiconthemes-5.6.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.5.0/CMakeLists.txt 
new/kiconthemes-5.6.0/CMakeLists.txt
--- old/kiconthemes-5.5.0/CMakeLists.txt        2014-12-06 13:38:50.000000000 
+0100
+++ new/kiconthemes-5.6.0/CMakeLists.txt        2015-01-03 13:08:14.000000000 
+0100
@@ -3,7 +3,7 @@
 project(KIconThemes)
 
 # ECM setup
-find_package(ECM 1.5.0 REQUIRED NO_MODULE)
+find_package(ECM 1.6.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -15,8 +15,8 @@
 include(ECMGenerateHeaders)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.5.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.5.0") # handled by release scripts
+set(KF5_VERSION "5.6.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.6.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
                   VARIABLE_PREFIX KICONTHEMES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.5.0/po/ca/kiconthemes5.po 
new/kiconthemes-5.6.0/po/ca/kiconthemes5.po
--- old/kiconthemes-5.5.0/po/ca/kiconthemes5.po 2014-12-06 13:38:50.000000000 
+0100
+++ new/kiconthemes-5.6.0/po/ca/kiconthemes5.po 2015-01-03 13:08:14.000000000 
+0100
@@ -7,14 +7,14 @@
 # Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Albert Astals Cid <[email protected]>, 2007.
 # Robert Millan <[email protected]>, 2009.
-# Antoni Bella Pérez <[email protected]>, 2011, 2013, 2014.
+# Antoni Bella Pérez <[email protected]>, 2011, 2013, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kiconthemes5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-27 20:57+0000\n"
 "PO-Revision-Date: 2014-06-25 17:59+0200\n"
-"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
+"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.5.0/po/fi/kiconthemes5.po 
new/kiconthemes-5.6.0/po/fi/kiconthemes5.po
--- old/kiconthemes-5.5.0/po/fi/kiconthemes5.po 2014-12-06 13:38:50.000000000 
+0100
+++ new/kiconthemes-5.6.0/po/fi/kiconthemes5.po 2015-01-03 13:08:14.000000000 
+0100
@@ -13,7 +13,7 @@
 # Teemu Rytilahti <[email protected]>, 2008.
 # Teemu Rytilahti <[email protected]>, 2008.
 # Tommi Nieminen <[email protected]>, 2009, 2010, 2011.
-# Lasse Liehu <[email protected]>, 2010, 2011, 2012, 2013, 2014.
+# Lasse Liehu <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio4\n"
@@ -21,7 +21,7 @@
 "POT-Creation-Date: 2014-04-27 20:57+0000\n"
 "PO-Revision-Date: 2014-02-27 23:44+0200\n"
 "Last-Translator: Lasse Liehu <[email protected]>\n"
-"Language-Team: Finnish <[email protected]>\n"
+"Language-Team: Finnish <[email protected]>\n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.5.0/po/gd/kiconthemes5.po 
new/kiconthemes-5.6.0/po/gd/kiconthemes5.po
--- old/kiconthemes-5.5.0/po/gd/kiconthemes5.po 1970-01-01 01:00:00.000000000 
+0100
+++ new/kiconthemes-5.6.0/po/gd/kiconthemes5.po 2015-01-03 13:08:14.000000000 
+0100
@@ -0,0 +1,102 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# GunChleoc <[email protected]>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: kiconthemes5\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2014-04-27 20:57+0000\n"
+"PO-Revision-Date: 2014-12-09 12:25+0100\n"
+"Last-Translator: GunChleoc <[email protected]>\n"
+"Language-Team: Fòram na Gàidhlig\n"
+"Language: gd\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : "
+"(n > 2 && n < 20) ? 2 : 3;\n"
+"X-Generator: Virtaal 0.7.1\n"
+"X-Project-Style: kde\n"
+
+#: kicondialog.cpp:240 kicondialog.cpp:250 kicondialog.cpp:589
+msgid "Select Icon"
+msgstr "Tagh ìomhaigheag"
+
+#: kicondialog.cpp:265
+msgid "Icon Source"
+msgstr "Tùs na h-ìomhaigheige"
+
+#: kicondialog.cpp:274
+msgid "S&ystem icons:"
+msgstr "Ìomhaigheagan an t-&siostaim:"
+
+#: kicondialog.cpp:281
+msgid "O&ther icons:"
+msgstr "Ìomhaigheagan &eile:"
+
+#: kicondialog.cpp:284
+msgid "&Browse..."
+msgstr "&Rùraich..."
+
+#: kicondialog.cpp:295
+msgid "&Search:"
+msgstr "&Lorg:"
+
+#: kicondialog.cpp:302
+msgid "Search interactively for icon names (e.g. folder)."
+msgstr ""
+"Lorg gu h-eadar-ghnìomhach airson ainmean ìomhaigheagan (pasgan, m.e.)."
+
+#: kicondialog.cpp:332
+msgid "Actions"
+msgstr "Gnìomhan"
+
+#: kicondialog.cpp:333
+msgid "Animations"
+msgstr "Beòthachaidhean"
+
+#: kicondialog.cpp:334
+msgid "Applications"
+msgstr "Aplacaidean"
+
+#: kicondialog.cpp:335
+msgid "Categories"
+msgstr "Roinnean-seòrsa"
+
+#: kicondialog.cpp:336
+msgid "Devices"
+msgstr "Uidheaman"
+
+#: kicondialog.cpp:337
+msgid "Emblems"
+msgstr "Suaicheantasan"
+
+#: kicondialog.cpp:338
+msgid "Emotes"
+msgstr "Samhlaidhean-gnùis"
+
+#: kicondialog.cpp:339
+msgid "Filesystems"
+msgstr "Siostaman fhaidhlichean"
+
+#: kicondialog.cpp:340
+msgid "International"
+msgstr "Eadar-nàiseanta"
+
+#: kicondialog.cpp:341
+msgid "Mimetypes"
+msgstr "Seòrsaichean MIME"
+
+#: kicondialog.cpp:342
+msgid "Places"
+msgstr "Àiteachan"
+
+#: kicondialog.cpp:343
+msgid "Status"
+msgstr "Staid"
+
+#: kicondialog.cpp:589
+msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)"
+msgstr ""
+"*.png *.xpm *.svg *.svgz|Faidhlichean ìomhaigheige (*.png *.xpm *.svg *.svgz)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.5.0/po/ko/kiconthemes5.po 
new/kiconthemes-5.6.0/po/ko/kiconthemes5.po
--- old/kiconthemes-5.5.0/po/ko/kiconthemes5.po 2014-12-06 13:38:50.000000000 
+0100
+++ new/kiconthemes-5.6.0/po/ko/kiconthemes5.po 2015-01-03 13:08:14.000000000 
+0100
@@ -2,7 +2,7 @@
 # Copyright (c) 2003, 2004, 2007-2008 Free Software Foundation, Inc.
 # KIM KyungHeon <[email protected]>, 2003, 2004.
 # Park Shinjo <[email protected]>, 2007, 2008, 2009, 2010.
-# Park Shinjo <[email protected]>, 2011, 2012, 2013, 2014.
+# Park Shinjo <[email protected]>, 2011, 2012, 2013, 2014, 2015.
 #
 msgid ""
 msgstr ""

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to