diff --git a/cmake-3.0.0-rc2.tar.gz b/cmake-3.0.0-rc2.tar.gz deleted file mode 100644 index 685ddbb..0000000 --- a/cmake-3.0.0-rc2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:802ce1e0d80e6b93801372001d84697189e1aa69a54a2996ae1cc68721b92977 -size 5486721 diff --git a/cmake-3.0.0-rc4.tar.gz b/cmake-3.0.0-rc4.tar.gz new file mode 100644 index 0000000..a00fb34 --- /dev/null +++ b/cmake-3.0.0-rc4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d74b097230d33037293d07c712329f1aa16a7595c32123e9ceaf3f11a0e2661 +size 5488115 diff --git a/cmake-gui.changes b/cmake-gui.changes index 566d2a3..9455089 100644 --- a/cmake-gui.changes +++ b/cmake-gui.changes @@ -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 diff --git a/cmake-gui.spec b/cmake-gui.spec index dbca1a1..51a9ecf 100644 --- a/cmake-gui.spec +++ b/cmake-gui.spec @@ -17,9 +17,9 @@ Name: cmake-gui -Version: 3.0.0~rc2 +Version: 3.0.0~rc4 Release: 0 -%define rversion 3.0.0-rc2 +%define rversion 3.0.0-rc4 Url: http://www.cmake.org/ Source0: http://www.cmake.org/files/v3.0/cmake-%{rversion}.tar.gz Summary: CMake graphical user interface diff --git a/cmake.changes b/cmake.changes index 934c078..12bc830 100644 --- a/cmake.changes +++ b/cmake.changes @@ -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 @@ -7,6 +27,13 @@ Wed Apr 23 17:15:17 UTC 2014 - dmueller@suse.com 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 diff --git a/cmake.spec b/cmake.spec index 182b233..5fec1d9 100644 --- a/cmake.spec +++ b/cmake.spec @@ -17,9 +17,9 @@ Name: cmake -Version: 3.0.0~rc2 +Version: 3.0.0~rc4 Release: 0 -%define rversion 3.0.0-rc2 +%define rversion 3.0.0-rc4 Url: http://www.cmake.org/ Source0: http://www.cmake.org/files/v3.0/%{name}-%{rversion}.tar.gz Source1: cmake.macros