SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for cmake-full-3.23.0-16.5.x86_64.rpm :

* Tue Mar 29 2022 Christoph G - Update to 3.23.0
* \"cmake-presets(7)\" files now have an optional \"include\" field, which allows the files to include other files.
* The \"install(TARGETS)\" command gained a new \"FILE_SET\" argument, which can be used to install header file sets associated with a target.
* The \"target_sources()\" command gained a new \"FILE_SET\" mode, which can be used to add headers as header-only source files of a target.
* The \"CMAKE_CUDA_ARCHITECTURES\" variable and associated \"CUDA_ARCHITECTURES\" target property now support the \"all\", and \"all-major\" values for CUDA toolkit 7.0+.- Drop \"fix-avoid-file-static-init.patch\" which is part of upstream
* Sun Mar 20 2022 Dirk Müller - update to 3.22.3:
* The while() command again ignores errors in condition evaluation as CMake 3.21 and below did. This bug was fixed in 3.22.0, but exposed errors in existing projects. The fix has been reverted to restore compatibility. The fix may be restored in a future version of CMake via a policy.
* Fri Jan 28 2022 Markus Ebner - Build cmake\'s qhelp into new package cmake-doc-qhelp
* Wed Jan 26 2022 Christoph G - update to version 3.22.2
* FortranCInterface: Fix compatibility with GCC gfortran 12 LTO
* FindBoost: Add support for Boost 1.78
* file: Restore error capture in undocumented READ_ELF mode
* FindPython: Add support for Python 3.11
* Fri Jan 21 2022 Simon Lees - Fix build with gcc12 (boo#1194815)
* Adds fix-avoid-file-static-init.patch
* Sat Dec 11 2021 Andreas Stieger - cmake 3.22.1:
* try_compile: Do not use CMAKE_BUILD_TYPE or CMAKE_CONFIGURATION_TYPES
* file(RPATH): Restore tolerance of unknown formats if new RPATH is empty
* CMakeParseLibraryArchitecture: Fix parsing /lib/ implicit object path
* Tue Dec 07 2021 Simon Lees - Changing something for a test
* Wed Dec 01 2021 Christophe Giboudeaux - Adapt cmake.prov for Qt >= 6.2.2 Upstream uses its own ConfigVersion implementation.Starting with Qt 6.2.2, \'PACKAGE_VERSION\' is not defined in Qt6FooConfigVersion.cmake but in Qt6FooConfigVersionImpl.cmake.
* Thu Nov 18 2021 Andreas Stieger - cmake 3.22.0:
* The cmake_host_system_information() command can now query OS identification variables from the /etc/os-release file.
* The string(TIMESTAMP) command now supports the %V specifier for ISO 8601 week numbers.
* New variables: CMAKE_BUILD_TYPE CMAKE_CONFIGURATION_TYPES CMAKE_INSTALL_MODE CMAKE__LINK_WHAT_YOU_USE_FLAG, CMAKE_LINK_WHAT_YOU_USE_CHECK CMAKE_REQUIRE_FIND_PACKAGE_
* The _EXTENSIONS target property is now initialized to CMAKE__EXTENSIONS_DEFAULT, detected from the compiler.
* VS_SETTINGS source file property is now supported for all source file types
* The CMakeDependentOption module cmake_dependent_option() macro now supports full Condition Syntax127.
* The FetchContent module now passes through the CMAKE_TLS_VERIFY, CMAKE_TLS_CAINFO, CMAKE_NETRC and CMAKE_NETRC_FILE variables (when defined) to the underlying ExternalProject sub-build.
* The FindBLAS and FindLAPACK modules gained a BLA_SIZEOF_INTEGER option to find a BLAS/LAPACK whose ABI uses a specific integer size.
* The FindJasper module now provides an imported target.
* The FindMatlab module now provides imported targets.
* The FindPkgConfig module gained a PKG_CONFIG_ARGN variable to specify arguments to pkg-config calls.
* The GoogleTest module gtest_discover_tests() function gained a TEST_FILTER option to filter tests using --gtest_filter during test discovery.
* The UseSWIG module, for Visual Studio Generators, can now use the swig tool to generate implicit dependencies.
* ctest improvements
* CPack DEB Generator supports zstd
* CPack RPM Generator gained support to exluding paths from dependency scanning
* Sun Oct 31 2021 Andreas Stieger - cmake 3.21.4:
* The Visual Studio 17 2022 generator is not based on the \"Visual Studio 2022\" release candidates.- drop cmake-fix-zstd-armv6.patch, upstream
* Wed Oct 13 2021 Guillaume GARDET - Fix bundled zstd to avoid a crash on armv6 - boo#1191588:
* cmake-fix-zstd-armv6.patch
* Tue Sep 21 2021 Andreas Stieger - cmake 3.21.3:
* The AMD ROCm Platform hipcc compiler was identifed by CMake 3.21.0 through 3.21.2 as a distinct compiler with id ROCMClang. This has been removed because it caused regressions. Instead: hipcc may no longer be used as a HIP compiler because it interferes with flags CMake needs to pass to Clang. Use Clang directly. hipcc may once again be used as a CXX compiler, and is treated as whatever compiler it selects underneath, as CMake 3.20 and below did.
* Wed Sep 08 2021 Max Lin - fix a typo in cmake.macros bsc#1190302
* change CMAKE_SKIP_INSTALL_RPATHS to CMAKE_SKIP_INSTALL_RPATH
* Tue Aug 31 2021 Ralf Habacker - Be more verbose when version in generated xxxConfigVersion.cmake files is empty.
* Sun Aug 29 2021 Andreas Stieger - update to 3.21.2:
* CUDA targets with CUDA_SEPARABLE_COMPILATION enabled are now correctly generated in non-root directories
* Wed Jul 28 2021 Dirk Müller - update to 3.21.1:
* The Visual Studio 17 2022 generator is now based on \"Visual Studio 2022 Preview 2\". Previously it was based on \"Preview 1.1\".
* Wed Jul 14 2021 Christoph G - update to 3.21.0
* The Makefile Generators and the “Ninja” generator learned to add linker launcher tools along with the linker for “C”, “CXX”, “OBJC”, and “OBJCXX” languages.
* “cmake(1)” gained the “–toolchain ” command-line option to specify a toolchain file.
* Messages printed to a terminal now may be colored by message type.
* The “add_custom_command(TARGET)” command (for Build Events) gained support for resolving target-dependent generator expressions.
* The “install(TARGETS)” command gained new “RUNTIME_DEPENDENCIES” and “RUNTIME_DEPENDENCY_SET” arguments, which can be used to install runtime dependencies using “file(GET_RUNTIME_DEPENDENCIES)”.
* Mon Jul 05 2021 Antonio Larrosa - Increase the disk space needed in the _constraints file from 9G to 10G.
* Mon Jun 21 2021 Andreas Stieger - update to 3.20.5:
* Allow override of unexpected non-flow-control commands
* No further user visible changes to interfaces
* Tue Jun 15 2021 Paolo Stivanin - Update to 3.20.4:
* Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile rule
* Fix buildPreset \"jobs\" field test case
* Fix codemodel-v2 link command fragment relative paths
* FindBoost: Add check for json component header in Boost 1.75+
* cmake_path: fix erroneous example for IS_PREFIX
* Clang/MSVC: C++20 final flag, C++23 support
* Sat May 29 2021 Ferdinand Thiessen - Fix rpm cmake-module detection, when modules are installed into datadir instead of libdir. https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure
* Fri May 28 2021 Andreas Stieger - update to 3.20.3:
* FindBoost: support 1.76
* ExternalProject: Ensure git fetch if updating to hash not in local repository
* Updates to GNU C++17 defaults, C++20 flags, C++23 support
* Multiple further bug fixes
* Mon May 10 2021 Andreas Schwab - Bump disk size constraint to 9Gb
* Fri May 07 2021 Dirk Müller - update to 3.20.2:
* The Intel Classic 2021 compiler version numbers are now detected correctly as having major version 2021. CMake 3.20.1 and below were not aware of a change to the identification macro version scheme made by Intel starting in version 2021, and detected the version as 20.2.
* The Intel oneAPI Fortran compiler is now identified as IntelLLVM. The oneAPI 2021.1 Fortran compiler is missing an identification macro, so CMake 3.20.1 and below identified it as Intel. CMake now has a special case to recognize oneAPI 2021.1 Fortran as IntelLLVM. The oneAPI 2021.2 Fortran compiler defines the proper identification macro and so is identified as IntelLLVM by all CMake 3.20 versions.- drop 53d523f2e11839bcbbdc9288b4f71c764d0efd5c.diff (merged upstream)
* Thu Apr 29 2021 Dirk Müller - add 53d523f2e11839bcbbdc9288b4f71c764d0efd5c.diff to fix automoc race
* Fri Apr 09 2021 Andreas Stieger - cmake 3.20.1:
* Fix FindIntl to use sigle Intl_IS_BUILT_IN check
* Tue Mar 23 2021 Christoph G - Update to 3.20.0
* The “cmake_path()” command was added for operations on filesystem paths.
* The “target_sources()” command now supports targets created by the “add_custom_target()” command.
* The “ExternalProject” module “ExternalProject_Add()” function gained a “CONFIGURE_HANDLED_BY_BUILD” option.
* “ctest(1)” gained a “–test-dir” option to specify the directory in which to look for tests.
* Tue Mar 16 2021 Dirk Müller - update to 3.19.7:
* With :ref:`Visual Studio Generators` for VS 2017 and higher, the :variable:`CMAKE_GENERATOR_TOOLSET` field ``version=`` now accepts three-component MSVC toolset versions such as ``14.28.29910``. See the :variable:`CMAKE_VS_PLATFORM_TOOLSET_VERSION` variable.
* Thu Feb 25 2021 Andreas Stieger - cmake 3.19.6:
* The cmake-presets(7) feature no longer allows comments in CMakePresets.json or CMakeUserPresets.json files. This was mistakenly allowed by the implementation in 3.19.0 to 3.19.5
* Mon Feb 15 2021 Christoph G - Update to CMake 3.19.5
* FindBoost: Add support for Boost 1.75
* FindCUDAToolkit: Restore use of CUDA_PATH environment variable
* Wed Feb 10 2021 Simon Lees - A quick note that tumbleweed isn\'t affeted by bsc#1181680 which is being fixed for SLE.
* Fri Jan 29 2021 Andreas Stieger - cmake 3.19.4:
* fixes for other platforms
* Thu Jan 14 2021 Andreas Stieger - cmake 3.19.3:
* FetchContent: Relative SOURCE_DIR override cannot be a hard error
* FindMPI: remove single quotes from include path
* FindHDF5: Fix finding both debug and release libs
* cmake-gui: Restore linking of Qt resources
* cmMakefile: Don\'t expand bracket arguments in --trace-expand
* Sat Dec 19 2020 Dirk Mueller - update to 3.19.2:
* various Apple-Silicon support fixes
* The CMAKE_ISPC_HEADER_SUFFIX variable and corresponding ISPC_HEADER_SUFFIX target property were added to control the header suffix used by ISPC compiler generated headers.- remove 5556.patch (upstream)
* Tue Dec 15 2020 Dominique Leuenberger - Add 5556.patch: export: Do not fail generation for separate namelink only case. Fixes regression, blocking other packages from build,
* Tue Nov 24 2020 Andreas Stieger - cmake 3.19.1:
* avoid breaking projects relying on using the LANGUAGE property to cause the specified language\'s compiler to be used
* CUDA 11.1 support for Clang.
* Thu Nov 19 2020 Andreas Stieger - cmake 3.19.0:
* cmake(1) and cmake-gui(1) now recognize CMakePresets.json and CMakeUserPresets.json files
* support for ISPC
* exctend CUDA language support for Clang
* extend cmake-file-ap \"codemodel\"
* cli --install supports --default-directory-permissions
* cli supports creating hardlinks
* CMake GUI now has an environment variable editor
* Multiple cmake commands support new options and subcommands
* Multiple variables added or functionalities extended
* Multiple new modules and added functionality to existing modules
* Compatibility with versions of CMake older than 2.8.12 is now deprecated and will be removed from a future version. Calls to cmake_minimum_required() or cmake_policy() that set the policy version to an older value now issue a deprecation diagnostic.
* cmake-gui now requires Qt5
* Mon Oct 19 2020 Andreas Stieger - cmake 3.18.4:
* no upstream changelog
* Wed Sep 23 2020 Dirk Mueller - update to 3.18.3:
* The Compile Features functionality was updated for MSVC 19.28
* Mon Sep 14 2020 Dirk Mueller - reapply this change (bsc#1174581):
* Fix setting CMAKE_INSTALL_LIBDIR in cmake macro
* This is a relative path, see `cmake --help-module GNUInstallDirs` see also https://gitlab.kitware.com/cmake/cmake/-/issues/20250 https://github.com/arvidn/libtorrent/issues/5125#issuecomment-691559244
* Mon Aug 24 2020 Dirk Mueller - update to 3.18.2:
* The default value of :variable:`CMAKE_AUTOMOC_PATH_PREFIX` was changed to ``OFF`` because this feature can break existing projects that have identically named header files in different include directories. This restores compatibility with behavior of CMake 3.15 and below.
* The :manual:`Compile Features ` functionality was updated for MSVC 19.27 as mentioned above.
* Fri Jul 31 2020 Andreas Stieger - cmake 3.18.1:
* Revert undocumented fix in 3.18.0 in the add_test() command for special characters to avoid breaking existing projects that worked around the issue. Will be reintroduced later- drop no-system-nghttp2.patch, upstream
* Thu Jul 23 2020 Dominique Leuenberger - Install the rpm provides handler to the correct location (%{_rpmconfigdir, not %{_libexecdir}).
* Thu Jul 16 2020 Christoph G - update to cmake 3.18.0
* The “CUDA” language can now be compiled using Clang on non-Windows platforms.
* “cmake(1)” gained support for profiling of CMake scripts
* The “cmake_language()” command was added for meta-operations on scripted or built-in commands, starting with a mode to “CALL” other commands, and “EVAL CODE” to inplace evaluate a CMake script.
* The “find_program()”, “find_library()”, “find_path()” and “find_file()” commands gained a new “REQUIRED” option that will stop processing with an error message if nothing is found.
* The “CheckLinkerFlag” module has been added to provide a facility to check validity of link flags.
* “ccmake(1)” learned to read a “CCMAKE_COLORS” environment variable to customize colors.- Drop patch lua54.patch, it became part of upstream- Udjust patch cmake-fix-ruby-test.patch- Add patch no-system-nghttp2.patch which will become part of 3.18.1 to disable nghttp2 from system for cmake-mini
* Wed Jul 08 2020 Matej Cepl - Add lua54.patch which adds 5.4 among allowed versions of Lua interpreter. (https://gitlab.kitware.com/cmake/cmake/-/issues/20933)
* Fri Jun 19 2020 olafAATTaepfle.de- Use plain autosetup
* Mon Jun 01 2020 Simon Lees - DCMAKE_MODULES_INSTALL_DIR should be %{_libdir}/cmake/%{name}- Set CMAKE_INSTALL_LIBEXECDIR=%{_libexecdir}- Use -DCMAKE_SKIP_INSTALL_RPATHS:BOOL=ON instead of completely removing rpaths. boo#1172331
* Sat May 30 2020 Andreas Stieger - cmake 3.17.3:
* Selection of the Objective C or C++ compiler now considers the CC or CXX environment variable if the OBJC or OBJCXX environment variable is not set
* The FindPkgConfig module now extracts include directories prefixed with -isystem into the
*_INCLUDE_DIRS variables and INTERFACE_INCLUDE_DIRECTORIES target properties
* FindOpenSSL: Detect OpenSSL 3.0.0 (bsc#1172267)
* Sat May 02 2020 Andreas Stieger - cmake 3.17.2:
* fixes dealing with boost 1.73
* Fri Apr 17 2020 Vitaly Yermolchyk - Add cmake-fix-png-include-dir.patch to fix the png include dir search.
* Fri Apr 10 2020 Andreas Stieger - cmake 3.17.1:
* The :cpack_gen:`CPack NSIS Generator` now requires NSIS 3.0 or later
* Thu Mar 26 2020 Simon Lees - Fix mistake in previous change.
* Mon Mar 23 2020 Simon Lees - Many Leap packages don\'t build without -DCMAKE_SKIP_RPATH:BOOL=ON so leave this change to the next major version of Leap / SLE
* Sun Mar 22 2020 Christoph G - update to 3.17.0
* cmake(1) gained a “Ninja Multi-Config” generator, which can be used to build multiple configurations at once.
* cmake(1) gained a “–debug-find” command-line option to enable additional human-readable output on where find commands search.
* Target link properties are now transitive over private dependencies on static libraries. See policy “CMP0099”.
* cmake(1) gained a “-E rm” command-line tool that can be used to remove directories and files. Full changelog see https://blog.kitware.com/cmake-3-17-0-available-for-download/
* Wed Feb 19 2020 Dominique Leuenberger - Change cmake to be a meta-package that requires cmake-implementation. This new symbol is provided by the (newly named) cmake-full package as well as cmake-mini.- This is needed as the original attempt of using Substitute in OBS actually rewrites the used spec files on disk, not only on the fly and we ended up with packages Requiring cmake-mini (which is not installable on end user systems).
* Mon Feb 10 2020 Stefan Brüns - Revert LIBDIR change in macros - it is inconsistent (all other INSTALL_s use absolute paths), unneeded (paths may be absolute or relative), and breaks a number of packages.- Update minimum libarchive version, >= 3.3.3.- Do not flag macros as config file.- Adjust constraints (7G disk space is required, independent of architecture).
* Fri Feb 07 2020 Simon Lees - Revert \"use cmake generics in marcos.cmake\" it breaks many cases in stagings.
* Wed Feb 05 2020 Tomáš Chvátal - Add new -mini flavor in order to break up cycles
* make sure the default cmake links now all system libraries and mini uses bundled stuff as needed- Switch to python3 variant of Sphinx on the manpage/docu creation
* Tue Jan 14 2020 Christoph Junghans - use cmake generics in marcos.cmake
* Tue Jan 14 2020 Andreas Schneider - Fix setting CMAKE_INSTALL_LIBDIR in cmake macro
* This is a relative path, see `cmake --help-module GNUInstallDirs`- Do NOT set -DCMAKE_SKIP_RPATH:BOOL=OFF
* A lot of applications have private libraries in a subdirectory and require linking with RPATH which is totally valid.
* Fri Dec 20 2019 Christoph G - update to CMAke 3.16.2
* FindBLAS: Consider OpenBLAS with thread libraries only with C or CXX
* FindBoost: Add support for Boost 1.72
* FindLAPACK: Fix support for LAPACK symbols inside BLAS libraries Full changelog see https://blog.kitware.com/cmake-3-16-2-available-for-download/
* Wed Nov 27 2019 Simon Lees - Fix numbering of patches.
* Tue Nov 26 2019 Christoph G - update to CMake 3.16 Changelog see https://blog.kitware.com/cmake-3-16-0-available-for-download/- drop patch form.patch, fixed upstream
* Wed Nov 13 2019 Martin Pluskal - Switch back to libcurl-mini-devel to avoid new build cycle
* Sun Nov 10 2019 Andreas Stieger - cmake 3.15.5:
* no changelog available
* Tue Nov 05 2019 Simon Lees - Drop debug patch (never in factory) and update patch numbers
* Fri Nov 01 2019 Tomáš Chvátal - Update cmake conditionals to make sure the multibuild is nicely leveraged
* Sun Oct 27 2019 Simon Lees - cmake 3.15.4
* In CMake 3.15.0 through 3.15.3, the EXCLUDE_FROM_ALL directory property was regressed from pre-3.14 behavior and caused targets within the directory to be excluded even from its own “all”. This has been fixed. The bug also existed in 3.14.0 through 3.14.6 and is fixed in 3.14.7.- Use pkgconfig for dependencies where possible (required due to tumbleweed build changes)
* Wed Sep 04 2019 Andreas Stieger - cmake 3.15.3:
* CrayPrgEnv compiler wrapper support updated for 19.06- includes changes from 3.15.2:
* Fix CMAKE_FIND_PACKAGE_PREFER_CONFIG variable causing the find_package() command to fail on a missing package even without the REQUIRED option
* Tue Aug 27 2019 Jan Engelhardt - Trim metadata redundancies from description.- Avoid use of em dashes in summaries.
* Tue Aug 13 2019 Martin Pluskal - Switch to multibuild
* Mon Jul 29 2019 Simon Lees - Actually remove system-libs.patch
* Sun Jul 28 2019 Christoph G - update to 3.15.1
* Makefile: Fix regression in dependencies on relative includes
* FindMPI: Updated to use INTERFACE_LINK_OPTIONS
* ChangeLog: https://cmake.org/cmake/help/v3.15/release/3.15.html#id1- drop system-libs.patch because bundled jsonpp can be selected without this patch and form lib is no longer selected
* Sat Jul 20 2019 Christoph G - update to 3.15.0
* The “$” generator expression was introduced to allow specification of compile options for target files based on the “CMAKE__COMPILER_ID” and “LANGUAGE” of each source file.
* The “generator expressions” “C_COMPILER_ID”, “CXX_COMPILER_ID”, “CUDA_COMPILER_ID”, “Fortran_COMPILER_ID”, “COMPILE_LANGUAGE”, “COMPILE_LANG_AND_ID”, and “PLATFORM_ID” learned to support matching one value from a comma-separated list.
* The “CMAKE_FIND_PACKAGE_PREFER_CONFIG” variable was added to tell “find_package()” calls to look for a package configuration file first even if a find module is available.
* The “PUBLIC_HEADER” and “PRIVATE_HEADER” properties may now be set on Interface Libraries. The headers specified by those properties can be installed using the “install(TARGETS)” command by passing the \"PUBLIC_HEADER” and “PRIVATE_HEADER” arguments respectively.
* The “FindBoost” module was reworked to expose a more consistent user experience between its “Config” and “Module” modes and with other find modules in general.
* The “message()” command learned new types: “NOTICE”, “VERBOSE”, “DEBUG” and “TRACE”.- adjust cmake-fix-ruby-test.patch and system-libs.patch
* Tue Jul 09 2019 Martin Liška - Add _constraints file for aarch64 to specify a minimum build disk size
* Fri Jul 05 2019 Michel Normand - Add _constraints file for PowerPC to specify a minimum build disk size
* Tue Jul 02 2019 Martin Liška - Remove -DCMAKE_STATIC_LINKER_FLAGS as it\'s supposed to be used by \'ar\'.
* Tue Jun 18 2019 Martin Liška - Make %build_ldflags conditional.
* Mon Jun 17 2019 Martin Liška - Add -DCMAKE_STATIC_LINKER_FLAGS. - Add %build_ldflags to all LINKER_FLAGS.
* Fri Jun 14 2019 Avindra Goolcharan - update to 3.14.5
* fix bug: entries of the CPATH environment variable are no longer excluded from explicit use via include_directories() and target_include_directories() (broken since v 3.14)- fix duplicate packing of license file
* Fri May 24 2019 Christoph G - update to 3.14.4
* Various fixes for FindBoost- Drop cmake-fix-1096008.patch as boo#1096008 got fixed
* Sat Mar 30 2019 Christoph G - update to 3.14.1
* Eclipse: Fix extra generator to not crash on interface libraries
* cmake: Fix \'-E copy foo .\' to avoid clobbering file
* FindFontconfig: Convert module variables to camel case
* Fri Mar 15 2019 Christoph G - update to 3.14.0
* The “install(TARGETS)” command learned how to install to an appropriate default directory for a given target type, based on variables from the “GNUInstallDirs” module and built-in defaults, in lieu of a “DESTINATION” argument.
* The “install(FILES)” and “install(DIRECTORY)” commands learned a new set of parameters for installing files as a file type, setting the destination based on the appropriate variables from “GNUInstallDirs” and built-in defaults, in lieu of a “DESTINATION” argument.
* The “install(CODE)” and “install(SCRIPT)” commands learned to support generator expressions. See policy “CMP0087”.
* The “if()” command gained support for checking if cache variables are defined with the “DEFINED CACHE{VAR}” syntax.
* A file-based api for clients to get semantic buildsystem information has been added. See the “cmake-file-api(7)” manual. This is intended to replace the “cmake-server(7)” mode for IDEs.
* The “cmake(1)” Build Tool Mode (“cmake –build”) gained “– verbose” and “-v” options to specify verbose build output.
* The “cmake(1)” “-E compare_files” command learned a new “–ignore-eol” option to specify that end-of-line differences should be ignored when comparing files.
* ChangeLog: https://cmake.org/cmake/help/v3.14/release/3.14.html- added patch cmake-fix-1096008.patch to remove failing test due to boo#1096008- adjusted changed line numbers in cmake-fix-ruby-test.patch and feature-suse-python-interp-search-order.patch
* Thu Mar 14 2019 Simon Lees - Allow %cmake_build to handle parameters (bsc#1091864)
* Mon Feb 25 2019 Dan Čermák - Install cmake-mode.el
* remove a left over .orig file on Leap <= 42.3 and SLE 12 <= SP3
* Wed Feb 20 2019 schwabAATTsuse.de- Drop c17-default.patch, has been solved differently upstream
* Mon Feb 18 2019 schwabAATTsuse.de- Pass arguments of %ctest macro down to ctest
* Fri Feb 15 2019 Martin Pluskal - Drop emacs support as it leads to creation of build cycle
* Tue Feb 12 2019 Dan Čermák - Install cmake-mode.el
* Fri Feb 08 2019 seanlewAATTopensuse.org- update to 3.13.4
* Tests: add cases for providing Qt5Core_VERSION manually
* Autogen: query Qt5 version from dir properties
* Revert \"file: Allow DOWNLOAD/UPLOAD using alternate auth\"
* Tue Jan 29 2019 Tomáš Chvátal - Rename %make_jobs to %cmake_build to inline with other lang macros like meson, also since we are not just using make it is less confusing this way. Keep the %make_jobs as compat wrapper with warning for now (bsc#1129024)
* Tue Jan 15 2019 seanlewAATTopensuse.org- update to 3.13.3:
* stop processing if -P option lacks file name
* ensure source and binary dirs are set
* add case for warning when AUTOMOC/UIC/RCC disabled
 
ICM