Hello community,

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

Package is "sonnet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes    2014-12-21 
11:58:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new/sonnet.changes       2015-01-29 
12:53:16.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 18:03:30 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:
----
  sonnet-5.5.0.tar.xz

New:
----
  sonnet-5.6.0.tar.xz

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

Other differences:
------------------
++++++ sonnet.spec ++++++
--- /var/tmp/diff_new_pack.3BJeCQ/_old  2015-01-29 12:53:17.000000000 +0100
+++ /var/tmp/diff_new_pack.3BJeCQ/_new  2015-01-29 12:53:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sonnet
 #
-# 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,13 +18,13 @@
 
 %define sonum   5
 Name:           sonnet
-Version:        5.5.0
+Version:        5.6.0
 Release:        0
 BuildRequires:  aspell-devel
 BuildRequires:  cmake >= 2.8.12
 # Enchant plugin is currently disabled upstream
 #BuildRequires:  enchant-devel
-BuildRequires:  extra-cmake-modules >= 1.5.0
+BuildRequires:  extra-cmake-modules >= 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -36,7 +36,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
 

++++++ sonnet-5.5.0.tar.xz -> sonnet-5.6.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.5.0/CMakeLists.txt 
new/sonnet-5.6.0/CMakeLists.txt
--- old/sonnet-5.5.0/CMakeLists.txt     2014-12-06 13:48:52.000000000 +0100
+++ new/sonnet-5.6.0/CMakeLists.txt     2015-01-03 13:17:53.000000000 +0100
@@ -3,7 +3,7 @@
 
 project(Sonnet)
 
-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} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake )
 
@@ -22,7 +22,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.5.0") # handled by release scripts
+set(KF5_VERSION "5.6.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX SONNET
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/sonnet_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.5.0/po/ca/sonnet5_qt.po 
new/sonnet-5.6.0/po/ca/sonnet5_qt.po
--- old/sonnet-5.5.0/po/ca/sonnet5_qt.po        2014-12-06 13:48:52.000000000 
+0100
+++ new/sonnet-5.6.0/po/ca/sonnet5_qt.po        2015-01-03 13:17:53.000000000 
+0100
@@ -4,7 +4,7 @@
 # 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, 2007.
-# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 
2014.
+# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 
2014.
 # Albert Astals Cid <[email protected]>, 2004, 2005, 2007.
 # Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan <[email protected]>, 2009.
@@ -15,7 +15,7 @@
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
 "PO-Revision-Date: 2014-07-28 23:18+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/sonnet-5.5.0/po/da/sonnet5_qt.po 
new/sonnet-5.6.0/po/da/sonnet5_qt.po
--- old/sonnet-5.5.0/po/da/sonnet5_qt.po        2014-12-06 13:48:52.000000000 
+0100
+++ new/sonnet-5.6.0/po/da/sonnet5_qt.po        2015-01-03 13:17:53.000000000 
+0100
@@ -11,7 +11,7 @@
 "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-09-21 15:59+0200\n"
+"PO-Revision-Date: 2014-12-29 20:05+0100\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
 "Language: da\n"
@@ -110,17 +110,17 @@
 #: core/loader.cpp:166
 msgctxt "Sonnet::Loader|dictionary variant"
 msgid "with ye, modern russian"
-msgstr ""
+msgstr "med ye, modern russisk"
 
 #: core/loader.cpp:167
 msgctxt "Sonnet::Loader|dictionary variant"
 msgid "with yeyo, modern and old russian"
-msgstr ""
+msgstr "med yeyo, moderne og gammelt russisk"
 
 #: core/loader.cpp:168
 msgctxt "Sonnet::Loader|dictionary variant"
 msgid "with yo, old russian"
-msgstr ""
+msgstr "med yo, gammelt russisk"
 
 #: core/loader.cpp:169
 msgctxt "Sonnet::Loader|dictionary variant"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.5.0/po/fi/sonnet5_qt.po 
new/sonnet-5.6.0/po/fi/sonnet5_qt.po
--- old/sonnet-5.5.0/po/fi/sonnet5_qt.po        2014-12-06 13:48:52.000000000 
+0100
+++ new/sonnet-5.6.0/po/fi/sonnet5_qt.po        2015-01-03 13:17:53.000000000 
+0100
@@ -14,7 +14,7 @@
 # Tommi Nieminen <[email protected]>, 2009, 2010, 2011.
 # Tommi Nieminen <[email protected]>, 2009.
 # Jorma Karvonen <[email protected]>, 2010.
-# Lasse Liehu <[email protected]>, 2006, 2010, 2011, 2012, 2013, 2014.
+# Lasse Liehu <[email protected]>, 2006, 2010, 2011, 2012, 2013, 2014, 
2015.
 #
 # KDE Finnish translation sprint participants:
 # Author: Artnay
@@ -29,7 +29,7 @@
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
 "PO-Revision-Date: 2014-05-23 12:04+0300\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/sonnet-5.5.0/po/ko/sonnet5_qt.po 
new/sonnet-5.6.0/po/ko/sonnet5_qt.po
--- old/sonnet-5.5.0/po/ko/sonnet5_qt.po        2014-12-06 13:48:52.000000000 
+0100
+++ new/sonnet-5.6.0/po/ko/sonnet5_qt.po        2015-01-03 13:17:53.000000000 
+0100
@@ -18,7 +18,6 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 1.5\n"
-"X-Qt-Contexts: true\n"
 
 #: core/loader.cpp:149
 msgctxt "Sonnet::Loader|dictionary variant"

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

Reply via email to