From 2eaa9529bb7b4c1c55746c69005850a35d06e9f6739047df852d7b9d8c34583f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 12 Sep 2014 17:05:25 +0000 Subject: [PATCH] - Update to version 3.0.2 * No changes to the GUI - Update to version 3.0.2 * ExternalProject: Avoid infinite loop on file download hash mismatch * CMP0047: Fix CMAKE_COMPILER_IS_GNU(CC|CXX) in OLD behavior * CMP0022: Fix version documented to support LINK_PUBLIC/LINK_PRIVATE * cmListFileLexer: Fix lexing of single '[' character (#15092) * Fix finding binutils when cross-compiling with Clang * QtAutogen: Use the basename for resource files. * QtAutogen: Fix use of multiple ui files in a single target. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=176 --- cmake-3.0.1.tar.gz | 3 --- cmake-3.0.2.tar.gz | 3 +++ cmake-gui.changes | 6 ++++++ cmake-gui.spec | 2 +- cmake.changes | 14 ++++++++++++++ cmake.spec | 2 +- 6 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 cmake-3.0.1.tar.gz create mode 100644 cmake-3.0.2.tar.gz diff --git a/cmake-3.0.1.tar.gz b/cmake-3.0.1.tar.gz deleted file mode 100644 index df09c41..0000000 --- a/cmake-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea11a8fb6679496de4e198ab93007968faa638663691cdf731ae2d4ed74e00c2 -size 5490281 diff --git a/cmake-3.0.2.tar.gz b/cmake-3.0.2.tar.gz new file mode 100644 index 0000000..369c829 --- /dev/null +++ b/cmake-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4ea61eadbbd9bec0ccb383c29d1f4496eacc121ef7acf37c7a24777805693e +size 5490501 diff --git a/cmake-gui.changes b/cmake-gui.changes index d7411ee..146bbd3 100644 --- a/cmake-gui.changes +++ b/cmake-gui.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 12 17:01:21 UTC 2014 - idonmez@suse.com + +- Update to version 3.0.2 + * No changes to the GUI + ------------------------------------------------------------------- Sun Aug 10 14:33:05 UTC 2014 - andreas.stieger@gmx.de diff --git a/cmake-gui.spec b/cmake-gui.spec index 3fafadc..d3802f6 100644 --- a/cmake-gui.spec +++ b/cmake-gui.spec @@ -17,7 +17,7 @@ Name: cmake-gui -Version: 3.0.1 +Version: 3.0.2 Release: 0 Summary: CMake graphical user interface License: BSD-3-Clause diff --git a/cmake.changes b/cmake.changes index a7fe09d..4668097 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Sep 12 16:59:17 UTC 2014 - idonmez@suse.com + +- Update to version 3.0.2 + * ExternalProject: Avoid infinite loop on file download + hash mismatch + * CMP0047: Fix CMAKE_COMPILER_IS_GNU(CC|CXX) in OLD behavior + * CMP0022: Fix version documented to support + LINK_PUBLIC/LINK_PRIVATE + * cmListFileLexer: Fix lexing of single '[' character (#15092) + * Fix finding binutils when cross-compiling with Clang + * QtAutogen: Use the basename for resource files. + * QtAutogen: Fix use of multiple ui files in a single target. + ------------------------------------------------------------------- Mon Sep 1 08:06:59 UTC 2014 - tchvatal@suse.com diff --git a/cmake.spec b/cmake.spec index a94691a..0f9e605 100644 --- a/cmake.spec +++ b/cmake.spec @@ -17,7 +17,7 @@ Name: cmake -Version: 3.0.1 +Version: 3.0.2 Release: 0 Summary: Cross-platform, open-source make system License: BSD-3-Clause