diff --git a/cmake-3.1.2.tar.gz b/cmake-3.1.2.tar.gz deleted file mode 100644 index bf18d5e..0000000 --- a/cmake-3.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b210f7d867a1e716c1895357ebe63c7b9ae61fdb5f2d300ab2f01795f085b35 -size 5959840 diff --git a/cmake-3.1.3.tar.gz b/cmake-3.1.3.tar.gz new file mode 100644 index 0000000..c2bb88a --- /dev/null +++ b/cmake-3.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f4d3fa8a2f61cc092ae461aac4cac1bab4ac6706f98274ea7f314dd315c6d0 +size 5959549 diff --git a/cmake-gui.changes b/cmake-gui.changes index 8a858c0..c639d4b 100644 --- a/cmake-gui.changes +++ b/cmake-gui.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 13 06:56:18 UTC 2015 - foss@grueninger.de + +- Update to 3.1.3 + Do not call setlocale() globally in CMake applications (#15377) + Add setlocale() calls around use of libarchive APIs (#14934, #15377) + Makefile: Fix regression in target-bound custom command COMMENT output + ------------------------------------------------------------------- Fri Feb 6 16:41:28 UTC 2015 - foss@grueninger.de diff --git a/cmake-gui.spec b/cmake-gui.spec index ef3cd20..8175ee6 100644 --- a/cmake-gui.spec +++ b/cmake-gui.spec @@ -17,7 +17,7 @@ Name: cmake-gui -Version: 3.1.2 +Version: 3.1.3 Release: 0 %define rversion %{version} Summary: CMake graphical user interface diff --git a/cmake.changes b/cmake.changes index a3f22cb..0d85b42 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 13 06:55:20 UTC 2015 - foss@grueninger.de + +- Update to 3.1.3 + Do not call setlocale() globally in CMake applications (#15377) + Add setlocale() calls around use of libarchive APIs (#14934, #15377) + Makefile: Fix regression in target-bound custom command COMMENT output + ------------------------------------------------------------------- Fri Feb 6 16:40:53 UTC 2015 - foss@grueninger.de diff --git a/cmake.spec b/cmake.spec index 69199fb..4b82c04 100644 --- a/cmake.spec +++ b/cmake.spec @@ -17,7 +17,7 @@ Name: cmake -Version: 3.1.2 +Version: 3.1.3 Release: 0 %define rversion %{version} Summary: Cross-platform, open-source make system