openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
October 2018
- 1 participants
- 1996 discussions
Hello community,
here is the log from the commit of package extra-cmake-modules for openSUSE:Factory checked in at 2018-10-01 08:03:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
and /work/SRC/openSUSE:Factory/.extra-cmake-modules.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "extra-cmake-modules"
Mon Oct 1 08:03:28 2018 rev:57 rq:635970 version:5.50.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes 2018-08-24 16:51:48.921199500 +0200
+++ /work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 2018-10-01 08:04:53.262401874 +0200
@@ -1,0 +2,19 @@
+Thu Sep 13 21:58:44 UTC 2018 - lbeltrame(a)kde.org
+
+- Update to 5.50.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+ * Revert "Add _XOPEN_SOURCE to C definitions"
+ * Bindings: Check if bindings can be generated for a specific python version
+ * Bindings: Use python version matching the found clang python module
+ * Bindings: Make generator forward compatible with Python 3
+ * Disable alteration of QT_PLUGIN_PATH by ECM when running tests.
+ * Add _XOPEN_SOURCE to C definitions (kde#373175)
+ * Change documentation to reflect the real toolchain CMake name
+ * Bindings: Add support for scoped enums (kde#397154)
+ * Bindings: Check for libclang without version suffix also
+ * Make it possible for ECM to detect po files at configure time
+
+-------------------------------------------------------------------
Old:
----
extra-cmake-modules-5.49.0.tar.xz
New:
----
extra-cmake-modules-5.50.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ extra-cmake-modules.spec ++++++
--- /var/tmp/diff_new_pack.fok2Y9/_old 2018-10-01 08:04:53.646401668 +0200
+++ /var/tmp/diff_new_pack.fok2Y9/_new 2018-10-01 08:04:53.650401667 +0200
@@ -16,7 +16,7 @@
#
-%define _tar_path 5.49
+%define _tar_path 5.50
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
%bcond_with doc
%endif
Name: extra-cmake-modules
-Version: 5.49.0
+Version: 5.50.0
Release: 0
Summary: CMake modules
License: BSD-3-Clause
++++++ extra-cmake-modules-5.49.0.tar.xz -> extra-cmake-modules-5.50.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/extra-cmake-modules-5.49.0/CMakeLists.txt new/extra-cmake-modules-5.50.0/CMakeLists.txt
--- old/extra-cmake-modules-5.49.0/CMakeLists.txt 2018-08-04 10:36:56.000000000 +0200
+++ new/extra-cmake-modules-5.50.0/CMakeLists.txt 2018-09-01 11:20:25.000000000 +0200
@@ -32,7 +32,7 @@
# Preliminary setup
#
-set(VERSION "5.49.0") # handled by release scripts
+set(VERSION "5.50.0") # handled by release scripts
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/extra-cmake-modules-5.49.0/find-modules/FindPythonModuleGeneration.cmake new/extra-cmake-modules-5.50.0/find-modules/FindPythonModuleGeneration.cmake
--- old/extra-cmake-modules-5.49.0/find-modules/FindPythonModuleGeneration.cmake 2018-08-04 10:36:56.000000000 +0200
+++ new/extra-cmake-modules-5.50.0/find-modules/FindPythonModuleGeneration.cmake 2018-09-01 11:20:25.000000000 +0200
@@ -100,13 +100,22 @@
python${_CURRENT_VERSION}u
python${_CURRENT_VERSION}
)
+ # sip.h is version agnostic, it may be located in the version specific path
+ # or one of the default locations
+ find_path(GPB_PYTHON${version}_SIP_DIR
+ NAMES sip.h
+ PATHS
+ ${GPB_PYTHON${version}_INCLUDE_DIR}
+ )
endif()
find_program(GPB_PYTHON${version}_COMMAND python${version})
endmacro()
macro(_create_imported_python_target version)
- if(GPB_PYTHON${version}_LIBRARY AND GPB_PYTHON${version}_INCLUDE_DIR AND EXISTS "${GPB_PYTHON${version}_INCLUDE_DIR}/patchlevel.h")
+ if(GPB_PYTHON${version}_LIBRARY AND GPB_PYTHON${version}_INCLUDE_DIR AND
+ EXISTS "${GPB_PYTHON${version}_INCLUDE_DIR}/patchlevel.h" AND
+ EXISTS "${GPB_PYTHON${version}_SIP_DIR}/sip.h")
list(APPEND _pyversions ${version})
file(STRINGS "${GPB_PYTHON${version}_INCLUDE_DIR}/patchlevel.h" python_version_define
@@ -174,13 +183,9 @@
_report_NOT_FOUND("The sip executable must be available to use ${CMAKE_FIND_PACKAGE_NAME}.")
endif()
-if (NOT GPB_PYTHON2_COMMAND)
- _report_NOT_FOUND("The python2 executable is required by clang-python for the ${CMAKE_FIND_PACKAGE_NAME} Module.")
-endif()
-
if (NOT libclang_LIBRARY)
set(_LIBCLANG_MAX_MAJOR_VERSION 7)
- set(_LIBCLANG_MIN_MAJOR_VERSION 4)
+ set(_LIBCLANG_MIN_MAJOR_VERSION 5)
find_library(libclang_LIBRARY clang-${_LIBCLANG_MAX_MAJOR_VERSION}.0)
@@ -196,10 +201,7 @@
endwhile()
if (NOT libclang_LIBRARY)
- find_library(libclang_LIBRARY clang-3.9)
- if (NOT libclang_LIBRARY)
- find_library(libclang_LIBRARY clang-3.8)
- endif()
+ find_library(libclang_LIBRARY clang)
endif()
else()
string(REGEX MATCH ".*clang-([0-9]+\\.[0-9]+).*" _GPB_CLANG_SUFFIX ${libclang_LIBRARY})
@@ -207,16 +209,35 @@
endif()
if (NOT libclang_LIBRARY)
- _report_NOT_FOUND("Could not find libclang version 3.8 or greater.")
+ _report_NOT_FOUND("Could not find libclang version 5.0 or greater.")
+else()
+ message(STATUS "Found ${libclang_LIBRARY}")
endif()
-execute_process(
- COMMAND ${GPB_PYTHON2_COMMAND} ${CMAKE_CURRENT_LIST_DIR}/sip_generator.py --self-check ${libclang_LIBRARY}
- RESULT_VARIABLE selfCheckErrors
-)
+foreach (pyversion "2" "3")
+ set(GPB_PYTHON_COMMAND ${GPB_PYTHON${pyversion}_COMMAND})
+ if (NOT GPB_PYTHON_COMMAND)
+ continue()
+ endif()
+ message(STATUS "Testing if ${GPB_PYTHON_COMMAND} can be used to run sip_generator")
+
+ execute_process(
+ COMMAND ${GPB_PYTHON_COMMAND} ${CMAKE_CURRENT_LIST_DIR}/sip_generator.py --self-check ${libclang_LIBRARY}
+ RESULT_VARIABLE selfCheckErrors
+ ERROR_QUIET
+ )
+
+ if (selfCheckErrors)
+ message(STATUS "sip_generator self-check for ${GPB_PYTHON_COMMAND} failed")
+ unset(GPB_PYTHON_COMMAND)
+ else()
+ message(STATUS "Self-check passed, Using ${GPB_PYTHON_COMMAND} to generate bindings")
+ break()
+ endif()
+endforeach()
-if (selfCheckErrors)
- _report_NOT_FOUND("sip_generator failed a self-check for the ${CMAKE_FIND_PACKAGE_NAME} Module.")
+if (NOT GPB_PYTHON_COMMAND)
+ _report_NOT_FOUND("No usable python version found to run sip_generator for the ${CMAKE_FIND_PACKAGE_NAME} Module.")
endif()
get_filename_component(libclang_file "${libclang_file}" REALPATH)
@@ -352,7 +373,7 @@
set(comp_flags "$<JOIN:$<TARGET_PROPERTY:${target_value},INTERFACE_COMPILE_OPTIONS>;${stdFlag},;>")
add_custom_command(OUTPUT ${sip_file}
- COMMAND ${GPB_PYTHON2_COMMAND} ${GPB_MODULE_DIR}/sip_generator.py
+ COMMAND ${GPB_PYTHON_COMMAND} ${GPB_MODULE_DIR}/sip_generator.py
--flags " ${inc_dirs};${sys_inc_dirs};${comp_defs};${comp_flags}"
--include_filename "${hdr_filename}"
${libclang_LIBRARY}
@@ -400,7 +421,7 @@
add_custom_command(OUTPUT
"${CMAKE_CURRENT_BINARY_DIR}/pybuild/${pythonnamespace_value}/${modulename_value}/unified${modulename_value}.cpp"
- COMMAND ${GPB_PYTHON2_COMMAND} "${GPB_MODULE_DIR}/run-sip.py" --sip ${GBP_SIP_COMMAND}
+ COMMAND ${GPB_PYTHON_COMMAND} "${GPB_MODULE_DIR}/run-sip.py" --sip ${GBP_SIP_COMMAND}
--unify "${CMAKE_CURRENT_BINARY_DIR}/pybuild/${pythonnamespace_value}/${modulename_value}/unified${modulename_value}.cpp"
--module-name "${modulename_value}"
-c "${CMAKE_CURRENT_BINARY_DIR}/pybuild/${pythonnamespace_value}/${modulename_value}"
@@ -422,6 +443,7 @@
"${CMAKE_CURRENT_BINARY_DIR}/pybuild/${pythonnamespace_value}/${modulename_value}")
foreach(pyversion ${_pyversions})
+ message(STATUS "Found dependencies for python${pyversion}, generating bindings")
execute_process(COMMAND "${CMAKE_COMMAND}"
"-DPYTHON_UMBRELLA_MODULE_FILE=${CMAKE_BINARY_DIR}/py${pyversion}/${pythonnamespace_value}/__init__.py"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/extra-cmake-modules-5.49.0/find-modules/rules_engine.py new/extra-cmake-modules-5.50.0/find-modules/rules_engine.py
--- old/extra-cmake-modules-5.49.0/find-modules/rules_engine.py 2018-08-04 10:36:56.000000000 +0200
+++ new/extra-cmake-modules-5.50.0/find-modules/rules_engine.py 2018-09-01 11:20:25.000000000 +0200
@@ -113,7 +113,7 @@
logger.debug(_("Rule {} suppressed {}, {}").format(self, fqn, original))
else:
delta = False
- for k, v in original.iteritems():
+ for k, v in original.items():
if v != modified[k]:
delta = True
break
@@ -620,7 +620,7 @@
logger.debug(_("Rule {} suppressed {}, {}").format(self, fqn, original))
else:
delta = False
- for k, v in original.iteritems():
+ for k, v in original.items():
if v != modified[k]:
delta = True
break
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/extra-cmake-modules-5.49.0/find-modules/sip_generator.py new/extra-cmake-modules-5.50.0/find-modules/sip_generator.py
--- old/extra-cmake-modules-5.49.0/find-modules/sip_generator.py 2018-08-04 10:36:56.000000000 +0200
+++ new/extra-cmake-modules-5.50.0/find-modules/sip_generator.py 2018-09-01 11:20:25.000000000 +0200
@@ -416,7 +416,10 @@
def _enum_get(self, container, enum, level):
pad = " " * (level * 4)
- decl = pad + "enum {} {{\n".format(enum.displayname)
+ scoped = ""
+ if enum.is_scoped_enum():
+ scoped = "class "
+ decl = pad + "enum {}{} {{\n".format(scoped, enum.displayname)
enumerations = []
for enum in enum.get_children():
#
@@ -609,7 +612,10 @@
typeText = text
typeInit = ""
- prefix = parameterType.spelling.rsplit("::", 1)[0]
+ if parameterType.kind == TypeKind.ENUM and parameterType.get_declaration().is_scoped_enum():
+ prefix = parameterType.spelling
+ else:
+ prefix = parameterType.spelling.rsplit("::", 1)[0]
if "::" in typeText:
typeText = typeText.rsplit("::", 1)[1]
return prefix + "::" + typeText + typeInit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/extra-cmake-modules-5.49.0/kde-modules/KDECMakeSettings.cmake new/extra-cmake-modules-5.50.0/kde-modules/KDECMakeSettings.cmake
--- old/extra-cmake-modules-5.49.0/kde-modules/KDECMakeSettings.cmake 2018-08-04 10:36:56.000000000 +0200
+++ new/extra-cmake-modules-5.50.0/kde-modules/KDECMakeSettings.cmake 2018-09-01 11:20:25.000000000 +0200
@@ -91,6 +91,13 @@
# should be downloaded when building the project.
#
# Since 5.34.0
+#
+# ``KDE_L10N_SYNC_TRANSLATIONS`` (OFF by default) will download the translations at configuration
+# time instead of build time.
+#
+# Since 5.50.0
+#
+#
#=============================================================================
# Copyright 2014 Alex Merry <alex.merry(a)kde.org>
@@ -312,9 +319,10 @@
if(NOT EXISTS ${CMAKE_SOURCE_DIR}/po AND NOT TARGET fetch-translations)
option(KDE_L10N_AUTO_TRANSLATIONS "Automatically 'make fetch-translations`" OFF)
+ option(KDE_L10N_SYNC_TRANSLATIONS "Fetch translations when KDECMakeSettings.cmake is processed." OFF)
set(KDE_L10N_BRANCH "trunk" CACHE STRING "Branch from l10n.kde.org to fetch from: trunk | stable | lts | trunk_kde4 | stable_kde4")
- if(KDE_L10N_AUTO_TRANSLATIONS)
+ if(KDE_L10N_AUTO_TRANSLATIONS AND NOT KDE_L10N_SYNC_TRANSLATIONS)
set(_EXTRA_ARGS "ALL")
else()
set(_EXTRA_ARGS)
@@ -323,9 +331,12 @@
set(_reponame "")
_repository_name(_reponame "${CMAKE_SOURCE_DIR}")
+ set(releaseme_clone_commands
+ COMMAND git clone --depth 1 https://anongit.kde.org/releaseme.git
+ )
add_custom_command(
OUTPUT "${CMAKE_BINARY_DIR}/releaseme"
- COMMAND git clone --depth 1 "https://anongit.kde.org/releaseme.git"
+ ${releaseme_clone_commands}
COMMENT "Fetching releaseme scripts to download translations..."
)
@@ -336,18 +347,27 @@
set(extra BYPRODUCTS ${_l10n_po_dir} ${_l10n_poqm_dir})
endif()
- add_custom_target(fetch-translations ${_EXTRA_ARGS}
- COMMENT "Downloading translations for ${_reponame} branch ${KDE_L10N_BRANCH}..."
- COMMAND git -C "${CMAKE_BINARY_DIR}/releaseme" pull
- COMMAND cmake -E remove_directory ${_l10n_po_dir}
- COMMAND cmake -E remove_directory ${_l10n_poqm_dir}
+ set(fetch_commands
COMMAND ruby "${CMAKE_BINARY_DIR}/releaseme/fetchpo.rb"
--origin ${KDE_L10N_BRANCH}
--project "${_reponame}"
--output-dir "${_l10n_po_dir}"
--output-poqm-dir "${_l10n_poqm_dir}"
"${CMAKE_CURRENT_SOURCE_DIR}"
+ )
+
+ add_custom_target(fetch-translations ${_EXTRA_ARGS}
+ COMMENT "Downloading translations for ${_reponame} branch ${KDE_L10N_BRANCH}..."
+ COMMAND git -C "${CMAKE_BINARY_DIR}/releaseme" pull
+ COMMAND cmake -E remove_directory ${_l10n_po_dir}
+ COMMAND cmake -E remove_directory ${_l10n_poqm_dir}
+ ${fetch_commands}
${extra}
DEPENDS "${CMAKE_BINARY_DIR}/releaseme"
)
+
+ if (KDE_L10N_SYNC_TRANSLATIONS AND (NOT EXISTS ${_l10n_po_dir} OR NOT EXISTS ${_l10n_poqm_dir}))
+ execute_process(${releaseme_clone_commands})
+ execute_process(${fetch_commands})
+ endif()
endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/extra-cmake-modules-5.49.0/modules/ECMAddTests.cmake new/extra-cmake-modules-5.50.0/modules/ECMAddTests.cmake
--- old/extra-cmake-modules-5.49.0/modules/ECMAddTests.cmake 2018-08-04 10:36:56.000000000 +0200
+++ new/extra-cmake-modules-5.50.0/modules/ECMAddTests.cmake 2018-09-01 11:20:25.000000000 +0200
@@ -114,15 +114,15 @@
add_test(NAME ${_testname} COMMAND ${_targetname})
target_link_libraries(${_targetname} ${ARG_LINK_LIBRARIES})
ecm_mark_as_test(${_targetname})
- if (CMAKE_LIBRARY_OUTPUT_DIRECTORY)
- if(CMAKE_HOST_SYSTEM MATCHES "Windows")
- set(PATHSEP "\\;")
- else() # e.g. Linux
- set(PATHSEP ":")
- endif()
- set(_plugin_path $ENV{QT_PLUGIN_PATH})
- set_property(TEST ${_testname} PROPERTY ENVIRONMENT QT_PLUGIN_PATH=${CMAKE_LIBRARY_OUTPUT_DIRECTORY}${PATHSEP}${_plugin_path})
- endif()
+ #if (CMAKE_LIBRARY_OUTPUT_DIRECTORY)
+ # if(CMAKE_HOST_SYSTEM MATCHES "Windows")
+ # set(PATHSEP "\\;")
+ # else() # e.g. Linux
+ # set(PATHSEP ":")
+ # endif()
+ # set(_plugin_path $ENV{QT_PLUGIN_PATH})
+ # set_property(TEST ${_testname} PROPERTY ENVIRONMENT QT_PLUGIN_PATH=${CMAKE_LIBRARY_OUTPUT_DIRECTORY}${PATHSEP}${_plugin_path})
+ #endif()
if (ARG_TARGET_NAME_VAR)
set(${ARG_TARGET_NAME_VAR} "${_targetname}" PARENT_SCOPE)
endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/extra-cmake-modules-5.49.0/modules/ECMPoQmTools.cmake new/extra-cmake-modules-5.50.0/modules/ECMPoQmTools.cmake
--- old/extra-cmake-modules-5.49.0/modules/ECMPoQmTools.cmake 2018-08-04 10:36:56.000000000 +0200
+++ new/extra-cmake-modules-5.50.0/modules/ECMPoQmTools.cmake 2018-09-01 11:20:25.000000000 +0200
@@ -213,6 +213,20 @@
set(install_destination share/locale)
endif()
+ get_filename_component(absolute_podir ${podir} ABSOLUTE)
+
+ # we try to find the po directory in the binary directory, in case it was downloaded
+ # using ECM
+ if (NOT (EXISTS "${absolute_podir}" AND IS_DIRECTORY "${absolute_podir}"))
+ get_filename_component(absolute_podir ${CMAKE_BINARY_DIR}/${podir} ABSOLUTE)
+ endif()
+
+ if (NOT (EXISTS "${absolute_podir}" AND IS_DIRECTORY "${absolute_podir}"))
+ # Nothing to do if there's no podir and it would create an empty
+ # LOCALE_INSTALL_DIR in that case.
+ return()
+ endif()
+
file(GLOB po_files "${podir}/*/*.po")
foreach(po_file ${po_files})
get_filename_component(po_dir ${po_file} DIRECTORY)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/extra-cmake-modules-5.49.0/toolchain/Android.cmake new/extra-cmake-modules-5.50.0/toolchain/Android.cmake
--- old/extra-cmake-modules-5.49.0/toolchain/Android.cmake 2018-08-04 10:36:56.000000000 +0200
+++ new/extra-cmake-modules-5.50.0/toolchain/Android.cmake 2018-09-01 11:20:25.000000000 +0200
@@ -27,9 +27,9 @@
# =====
#
# To use this file, you need to set the ``CMAKE_TOOLCHAIN_FILE`` to point to
-# ``AndroidToolchain.cmake`` on the command line::
+# ``Android.cmake`` on the command line::
#
-# cmake -DCMAKE_TOOLCHAIN_FILE=/usr/share/ECM/toolchain/AndroidToolchain.cmake
+# cmake -DCMAKE_TOOLCHAIN_FILE=/usr/share/ECM/toolchain/Android.cmake
#
# You will also need to provide the locations of the Android NDK and SDK. This
# can be done on the commandline or with environment variables; in either case
@@ -66,7 +66,7 @@
# the prefix ``/opt/android/foo``, you would use::
#
# cmake \
-# -DCMAKE_TOOLCHAIN_FILE=/usr/share/ECM/toolchain/AndroidToolchain.cmake \
+# -DCMAKE_TOOLCHAIN_FILE=/usr/share/ECM/toolchain/Android.cmake \
# -DECM_ADDITIONAL_FIND_ROOT_PATH="/opt/android/Qt5/5.7/android_armv7;/opt/android/foo"
#
# If your project uses ``find_package()`` to locate build tools on the host
@@ -90,7 +90,7 @@
# For example, you could do::
#
# cmake \
-# -DCMAKE_TOOLCHAIN_FILE=/usr/share/ECM/toolchain/AndroidToolchain.cmake \
+# -DCMAKE_TOOLCHAIN_FILE=/usr/share/ECM/toolchain/Android.cmake \
# -DQTANDROID_EXPORTED_TARGET=myapp \
# -DANDROID_APK_DIR=myapp-apk
# make
1
0
Hello community,
here is the log from the commit of package breeze5-icons for openSUSE:Factory checked in at 2018-10-01 08:03:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/breeze5-icons (Old)
and /work/SRC/openSUSE:Factory/.breeze5-icons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze5-icons"
Mon Oct 1 08:03:21 2018 rev:35 rq:635969 version:5.50.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/breeze5-icons/breeze5-icons.changes 2018-08-24 16:50:48.537128380 +0200
+++ /work/SRC/openSUSE:Factory/.breeze5-icons.new/breeze5-icons.changes 2018-10-01 08:03:23.674449927 +0200
@@ -1,0 +2,11 @@
+Thu Sep 13 21:58:44 UTC 2018 - lbeltrame(a)kde.org
+
+- Update to 5.50.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+ * Add LabPlot project file icon
+ * ScalableTest, add "scalable" plasma-browser-integration (kde#393999)
+
+-------------------------------------------------------------------
Old:
----
breeze-icons-5.49.0.tar.xz
New:
----
breeze-icons-5.50.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ breeze5-icons.spec ++++++
--- /var/tmp/diff_new_pack.OdAM83/_old 2018-10-01 08:03:25.142449139 +0200
+++ /var/tmp/diff_new_pack.OdAM83/_new 2018-10-01 08:03:25.146449138 +0200
@@ -16,13 +16,13 @@
#
-%define _tar_path 5.49
+%define _tar_path 5.50
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
Name: breeze5-icons
-Version: 5.49.0
+Version: 5.50.0
Release: 0
Summary: Breeze icon theme
License: LGPL-3.0-only
++++++ breeze-icons-5.49.0.tar.xz -> breeze-icons-5.50.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.49.0/CMakeLists.txt new/breeze-icons-5.50.0/CMakeLists.txt
--- old/breeze-icons-5.49.0/CMakeLists.txt 2018-08-04 10:41:40.000000000 +0200
+++ new/breeze-icons-5.50.0/CMakeLists.txt 2018-09-01 00:19:11.000000000 +0200
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.0)
-set(KF5_VERSION "5.49.0") # handled by release scripts
+set(KF5_VERSION "5.50.0") # handled by release scripts
project(BreezeIcons VERSION ${KF5_VERSION})
# ECM setup
include(FeatureSummary)
-find_package(ECM 5.49.0 NO_MODULE)
+find_package(ECM 5.50.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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.49.0/icons/apps/48/plasma-browser-integration.svg new/breeze-icons-5.50.0/icons/apps/48/plasma-browser-integration.svg
--- old/breeze-icons-5.49.0/icons/apps/48/plasma-browser-integration.svg 1970-01-01 01:00:00.000000000 +0100
+++ new/breeze-icons-5.50.0/icons/apps/48/plasma-browser-integration.svg 2018-10-01 08:04:47.702404855 +0200
@@ -0,0 +1 @@
+symbolic link to ../22/plasma-browser-integration.svg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.49.0/icons/apps/64/plasma-browser-integration.svg new/breeze-icons-5.50.0/icons/apps/64/plasma-browser-integration.svg
--- old/breeze-icons-5.49.0/icons/apps/64/plasma-browser-integration.svg 1970-01-01 01:00:00.000000000 +0100
+++ new/breeze-icons-5.50.0/icons/apps/64/plasma-browser-integration.svg 2018-10-01 08:04:47.602404908 +0200
@@ -0,0 +1 @@
+symbolic link to ../22/plasma-browser-integration.svg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.49.0/icons/index.theme new/breeze-icons-5.50.0/icons/index.theme
--- old/breeze-icons-5.49.0/icons/index.theme 2018-08-04 10:41:40.000000000 +0200
+++ new/breeze-icons-5.50.0/icons/index.theme 2018-09-01 00:19:11.000000000 +0200
@@ -39,7 +39,7 @@
Name[zh_TW]=Breeze
Comment=Default Plasma 5 Theme
-Comment[ar]=سمة «بلازما ٥» الافتراضيّة
+Comment[ar]=سمة «بلازما ٥» المبدئية
Comment[ast]=El tema por defeutu de Plasma 5
Comment[ca]=Tema del Plasma 5 per defecte
Comment[ca@valencia]=Tema del Plasma 5 per defecte
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.49.0/icons/mimetypes/64/application-x-labplot2.svg new/breeze-icons-5.50.0/icons/mimetypes/64/application-x-labplot2.svg
--- old/breeze-icons-5.49.0/icons/mimetypes/64/application-x-labplot2.svg 1970-01-01 01:00:00.000000000 +0100
+++ new/breeze-icons-5.50.0/icons/mimetypes/64/application-x-labplot2.svg 2018-09-01 00:19:11.000000000 +0200
@@ -0,0 +1,301 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="64"
+ viewBox="0 0 64 64"
+ height="64"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.92.2 2405546, 2018-03-11"
+ sodipodi:docname="application-x-labplot2.svg">
+ <metadata
+ id="metadata39">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1920"
+ inkscape:window-height="1015"
+ id="namedview37"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="false"
+ inkscape:bbox-nodes="true"
+ inkscape:zoom="8"
+ inkscape:cx="-27.395705"
+ inkscape:cy="39.081416"
+ inkscape:current-layer="svg2"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid852"
+ empspacing="8"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <defs
+ id="defs4">
+ <linearGradient
+ id="a"
+ y1="61"
+ y2="3"
+ x2="0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1 0 0-1 0 64)">
+ <stop
+ stop-color="#26c281"
+ id="stop7" />
+ <stop
+ offset="1"
+ stop-color="#3fc380"
+ id="stop9" />
+ </linearGradient>
+ <linearGradient
+ id="b"
+ y1="61"
+ y2="47"
+ x2="0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1 0 0-1 0 64)">
+ <stop
+ stop-color="#036b53"
+ id="stop12" />
+ <stop
+ offset="1"
+ stop-color="#036b53"
+ id="stop14" />
+ </linearGradient>
+ <linearGradient
+ id="c"
+ y1="17"
+ x1="40"
+ y2="31"
+ x2="54"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ stop-color="#383e51"
+ id="stop17" />
+ <stop
+ offset="1"
+ stop-color="#655c6f"
+ stop-opacity="0"
+ id="stop19" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-45.675,-337.95)"
+ x2="0"
+ gradientUnits="userSpaceOnUse"
+ y2="336.36"
+ y1="392.36"
+ id="a-3">
+ <stop
+ id="stop4172"
+ stop-opacity="0"
+ stop-color="#ffffff" />
+ <stop
+ id="stop4174"
+ stop-opacity=".2"
+ stop-color="#ffffff"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,-0.005)"
+ x2="54"
+ gradientUnits="userSpaceOnUse"
+ y2="31"
+ x1="40"
+ y1="17"
+ id="b-6">
+ <stop
+ id="stop4177"
+ stop-color="#060606" />
+ <stop
+ id="stop4179"
+ stop-opacity="0"
+ offset="1" />
+ </linearGradient>
+ <path
+ d="m12.325 55.42v-58h30l14 14v44h-14z"
+ id="c-7" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6251"
+ id="linearGradient7808"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-48,-332.36218)"
+ x1="58"
+ y1="392.36221"
+ x2="58"
+ y2="336.36221" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6251">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop6253" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.2"
+ offset="1"
+ id="stop6255" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9654"
+ id="linearGradient7802"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1.9073486e-5)"
+ x1="40"
+ y1="17"
+ x2="54"
+ y2="31" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9654">
+ <stop
+ style="stop-color:#060606;stop-opacity:1"
+ offset="0"
+ id="stop9656" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1"
+ id="stop9658" />
+ </linearGradient>
+ </defs>
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#4d4d4d;fill-opacity:1"
+ id="path7156"
+ d="M 10,61.000019 V 3.0000191 H 40 L 54,17.000019 v 30 14 H 40 Z"
+ inkscape:export-xdpi="96"
+ inkscape:export-ydpi="96" />
+ <rect
+ width="30"
+ x="10"
+ y="-4.0000029"
+ height="1"
+ style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ id="rect7158"
+ transform="scale(1,-1)"
+ inkscape:export-xdpi="96"
+ inkscape:export-ydpi="96" />
+ <rect
+ width="44"
+ x="10"
+ y="-61"
+ height="1"
+ style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.25;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ id="rect7160"
+ transform="scale(1,-1)"
+ inkscape:export-xdpi="96"
+ inkscape:export-ydpi="96" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.6;fill:#000000;fill-opacity:1;fill-rule:evenodd"
+ id="path7162"
+ d="M 54,17.000019 40,3.0000191 V 17.000019 Z"
+ inkscape:export-xdpi="96"
+ inkscape:export-ydpi="96" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.2;fill:url(#linearGradient7802);fill-rule:evenodd"
+ id="path7514"
+ d="m 40,17.000019 14,14 v -14 z"
+ inkscape:export-xdpi="96"
+ inkscape:export-ydpi="96" />
+ <path
+ d="M 10,61.000019 V 3.0000191 H 40 L 54,17.000019 v 30 14 H 40 Z"
+ id="path7520"
+ style="fill:url(#linearGradient7808);fill-opacity:1"
+ inkscape:connector-curvature="0"
+ inkscape:export-xdpi="96"
+ inkscape:export-ydpi="96" />
+ <g
+ id="g971"
+ style="opacity:1">
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path33"
+ d="m 21,31.51334 c 7.042954,0 8.346401,8.961469 11.453204,8.989262 C 35.560008,40.527442 36.959752,31.491767 44,31.491767"
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#1d99f3;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="csc"
+ id="path35-3"
+ d="m 21,30.54459 c 7.042954,0 8.475301,-6.100795 11.484869,-6.094309 2.990432,0.0064 4.474883,7.041486 11.515131,7.041486"
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#da4453;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="ccc"
+ style="fill:none;stroke:#d6d6d6;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none"
+ inkscape:connector-curvature="0"
+ d="m 21,30.54459 c 7.042954,0 7.46967,-10.014047 11.46967,-10.014047 4,0 4.490082,10.961224 11.53033,10.961224"
+ id="path41" />
+ <g
+ id="g959"
+ style="">
+ <rect
+ id="rect39"
+ height="23"
+ y="20"
+ x="20"
+ width="1"
+ style="color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#d6d6d6;fill-opacity:1;stroke-width:1.10902882;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto" />
+ <g
+ id="g951"
+ style="">
+ <rect
+ y="31"
+ x="20"
+ height="1"
+ width="24"
+ id="rect919"
+ style="fill:#d6d6d6;fill-opacity:1;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <rect
+ y="30"
+ x="26"
+ height="3"
+ width="1"
+ id="rect937"
+ style="fill:#d6d6d6;fill-opacity:1;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <rect
+ y="30"
+ x="32"
+ height="3"
+ width="1"
+ id="rect939"
+ style="fill:#d6d6d6;fill-opacity:1;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <rect
+ y="30"
+ x="38"
+ height="3"
+ width="1"
+ id="rect941"
+ style="fill:#d6d6d6;fill-opacity:1;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ </g>
+ </g>
+ </g>
+</svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.49.0/icons-dark/apps/48/plasma-browser-integration.svg new/breeze-icons-5.50.0/icons-dark/apps/48/plasma-browser-integration.svg
--- old/breeze-icons-5.49.0/icons-dark/apps/48/plasma-browser-integration.svg 1970-01-01 01:00:00.000000000 +0100
+++ new/breeze-icons-5.50.0/icons-dark/apps/48/plasma-browser-integration.svg 2018-10-01 08:04:34.134412129 +0200
@@ -0,0 +1 @@
+symbolic link to ../22/plasma-browser-integration.svg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.49.0/icons-dark/apps/64/plasma-browser-integration.svg new/breeze-icons-5.50.0/icons-dark/apps/64/plasma-browser-integration.svg
--- old/breeze-icons-5.49.0/icons-dark/apps/64/plasma-browser-integration.svg 1970-01-01 01:00:00.000000000 +0100
+++ new/breeze-icons-5.50.0/icons-dark/apps/64/plasma-browser-integration.svg 2018-10-01 08:04:34.034412182 +0200
@@ -0,0 +1 @@
+symbolic link to ../22/plasma-browser-integration.svg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-icons-5.49.0/icons-dark/index.theme new/breeze-icons-5.50.0/icons-dark/index.theme
--- old/breeze-icons-5.49.0/icons-dark/index.theme 2018-08-04 10:41:40.000000000 +0200
+++ new/breeze-icons-5.50.0/icons-dark/index.theme 2018-09-01 00:19:11.000000000 +0200
@@ -39,7 +39,7 @@
Name[zh_TW]=Breeze Dark
Comment=Default Plasma 5 Theme for Dark themes
-Comment[ar]=سمة «بلازما ٥» الافتراضيّة للسّمات الدّاكنة
+Comment[ar]=سمة «بلازما ٥» المبدئية للسمات الداكنة
Comment[ast]=El tema por defeutu de Plasma 5 pa temes escuros
Comment[ca]=Tema del Plasma 5 per defecte per temes foscos
Comment[ca@valencia]=Tema del Plasma 5 per defecte per temes foscos
1
0
Hello community,
here is the log from the commit of package bluez-qt for openSUSE:Factory checked in at 2018-10-01 08:03:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluez-qt (Old)
and /work/SRC/openSUSE:Factory/.bluez-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bluez-qt"
Mon Oct 1 08:03:13 2018 rev:42 rq:635968 version:5.50.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/bluez-qt/bluez-qt.changes 2018-08-24 16:50:41.321119884 +0200
+++ /work/SRC/openSUSE:Factory/.bluez-qt.new/bluez-qt.changes 2018-10-01 08:03:18.986452444 +0200
@@ -1,0 +2,10 @@
+Thu Sep 13 21:58:44 UTC 2018 - lbeltrame(a)kde.org
+
+- Update to 5.50.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+ * None
+
+-------------------------------------------------------------------
Old:
----
bluez-qt-5.49.0.tar.xz
New:
----
bluez-qt-5.50.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bluez-qt.spec ++++++
--- /var/tmp/diff_new_pack.Bz1dcz/_old 2018-10-01 08:03:19.790452012 +0200
+++ /var/tmp/diff_new_pack.Bz1dcz/_new 2018-10-01 08:03:19.794452010 +0200
@@ -18,13 +18,13 @@
%define sonum 6
%define _libname KF5BluezQt
-%define _tar_path 5.49
+%define _tar_path 5.50
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
Name: bluez-qt
-Version: 5.49.0
+Version: 5.50.0
Release: 0
Summary: Async Bluez wrapper library
License: LGPL-2.1-or-later
++++++ bluez-qt-5.49.0.tar.xz -> bluez-qt-5.50.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.49.0/CMakeLists.txt new/bluez-qt-5.50.0/CMakeLists.txt
--- old/bluez-qt-5.49.0/CMakeLists.txt 2018-08-04 10:41:36.000000000 +0200
+++ new/bluez-qt-5.50.0/CMakeLists.txt 2018-09-01 00:19:05.000000000 +0200
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.0)
-set(KF5_VERSION "5.49.0") # handled by release scripts
+set(KF5_VERSION "5.50.0") # handled by release scripts
project(BluezQt VERSION ${KF5_VERSION})
include(FeatureSummary)
-find_package(ECM 5.49.0 NO_MODULE)
+find_package(ECM 5.50.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)
1
0
Hello community,
here is the log from the commit of package baloo5 for openSUSE:Factory checked in at 2018-10-01 08:02:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baloo5 (Old)
and /work/SRC/openSUSE:Factory/.baloo5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "baloo5"
Mon Oct 1 08:02:59 2018 rev:55 rq:635967 version:5.50.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes 2018-08-24 16:50:37.325115179 +0200
+++ /work/SRC/openSUSE:Factory/.baloo5.new/baloo5.changes 2018-10-01 08:03:09.390457595 +0200
@@ -1,0 +2,14 @@
+Thu Sep 13 21:58:44 UTC 2018 - lbeltrame(a)kde.org
+
+- Update to 5.50.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+ * Fixed a typo in the index size output (kde#397843)
+ * Remove src not dest url when a url is newly unindexable.
+ * [tags_kio] Simplify the filename path query matching by using a capture group.
+ * Revert "Skip queueing newly unindexable files and remove them from the index immediately."
+ * [tags_kio] Simplify file path lookup while loop.
+
+-------------------------------------------------------------------
Old:
----
baloo-5.49.0.tar.xz
New:
----
baloo-5.50.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ baloo5.spec ++++++
--- /var/tmp/diff_new_pack.EvnMmG/_old 2018-10-01 08:03:10.882456794 +0200
+++ /var/tmp/diff_new_pack.EvnMmG/_new 2018-10-01 08:03:10.882456794 +0200
@@ -16,14 +16,14 @@
#
-%define _tar_path 5.49
+%define _tar_path 5.50
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: baloo5
-Version: 5.49.0
+Version: 5.50.0
Release: 0
Summary: Framework for searching and managing metadata
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
++++++ baloo-5.49.0.tar.xz -> baloo-5.50.0.tar.xz ++++++
++++ 7254 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package attica-qt5 for openSUSE:Factory checked in at 2018-10-01 08:02:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/attica-qt5 (Old)
and /work/SRC/openSUSE:Factory/.attica-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "attica-qt5"
Mon Oct 1 08:02:52 2018 rev:58 rq:635966 version:5.50.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes 2018-08-24 16:50:32.837109896 +0200
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new/attica-qt5.changes 2018-10-01 08:02:56.902464299 +0200
@@ -1,0 +2,11 @@
+Thu Sep 13 21:58:44 UTC 2018 - lbeltrame(a)kde.org
+
+- Update to 5.50.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+ * Add support for proposed tags addition in OCS 1.7
+ * Use QTEST_GUILESS_MAIN
+
+-------------------------------------------------------------------
Old:
----
attica-5.49.0.tar.xz
New:
----
attica-5.50.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ attica-qt5.spec ++++++
--- /var/tmp/diff_new_pack.U77WrK/_old 2018-10-01 08:02:57.378464044 +0200
+++ /var/tmp/diff_new_pack.U77WrK/_new 2018-10-01 08:02:57.378464044 +0200
@@ -19,13 +19,13 @@
%define sonum 5
%define rname attica
%define _libname KF5Attica
-%define _tar_path 5.49
+%define _tar_path 5.50
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
Name: attica-qt5
-Version: 5.49.0
+Version: 5.50.0
Release: 0
Summary: Open Collaboration Service client library
License: LGPL-2.1-or-later
++++++ attica-5.49.0.tar.xz -> attica-5.50.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-5.49.0/CMakeLists.txt new/attica-5.50.0/CMakeLists.txt
--- old/attica-5.49.0/CMakeLists.txt 2018-08-04 10:41:29.000000000 +0200
+++ new/attica-5.50.0/CMakeLists.txt 2018-09-01 00:18:54.000000000 +0200
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.0)
-set(KF5_VERSION "5.49.0") # handled by release scripts
+set(KF5_VERSION "5.50.0") # handled by release scripts
project(Attica VERSION ${KF5_VERSION})
# ECM setup
include(FeatureSummary)
-find_package(ECM 5.49.0 NO_MODULE)
+find_package(ECM 5.50.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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-5.49.0/autotests/configtest.cpp new/attica-5.50.0/autotests/configtest.cpp
--- old/attica-5.49.0/autotests/configtest.cpp 2018-08-04 10:41:29.000000000 +0200
+++ new/attica-5.50.0/autotests/configtest.cpp 2018-09-01 00:18:54.000000000 +0200
@@ -53,6 +53,6 @@
QVERIFY(!config.isValid());
}
-QTEST_MAIN(ConfigTest)
+QTEST_GUILESS_MAIN(ConfigTest)
#include "configtest.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-5.49.0/autotests/providertest.cpp new/attica-5.50.0/autotests/providertest.cpp
--- old/attica-5.49.0/autotests/providertest.cpp 2018-08-04 10:41:29.000000000 +0200
+++ new/attica-5.50.0/autotests/providertest.cpp 2018-09-01 00:18:54.000000000 +0200
@@ -145,6 +145,6 @@
QVERIFY(m_manager->providers().size() == 0);
}
-QTEST_MAIN(ProviderTest)
+QTEST_GUILESS_MAIN(ProviderTest)
#include "providertest.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-5.49.0/src/content.cpp new/attica-5.50.0/src/content.cpp
--- old/attica-5.49.0/src/content.cpp 2018-08-04 10:41:29.000000000 +0200
+++ new/attica-5.50.0/src/content.cpp 2018-09-01 00:18:54.000000000 +0200
@@ -39,6 +39,7 @@
QDateTime m_updated;
QList<Icon> m_icons;
QList<QUrl> m_videos;
+ QStringList m_tags;
QMap<QString, QString> m_extendedAttributes;
@@ -234,6 +235,7 @@
desc.setGpgSignature(attribute(QLatin1String("downloadgpgsignature") + num));
desc.setPackageName(attribute(QLatin1String("downloadpackagename") + num));
desc.setRepository(attribute(QLatin1String("downloadrepository") + num));
+ desc.setTags(attribute(QLatin1String("downloadtags") + num).split(QLatin1Char(',')));
return desc;
}
@@ -327,3 +329,13 @@
{
d->m_videos = videos;
}
+
+QStringList Attica::Content::tags() const
+{
+ return d->m_tags;
+}
+
+void Attica::Content::setTags(const QStringList &tags)
+{
+ d->m_tags = tags;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-5.49.0/src/content.h new/attica-5.50.0/src/content.h
--- old/attica-5.49.0/src/content.h 2018-08-04 10:41:29.000000000 +0200
+++ new/attica-5.50.0/src/content.h 2018-09-01 00:18:54.000000000 +0200
@@ -233,6 +233,18 @@
void setVideos(QList<QUrl> videos);
/**
+ * Get all the tags for this content
+ * @since 5.50
+ */
+ QStringList tags() const;
+ /**
+ * Set the list of tags
+ * @param tags list of tags for this content
+ * @since 5.50
+ */
+ void setTags(const QStringList &tags);
+
+ /**
* Add an attribute that is not included in the basis set of attributes exposed by the Content class.
* If the attribute already exists it gets overwritten.
* @param key the key of the attribute
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-5.49.0/src/contentparser.cpp new/attica-5.50.0/src/contentparser.cpp
--- old/attica-5.49.0/src/contentparser.cpp 2018-08-04 10:41:29.000000000 +0200
+++ new/attica-5.50.0/src/contentparser.cpp 2018-09-01 00:18:54.000000000 +0200
@@ -78,6 +78,8 @@
videos = content.videos();
videos.append(video);
content.setVideos(videos);
+ } else if (xml.name() == QLatin1String("tags")) {
+ content.setTags(xml.readElementText().split(QLatin1Char(',')));
} else {
content.addAttribute(xml.name().toString(), xml.readElementText());
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-5.49.0/src/downloaddescription.cpp new/attica-5.50.0/src/downloaddescription.cpp
--- old/attica-5.49.0/src/downloaddescription.cpp 2018-08-04 10:41:29.000000000 +0200
+++ new/attica-5.50.0/src/downloaddescription.cpp 2018-09-01 00:18:54.000000000 +0200
@@ -44,6 +44,7 @@
QString packageName;
QString repository;
uint size = 0;
+ QStringList tags;
};
}
@@ -292,3 +293,13 @@
{
d->repository = repository;
}
+
+QStringList Attica::DownloadDescription::tags() const
+{
+ return d->tags;
+}
+
+void Attica::DownloadDescription::setTags(const QStringList &tags)
+{
+ d->tags = tags;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-5.49.0/src/downloaddescription.h new/attica-5.50.0/src/downloaddescription.h
--- old/attica-5.49.0/src/downloaddescription.h 2018-08-04 10:41:29.000000000 +0200
+++ new/attica-5.50.0/src/downloaddescription.h 2018-09-01 00:18:54.000000000 +0200
@@ -83,6 +83,11 @@
QString packageName() const;
Q_DECL_DEPRECATED QString repository();
QString repository() const;
+ /**
+ * Get the list of tags for this download description
+ * @since 5.50
+ */
+ QStringList tags() const;
void setId(int id);
void setType(Attica::DownloadDescription::Type type);
@@ -99,6 +104,11 @@
void setGpgSignature(const QString &signature);
void setPackageName(const QString &packageName);
void setRepository(const QString &repository);
+ /**
+ * Set the list of tags for this download description
+ * @since 5.50
+ */
+ void setTags(const QStringList &tags);
private:
class Private;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-5.49.0/src/parser.cpp new/attica-5.50.0/src/parser.cpp
--- old/attica-5.49.0/src/parser.cpp 2018-08-04 10:41:29.000000000 +0200
+++ new/attica-5.50.0/src/parser.cpp 2018-09-01 00:18:54.000000000 +0200
@@ -149,7 +149,7 @@
}
if (xml.hasError()) {
// TODO: error handling in metadata?
- qWarning() << "parseList():: XML Error: " << xml.errorString() << "\nIn XML:\n" << xmlString;
+ qWarning() << "parseList():: XML Error: " << xml.errorString() << "\nIn xml name" << xml.name() << "with text" << xml.text() << "at offset:\n" << xml.characterOffset() << "\nIn XML:\n" << xmlString;
}
return items;
1
0
Hello community,
here is the log from the commit of package akonadi-contact for openSUSE:Factory checked in at 2018-10-01 08:02:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
and /work/SRC/openSUSE:Factory/.akonadi-contact.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-contact"
Mon Oct 1 08:02:40 2018 rev:28 rq:635752 version:18.08.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes 2018-09-13 23:53:20.834322724 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 2018-10-01 08:02:46.246470022 +0200
@@ -9,3 +9 @@
- * don't install it
- * Remvoe it
-
+ * None
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ akonadi-contact.spec ++++++
--- /var/tmp/diff_new_pack.ZwXlXN/_old 2018-10-01 08:02:47.834469169 +0200
+++ /var/tmp/diff_new_pack.ZwXlXN/_new 2018-10-01 08:02:47.838469167 +0200
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
1
0