[cmake] Update to 3.1.1

Orion Poplawski orion at fedoraproject.org
Fri Jan 23 22:06:26 UTC 2015


commit 5bff65f222f918307574d1f3a6353c29ff34f9bb
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Jan 23 15:06:54 2015 -0700

    Update to 3.1.1
    
    - Drop ruby patch applied upstream

 .gitignore                               |    1 +
 cmake-3.1.0-ruby22-teeny-detection.patch |   42 ------------------------------
 cmake.spec                               |   12 ++++----
 sources                                  |    2 +-
 4 files changed, 8 insertions(+), 49 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index da615f5..4560daa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
 /cmake-3.1.0-rc1.tar.gz
 /cmake-3.1.0-rc2.tar.gz
 /cmake-3.1.0.tar.gz
+/cmake-3.1.1.tar.gz
diff --git a/cmake.spec b/cmake.spec
index d2401d7..eaea5fb 100644
--- a/cmake.spec
+++ b/cmake.spec
@@ -12,8 +12,8 @@
 %endif
 
 Name:           cmake
-Version:        3.1.0
-Release:        2%{?dist}
+Version:        3.1.1
+Release:        1%{?dist}
 Summary:        Cross-platform make system
 
 Group:          Development/Tools
@@ -40,9 +40,6 @@ Patch5:         cmake-2.8.11-rc4-lua-5.2.patch
 # Add -fno-strict-aliasing when compiling cm_sha2.c
 # http://www.cmake.org/Bug/view.php?id=14314
 Patch6:         cmake-strict_aliasing.patch
-# Fix ruby 2.2.0 teeny (0) detection
-# http://www.cmake.org/gitweb?p=cmake.git;a=commitdiff;h=802d0aa0b0a0af72fdc95bf1f69afeb362b6ef95#patch1
-Patch7:         cmake-3.1.0-ruby22-teeny-detection.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -109,7 +106,6 @@ The %{name}-gui package contains the Qt based GUI for CMake.
 %patch2 -p1
 %patch5 -p1
 %patch6 -p1 -b .strict_aliasing
-%patch7 -p1
 
 
 %build
@@ -231,6 +227,10 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Fri Jan 23 2015 Orion Poplawski <orion at cora.nwra.com> - 3.1.1-1
+- Update to 3.1.1
+- Drop ruby patch applied upstream
+
 * Sat Jan 17 2015 Mamoru TASAKA <mtasaka at fedoraproject.org> - 3.1.0-2
 - Fix ruby 2.2.0 teeny (0) detection
 
diff --git a/sources b/sources
index 909cbe8..919a6c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-188eb7dc9b1b82b363bc51c0d3f1d461  cmake-3.1.0.tar.gz
+0ae4f25dbec66697c0c3cec1b9e885ae  cmake-3.1.1.tar.gz


More information about the scm-commits mailing list