Hello community, here is the log from the commit of package kross for openSUSE:Factory checked in at 2014-07-18 16:50:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kross (Old) and /work/SRC/openSUSE:Factory/.kross.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kross" Changes: -------- --- /work/SRC/openSUSE:Factory/kross/kross.changes 2014-06-10 14:37:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kross.new/kross.changes 2014-07-18 16:50:22.000000000 +0200 @@ -1,0 +2,15 @@ +Fri Jul 11 09:48:49 UTC 2014 - [email protected] + +- Define kf5_version within package + +------------------------------------------------------------------- +Tue Jul 1 21:36:16 UTC 2014 - [email protected] + +- Update to 5.0.0 + * Final release of KDE Frameworks 5 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/kde-frameworks-5.0.php + +------------------------------------------------------------------- Old: ---- kross-4.100.0.tar.xz New: ---- kross-5.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kross.spec ++++++ --- /var/tmp/diff_new_pack.DSr3Qe/_old 2014-07-18 16:50:24.000000000 +0200 +++ /var/tmp/diff_new_pack.DSr3Qe/_new 2014-07-18 16:50:24.000000000 +0200 @@ -17,21 +17,22 @@ Name: kross -Version: 4.100.0 +Version: 5.0.0 Release: 0 +%define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.14 +BuildRequires: extra-cmake-modules >= 1.0.0 BuildRequires: fdupes -BuildRequires: kcompletion-devel >= %{_kf5_version} -BuildRequires: kdoctools-devel >= %{_kf5_version} +BuildRequires: kcompletion-devel >= %{kf5_version} +BuildRequires: kdoctools-devel >= %{kf5_version} BuildRequires: kf5-filesystem -BuildRequires: ki18n-devel >= %{_kf5_version} -BuildRequires: kiconthemes-devel >= %{_kf5_version} -BuildRequires: kio-devel >= %{_kf5_version} -BuildRequires: kparts-devel >= %{_kf5_version} -BuildRequires: kservice-devel >= %{_kf5_version} -BuildRequires: kwidgetsaddons-devel >= %{_kf5_version} -BuildRequires: kxmlgui-devel >= %{_kf5_version} +BuildRequires: ki18n-devel >= %{kf5_version} +BuildRequires: kiconthemes-devel >= %{kf5_version} +BuildRequires: kio-devel >= %{kf5_version} +BuildRequires: kparts-devel >= %{kf5_version} +BuildRequires: kservice-devel >= %{kf5_version} +BuildRequires: kwidgetsaddons-devel >= %{kf5_version} +BuildRequires: kxmlgui-devel >= %{kf5_version} BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(Qt5Script) >= 5.2.0 BuildRequires: pkgconfig(Qt5UiTools) >= 5.2.0 @@ -44,7 +45,7 @@ License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/unstable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -57,11 +58,11 @@ Group: Development/Libraries/KDE Requires: %{name} = %{version} Requires: extra-cmake-modules -Requires: ki18n-devel >= %{_kf5_version} -Requires: kiconthemes-devel >= %{_kf5_version} -Requires: kio-devel >= %{_kf5_version} -Requires: kparts-devel >= %{_kf5_version} -Requires: kwidgetsaddons-devel >= %{_kf5_version} +Requires: ki18n-devel >= %{kf5_version} +Requires: kiconthemes-devel >= %{kf5_version} +Requires: kio-devel >= %{kf5_version} +Requires: kparts-devel >= %{kf5_version} +Requires: kwidgetsaddons-devel >= %{kf5_version} Requires: pkgconfig(Qt5Core) >= 5.2.0 Requires: pkgconfig(Qt5Script) >= 5.2.0 Requires: pkgconfig(Qt5Widgets) >= 5.2.0 ++++++ kross-4.100.0.tar.xz -> kross-5.0.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-4.100.0/CMakeLists.txt new/kross-5.0.0/CMakeLists.txt --- old/kross-4.100.0/CMakeLists.txt 2014-06-01 14:33:50.000000000 +0200 +++ new/kross-5.0.0/CMakeLists.txt 2014-07-01 20:34:18.000000000 +0200 @@ -2,7 +2,7 @@ project(Kross) -find_package(ECM 0.0.14 REQUIRED NO_MODULE) +find_package(ECM 1.0.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) @@ -16,8 +16,8 @@ include(KDEFrameworkCompilerSettings) include(KDECMakeSettings) -set(KF5_VERSION "4.100.0") # handled by release scripts -set(KF5_DEP_VERSION "4.100.0") # handled by release scripts +set(KF5_VERSION "5.0.0") # handled by release scripts +set(KF5_DEP_VERSION "5.0.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KROSS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kross_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5KrossConfigVersion.cmake" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-4.100.0/po/ca/kross5.po new/kross-5.0.0/po/ca/kross5.po --- old/kross-4.100.0/po/ca/kross5.po 2014-06-01 14:33:50.000000000 +0200 +++ new/kross-5.0.0/po/ca/kross5.po 2014-07-01 20:34:18.000000000 +0200 @@ -1,12 +1,11 @@ # Translation of kross5.po to Catalan -# Copyright (C) 1998-2014 This_file_is_part_of_KDE +# 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. +# 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. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-4.100.0/po/en_GB/kross5.po new/kross-5.0.0/po/en_GB/kross5.po --- old/kross-4.100.0/po/en_GB/kross5.po 2014-06-01 14:33:50.000000000 +0200 +++ new/kross-5.0.0/po/en_GB/kross5.po 2014-07-01 20:34:18.000000000 +0200 @@ -2,70 +2,59 @@ # Malcolm Hunter <[email protected]>, 2002,2003,2004, 2005, 2006, 2007, 2008, 2009. # Jonathan Riddell <[email protected]>, 2003. # Andrew Coles <[email protected]>, 2004, 2005, 2009, 2010. +# Steve Allewell <[email protected]>, 2014. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-05-14 08:06+0000\n" -"PO-Revision-Date: 2010-12-14 12:18+0000\n" -"Last-Translator: Andrew Coles <[email protected]>\n" -"Language-Team: British English <[email protected]>\n" -"Language: \n" +"PO-Revision-Date: 2014-06-28 12:01+0100\n" +"Last-Translator: Steve Allewell <[email protected]>\n" +"Language-Team: British English <[email protected]>\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.1\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Andrew Coles" +msgstr "Andrew Coles, Steve Allewell" msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "[email protected]" +msgstr "[email protected], [email protected]" #: console/main.cpp:99 -#, fuzzy -#| msgid "Kross" msgctxt "application name" msgid "Kross" msgstr "Kross" #: console/main.cpp:101 -#, fuzzy -#| msgid "KDE application to run Kross scripts." msgctxt "application description" msgid "Command-line utility to run Kross scripts." -msgstr "KDE application to run Kross scripts." +msgstr "Command-line utility to run Kross scripts." #: console/main.cpp:103 -#, fuzzy -#| msgid "(C) 2006 Sebastian Sauer" msgctxt "@info:credit" msgid "Copyright 2006 Sebastian Sauer" -msgstr "(C) 2006 Sebastian Sauer" +msgstr "Copyright 2006 Sebastian Sauer" #: console/main.cpp:107 -#, fuzzy -#| msgid "Sebastian Sauer" msgctxt "@info:credit" msgid "Sebastian Sauer" msgstr "Sebastian Sauer" #: console/main.cpp:108 -#, fuzzy -#| msgid "Author" msgctxt "@info:credit" msgid "Author" msgstr "Author" #: console/main.cpp:118 -#, fuzzy -#| msgid "Description" msgctxt "@info:shell command-line argument" msgid "The script to run." -msgstr "Description" +msgstr "The script to run." #: core/action.cpp:474 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-4.100.0/po/fr/kross5.po new/kross-5.0.0/po/fr/kross5.po --- old/kross-4.100.0/po/fr/kross5.po 2014-06-01 14:33:50.000000000 +0200 +++ new/kross-5.0.0/po/fr/kross5.po 2014-07-01 20:34:18.000000000 +0200 @@ -21,7 +21,7 @@ "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-05-14 08:06+0000\n" -"PO-Revision-Date: 2014-03-16 18:32+0100\n" +"PO-Revision-Date: 2014-05-21 16:00+0200\n" "Last-Translator: Sebastien Renard <[email protected]>\n" "Language-Team: French <[email protected]>\n" "Language: fr\n" @@ -48,18 +48,14 @@ msgstr "Kross" #: console/main.cpp:101 -#, fuzzy -#| msgid "KDE application to run Kross scripts." msgctxt "application description" msgid "Command-line utility to run Kross scripts." -msgstr "Application KDE pour exécuter des scripts Kross." +msgstr "Application ligne de commande pour exécuter des scripts Kross." #: console/main.cpp:103 -#, fuzzy -#| msgid "(C) 2006 Sebastian Sauer" msgctxt "@info:credit" msgid "Copyright 2006 Sebastian Sauer" -msgstr "(C) 2006 Sebastian Sauer" +msgstr "Copyright 2006 Sebastian Sauer" #: console/main.cpp:107 msgctxt "@info:credit" @@ -72,11 +68,9 @@ msgstr "Auteur" #: console/main.cpp:118 -#, fuzzy -#| msgid "Description" msgctxt "@info:shell command-line argument" msgid "The script to run." -msgstr "Description" +msgstr "Script à exécuter." #: core/action.cpp:474 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-4.100.0/po/id/kross5.po new/kross-5.0.0/po/id/kross5.po --- old/kross-4.100.0/po/id/kross5.po 2014-06-01 14:33:50.000000000 +0200 +++ new/kross-5.0.0/po/id/kross5.po 2014-07-01 20:34:18.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-05-14 08:06+0000\n" -"PO-Revision-Date: 2014-02-04 20:08+0700\n" +"PO-Revision-Date: 2014-06-23 21:25+0700\n" "Last-Translator: Andhika Padmawan <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -26,46 +26,34 @@ msgstr "[email protected]" #: console/main.cpp:99 -#, fuzzy -#| msgid "Kross" msgctxt "application name" msgid "Kross" msgstr "Kross" #: console/main.cpp:101 -#, fuzzy -#| msgid "KDE application to run Kross scripts." msgctxt "application description" msgid "Command-line utility to run Kross scripts." -msgstr "Aplikasi KDE untuk menjalankan skrip Kross." +msgstr "Utilitas baris perintah untuk menjalankan skrip Kross." #: console/main.cpp:103 -#, fuzzy -#| msgid "(C) 2006 Sebastian Sauer" msgctxt "@info:credit" msgid "Copyright 2006 Sebastian Sauer" -msgstr "(C) 2006 Sebastian Sauer" +msgstr "Hak Cipta 2006 Sebastian Sauer" #: console/main.cpp:107 -#, fuzzy -#| msgid "Sebastian Sauer" msgctxt "@info:credit" msgid "Sebastian Sauer" msgstr "Sebastian Sauer" #: console/main.cpp:108 -#, fuzzy -#| msgid "Author" msgctxt "@info:credit" msgid "Author" msgstr "Penulis" #: console/main.cpp:118 -#, fuzzy -#| msgid "Description" msgctxt "@info:shell command-line argument" msgid "The script to run." -msgstr "Keterangan" +msgstr "Skrip untuk dijalankan." #: core/action.cpp:474 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-4.100.0/po/nds/kross5.po new/kross-5.0.0/po/nds/kross5.po --- old/kross-4.100.0/po/nds/kross5.po 2014-06-01 14:33:50.000000000 +0200 +++ new/kross-5.0.0/po/nds/kross5.po 2014-07-01 20:34:18.000000000 +0200 @@ -16,7 +16,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-4.100.0/po/ru/kross5.po new/kross-5.0.0/po/ru/kross5.po --- old/kross-4.100.0/po/ru/kross5.po 2014-06-01 14:33:50.000000000 +0200 +++ new/kross-5.0.0/po/ru/kross5.po 2014-07-01 20:34:18.000000000 +0200 @@ -19,7 +19,7 @@ "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-05-14 08:06+0000\n" -"PO-Revision-Date: 2014-02-05 03:50+0400\n" +"PO-Revision-Date: 2014-06-30 00:00+0400\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" "Language: ru\n" @@ -46,46 +46,34 @@ "[email protected]" #: console/main.cpp:99 -#, fuzzy -#| msgid "Kross" msgctxt "application name" msgid "Kross" msgstr "Kross" #: console/main.cpp:101 -#, fuzzy -#| msgid "KDE application to run Kross scripts." msgctxt "application description" msgid "Command-line utility to run Kross scripts." -msgstr "Приложение KDE для запуска скриптов Kross." +msgstr "Программа для запуска сценариев Kross." #: console/main.cpp:103 -#, fuzzy -#| msgid "(C) 2006 Sebastian Sauer" msgctxt "@info:credit" msgid "Copyright 2006 Sebastian Sauer" msgstr "© Sebastian Sauer, 2006" #: console/main.cpp:107 -#, fuzzy -#| msgid "Sebastian Sauer" msgctxt "@info:credit" msgid "Sebastian Sauer" msgstr "Sebastian Sauer" #: console/main.cpp:108 -#, fuzzy -#| msgid "Author" msgctxt "@info:credit" msgid "Author" msgstr "Автор" #: console/main.cpp:118 -#, fuzzy -#| msgid "Description" msgctxt "@info:shell command-line argument" msgid "The script to run." -msgstr "Описание" +msgstr "Сценарий для запуска." #: core/action.cpp:474 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-4.100.0/po/sl/kross5.po new/kross-5.0.0/po/sl/kross5.po --- old/kross-4.100.0/po/sl/kross5.po 2014-06-01 14:33:50.000000000 +0200 +++ new/kross-5.0.0/po/sl/kross5.po 2014-07-01 20:34:18.000000000 +0200 @@ -11,13 +11,13 @@ # Andrej Vernekar <[email protected]>, 2005, 2007, 2008, 2009, 2010. # Jure Repinc <[email protected]>, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013. # Andrej Vernekar <[email protected]>, 2008, 2011, 2012. -# Andrej Mernik <[email protected]>, 2012, 2013. +# Andrej Mernik <[email protected]>, 2012, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-05-14 08:06+0000\n" -"PO-Revision-Date: 2013-11-26 18:31+0100\n" +"PO-Revision-Date: 2014-06-12 14:52+0200\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" "Language: sl\n" @@ -39,46 +39,34 @@ "[email protected],[email protected]" #: console/main.cpp:99 -#, fuzzy -#| msgid "Kross" msgctxt "application name" msgid "Kross" msgstr "Kross" #: console/main.cpp:101 -#, fuzzy -#| msgid "KDE application to run Kross scripts." msgctxt "application description" msgid "Command-line utility to run Kross scripts." -msgstr "KDE-jev program za zaganjanje skriptov Kross." +msgstr "KDE-jev ukazni pripomoček za zaganjanje skriptov Kross." #: console/main.cpp:103 -#, fuzzy -#| msgid "(C) 2006 Sebastian Sauer" msgctxt "@info:credit" msgid "Copyright 2006 Sebastian Sauer" -msgstr "(C) 2006 Sebastian Sauer" +msgstr "Avtorske pravice 2006 Sebastian Sauer" #: console/main.cpp:107 -#, fuzzy -#| msgid "Sebastian Sauer" msgctxt "@info:credit" msgid "Sebastian Sauer" msgstr "Sebastian Sauer" #: console/main.cpp:108 -#, fuzzy -#| msgid "Author" msgctxt "@info:credit" msgid "Author" msgstr "Avtor" #: console/main.cpp:118 -#, fuzzy -#| msgid "Description" msgctxt "@info:shell command-line argument" msgid "The script to run." -msgstr "Opis" +msgstr "Skript za zagon." #: core/action.cpp:474 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-4.100.0/po/uk/kross5.po new/kross-5.0.0/po/uk/kross5.po --- old/kross-4.100.0/po/uk/kross5.po 2014-06-01 14:33:50.000000000 +0200 +++ new/kross-5.0.0/po/uk/kross5.po 2014-07-01 20:34:18.000000000 +0200 @@ -1,5 +1,7 @@ -# translation of kdelibs4.po to Ukrainian -# Translation of kdelibs4.po to Ukrainian +# Translation of kross5.po to Ukrainian +# 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. # # Eugene Onischenko <[email protected]>, 2002, 2003, 2004, 2005, 2006. # Andriy Rysin <[email protected]>, 2002, 2003, 2006, 2007. @@ -7,7 +9,7 @@ # Yuri Chornoivan <[email protected]>, 2008, 2009, 2010, 2011, 2012, 2013, 2014. msgid "" msgstr "" -"Project-Id-Version: kdelibs4\n" +"Project-Id-Version: kross5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-05-14 08:06+0000\n" "PO-Revision-Date: 2014-04-02 08:45+0300\n" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
