Hello community,

here is the log from the commit of package kitemviews for openSUSE:Factory 
checked in at 2015-11-24 22:24:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kitemviews (Old)
 and      /work/SRC/openSUSE:Factory/.kitemviews.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kitemviews"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kitemviews/kitemviews.changes    2015-10-19 
22:25:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kitemviews.new/kitemviews.changes       
2015-11-24 22:24:07.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Nov  8 17:02:15 UTC 2015 - [email protected]
+
+- Update to 5.16.0 (boo#955067)
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+-------------------------------------------------------------------

Old:
----
  kitemviews-5.15.0.tar.xz

New:
----
  kitemviews-5.16.0.tar.xz

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

Other differences:
------------------
++++++ kitemviews.spec ++++++
--- /var/tmp/diff_new_pack.PzHPop/_old  2015-11-24 22:24:07.000000000 +0100
+++ /var/tmp/diff_new_pack.PzHPop/_new  2015-11-24 22:24:07.000000000 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5ItemViews5
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:           kitemviews
-Version:        5.15.0
+Version:        5.16.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ kitemviews-5.15.0.tar.xz -> kitemviews-5.16.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.15.0/CMakeLists.txt 
new/kitemviews-5.16.0/CMakeLists.txt
--- old/kitemviews-5.15.0/CMakeLists.txt        2015-10-05 10:12:59.000000000 
+0200
+++ new/kitemviews-5.16.0/CMakeLists.txt        2015-11-08 13:27:58.000000000 
+0100
@@ -3,7 +3,7 @@
 project(KItemViews)
 
 include(FeatureSummary)
-find_package(ECM 5.15.0  NO_MODULE)
+find_package(ECM 5.16.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)
 
@@ -22,7 +22,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.15.0") # handled by release scripts
+set(KF5_VERSION "5.16.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KITEMVIEWS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kitemviews_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5ItemViewsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.15.0/po/ca@valencia/kitemviews5_qt.po 
new/kitemviews-5.16.0/po/ca@valencia/kitemviews5_qt.po
--- old/kitemviews-5.15.0/po/ca@valencia/kitemviews5_qt.po      2015-10-05 
10:12:59.000000000 +0200
+++ new/kitemviews-5.16.0/po/ca@valencia/kitemviews5_qt.po      2015-11-08 
13:27:58.000000000 +0100
@@ -1,18 +1,17 @@
-# Translation of kitemviews5.po to Catalan
-# Copyright (C) 1998-2014 This_file_is_part_of_KDE
+# Translation of kitemviews5_qt.po to Catalan (Valencian)
+# Copyright (C) 2014 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.
 #
-# Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006.
-# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013.
+# Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
+# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013.
 # Albert Astals Cid <[email protected]>, 2004, 2005, 2007.
-# Sebastia Pla Sanz <[email protected]>, 2006, 2007.
 # Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan <[email protected]>, 2009.
 # Orestes Mas <[email protected]>, 2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: kitemviews5\n"
+"Project-Id-Version: kitemviews5_qt\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
 "PO-Revision-Date: 2014-03-30 13:55+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.15.0/po/el/kitemviews5_qt.po 
new/kitemviews-5.16.0/po/el/kitemviews5_qt.po
--- old/kitemviews-5.15.0/po/el/kitemviews5_qt.po       2015-10-05 
10:12:59.000000000 +0200
+++ new/kitemviews-5.16.0/po/el/kitemviews5_qt.po       2015-11-08 
13:27:58.000000000 +0100
@@ -15,46 +15,39 @@
 # Dimitrios Glentadakis <[email protected]>, 2010, 2011, 2012, 2013, 2014.
 # nikos, 2011.
 # Stelios <[email protected]>, 2012, 2013.
+# Dimitris Kardarakos <[email protected]>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2014-01-04 09:52+0100\n"
-"Last-Translator: Dimitrios Glentadakis <[email protected]>\n"
+"PO-Revision-Date: 2015-11-04 15:41+0200\n"
+"Last-Translator: Dimitris Kardarakos <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
 "Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Qt-Contexts: true\n"
 
 #: kfilterproxysearchline.cpp:73
-#, fuzzy
-#| msgid "Search"
 msgctxt "KFilterProxySearchLine|"
 msgid "Search"
 msgstr "Αναζήτηση"
 
 #: ktreewidgetsearchline.cpp:434
-#, fuzzy
-#| msgid "Search Columns"
 msgctxt "KTreeWidgetSearchLine|"
 msgid "Search Columns"
-msgstr "Αναζήτηση Στηλών"
+msgstr "Στήλες αναζήτησης"
 
 #: ktreewidgetsearchline.cpp:436
-#, fuzzy
-#| msgid "All Visible Columns"
 msgctxt "KTreeWidgetSearchLine|"
 msgid "All Visible Columns"
 msgstr "Όλες οι ορατές στήλες"
 
 #: ktreewidgetsearchlinewidget.cpp:63
-#, fuzzy
-#| msgid "S&earch:"
 msgctxt "KTreeWidgetSearchLineWidget|"
 msgid "S&earch:"
 msgstr "&Αναζήτηση:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.15.0/po/fr/kitemviews5_qt.po 
new/kitemviews-5.16.0/po/fr/kitemviews5_qt.po
--- old/kitemviews-5.15.0/po/fr/kitemviews5_qt.po       2015-10-05 
10:12:59.000000000 +0200
+++ new/kitemviews-5.16.0/po/fr/kitemviews5_qt.po       2015-11-08 
13:27:58.000000000 +0100
@@ -24,10 +24,10 @@
 "PO-Revision-Date: 2014-03-16 18:32+0100\n"
 "Last-Translator: Sebastien Renard <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Environment: kde\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.15.0/po/gd/kitemviews5_qt.po 
new/kitemviews-5.16.0/po/gd/kitemviews5_qt.po
--- old/kitemviews-5.15.0/po/gd/kitemviews5_qt.po       2015-10-05 
10:12:59.000000000 +0200
+++ new/kitemviews-5.16.0/po/gd/kitemviews5_qt.po       2015-11-08 
13:27:58.000000000 +0100
@@ -1,8 +1,10 @@
 # GunChleoc <[email protected]>, 2014.
 msgid ""
 msgstr ""
-"PO-Revision-Date: 2014-12-09 12:20+0100\n"
-"Last-Translator: GunChleoc <[email protected]>\n"
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: 2015-11-04 15:13+0000\n"
+"Last-Translator: Michael Bauer <[email protected]>\n"
 "Language-Team: Fòram na Gàidhlig\n"
 "Language: gd\n"
 "MIME-Version: 1.0\n"
@@ -10,7 +12,7 @@
 "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-Generator: Poedit 1.8.4\n"
 "X-Qt-Contexts: true\n"
 
 #: kfilterproxysearchline.cpp:73


Reply via email to