forked from pool/cmake
Accepting request 231323 from KDE:Unstable:Frameworks
Update to 3.0.0~rc4 OBS-URL: https://build.opensuse.org/request/show/231323 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=146
This commit is contained in:
parent
bfdd57c284
commit
6551cd2887
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:802ce1e0d80e6b93801372001d84697189e1aa69a54a2996ae1cc68721b92977
|
|
||||||
size 5486721
|
|
3
cmake-3.0.0-rc4.tar.gz
Normal file
3
cmake-3.0.0-rc4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7d74b097230d33037293d07c712329f1aa16a7595c32123e9ceaf3f11a0e2661
|
||||||
|
size 5488115
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 24 23:08:48 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 3.0.0~rc4
|
||||||
|
* Revise and format policy CMP0025 and CMP0047 docs
|
||||||
|
* Do not warn by default when policy CMP0025 or CMP0047 is not set
|
||||||
|
* CMakeDetermineVSServicePack: Format documentation
|
||||||
|
* CMakeDetermineVSServicePack: Match versions more robustly
|
||||||
|
* CMakeDetermineVSServicePack: Add VS 11 update 4
|
||||||
|
* Fortran: Detect pointer size on Intel archs with PGI (#14870)
|
||||||
|
* CMakeRCInformation: Do not mention 'Fortran' in documentation
|
||||||
|
* CMakeRCInformation: Recognize 'windres' tools with '.' in name (#14865)
|
||||||
|
* Drop /lib32 and /lib64 from link directories and RPATH (#14875)
|
||||||
|
* cmArchiveWrite: Handle NULL error string (#14882)
|
||||||
|
* Policies: omit warnings about unset policies when they are
|
||||||
|
actually set to NEW
|
||||||
|
* Qt4Macros: Make QT4_CREATE_MOC_COMMAND a function
|
||||||
|
* create_test_sourcelist: Initialize variable at declaration
|
||||||
|
* Help: Fix typo in cmake-qt manual.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 23 17:15:17 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
- fix build on SLE11
|
||||||
|
- remove dependency on system curl: this is not a security
|
||||||
|
senstive app and the system curl comes quite late in the
|
||||||
|
build cycle
|
||||||
|
- remove nonsensical checks for %{sles_version}
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 26 17:33:28 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 3.0.0~rc3
|
||||||
|
* QtDialog: Fix Qt 5 build on non-Windows
|
||||||
|
* Disallow INTERFACE libraries with add_custom_command(TARGET)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 20 01:42:01 UTC 2014 - hrvoje.senjan@gmail.com
|
Thu Mar 20 01:42:01 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cmake-gui
|
Name: cmake-gui
|
||||||
Version: 3.0.0~rc2
|
Version: 3.0.0~rc4
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion 3.0.0-rc2
|
%define rversion 3.0.0-rc4
|
||||||
Url: http://www.cmake.org/
|
Url: http://www.cmake.org/
|
||||||
Source0: http://www.cmake.org/files/v3.0/cmake-%{rversion}.tar.gz
|
Source0: http://www.cmake.org/files/v3.0/cmake-%{rversion}.tar.gz
|
||||||
Summary: CMake graphical user interface
|
Summary: CMake graphical user interface
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 24 23:08:48 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 3.0.0~rc4
|
||||||
|
* Revise and format policy CMP0025 and CMP0047 docs
|
||||||
|
* Do not warn by default when policy CMP0025 or CMP0047 is not set
|
||||||
|
* CMakeDetermineVSServicePack: Format documentation
|
||||||
|
* CMakeDetermineVSServicePack: Match versions more robustly
|
||||||
|
* CMakeDetermineVSServicePack: Add VS 11 update 4
|
||||||
|
* Fortran: Detect pointer size on Intel archs with PGI (#14870)
|
||||||
|
* CMakeRCInformation: Do not mention 'Fortran' in documentation
|
||||||
|
* CMakeRCInformation: Recognize 'windres' tools with '.' in name (#14865)
|
||||||
|
* Drop /lib32 and /lib64 from link directories and RPATH (#14875)
|
||||||
|
* cmArchiveWrite: Handle NULL error string (#14882)
|
||||||
|
* Policies: omit warnings about unset policies when they are
|
||||||
|
actually set to NEW
|
||||||
|
* Qt4Macros: Make QT4_CREATE_MOC_COMMAND a function
|
||||||
|
* create_test_sourcelist: Initialize variable at declaration
|
||||||
|
* Help: Fix typo in cmake-qt manual.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 23 17:15:17 UTC 2014 - dmueller@suse.com
|
Wed Apr 23 17:15:17 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
@ -7,6 +27,13 @@ Wed Apr 23 17:15:17 UTC 2014 - dmueller@suse.com
|
|||||||
build cycle
|
build cycle
|
||||||
- remove nonsensical checks for %{sles_version}
|
- remove nonsensical checks for %{sles_version}
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 26 17:33:28 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 3.0.0~rc3
|
||||||
|
* QtDialog: Fix Qt 5 build on non-Windows
|
||||||
|
* Disallow INTERFACE libraries with add_custom_command(TARGET)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 20 01:42:01 UTC 2014 - hrvoje.senjan@gmail.com
|
Thu Mar 20 01:42:01 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 3.0.0~rc2
|
Version: 3.0.0~rc4
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion 3.0.0-rc2
|
%define rversion 3.0.0-rc4
|
||||||
Url: http://www.cmake.org/
|
Url: http://www.cmake.org/
|
||||||
Source0: http://www.cmake.org/files/v3.0/%{name}-%{rversion}.tar.gz
|
Source0: http://www.cmake.org/files/v3.0/%{name}-%{rversion}.tar.gz
|
||||||
Source1: cmake.macros
|
Source1: cmake.macros
|
||||||
|
Loading…
Reference in New Issue
Block a user