Hello community, here is the log from the commit of package ktextwidgets for openSUSE:Factory checked in at 2017-07-17 10:25:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktextwidgets (Old) and /work/SRC/openSUSE:Factory/.ktextwidgets.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktextwidgets" Mon Jul 17 10:25:49 2017 rev:43 rq:509933 version:5.36.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes 2017-07-05 23:53:03.257738186 +0200 +++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes 2017-07-17 10:25:51.204548668 +0200 @@ -1,0 +2,10 @@ +Wed Jul 12 07:14:02 CEST 2017 - [email protected] + +- Update to 5.36.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.36.0.php +- Changes since 5.35.0: + * [FEATURE] Option to build & install QCH file with the public API dox + +------------------------------------------------------------------- Old: ---- ktextwidgets-5.35.0.tar.xz New: ---- ktextwidgets-5.36.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktextwidgets.spec ++++++ --- /var/tmp/diff_new_pack.Zt7o1o/_old 2017-07-17 10:25:51.792465788 +0200 +++ /var/tmp/diff_new_pack.Zt7o1o/_new 2017-07-17 10:25:51.796465223 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5TextWidgets5 -%define _tar_path 5.35 +%define _tar_path 5.36 Name: ktextwidgets -Version: 5.35.0 +Version: 5.36.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 ++++++ ktextwidgets-5.35.0.tar.xz -> ktextwidgets-5.36.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.35.0/CMakeLists.txt new/ktextwidgets-5.36.0/CMakeLists.txt --- old/ktextwidgets-5.35.0/CMakeLists.txt 2017-06-03 12:21:00.000000000 +0200 +++ new/ktextwidgets-5.36.0/CMakeLists.txt 2017-07-02 10:11:21.000000000 +0200 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.35.0") # handled by release scripts -set(KF5_DEP_VERSION "5.35.0") # handled by release scripts +set(KF5_VERSION "5.36.0") # handled by release scripts +set(KF5_DEP_VERSION "5.36.0") # handled by release scripts project(KTextWidgets VERSION ${KF5_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.35.0 NO_MODULE) +find_package(ECM 5.36.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) @@ -20,6 +20,7 @@ include(ECMSetupVersion) include(ECMGenerateHeaders) include(CMakePackageConfigHelpers) +include(ECMAddQch) ecm_setup_version(PROJECT VARIABLE_PREFIX KTEXTWIDGETS @@ -49,6 +50,9 @@ find_package(KF5WindowSystem ${KF5_DEP_VERSION} REQUIRED) find_package(KF5Sonnet ${KF5_DEP_VERSION} REQUIRED) +option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF) +add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") + add_definitions(-DTRANSLATION_DOMAIN=\"ktextwidgets5\") if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") ki18n_install(po) @@ -60,6 +64,16 @@ # create a Config.cmake and a ConfigVersion.cmake file and install them set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5TextWidgets") +if (BUILD_QCH) + ecm_install_qch_export( + TARGETS KF5TextWidgets_QCH + FILE KF5TextWidgetsQchTargets.cmake + DESTINATION "${CMAKECONFIG_INSTALL_DIR}" + COMPONENT Devel + ) + set(PACKAGE_INCLUDE_QCHTARGETS "include(\"\${CMAKE_CURRENT_LIST_DIR}/KF5TextWidgetsQchTargets.cmake\")") +endif() + configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5TextWidgetsConfig.cmake.in" "${CMAKE_CURRENT_BINARY_DIR}/KF5TextWidgetsConfig.cmake" INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.35.0/KF5TextWidgetsConfig.cmake.in new/ktextwidgets-5.36.0/KF5TextWidgetsConfig.cmake.in --- old/ktextwidgets-5.35.0/KF5TextWidgetsConfig.cmake.in 2017-06-03 12:21:00.000000000 +0200 +++ new/ktextwidgets-5.36.0/KF5TextWidgetsConfig.cmake.in 2017-07-02 10:11:21.000000000 +0200 @@ -6,4 +6,4 @@ find_dependency(KF5I18n "@KF5_DEP_VERSION@") include("${CMAKE_CURRENT_LIST_DIR}/KF5TextWidgetsTargets.cmake") - +@PACKAGE_INCLUDE_QCHTARGETS@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.35.0/po/ca/ktextwidgets5.po new/ktextwidgets-5.36.0/po/ca/ktextwidgets5.po --- old/ktextwidgets-5.35.0/po/ca/ktextwidgets5.po 2017-06-03 12:21:00.000000000 +0200 +++ new/ktextwidgets-5.36.0/po/ca/ktextwidgets5.po 2017-07-02 10:11:21.000000000 +0200 @@ -1,12 +1,12 @@ # Translation of ktextwidgets5.po to Catalan -# Copyright (C) 2014-2015 This_file_is_part_of_KDE +# Copyright (C) 2014-2017 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, 2007. # Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 2014, 2015. # Albert Astals Cid <[email protected]>, 2004, 2005, 2007. -# Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. +# Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017. # Robert Millan <[email protected]>, 2009. # Orestes Mas <[email protected]>, 2010. msgid "" @@ -14,8 +14,8 @@ "Project-Id-Version: ktextwidgets5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:12+0100\n" -"PO-Revision-Date: 2015-11-13 14:42+0100\n" -"Last-Translator: Antoni Bella Pérez <[email protected]>\n" +"PO-Revision-Date: 2017-06-25 11:12+0100\n" +"Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ #: findreplace/kfinddialog.cpp:101 #, kde-format msgid "Replace With" -msgstr "Substitueix amb" +msgstr "Substitueix per" #: findreplace/kfinddialog.cpp:104 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.35.0/po/ca@valencia/ktextwidgets5.po new/ktextwidgets-5.36.0/po/ca@valencia/ktextwidgets5.po --- old/ktextwidgets-5.35.0/po/ca@valencia/ktextwidgets5.po 2017-06-03 12:21:00.000000000 +0200 +++ new/ktextwidgets-5.36.0/po/ca@valencia/ktextwidgets5.po 2017-07-02 10:11:21.000000000 +0200 @@ -1,12 +1,12 @@ # Translation of ktextwidgets5.po to Catalan (Valencian) -# Copyright (C) 2014-2015 This_file_is_part_of_KDE +# Copyright (C) 2014-2017 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, 2007. # Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 2014, 2015. # Albert Astals Cid <[email protected]>, 2004, 2005, 2007. -# Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. +# Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017. # Robert Millan <[email protected]>, 2009. # Orestes Mas <[email protected]>, 2010. msgid "" @@ -14,8 +14,8 @@ "Project-Id-Version: ktextwidgets5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:12+0100\n" -"PO-Revision-Date: 2015-11-13 14:42+0100\n" -"Last-Translator: Antoni Bella Pérez <[email protected]>\n" +"PO-Revision-Date: 2017-06-25 11:12+0100\n" +"Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ #: findreplace/kfinddialog.cpp:101 #, kde-format msgid "Replace With" -msgstr "Substitueix amb" +msgstr "Substitueix per" #: findreplace/kfinddialog.cpp:104 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.35.0/po/lt/ktextwidgets5.po new/ktextwidgets-5.36.0/po/lt/ktextwidgets5.po --- old/ktextwidgets-5.35.0/po/lt/ktextwidgets5.po 2017-06-03 12:21:00.000000000 +0200 +++ new/ktextwidgets-5.36.0/po/lt/ktextwidgets5.po 2017-07-02 10:11:21.000000000 +0200 @@ -7,13 +7,14 @@ # Remigijus Jarmalavičius <[email protected]>, 2011. # Liudas Ališauskas <[email protected]>, 2011, 2012, 2013, 2014. # Liudas Alisauskas <[email protected]>, 2013. +# Mindaugas Baranauskas <[email protected]>, 2017. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:12+0100\n" -"PO-Revision-Date: 2014-03-16 20:46+0200\n" -"Last-Translator: Liudas Ališauskas <[email protected]>\n" +"PO-Revision-Date: 2017-06-25 15:14+0200\n" +"Last-Translator: Mindaugas Baranauskas <[email protected]>\n" "Language-Team: Lithuanian <[email protected]>\n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -21,7 +22,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n" "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #: dialogs/klinkdialog.cpp:52 #, kde-format @@ -96,7 +97,7 @@ #, kde-format msgctxt "@title:group" msgid "Find" -msgstr "Rasti" +msgstr "Ieškoti" #: findreplace/kfinddialog.cpp:87 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktextwidgets-5.35.0/src/CMakeLists.txt new/ktextwidgets-5.36.0/src/CMakeLists.txt --- old/ktextwidgets-5.35.0/src/CMakeLists.txt 2017-06-03 12:21:00.000000000 +0200 +++ new/ktextwidgets-5.36.0/src/CMakeLists.txt 2017-07-02 10:11:21.000000000 +0200 @@ -90,6 +90,31 @@ ) install( FILES kregexpeditor/kregexpeditor.desktop DESTINATION ${KDE_INSTALL_KSERVICETYPES5DIR} ) +if (BUILD_QCH) + ecm_add_qch( + KF5TextWidgets_QCH + NAME KTextWidgets + BASE_NAME KF5TextWidgets + VERSION ${KF5_VERSION} + ORG_DOMAIN org.kde + SOURCES # using only public headers, to cover only public API + ${KTextWidgets_HEADERS} + MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md" + IMAGE_DIRS "${CMAKE_SOURCE_DIR}/docs/pics" + LINK_QCHS + Qt5Widgets_QCH + KF5SonnetUi_QCH + KF5I18n_QCH + BLANK_MACROS + KTEXTWIDGETS_EXPORT + KTEXTWIDGETS_DEPRECATED_EXPORT + KTEXTWIDGETS_DEPRECATED + TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} + QCH_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} + COMPONENT Devel + ) +endif() + include(ECMGeneratePriFile) ecm_generate_pri_file(BASE_NAME KTextWidgets LIB_NAME KF5TextWidgets DEPS "widgets SonnetUi KI18n" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF5}/KTextWidgets) install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR})
