Hello community, here is the log from the commit of package sonnet for openSUSE:Factory checked in at 2016-07-03 12:26:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-05-19 12:10:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sonnet.new/sonnet.changes 2016-07-03 12:26:32.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jun 6 21:45:42 UTC 2016 - [email protected] + +- Update to 5.23.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.23.0.php + +------------------------------------------------------------------- Old: ---- sonnet-5.22.0.tar.xz New: ---- sonnet-5.23.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sonnet.spec ++++++ --- /var/tmp/diff_new_pack.ZzAbmE/_old 2016-07-03 12:26:33.000000000 +0200 +++ /var/tmp/diff_new_pack.ZzAbmE/_new 2016-07-03 12:26:33.000000000 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define sonum 5 -%define _tar_path 5.22 +%define _tar_path 5.23 Name: sonnet -Version: 5.22.0 +Version: 5.23.0 Release: 0 #BuildRequires: aspell-devel BuildRequires: cmake >= 2.8.12 ++++++ sonnet-5.22.0.tar.xz -> sonnet-5.23.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.22.0/CMakeLists.txt new/sonnet-5.23.0/CMakeLists.txt --- old/sonnet-5.22.0/CMakeLists.txt 2016-05-07 17:29:39.000000000 +0200 +++ new/sonnet-5.23.0/CMakeLists.txt 2016-06-06 13:54:00.000000000 +0200 @@ -4,7 +4,7 @@ project(Sonnet) include(FeatureSummary) -find_package(ECM 5.22.0 NO_MODULE) +find_package(ECM 5.23.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) @@ -26,7 +26,7 @@ include(ECMPoQmTools) -set(KF5_VERSION "5.22.0") # handled by release scripts +set(KF5_VERSION "5.23.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.22.0/metainfo.yaml new/sonnet-5.23.0/metainfo.yaml --- old/sonnet-5.22.0/metainfo.yaml 2016-05-07 17:29:39.000000000 +0200 +++ new/sonnet-5.23.0/metainfo.yaml 2016-06-06 13:54:00.000000000 +0200 @@ -13,3 +13,7 @@ - qmake: SonnetUi cmake: "KF5::SonnetUi" cmakename: KF5Sonnet + +public_lib: true +group: Frameworks +subgroup: Tier 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.22.0/po/gd/sonnet5_qt.po new/sonnet-5.23.0/po/gd/sonnet5_qt.po --- old/sonnet-5.22.0/po/gd/sonnet5_qt.po 2016-05-07 17:29:39.000000000 +0200 +++ new/sonnet-5.23.0/po/gd/sonnet5_qt.po 2016-06-06 13:54:00.000000000 +0200 @@ -1,10 +1,10 @@ -# GunChleoc <[email protected]>, 2015. +# GunChleoc <[email protected]>, 2015, 2016. msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2015-11-04 15:14+0000\n" -"Last-Translator: Michael Bauer <[email protected]>\n" +"PO-Revision-Date: 2016-04-30 12:12+0100\n" +"Last-Translator: GunChleoc <[email protected]>\n" "Language-Team: Fòram na Gàidhlig\n" "Language: gd\n" "MIME-Version: 1.0\n" @@ -12,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: Poedit 1.8.4\n" +"X-Generator: Virtaal 0.7.1\n" "X-Qt-Contexts: true\n" #: core/loader.cpp:173 @@ -190,12 +190,9 @@ msgstr "Thoi&r air falbh" #: ui/configui.ui:160 -#, fuzzy -#| msgctxt "SonnetConfigUI|" -#| msgid "Enable &background spellchecking" msgctxt "SonnetConfigUI|" msgid "No backend found for spell checking" -msgstr "Cuir an comas dearbhadh an litreachaidh sa chùlai&bh" +msgstr "Cha deach backend airson dearbhadh an litreachaidh a lorg" #: ui/dialog.cpp:100 ui/dialog.cpp:224 ui/dialog.cpp:433 msgctxt "Sonnet::Dialog|@title:window" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sonnet-5.22.0/src/core/sonnet-core.pro new/sonnet-5.23.0/src/core/sonnet-core.pro --- old/sonnet-5.22.0/src/core/sonnet-core.pro 2016-05-07 17:29:39.000000000 +0200 +++ new/sonnet-5.23.0/src/core/sonnet-core.pro 2016-06-06 13:54:00.000000000 +0200 @@ -1,6 +1,6 @@ TARGET = sonnet-core TEMPLATE = lib -CONFIG += staticlib +CONFIG += staticlib c++11 QT -= gui SOURCES += loader.cpp \
