SHA256
3
0
forked from pool/cmake
Commit Graph

242 Commits

Author SHA256 Message Date
ca59518b45 Accepting request 896014 from home:AndreasStieger:branches:devel:tools:building
cmake 3.20.3

OBS-URL: https://build.opensuse.org/request/show/896014
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=461
2021-05-29 12:03:06 +00:00
68bdc44860 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=457
2021-05-07 20:57:13 +00:00
d480224023 - add 53d523f2e11839bcbbdc9288b4f71c764d0efd5c.diff to fix automoc
race

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=455
2021-04-29 07:33:37 +00:00
12b726e5fe Accepting request 884111 from home:AndreasStieger:branches:devel:tools:building
cmake 3.20.1

OBS-URL: https://build.opensuse.org/request/show/884111
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=454
2021-04-12 03:14:07 +00:00
9368a248ce Accepting request 880861 from home:mathletic:branches:devel:tools:building
Update to 3.20.0

OBS-URL: https://build.opensuse.org/request/show/880861
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=453
2021-03-24 07:59:14 +00:00
8718021d4a - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=451
2021-03-16 00:15:30 +00:00
f14ab63e52 Accepting request 875225 from home:AndreasStieger:branches:devel:tools:building
cmake 3.19.6

OBS-URL: https://build.opensuse.org/request/show/875225
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=449
2021-02-26 00:58:56 +00:00
fad639761c Accepting request 872666 from home:mathletic:branches:devel:tools:building
Update to CMake 3.19.5

OBS-URL: https://build.opensuse.org/request/show/872666
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=447
2021-02-16 09:46:18 +00:00
5276586aa2 Accepting request 867661 from home:AndreasStieger:branches:devel:tools:building
cmake 3.19.4

OBS-URL: https://build.opensuse.org/request/show/867661
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=443
2021-01-29 23:19:47 +00:00
99ad230792 Accepting request 863064 from home:AndreasStieger:branches:devel:tools:building
cmake 3.19.3

OBS-URL: https://build.opensuse.org/request/show/863064
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=441
2021-01-16 15:10:23 +00:00
72c8ec353a - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=439
2020-12-19 09:34:31 +00:00
Martin Pluskal
38e4944110 Accepting request 856046 from home:dimstar:Factory
Add patch to fix things like gdcm, that newly have a broken dep chain (poppler update) but can't rebuild due to the cmake regression

OBS-URL: https://build.opensuse.org/request/show/856046
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=437
2020-12-15 19:59:00 +00:00
dd992662e6 Accepting request 850623 from home:AndreasStieger:branches:devel:tools:building
cmake 3.19.1

OBS-URL: https://build.opensuse.org/request/show/850623
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=435
2020-11-24 23:38:08 +00:00
Martin Pluskal
b67628d6ff Accepting request 849481 from home:AndreasStieger:branches:devel:tools:building
cmake 3.19.0

OBS-URL: https://build.opensuse.org/request/show/849481
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=434
2020-11-20 07:15:12 +00:00
64d652e38f Accepting request 842641 from home:AndreasStieger:branches:devel:tools:building
cmake 3.18.4

OBS-URL: https://build.opensuse.org/request/show/842641
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=432
2020-10-19 23:11:43 +00:00
00904651f7 - update to 3.18.3:
* The Compile Features functionality was updated for MSVC 19.28

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=429
2020-09-23 06:19:45 +00:00
7f1e19e4a7 - 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 <cmake-compile-features(7)>` functionality
  was updated for MSVC 19.27 as mentioned above.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=425
2020-08-24 19:45:32 +00:00
79f78f185c Accepting request 823779 from home:AndreasStieger:branches:devel:tools:building
cmake 3.18.1

OBS-URL: https://build.opensuse.org/request/show/823779
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=423
2020-08-01 05:37:54 +00:00
Martin Pluskal
8f70e89d4e Accepting request 822366 from home:dimstar:Factory
- Install the rpm provides handler to the correct location
  (%{_rpmconfigdir, not %{_libexecdir}).

OBS-URL: https://build.opensuse.org/request/show/822366
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=421
2020-07-24 06:14:49 +00:00
Martin Pluskal
834ab94420 Accepting request 821995 from home:mathletic:branches:devel:tools:building
update to cmake 3.18.0

OBS-URL: https://build.opensuse.org/request/show/821995
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=420
2020-07-21 08:54:12 +00:00
74efd581ab Accepting request 819696 from home:mcepl:branches:devel:tools:building
- Add lua54.patch which adds 5.4 among allowed versions of
  Lua interpreter.
  (https://gitlab.kitware.com/cmake/cmake/-/issues/20933)

OBS-URL: https://build.opensuse.org/request/show/819696
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=418
2020-07-10 13:01:28 +00:00
195e6deb5b Accepting request 815896 from home:olh:branches:devel:tools:building
- Use plain autosetup

OBS-URL: https://build.opensuse.org/request/show/815896
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=416
2020-06-19 08:45:02 +00:00
Martin Pluskal
d741d85656 Accepting request 810386 from home:AndreasStieger:branches:devel:tools:building
cmake 3.17.3 bsc#1172267

OBS-URL: https://build.opensuse.org/request/show/810386
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=413
2020-05-31 07:37:54 +00:00
Martin Pluskal
4aea471671 Accepting request 810134 from home:vitezslav_cizek:branches:devel:tools:building
- FindOpenSSL: Detect OpenSSL 3.0.0 (bsc#1172267)
  61d746e592
  * add 0001-FindOpenSSL-Detect-OpenSSL-3.0.0.patch

OBS-URL: https://build.opensuse.org/request/show/810134
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=412
2020-05-29 08:12:33 +00:00
e79a6a498e Accepting request 799741 from home:AndreasStieger:branches:devel:tools:building
cmake 3.17.2

OBS-URL: https://build.opensuse.org/request/show/799741
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=410
2020-05-03 06:21:30 +00:00
Martin Pluskal
f628bfd55c Accepting request 795139 from home:vyermolc:root
- Add cmake-fix-png-include-dir.patch to fix the libpng include dir search. OpenSUSE uses %{_includedir}/libpng%{branch} format, so cmake can`t find it.

OBS-URL: https://build.opensuse.org/request/show/795139
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=408
2020-04-18 06:51:17 +00:00
Martin Pluskal
8d71859529 Accepting request 792927 from home:AndreasStieger:branches:devel:tools:building
cmae 3.17.1

OBS-URL: https://build.opensuse.org/request/show/792927
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=406
2020-04-10 10:18:32 +00:00
Martin Pluskal
8604c47835 Accepting request 787214 from home:mathletic:branches:devel:tools:building
update to 3.17.0

OBS-URL: https://build.opensuse.org/request/show/787214
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=402
2020-03-22 15:36:53 +00:00
Martin Pluskal
0340d959b8 Accepting request 777424 from home:dimstar:Factory
- 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).

OBS-URL: https://build.opensuse.org/request/show/777424
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=400
2020-02-20 14:59:00 +00:00
ec7529e107 Accepting request 773189 from home:StefanBruens:branches:devel:tools:building
- Revert LIBDIR change in macros - it is inconsistent (all other
  INSTALL_<dir>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).

OBS-URL: https://build.opensuse.org/request/show/773189
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=398
2020-02-10 21:08:19 +00:00
Martin Pluskal
d6ee93d6ec Accepting request 770285 from home:scarabeus_iv:branches:devel:tools:building
- 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

OBS-URL: https://build.opensuse.org/request/show/770285
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=395
2020-02-05 15:03:33 +00:00
39b578c0fa Accepting request 764183 from home:gladiac:branches:devel:tools:building
- 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.

OBS-URL: https://build.opensuse.org/request/show/764183
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=394
2020-02-05 11:59:05 +00:00
Martin Pluskal
1bd6d76661 Accepting request 758478 from home:mathletic:branches:devel:tools:building
- 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

OBS-URL: https://build.opensuse.org/request/show/758478
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=391
2019-12-20 12:36:56 +00:00
Martin Pluskal
a756456430 Accepting request 751154 from home:simotek:branches:devel:tools:building
- Fix numbering of patches.

OBS-URL: https://build.opensuse.org/request/show/751154
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=389
2019-11-27 12:38:16 +00:00
1b23c6f245 Accepting request 751146 from home:mathletic:branches:devel:tools:building
- update to CMake 3.16

OBS-URL: https://build.opensuse.org/request/show/751146
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=388
2019-11-26 22:21:55 +00:00
Martin Pluskal
5f72f4617a - Switch back to libcurl-mini-devel to avoid new build cycle
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=386
2019-11-13 13:48:28 +00:00
Martin Pluskal
9749d1911d Accepting request 747162 from home:AndreasStieger:branches:devel:tools:building
cmake 3.15.5

OBS-URL: https://build.opensuse.org/request/show/747162
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=385
2019-11-10 17:02:30 +00:00
2a375164bb Accepting request 746617 from home:fcrozat:branches:devel:tools:building
(add bug numbers from SLE15 changelog, to allow cmake update in 15SP2)

- Allow %cmake_build to handle parameters (bsc#1091864)
  warning for now (bsc#1129024)
- update to 3.12.4 (bsc#1127105):

OBS-URL: https://build.opensuse.org/request/show/746617
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=384
2019-11-08 22:42:01 +00:00
c3df1052be OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=382 2019-11-05 20:59:36 +00:00
Martin Pluskal
aeaf863046 Accepting request 745353 from home:simotek:branches:devel:tools:building
- Update cmake conditionals to make sure the multibuild is
  nicely leveraged

OBS-URL: https://build.opensuse.org/request/show/745353
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=380
2019-11-05 10:58:37 +00:00
c524f94d30 Accepting request 743389 from home:simotek:branches:devel:tools:building
- 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)

OBS-URL: https://build.opensuse.org/request/show/743389
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=379
2019-10-28 07:01:26 +00:00
Martin Pluskal
23fd0509eb Accepting request 728349 from home:AndreasStieger:branches:devel:tools:building
cmake 3.15.3

OBS-URL: https://build.opensuse.org/request/show/728349
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=377
2019-09-05 07:06:47 +00:00
Martin Pluskal
a67c23265f Accepting request 726347 from home:jengelh:branches:devel:tools:building
- Trim metadata redundancies from description.
- Avoid use of em dashes in summaries.

OBS-URL: https://build.opensuse.org/request/show/726347
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=375
2019-08-28 01:06:03 +00:00
e395e041ad Accepting request 723079 from home:pluskalm:branches:devel:tools:building
- Switch to multibuild

OBS-URL: https://build.opensuse.org/request/show/723079
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=373
2019-08-14 06:13:28 +00:00
98c90bdfce Accepting request 719464 from home:mathletic:branches:devel:tools:building
update to 3.15.1

OBS-URL: https://build.opensuse.org/request/show/719464
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=370
2019-07-29 05:01:33 +00:00
483581212c Accepting request 717295 from home:mathletic:branches:devel:tools:building
Update to version 3.15.0

OBS-URL: https://build.opensuse.org/request/show/717295
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=369
2019-07-22 07:20:56 +00:00
Martin Pluskal
bc778f04fc Accepting request 709824 from home:avindra
- 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


 No changes specific to CMake-GUI

OBS-URL: https://build.opensuse.org/request/show/709824
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=360
2019-06-15 17:39:36 +00:00
Martin Pluskal
6536bb924f Accepting request 705459 from home:mathletic:branches:devel:tools:building
update to 3.14.4

OBS-URL: https://build.opensuse.org/request/show/705459
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=359
2019-05-26 08:19:47 +00:00
8e3a594c04 Accepting request 690092 from home:mathletic:branches:devel:tools:building
- update to 3.14.1

OBS-URL: https://build.opensuse.org/request/show/690092
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=358
2019-04-09 11:40:29 +00:00
Martin Pluskal
557e7fbd11 Accepting request 687378 from home:mathletic:branches:devel:tools:building
- update to 3.14.0

OBS-URL: https://build.opensuse.org/request/show/687378
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=357
2019-03-22 08:27:33 +00:00