From 1bd9fdbe4241bb8004a10bc174c2e29d4b7260b3b4dd4abb8a5767acd440fa66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 14 May 2014 20:00:56 +0000 Subject: [PATCH] Accepting request 233896 from KDE:Unstable:Frameworks Update to 3.0.0~rc5 OBS-URL: https://build.opensuse.org/request/show/233896 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=150 --- cmake-3.0.0-rc4.tar.gz | 3 --- cmake-3.0.0-rc5.tar.gz | 3 +++ cmake-gui.changes | 25 +++++++++++++++++++++++++ cmake-gui.spec | 4 ++-- cmake.changes | 26 ++++++++++++++++++++++++++ cmake.spec | 4 ++-- 6 files changed, 58 insertions(+), 7 deletions(-) delete mode 100644 cmake-3.0.0-rc4.tar.gz create mode 100644 cmake-3.0.0-rc5.tar.gz diff --git a/cmake-3.0.0-rc4.tar.gz b/cmake-3.0.0-rc4.tar.gz deleted file mode 100644 index a00fb34..0000000 --- a/cmake-3.0.0-rc4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d74b097230d33037293d07c712329f1aa16a7595c32123e9ceaf3f11a0e2661 -size 5488115 diff --git a/cmake-3.0.0-rc5.tar.gz b/cmake-3.0.0-rc5.tar.gz new file mode 100644 index 0000000..06dccb7 --- /dev/null +++ b/cmake-3.0.0-rc5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8e76e5ed44199f4ceef24abd65a4d7df2d857edf44094d4ae7a2401af78389 +size 5489089 diff --git a/cmake-gui.changes b/cmake-gui.changes index 3b1f2aa..b6591d9 100644 --- a/cmake-gui.changes +++ b/cmake-gui.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed May 14 15:42:17 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 3.0.0~rc5 + * Utilities/Sphinx: Fix cmake domain document removal with python3 + * Utilities/Sphinx: Add option to build 'singlehtml' format + * Restore --help-full option to output all help manuals + * ExternalProject: Fix path to cmake in verify script + * KWSys SystemInformation: Include backtrace APIs whenever we use them + * ctest_build: Do not crash on bad generator name + * cmTarget: Drop unused GetProperty signature + * cmTarget: Evaluate CMP0026 in calling context + * Ninja: Fix deptype for Intel compiler on Linux + * VS: Fix /MANIFESTUAC:NO linker option mapping + * InstallRequiredSystemLibraries: MBCS MFC is optional on VS 12 (#14903) + * cmake-gui: Fix desktop file icon configuration + * FindCurses: Honor CURSES_NEED_NCURSES when curses is found + * FindCurses: Detect and satisfy ncurses dependency on tinfo + * CompileFlags: Test for C++ features after selecting flags + * CompileFlags: Add -AA +hpxstd98 on HP-UX 11.11 with aCC + * CompileFlags: add better selection which aCC version gets -AA + +hpxstd98 flags + * OS X: Fix Info.plist placement in a CFBundle + * Utilities/Sphinx: Port documentation generation to python3 (#14886) + ------------------------------------------------------------------- Sun May 4 20:52:05 UTC 2014 - arichardson.kde@gmail.com diff --git a/cmake-gui.spec b/cmake-gui.spec index 0b00386..04d1701 100644 --- a/cmake-gui.spec +++ b/cmake-gui.spec @@ -17,9 +17,9 @@ Name: cmake-gui -Version: 3.0.0~rc4 +Version: 3.0.0~rc5 Release: 0 -%define rversion 3.0.0-rc4 +%define rversion 3.0.0-rc5 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 12bc830..f3f26af 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed May 14 15:42:17 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 3.0.0~rc5 + * Utilities/Sphinx: Fix cmake domain document removal with python3 + * Utilities/Sphinx: Add option to build 'singlehtml' format + * Restore --help-full option to output all help manuals + * ExternalProject: Fix path to cmake in verify script + * KWSys SystemInformation: Include backtrace APIs whenever we use them + * ctest_build: Do not crash on bad generator name + * cmTarget: Drop unused GetProperty signature + * cmTarget: Evaluate CMP0026 in calling context + * Ninja: Fix deptype for Intel compiler on Linux + * VS: Fix /MANIFESTUAC:NO linker option mapping + * InstallRequiredSystemLibraries: MBCS MFC is optional on VS 12 (#14903) + * cmake-gui: Fix desktop file icon configuration + * FindCurses: Honor CURSES_NEED_NCURSES when curses is found + * FindCurses: Detect and satisfy ncurses dependency on tinfo + * CompileFlags: Test for C++ features after selecting flags + * CompileFlags: Add -AA +hpxstd98 on HP-UX 11.11 with aCC + * CompileFlags: add better selection which aCC version gets -AA + +hpxstd98 flags + * OS X: Fix Info.plist placement in a CFBundle + * Utilities/Sphinx: Port documentation generation to python3 (#14886) + + ------------------------------------------------------------------- Thu Apr 24 23:08:48 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/cmake.spec b/cmake.spec index 5fec1d9..ba56730 100644 --- a/cmake.spec +++ b/cmake.spec @@ -17,9 +17,9 @@ Name: cmake -Version: 3.0.0~rc4 +Version: 3.0.0~rc5 Release: 0 -%define rversion 3.0.0-rc4 +%define rversion 3.0.0-rc5 Url: http://www.cmake.org/ Source0: http://www.cmake.org/files/v3.0/%{name}-%{rversion}.tar.gz Source1: cmake.macros